From 4c134f9701ac47c71b2fbd25e712cf1ea3b78fb4 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 13 Mar 2020 09:47:05 +0100 Subject: [PATCH] Revert "Fix the build for people on VS version 16.4.5+" This has been properly fixed in Umbraco.Build 0.2.14 instead This reverts commit f4861f68027e7fdb1c66d5e14c26cdeafe0c6568. --- build/build-bootstrap.ps1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/build-bootstrap.ps1 b/build/build-bootstrap.ps1 index 4da0e0fa2a..71a25bfd7e 100644 --- a/build/build-bootstrap.ps1 +++ b/build/build-bootstrap.ps1 @@ -64,11 +64,6 @@ $params = "-OutputDirectory", $scriptTemp, "-Verbosity", "quiet", "-PreRelease" &$nuget install Umbraco.Build @params if (-not $?) { throw "Failed to download Umbraco.Build." } - - # dependency is necessary since upgrading to VS 16.4.5 - $params = "-OutputDirectory", $scriptTemp, "-Verbosity", "quiet", "-Version", "4.7.0" - &$nuget install NuGet.Versioning @params - if (-not $?) { throw "Failed to download NuGet.Versioning." } } # ensure we have the build system