File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Tgstation.Server.Host
tests/Tgstation.Server.Host.Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 118
118
<!-- Usage: Generating dumps of dotnet engine processes -->
119
119
<PackageReference Include =" Microsoft.Diagnostics.NETCore.Client" Version =" 0.2.553101" />
120
120
<!-- Usage: Database ORM -->
121
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8 .0.11 " />
121
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.2 " />
122
122
<!-- Usage: Automatic migration generation using command line -->
123
123
<PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.11" >
124
124
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 7
7
8
8
<ItemGroup >
9
9
<!-- 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 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
You can’t perform that action at this time.
0 commit comments