From b95726dd8be0153ddc8841caec7c04078dbd9543 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 7 Nov 2016 13:41:38 +0100 Subject: [PATCH] squash! msvc: add NuGet scripts for building with VS2015 We need to be very precise when specifying NuGet package versions: while nuget.exe auto-completes a version, say, 1.0.2 to 1.0.2.0, we will want to parse packages.config ourselves, to generate the Visual Studio solution, and there we need the exact version number to be able to generate the exact path to the correct .targets file. --- compat/vcbuild/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/vcbuild/packages.config b/compat/vcbuild/packages.config index 5598c7b7d0..ee01be5edb 100644 --- a/compat/vcbuild/packages.config +++ b/compat/vcbuild/packages.config @@ -13,7 +13,7 @@ - +