Skip to content

Commit d290f9f

Browse files
build(deps): Bump Microsoft.EntityFrameworkCore.Design
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea07622 commit d290f9f

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
@@ -12,7 +12,7 @@
1212
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.0.3" />
1313
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="8.2.0" />
1414
<PackageReference Include="GraphQL.SystemTextJson" Version="8.3.1" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)