5408: Dropping static view compilation temporarily to be able support Dynamic Compilation with Roslyn (#7892)

This commit is contained in:
Benedek Farkas
2017-12-21 21:49:53 +01:00
committed by Sébastien Ros
parent 9ea077830b
commit ed0c60c5fd
226 changed files with 423 additions and 414 deletions

View File

@@ -3,6 +3,7 @@
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net452" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net452" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net452" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.8" targetFramework="net452" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" />
</packages>