Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72a5be4 + 9c04ac4 commit d47cfd9Copy full SHA for d47cfd9
.travis.yml
@@ -2,8 +2,8 @@
2
# see travis-ci.org for details
3
4
language: csharp
5
-dist: trusty
6
-dotnet: 2.1.401
+dist: xenial
+dotnet: 2.1.506
7
mono: none
8
osx_image: xcode8.3
9
LibGit2Sharp/LibGit2Sharp.csproj
@@ -29,7 +29,7 @@
29
</ItemGroup>
30
31
<ItemGroup>
32
- <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.267]" PrivateAssets="none" />
+ <PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.278]" PrivateAssets="none" />
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" />
35
0 commit comments