Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 is not compatible with netcoreapp1.0 #1531

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

Originally created by @ManuelDeLeon on 7/7/2016

To reproduce run yo aspnetcore-spa on an empty folder. It fails to restore the nuget packages:

log  : Restoring packages for C:\MCAngular_Test\project.json...
info :   CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.dotnethostresolver/index.json
info :   CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.dotnethost/index.json
info :   CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.angularservices/index.json
log  : Restoring packages for tool 'Microsoft.AspNetCore.Razor.Tools' in C:\MCAngular_Test\project.json...
log  : Restoring packages for tool 'Microsoft.AspNetCore.Server.IISIntegration.Tools' in C:\MCAngular_Test\project.json...
error: Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 supports:
error:   - net451 (.NETFramework,Version=v4.5.1)
error:   - netstandard1.6 (.NETStandard,Version=v1.6)
error: One or more packages are incompatible with .NETCoreApp,Version=v1.0.
info : Committing restore...
log  : Writing lock file to disk. Path: C:\MCAngular_Test\project.lock.json
log  : C:\MCAngular_Test\project.json
log  : Restore failed in 3994ms.

Errors in C:\MCAngular_Test\project.json
    Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 supports:
      - net451 (.NETFramework,Version=v4.5.1)
      - netstandard1.6 (.NETStandard,Version=v1.6)
    One or more packages are incompatible with .NETCoreApp,Version=v1.0.

*Originally created by @ManuelDeLeon on 7/7/2016* To reproduce run `yo aspnetcore-spa` on an empty folder. It fails to restore the nuget packages: ``` log : Restoring packages for C:\MCAngular_Test\project.json... info : CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.dotnethostresolver/index.json info : CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.dotnethost/index.json info : CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.angularservices/index.json log : Restoring packages for tool 'Microsoft.AspNetCore.Razor.Tools' in C:\MCAngular_Test\project.json... log : Restoring packages for tool 'Microsoft.AspNetCore.Server.IISIntegration.Tools' in C:\MCAngular_Test\project.json... error: Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 supports: error: - net451 (.NETFramework,Version=v4.5.1) error: - netstandard1.6 (.NETStandard,Version=v1.6) error: One or more packages are incompatible with .NETCoreApp,Version=v1.0. info : Committing restore... log : Writing lock file to disk. Path: C:\MCAngular_Test\project.lock.json log : C:\MCAngular_Test\project.json log : Restore failed in 3994ms. Errors in C:\MCAngular_Test\project.json Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microsoft.AspNetCore.AngularServices 1.0.0-beta-000007 supports: - net451 (.NETFramework,Version=v4.5.1) - netstandard1.6 (.NETStandard,Version=v1.6) One or more packages are incompatible with .NETCoreApp,Version=v1.0. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1531
No description provided.