File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
23
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6 .0.23 " />
23
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 9 .0.0 " />
24
24
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
25
25
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
26
26
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
Original file line number Diff line number Diff line change 61
61
</PropertyGroup >
62
62
63
63
<ItemGroup >
64
- <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2 .0" />
65
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.1 " />
64
+ <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 9.0 .0" />
65
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.0 " />
66
66
<PackageReference Include =" MinVer" Version =" 4.3.0" >
67
67
<PrivateAssets >all</PrivateAssets >
68
68
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6 .0.23 " />
14
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6 .0.23 " />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.0 " />
14
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9 .0.0 " />
15
15
</ItemGroup >
16
16
17
17
You can’t perform that action at this time.
0 commit comments