diff --git a/.nuget/packages.config b/.nuget/packages.config
index 0335ab080..57b9c468a 100644
--- a/.nuget/packages.config
+++ b/.nuget/packages.config
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/.travis.yml b/.travis.yml
index a0eae101d..53d693fc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,20 +3,20 @@
language: csharp
mono:
- - 3.12.0
- - 4.2.3
+ - latest
os:
- osx
- linux
-# The newer image cannot find mono 3.12 in the PATH
-osx_image: xcode6.4
-
env:
global:
- MONO_OPTIONS=--debug
+install:
+ - curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
+ - mono nuget.exe restore LibGit2Sharp.sln
+
before_install:
- date -u
- uname -a
diff --git a/CI/build.msbuild b/CI/build.msbuild
index ad2b5f573..d4b0faae4 100644
--- a/CI/build.msbuild
+++ b/CI/build.msbuild
@@ -6,7 +6,7 @@
$(RootDir)\Build
-
diff --git a/Lib/NuGet/NuGet.exe b/Lib/NuGet/NuGet.exe
index 9ca66594f..66794573f 100644
Binary files a/Lib/NuGet/NuGet.exe and b/Lib/NuGet/NuGet.exe differ
diff --git a/LibGit2Sharp.Tests/ConfigurationFixture.cs b/LibGit2Sharp.Tests/ConfigurationFixture.cs
index 7edc6dab3..3e071c3b7 100644
--- a/LibGit2Sharp.Tests/ConfigurationFixture.cs
+++ b/LibGit2Sharp.Tests/ConfigurationFixture.cs
@@ -366,7 +366,7 @@ public static IEnumerable