Skip to content

Commit

Permalink
Update package reference to solve some microsoft data sqlclient issues (
Browse files Browse the repository at this point in the history
  • Loading branch information
unaizorrilla committed Mar 30, 2024
1 parent 73abc7a commit 8d0f9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/versions.props
Expand Up @@ -55,7 +55,7 @@
<HealthCheckSignalR>8.0.0</HealthCheckSignalR>
<HealthCheckSolr>8.0.0</HealthCheckSolr>
<HealthCheckSqlite>8.0.0</HealthCheckSqlite>
<HealthCheckSqlServer>8.0.0</HealthCheckSqlServer>
<HealthCheckSqlServer>8.0.1</HealthCheckSqlServer>
<HealthChecksUIK8sOperator>8.0.0</HealthChecksUIK8sOperator>
<HealthChecksUIPostgreSQLStorage>8.0.0</HealthChecksUIPostgreSQLStorage>
<HealthCheckSystem>8.0.0</HealthCheckSystem>
Expand Down
2 changes: 1 addition & 1 deletion src/HealthChecks.SqlServer/HealthChecks.SqlServer.csproj
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 8d0f9b3

Please sign in to comment.