From cb05f7ecdf5aaa98ccaba9c75f931240bc9b9ee1 Mon Sep 17 00:00:00 2001 From: Dave Reed Date: Wed, 10 Nov 2010 09:39:37 -0800 Subject: [PATCH] Updated libraries to webstack beta 3. Core now needs to reference System.Web.WebPages due to TagBuilder moving there. --- src/Orchard.Web/Core/Orchard.Core.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Orchard.Web/Core/Orchard.Core.csproj b/src/Orchard.Web/Core/Orchard.Core.csproj index 265b59d21..00395c023 100644 --- a/src/Orchard.Web/Core/Orchard.Core.csproj +++ b/src/Orchard.Web/Core/Orchard.Core.csproj @@ -61,6 +61,10 @@ ..\..\..\lib\aspnetmvc\System.Web.Mvc.dll + + False + ..\..\..\lib\aspnetmvc\System.Web.WebPages.dll +