I am trying to run the template "ASP.NET Core Angular 2 Starter Application (.NET Core)" found in http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio, but I get the following error:
The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. d:\temp\Angular2Application1\Angular2Application1.xproj.
Do you know how to resolve this?
Is there maybe an example project with Angular2?