Skip to content

Commit d1cba99

Browse files
Bump Microsoft.EntityFrameworkCore from 8.0.11 to 9.0.2
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 8.0.11 to 9.0.2. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.11...v9.0.2) --- 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 145ec39 commit d1cba99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tgstation.Server.Host/Tgstation.Server.Host.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<!-- Usage: Generating dumps of dotnet engine processes -->
119119
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.553101" />
120120
<!-- Usage: Database ORM -->
121-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
121+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
122122
<!-- Usage: Automatic migration generation using command line -->
123123
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
124124
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/Tgstation.Server.Host.Tests/Tgstation.Server.Host.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<!-- Usage: Creating mock database implementations -->
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)