Skip to content

Commit

Permalink
build(deps): update Dapper requirement from 2.0.* to 2.1.* (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent b29cf94 commit 5855c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grate/grate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ up using modern .NET 6/7/8.
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-rc.1.23419.4" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-*" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.*" />
<PackageReference Include="Dapper" Version="2.0.*" />
<PackageReference Include="Dapper" Version="2.1.*" />
<PackageReference Include="Npgsql" Version="7.0.*" />
<PackageReference Include="MySqlConnector" Version="2.2.*" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.*" />
Expand Down

0 comments on commit 5855c72

Please sign in to comment.