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

@@ -3,7 +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.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.0" 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>