Skip to content

Commit a3edb5e

Browse files
Bump Microsoft.EntityFrameworkCore.Tools from 8.0.8 to 9.0.1
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 8.0.8 to 9.0.1. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae4e94d commit a3edb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
4242
<PackageVersion Include="Microsoft.FeatureManagement.AspNetCore" Version="4.0.0-preview4" />
4343
<PackageVersion Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
44-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
44+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageVersion>
@@ -52,7 +52,7 @@
5252
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
5353
<PackageVersion Include="System.Net.Http.Json" Version="$(SystemExtensionVersion)" />
5454
<PackageVersion Include="System.Security.Claims" Version="4.3.0" />
55-
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
55+
<PackageVersion Include="System.Text.Json" Version="9.0.1" />
5656
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.8.1" />
5757
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.1.1" />
5858
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.8.1" />

0 commit comments

Comments
 (0)