Skip to content

Commit 44a0bec

Browse files
Bump Microsoft.Data.SqlClient in /src/clustering/sharding-sqlserver
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.4 to 5.2.0. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.1.4...V5.2.0) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0958e58 commit 44a0bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clustering/sharding-sqlserver/SqlSharding.Sql.Host/SqlSharding.Sql.Host.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Akka.Persistence.Sql.Hosting" Version="1.5.13" />
17-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
17+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(MicrosoftExtensionsVersion)" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(MicrosoftExtensionsVersion)" />
2020
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />

0 commit comments

Comments
 (0)