File tree Expand file tree Collapse file tree 5 files changed +15
-19
lines changed
Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ trim_trailing_whitespace = true
1010insert_final_newline = true
1111
1212; Not change VS generated files
13- [* .{sln,csroj } ]
13+ [* .{sln,csproj } ]
1414trim_trailing_whitespace = false
1515insert_final_newline = false
1616
17- [* .{props,targets} ]
17+ [* .{props,targets,csproj } ]
1818indent_size = 2
Original file line number Diff line number Diff line change 33
44language : csharp
55dist : trusty
6- dotnet : 2.0.0
6+ dotnet : 2.1.401
77mono : none
88osx_image : xcode8.3
99
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.6 .0" />
16- <PackageReference Include =" Moq" Version =" 4.8.2 " />
17- <PackageReference Include =" xunit" Version =" 2.3.1 " />
18- <PackageReference Include =" xunit.runner.console" Version =" 2.3.1 " />
19- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1 " />
20- <PackageReference Include =" xunit.skippablefact" Version =" 1.3.3 " />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8 .0" />
16+ <PackageReference Include =" Moq" Version =" 4.9.0 " />
17+ <PackageReference Include =" xunit" Version =" 2.4.0 " />
18+ <PackageReference Include =" xunit.runner.console" Version =" 2.4.0 " />
19+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " />
20+ <PackageReference Include =" xunit.skippablefact" Version =" 1.3.6 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 99 <PackageTags >libgit2 git</PackageTags >
1010 <PackageProjectUrl >https://github.com/libgit2/libgit2sharp/</PackageProjectUrl >
1111 <Authors >LibGit2Sharp contributors</Authors >
12+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
13+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
1214 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1315 <SignAssembly >true</SignAssembly >
1416 <AssemblyOriginatorKeyFile >..\libgit2sharp.snk</AssemblyOriginatorKeyFile >
1517 </PropertyGroup >
1618
17- <!-- Disable SourceLink when running on Travis CI -->
18- <PropertyGroup >
19- <SourceLinkCreate Condition =" '$(TRAVIS)' == 'true'" >false</SourceLinkCreate >
20- </PropertyGroup >
21-
2219 <ItemGroup >
2320 <CodeAnalysisDictionary Include =" CustomDictionary.xml" />
2421 <None Include =" Core\Handles\Objects.tt" >
3330
3431 <ItemGroup >
3532 <PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" [1.0.226]" PrivateAssets =" none" />
36- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.1.23" PrivateAssets =" all" />
37- <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.8.0" PrivateAssets =" all" />
38- <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.8.0" />
33+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" all" />
34+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.2.13" PrivateAssets =" all" />
3935 </ItemGroup >
4036
4137 <Import Project =" ..\Targets\CodeGenerator.targets" />
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.3.1 \tools\net452 \$runner""" `
93+ "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net461 \$runner""" `
9494 "-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\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.3.1 \tools\net452 \$runner" `
101+ & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net461 \$runner" `
102102 "$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll" -noshadow
103103 }
104104 }
You can’t perform that action at this time.
0 commit comments