Skip to content

Commit 0073d6f

Browse files
Bump Microsoft.EntityFrameworkCore from 5.0.8 to 5.0.9 in /src (#733)
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 5.0.8 to 5.0.9. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/commits) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore 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 3ce51d7 commit 0073d6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
1010
<PackageReference Include="GraphQL" Version="4.5.0" />
1111
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
1313
<PackageReference Include="ProjectDefaults" Version="1.0.56" PrivateAssets="All" />
1414
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1515
</ItemGroup>

src/SampleWeb/SampleWeb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="GraphQL.NewtonsoftJson" Version="4.5.0" />
1010
<PackageReference Include="GraphQL" Version="4.5.0" />
1111
<!--<PackageReference Include="GraphQL.Server.Transports.WebSockets" Version="3.5.0-alpha0046" />-->
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.8" />
1515
<ProjectReference Include="..\GraphQL.EntityFramework\GraphQL.EntityFramework.csproj" />

0 commit comments

Comments
 (0)