File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net46;netcoreapp2.0 </TargetFrameworks >
4
+ <TargetFrameworks >net46;netcoreapp2.1 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
44
44
45
45
<Import Project =" ..\Targets\GenerateNativeDllName.targets" />
46
46
47
- </Project >
47
+ </Project >
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ test_script:
103
103
}
104
104
}
105
105
106
- - dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp2.0 --no-restore --no-build
106
+ - dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp2.1 --no-restore --no-build
107
107
108
108
after_test :
109
109
- ps : |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dotnet build "%~dp0\" /v:minimal /nologo /property:ExtraDefine="%EXTRADEFINE%"
33
33
:: Run tests on Desktop and CoreCLR
34
34
" %userprofile% \.nuget\packages\xunit.runner.console\2.4.1\tools\net46\xunit.console.exe" " %~dp0 bin\LibGit2Sharp.Tests\%Configuration% \net46\LibGit2Sharp.Tests.dll" -noshadow
35
35
@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
36
- dotnet test " %~dp0 LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj" -f netcoreapp2.0 --no-restore --no-build
36
+ dotnet test " %~dp0 LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj" -f netcoreapp2.1 --no-restore --no-build
37
37
@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
38
38
39
39
EXIT /B %ERRORLEVEL%
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export Configuration=release
15
15
# On linux we don't pack because we can't build for net40.
16
16
# We just build for CoreCLR and run tests for it.
17
17
dotnet restore
18
- dotnet build LibGit2Sharp.Tests -f netcoreapp2.0 -property:ExtraDefine=" $EXTRADEFINE " -fl -flp:verbosity=detailed
19
- dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp2.0 --no-restore --no-build
18
+ dotnet build LibGit2Sharp.Tests -f netcoreapp2.1 -property:ExtraDefine=" $EXTRADEFINE " -fl -flp:verbosity=detailed
19
+ dotnet test LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj -f netcoreapp2.1 --no-restore --no-build
20
20
21
21
exit $?
You can’t perform that action at this time.
0 commit comments