Skip to content

Commit

Permalink
update ClickHouse.Client 6.8.1 #1666
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Nov 15, 2023
1 parent 9ab3dc1 commit 4838c89
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 9 deletions.
98 changes: 98 additions & 0 deletions FreeSql/FreeSql.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 4838c89

Please sign in to comment.