In Visual Studio 2015, I open a project that was created with Visual Studio 2013. Rebuild this project and see the following warning:
The referenced component 'System.Runtime' could not be found.
Looking at the References item in Solution Explorer, click System.Runtime, the Property window shows empty as below:
In Visual Studio 2013, it shows:
And this DLL does exist in the foler: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\Facades
So Visual Studio 2013 didn't whow warnings when I build the project, but Visual Studio 2015 does.
Is this a bug or I miss something in Visual Studio 2015?