Skip to content

Commit 415cfbb

Browse files
Bump Microsoft.Data.SqlClient
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 3.0.0 to 3.1.5. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v3.0.0...v3.1.5) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43f3fc8 commit 415cfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/features/security/contoso-hr-sql-db/source/ContosoHR/ContosoHR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Azure.Identity" Version="1.11.0" />
1010
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.1" />
11-
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />
11+
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.1.5" />
1212
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="3.0.0" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">

0 commit comments

Comments
 (0)