Skip to content

Commit b3c9e43

Browse files
Bump Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.Tools (#280)
Bumps Microsoft.EntityFrameworkCore.Design from 9.0.7 to 9.0.9 Bumps Microsoft.EntityFrameworkCore.Tools from 9.0.7 to 9.0.9 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 9.0.9 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>
1 parent 894c82c commit b3c9e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphQLNetExample/GraphQLNetExample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.3.0" />
1313
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="8.3.0" />
1414
<PackageReference Include="GraphQL.SystemTextJson" Version="8.5.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.7">
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.7" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.7">
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)