Creating a new Class Library(Package) in C# gives me a seemingly broken reference list. Even old projects when opened show no references.
This started happening after installing Windows Management Framework 4 to resolve the error saying The Dnx Runtime package needs to be installed. See output window for more details
as was recommended here: https://stackoverflow.com/a/31549273/3547347 .
This only seems to happen with Class Library(Package) projects.
How can I fix this? I can't even add .NET references without browsing to their dll directly.