File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
dotnet-version : |
21
21
5.0.x
22
22
6.0.x
23
+ 7.0.x
23
24
24
25
- name : Restore
25
26
run : dotnet restore
30
31
- name : Test
31
32
run : |
32
33
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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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 >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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 >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<Version >1.0.12</Version >
7
7
<Authors >Cory Thompson</Authors >
You can’t perform that action at this time.
0 commit comments