File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
15- <PackageReference Include =" Moq" Version =" 4.9.0" />
16- <PackageReference Include =" xunit" Version =" 2.4.0" />
17- <PackageReference Include =" xunit.runner.console" Version =" 2.4.0" />
18- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
19- <PackageReference Include =" xunit.skippablefact" Version =" 1.3.6" />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.0.1" />
15+ <PackageReference Include =" Moq" Version =" 4.10.1" />
16+ <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
17+ <PackageReference Include =" xunit" Version =" 2.4.1" />
18+ <PackageReference Include =" xunit.runner.console" Version =" 2.4.1" />
19+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
20+ <PackageReference Include =" xunit.skippablefact" Version =" 1.3.12" />
2021 </ItemGroup >
2122
2223 <ItemGroup >
Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ test_script:
9090 {
9191 .\packages\OpenCover\tools\OpenCover.Console.exe `
9292 -register:user `
93- "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net46\$runner""" `
93+ "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.1 \tools\net46\$runner""" `
9494 "-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net46\LibGit2Sharp.Tests.dll"" -noshadow" `
9595 "-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
9696 -hideskipped:All `
9797 -output:opencoverCoverage.xml
9898 }
9999 ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
100100 {
101- & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net46\$runner" `
101+ & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.1 \tools\net46\$runner" `
102102 "$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net46\LibGit2Sharp.Tests.dll" -noshadow
103103 }
104104 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dotnet build "%~dp0\" /v:minimal /nologo /property:ExtraDefine="%EXTRADEFINE%"
3131@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
3232
3333:: Run tests on Desktop and CoreCLR
34- " %userprofile% \.nuget\packages\xunit.runner.console\2.4.0 \tools\net452 \xunit.console.exe" " %~dp0 bin\LibGit2Sharp.Tests\%Configuration% \net46\LibGit2Sharp.Tests.dll" -noshadow
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
3535@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
3636dotnet test " %~dp0 LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj" -f netcoreapp2.0 --no-restore --no-build
3737@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
You can’t perform that action at this time.
0 commit comments