From 498feab5cf3c0c45cca4423e65beb83c5281addb Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Mon, 3 Nov 2014 20:29:14 +0700 Subject: [PATCH] MVC 3 builds wouldn't compile on machines without Windows Update MS14-059 with the previous patch (84f43d2). This patch makes the build work whether or not the Windows Update is installed on the build machine, with the caveat that when the update is on the build machine, it must also be on the target machines as well. Otherwise, it the binaries will work in either environment. --- .../MvcSiteMapProvider/MvcSiteMapProvider.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MvcSiteMapProvider/MvcSiteMapProvider/MvcSiteMapProvider.csproj b/src/MvcSiteMapProvider/MvcSiteMapProvider/MvcSiteMapProvider.csproj index 4ea01d5d..557d4d07 100644 --- a/src/MvcSiteMapProvider/MvcSiteMapProvider/MvcSiteMapProvider.csproj +++ b/src/MvcSiteMapProvider/MvcSiteMapProvider/MvcSiteMapProvider.csproj @@ -49,7 +49,9 @@ - + + + True ..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll