Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-02-28 14:56:25 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2018-03-01 12:39:36 +0300
commit03e3791c26e6120c455739b0994fdba44e9200db (patch)
treedc79a50750be9bf67fbe4f41a5c810e260ab364f
parent6854a1786fd77e5246a0f688a8a66c46c4ea5d3a (diff)
Upgrade dependencies
-rw-r--r--LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj4
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj6
2 files changed, 5 insertions, 5 deletions
diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
index bacf2e1f..29cc6040 100644
--- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
+++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -10,8 +10,8 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
- <PackageReference Include="Moq" Version="4.7.145" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
+ <PackageReference Include="Moq" Version="4.8.2" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index a9bbb749..cf211bc0 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -33,9 +33,9 @@
<ItemGroup>
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[1.0.192]" PrivateAssets="none" />
- <PackageReference Include="Nerdbank.GitVersioning" Version="2.0.41" PrivateAssets="all" />
- <PackageReference Include="SourceLink.Create.GitHub" Version="2.6.0" PrivateAssets="all" />
- <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.6.0" />
+ <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="all" />
+ <PackageReference Include="SourceLink.Create.GitHub" Version="2.8.0" PrivateAssets="all" />
+ <DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.0" />
</ItemGroup>
<Import Project="CodeGenerator.targets" />