File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ClassLibrary.EFCore.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8 .0.10 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9 .0.0 " />
13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
14
14
<PackageReference Include =" xunit" Version =" 2.9.2" />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
Original file line number Diff line number Diff line change 19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8 .0.10 " />
23
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8 .0.10 " >
22
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.0 " />
23
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9 .0.0 " >
24
24
<PrivateAssets >all</PrivateAssets >
25
25
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26
26
</PackageReference >
You can’t perform that action at this time.
0 commit comments