Skip to content

Commit caa9cb5

Browse files
Bump Microsoft.Data.SqlClient, Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.SqlServer
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient), [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.Data.SqlClient` from 5.2.2 to 5.1.6 - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.2.2...v5.1.6) Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36576d0 commit caa9cb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
1616
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" />
1717
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
18-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
19-
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
18+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
19+
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
2020
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
2121
<PackageVersion Include="Polyfill" Version="7.4.0" />
2222
<PackageVersion Include="ProjectDefaults" Version="1.0.141" />
23-
<PackageVersion Include="System.Text.Encodings.Web" Version="8.0.0" />
23+
<PackageVersion Include="System.Text.Encodings.Web" Version="9.0.0" />
2424
<PackageVersion Include="Verify.SqlServer" Version="10.1.0" />
2525
<PackageVersion Include="Verify.XunitV3" Version="28.2.0" />
2626
<PackageVersion Include="xunit.v3" Version="0.6.0-pre.7" />

0 commit comments

Comments
 (0)