File tree Expand file tree Collapse file tree
OpenActive.DatasetSite.NET.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 test :
99 runs-on : ubuntu-latest
10-
1110 steps :
1211 - name : Checkout OpenActive.DatasetSite.NET
13- uses : actions/checkout@v2
12+ uses : actions/checkout@v4
1413 with :
1514 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
16- - name : Setup .NET 6 .0.x
17- uses : actions/setup-dotnet@v2
15+ - name : Setup .NET 8 .0.x
16+ uses : actions/setup-dotnet@v4
1817 with :
19- dotnet-version : 6 .0.x
18+ dotnet-version : 8 .0.x
2019 - name : Install dependencies
2120 run : dotnet restore
2221 - name : Build
Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
44 <PackageReference Include =" Nerdbank.GitVersioning" >
5- <Version >3.3.37 </Version >
5+ <Version >3.7.115 </Version >
66 <PrivateAssets >all</PrivateAssets >
77 </PackageReference >
88 </ItemGroup >
9- </Project >
9+ </Project >
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
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments