Skip to content

Commit

Permalink
Bump Microsoft.EntityFrameworkCore from 5.0.11 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 5.0.11 to 8.0.0.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v5.0.11...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]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 8d8b451 commit 694f8ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/RavenNest.Blazor/RavenNest.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand Down Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="BytexDigital.Blazor.Components.CookieConsent" Version="1.1.0-preview.1693095817" />
<PackageReference Include="Markdig" Version="0.31.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
Expand Down
4 changes: 2 additions & 2 deletions src/RavenNest.BusinessLogic/RavenNest.BusinessLogic.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>10</LangVersion>
Expand All @@ -7,7 +7,7 @@
<PackageReference Include="DotNetZip" Version="1.15.0" />
<PackageReference Include="MessagePack" Version="2.5.108" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="5.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="5.0.12" />
Expand Down

0 comments on commit 694f8ca

Please sign in to comment.