From 07ea71774f9051515cb2868e11b152f32144298f Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sat, 20 Apr 2019 12:20:47 -0400 Subject: [PATCH 1/3] Update LibGit2Sharp.NativeBinaries to 2.0.278 --- LibGit2Sharp/LibGit2Sharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 4c35a6cea..4dc5085e0 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -29,7 +29,7 @@ - + From 9a67257a8879a5f2de00e63671d895f632722634 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sat, 20 Apr 2019 13:09:13 -0400 Subject: [PATCH 2/3] Update Travis .NET Core SDK version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58886b706..d5947ec32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: csharp dist: trusty -dotnet: 2.1.401 +dotnet: 2.1.506 mono: none osx_image: xcode8.3 From 9c04ac4938c623275d62b2b15beed5472959dceb Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sat, 20 Apr 2019 13:13:24 -0400 Subject: [PATCH 3/3] Update Travis to xenial to fix linux build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5947ec32..573c44408 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # see travis-ci.org for details language: csharp -dist: trusty +dist: xenial dotnet: 2.1.506 mono: none osx_image: xcode8.3