Skip to content

Commit

Permalink
Bump Microsoft.Data.SqlClient from 5.0.0-preview2.22096.2 to 5.0.0 (#…
Browse files Browse the repository at this point in the history
…28624)

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.0.0-preview2.22096.2 to 5.0.0.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dotnet/sqlclient/commits/v5.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2022
1 parent e68de74 commit 916b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.SqlServer/EFCore.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.0-preview2.22096.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 916b8d4

Please sign in to comment.