Unable to resolve 'Microsoft.AspNetCore.SpaServices (>= 2.0.0) #739

Closed
opened 2025-08-09 17:17:29 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @brettjdicioccio on 5/20/2017

I am getting the following error after downloading the latest dev branch (Angular2Spa) during package restore:
Unable to resolve 'Microsoft.AspNetCore.SpaServices (>= 2.0.0)' for '.NETCoreApp,Version=v2.0'.

I have the latest preview version of VS2017 and
dotnet --version = 2.0.0-preview1-005977

I am able to go into VS2017 Preview and create a new ASP.NET Core Web API application using 2.0.0 and everything works fine. I see this in the .csproj:
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-preview1-final" />

Not sure why the error is occurring after downloading the dev branch and adding the AngularSpa template to the same solution with the .NET Core 2.0 Web API.

*Originally created by @brettjdicioccio on 5/20/2017* I am getting the following error after downloading the latest dev branch (Angular2Spa) during package restore: Unable to resolve 'Microsoft.AspNetCore.SpaServices (>= 2.0.0)' for '.NETCoreApp,Version=v2.0'. I have the latest preview version of VS2017 and dotnet --version = 2.0.0-preview1-005977 I am able to go into VS2017 Preview and create a new ASP.NET Core Web API application using 2.0.0 and everything works fine. I see this in the .csproj: `<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-preview1-final" />` Not sure why the error is occurring after downloading the dev branch and adding the AngularSpa template to the same solution with the .NET Core 2.0 Web API.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#739
No description provided.