I created an ASP.NET 5 Web Application project. I add an ASP.NET 5 library project to the solution. In the DNVM I have 1.0.0-rc1-update1 clr x64 as the active and the default. I have the same selected in the properties panel. When I add the project as a dependency to my Library Project (Which will be my test project). I get an error regardless of where I add it. I get an error stating that the project I am referencing does not support the framework .NETPlatform, version=v5.4 or version=v4.51. What am I doing wrong?
↧