File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14-
1514 runs-on : ubuntu-latest
1615
1716 steps :
2019 - name : Setup .NET Core
2120 uses : actions/setup-dotnet@v5
2221 with :
23- dotnet-version : ' 8.0.x'
22+ dotnet-version : 8.0.x
2423
2524 - name : Use build.fsx
2625 env :
Original file line number Diff line number Diff line change @@ -3,18 +3,17 @@ name: Run tests for PR
33on :
44 pull_request :
55 branches :
6- - master
6+ - master
77
88jobs :
99 build :
10-
11- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1211
1312 steps :
14- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v5
1514
1615 - name : Setup .NET Core
17- uses : actions/setup-dotnet@v3
16+ uses : actions/setup-dotnet@v5
1817 with :
1918 dotnet-version : 8.0.x
2019
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <GenerateProgramFile >false</GenerateProgramFile >
77 </PropertyGroup >
1919 </ItemGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
23- <PackageReference Include =" xunit" Version =" 2.4.2 " />
24- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
22+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
23+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
24+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.4 " >
2525 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2626 <PrivateAssets >all</PrivateAssets >
2727 </PackageReference >
28- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
28+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
2929 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3030 <PrivateAssets >all</PrivateAssets >
3131 </PackageReference >
You can’t perform that action at this time.
0 commit comments