Skip to content

Commit 4838c89

Browse files
committed
update ClickHouse.Client 6.8.1 #1666
1 parent 9ab3dc1 commit 4838c89

File tree

2 files changed

+101
-9
lines changed

2 files changed

+101
-9
lines changed

FreeSql/FreeSql.xml

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Providers/FreeSql.Provider.ClickHouse/FreeSql.Provider.ClickHouse.csproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<LangVersion>9</LangVersion>
45
<TargetFrameworks>netstandard2.1</TargetFrameworks>
56
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
67
<Authors>FreeSql;ncc;YeXiangQin;ChenBo</Authors>
@@ -23,7 +24,7 @@
2324
</PropertyGroup>
2425

2526
<ItemGroup>
26-
<None Include="../../readme.md" Pack="true" PackagePath="\"/>
27+
<None Include="../../readme.md" Pack="true" PackagePath="\" />
2728
<None Include="../../logo.png" Pack="true" PackagePath="\" />
2829
</ItemGroup>
2930

@@ -32,14 +33,7 @@
3233
</ItemGroup>
3334

3435
<ItemGroup>
35-
<PackageReference Include="ClickHouse.Client">
36-
<Version>6.6.0</Version>
37-
</PackageReference>
38-
</ItemGroup>
39-
40-
41-
<ItemGroup>
42-
<ProjectReference Include="..\..\FreeSql\FreeSql.csproj" />
36+
<PackageReference Include="ClickHouse.Client" Version="6.8.1" />
4337
</ItemGroup>
4438

4539
</Project>

0 commit comments

Comments
 (0)