I want to use the Angular Single-Page Application template over at https://github.com/aspnet/JavaScriptServices/ for a new web application. But the template uses ASP.NET Core with .NET Core. I want to use ASP.NET Core with the full .NET Framework.
I tried just changing the <TargetFramework> property of the .csproj the template makes but when I try to run I get this exception page.
I tried searching Google but everything refers to .NET Core!
I'm guessing that WebPackMiddleware isn't available in the full .NET Framework? I'm at a loss.
I'm using the latest version of Visual Studio 2017.
How can I resolve this - or - is there a better starter template I should be using to have angular with ASP.NET Core and Full .NET Framework? Thanks in advance!