File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<IsPackable >false</IsPackable >
5
- <TargetFrameworks >net45;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2</TargetFrameworks >
5
+ <TargetFrameworks >net45;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.1 </TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ if [ ${DOTNETCORE} -eq 1 ]
6
6
then
7
7
dotnet restore ./GrEmit.sln --verbosity m
8
8
dotnet build --configuration Release --framework netstandard2.0 ./GrEmit/GrEmit.csproj
9
- dotnet build --configuration Release --framework netcoreapp2.2 ./GrEmit.Tests/GrEmit.Tests.csproj
10
- dotnet test --no-build --configuration Release --framework netcoreapp2.2 ./GrEmit.Tests/GrEmit.Tests.csproj
9
+ dotnet build --configuration Release --framework netcoreapp3.1 ./GrEmit.Tests/GrEmit.Tests.csproj
10
+ dotnet test --no-build --configuration Release --framework netcoreapp3.1 ./GrEmit.Tests/GrEmit.Tests.csproj
11
11
else
12
12
nuget install NUnit.ConsoleRunner -Version 3.9.0 -OutputDirectory testrunner
13
13
msbuild /t:Restore ./GrEmit.sln
You can’t perform that action at this time.
0 commit comments