File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v2
1616
1717 - name : Setup .NET SDK
18- uses : actions/setup-dotnet@v1.7.2
18+ uses : actions/setup-dotnet@v4.0.0
1919 with :
20- dotnet-version : 5.0.x
20+ dotnet-version : |
21+ 5.0.x
22+ 6.0.x
2123
2224 - name : Restore
2325 run : dotnet restore
2628 run : dotnet build --configuration Release --no-restore
2729
2830 - name : Test
29- run : dotnet test --no-restore --framework net5.0
31+ run : |
32+ dotnet test --no-restore --framework net5.0
33+ dotnet test --no-restore --framework net6.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;net5.0; netcoreapp2.0;netcoreapp3.1</TargetFrameworks >
4+ <TargetFrameworks >net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.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;net5.0; netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks >
4+ <TargetFrameworks >net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.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