Skip to content

Commit c6c133a

Browse files
try to fix build on travis
1 parent 5eeebb2 commit c6c133a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GrEmit.Tests/GrEmit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<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>
66
</PropertyGroup>
77

88
<ItemGroup>

test-by-travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if [ ${DOTNETCORE} -eq 1 ]
66
then
77
dotnet restore ./GrEmit.sln --verbosity m
88
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
1111
else
1212
nuget install NUnit.ConsoleRunner -Version 3.9.0 -OutputDirectory testrunner
1313
msbuild /t:Restore ./GrEmit.sln

0 commit comments

Comments
 (0)