Skip to content

Commit ed219b5

Browse files
Bump Microsoft.EntityFrameworkCore from 7.0.8 to 8.0.0
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 7.0.8 to 8.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.8...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b783602 commit ed219b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/DemoApp.EFDataExample/DemoApp.EFDataExample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.8" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.8" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)