How to fix intellisense with referenced netstandard1.5 library projects in Visual Studio 2015?
问题 I have four library projects that are all targeting the netstandard1.5 framework. Some of them depend on the other and the intellisense is working fine under those four projects. I am trying to use these libraries inside my ASP.NET netcoreapp1.0 project. But when I target the netcoreapp1.0 framework the types are not found (outlined red in visual studio). The project hower compiles and runs successfully. As soon as I switch to the netstandard1.5 framework inside my web api the types of the