Merge pull request #1866 from tgstation/dependabot/nuget/Microsoft.EntityFrameworkCore-8.0.8

Bump Microsoft.EntityFrameworkCore from 8.0.7 to 8.0.8
This commit is contained in:
Jordan Dominion
2024-08-15 18:53:58 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.7",
"version": "8.0.8",
"commands": [
"dotnet-ef"
]
@@ -84,7 +84,7 @@
<!-- Usage: Generating dumps of dotnet engine processes -->
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.532401" />
<!-- Usage: Database ORM -->
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<!-- Usage: Automatic migration generation using command line -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>