Skip to content

Commit 574158d

Browse files
Bump Microsoft.Data.SqlClient
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.0.1 to 5.1.3. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.0.1...v5.1.3) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68db902 commit 574158d

File tree

1 file changed

+1
-1
lines changed
  • samples/features/security/always-encrypted-with-secure-enclaves/source/ContosoHR

1 file changed

+1
-1
lines changed

samples/features/security/always-encrypted-with-secure-enclaves/source/ContosoHR/ContosoHR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Azure.Core" Version="1.35.0" />
1919
<PackageReference Include="Azure.Identity" Version="1.10.2" />
2020
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.1" />
21-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
21+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
2222
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="3.0.0" />
2323
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">

0 commit comments

Comments
 (0)