File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
test/SampleWebApp.IntegrationTests Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
runs-on : ubuntu-latest
12
- container : mcr.microsoft.com/dotnet/sdk:8 .0
12
+ container : mcr.microsoft.com/dotnet/sdk:9 .0
13
13
14
14
services :
15
15
memcached :
Original file line number Diff line number Diff line change 19
19
</PropertyGroup >
20
20
21
21
<ItemGroup Condition =" '$(TargetFramework)'!='net48' And '$(TargetFramework)'!='net481'" >
22
- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
22
+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup Condition =" '$(TargetFramework)'=='net48' Or '$(TargetFramework)'=='net481'" >
26
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8 .0.0" />
27
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0" />
28
- <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 8 .0.0" />
29
- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 8 .0.2 " />
30
- <PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
26
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9 .0.0" />
27
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9 .0.0" />
28
+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 9 .0.0" />
29
+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9 .0.0 " />
30
+ <PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
34
- <PackageReference Include =" Newtonsoft.Json.Bson" Version =" 1.0.2 " />
34
+ <PackageReference Include =" Newtonsoft.Json.Bson" Version =" 1.0.3 " />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
38
- <PackageReference Include =" MessagePack" Version =" 2.5.187 " />
38
+ <PackageReference Include =" MessagePack" Version =" 2.5.192 " />
39
39
</ItemGroup >
40
40
41
41
<ItemGroup >
42
- <None Include =" ../../README.md" Pack =" true" PackagePath =" \" />
42
+ <None Include =" ../../README.md" Pack =" true" PackagePath =" \" />
43
43
</ItemGroup >
44
44
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
You can’t perform that action at this time.
0 commit comments