This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Fix Microsoft.AspNetCore.Mvc.Dnx to avoid referencing System.IO/Reflection/Runtime #4334
Closed
Description
Microsoft.AspNetCore.Mvc.Dnx
currently references System.IO
, System.Reflection
and System.Runtime
at the global dependency level, which causes weird issues on .NET Desktop: https://github.com/dotnet/cli/issues/1993#issuecomment-200512200
@pranavkm do you remember why you had to add these packages?
https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.Dnx/project.json#L20-L22
/cc @davidfowl