We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80a0c9 commit 98dd2f0Copy full SHA for 98dd2f0
SqlKata.Execution/SqlKata.Execution.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<PackageId>SqlKata.Execution</PackageId>
4
<PackageTags>sql;query-builder;dynamic-query</PackageTags>
@@ -14,7 +14,7 @@
14
</ItemGroup>
15
<ItemGroup>
16
<PackageReference Include="dapper" Version="1.50.5" />
17
- <PackageReference Include="Humanizer.Core" Version="2.6.2" />
+ <PackageReference Include="Humanizer.Core" Version="2.8.26" />
18
19
20
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
0 commit comments