I am trying to add reference to ASP.NET Core Web Application from Class Library project (.NET Core) which will be my Unit Tests project.
I am getting error with default empty projects(File -> New Project):

I have tried to downgrade Tests project to 1.4 with no success.
netstandard1.5tonetcoreapp1.0in the test project'sproject.json.netcoreapp1.0should be used for unit and integration testing projects