File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121 5.0.x
2222 6.0.x
2323 7.0.x
24+ 8.0.x
2425
2526 - name : Restore
2627 run : dotnet restore
3233 run : |
3334 dotnet test --no-restore --framework net5.0
3435 dotnet test --no-restore --framework net6.0
35- dotnet test --no-restore --framework net7.0
36+ dotnet test --no-restore --framework net7.0
37+ dotnet test --no-restore --framework net8.0
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks >
4+ <TargetFrameworks >net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 </TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0</TargetFrameworks >
4+ <TargetFrameworks >net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0 </TargetFrameworks >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <Version >1.0.12</Version >
77 <Authors >Cory Thompson</Authors >
You can’t perform that action at this time.
0 commit comments