From c6c133ac4baac0ed985179a185772911e8d6ca2f Mon Sep 17 00:00:00 2001 From: avk Date: Fri, 10 Apr 2020 17:37:01 +0500 Subject: [PATCH] try to fix build on travis --- GrEmit.Tests/GrEmit.Tests.csproj | 2 +- test-by-travis.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GrEmit.Tests/GrEmit.Tests.csproj b/GrEmit.Tests/GrEmit.Tests.csproj index fdd62aa..215f5ed 100644 --- a/GrEmit.Tests/GrEmit.Tests.csproj +++ b/GrEmit.Tests/GrEmit.Tests.csproj @@ -2,7 +2,7 @@ false - net45;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2 + net45;netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.1 diff --git a/test-by-travis.sh b/test-by-travis.sh index 0242cf0..6a845ad 100755 --- a/test-by-travis.sh +++ b/test-by-travis.sh @@ -6,8 +6,8 @@ if [ ${DOTNETCORE} -eq 1 ] then dotnet restore ./GrEmit.sln --verbosity m dotnet build --configuration Release --framework netstandard2.0 ./GrEmit/GrEmit.csproj - dotnet build --configuration Release --framework netcoreapp2.2 ./GrEmit.Tests/GrEmit.Tests.csproj - dotnet test --no-build --configuration Release --framework netcoreapp2.2 ./GrEmit.Tests/GrEmit.Tests.csproj + dotnet build --configuration Release --framework netcoreapp3.1 ./GrEmit.Tests/GrEmit.Tests.csproj + dotnet test --no-build --configuration Release --framework netcoreapp3.1 ./GrEmit.Tests/GrEmit.Tests.csproj else nuget install NUnit.ConsoleRunner -Version 3.9.0 -OutputDirectory testrunner msbuild /t:Restore ./GrEmit.sln