aspnetcore/src/Microsoft.AspNetCore.Mvc
Pranav K 042c833145
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 11:40:23 -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 11:40:23 -07:00
baseline.netcore.json