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 2020 dotnet-version : |
2121 5.0.x
2222 6.0.x
23+ 7.0.x
2324
2425 - name : Restore
2526 run : dotnet restore
3031 - name : Test
3132 run : |
3233 dotnet test --no-restore --framework net5.0
33- dotnet test --no-restore --framework net6.0
34+ dotnet test --no-restore --framework net6.0
35+ dotnet test --no-restore --framework net7.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</TargetFrameworks >
4+ <TargetFrameworks >net45;net46;net471;net48;netcoreapp2.0;netcoreapp3.1;net5.0;net6.0;net7.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</TargetFrameworks >
4+ <TargetFrameworks >net45;net46;net471;net48;netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.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