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

@@ -4,6 +4,5 @@
<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.Net.Compilers" version="2.4.0" targetFramework="net452" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" />
</packages>