Update ClickHouse

This commit is contained in:
sunkaixuan 2023-07-01 10:19:40 +08:00
parent 0732d0e7d3
commit bba20b84d3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="ClickHouse.Client" Version="5.0.3" /> <PackageReference Include="ClickHouse.Client" Version="6.6.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -14,7 +14,7 @@
<tags>ClickHouse .net ORM</tags> <tags>ClickHouse .net ORM</tags>
<dependencies> <dependencies>
<group targetFramework=".NETStandard2.1"> <group targetFramework=".NETStandard2.1">
<dependency id="ClickHouse.Client" version="5.0.3" /> <dependency id="ClickHouse.Client" version="6.6.0" />
</group> </group>
</dependencies> </dependencies>
</metadata> </metadata>