From aa901bfccfd3bd94ba0958cc820c5581de65b9ab Mon Sep 17 00:00:00 2001 From: Mark Allibone Date: Mon, 21 Jan 2019 17:04:40 +0100 Subject: [PATCH] Fix nuget errors when building/generating files from blank on Windows --- templates/content/blank/.nuget/NuGet.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/content/blank/.nuget/NuGet.targets b/templates/content/blank/.nuget/NuGet.targets index 82f409074..ec5013ccf 100644 --- a/templates/content/blank/.nuget/NuGet.targets +++ b/templates/content/blank/.nuget/NuGet.targets @@ -50,7 +50,7 @@ -RequireConsent -NonInteractive - "$(SolutionDir) " + "$(SolutionDir.Trim('\\'))" "$(SolutionDir)"