Skip to content

Commit 733b441

Browse files
build(deps): Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Tools
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Design` from 9.0.4 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.4...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Tools` from 9.0.2 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.2...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd23ff4 commit 733b441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphQLNetExample/GraphQLNetExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.4" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2">
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.4">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)