update ClickHouse.Client 6.8.1 #1666

This commit is contained in:
2881099
2023-11-15 15:41:06 +08:00
parent 9ab3dc1742
commit 4838c89887
2 changed files with 101 additions and 9 deletions

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>9</LangVersion>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>FreeSql;ncc;YeXiangQin;ChenBo</Authors>
@ -23,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="\"/>
<None Include="../../readme.md" Pack="true" PackagePath="\" />
<None Include="../../logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
@ -32,14 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ClickHouse.Client">
<Version>6.6.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\FreeSql\FreeSql.csproj" />
<PackageReference Include="ClickHouse.Client" Version="6.8.1" />
</ItemGroup>
</Project>