aspnetcore/src/Microsoft.AspNetCore.Mvc
Pranav K 7f2a64e32b
Razor runtime compilation produces errors if running on a shared runtime that's rolled forward
Do not provide compilation references from runtime MVC assemblies. This avoids cases where the app is compiled
against an older MVC but running against a newer one (e.g. shared fx roll forward) resulting in compiling against multiple
versions of MVC assemblies

Fixes #7969
2018-06-29 13:55:22 -07:00
..
Properties
DesignTimeMvcServiceCollectionProvider.cs
Microsoft.AspNetCore.Mvc.csproj
MvcServiceCollectionExtensions.cs Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 13:55:22 -07:00
baseline.netcore.json