Skip to content

Commit

Permalink
Bump Microsoft.Data.SqlClient from 3.0.0 to 3.1.5 in /test/dab-mssql (#8
Browse files Browse the repository at this point in the history
)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 16adf6d commit aca7cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dab-mssql/aspnetapp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.1.5" />
</ItemGroup>
</Project>

0 comments on commit aca7cfa

Please sign in to comment.