Dynamic C# Compilation, Static and Dynamic Razor Compilation with Roslyn (1.10.x) (#7713)

This commit is contained in:
Benedek Farkas
2018-09-19 13:45:23 +02:00
committed by GitHub
parent fab98c5adb
commit be802146bc
226 changed files with 927 additions and 583 deletions

View File

@@ -5,7 +5,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.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.0" targetFramework="net452" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" />
<package id="NHibernate" version="4.0.1.4000" targetFramework="net452" />
</packages>