dependency errors #1541

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

Originally created by @doczoidberg on 6/29/2016

I created a new angular 2 project and get these errors:

project.json(8,54): error NU1002: The dependency Microsoft.AspNetCore.AngularServices 1.0.0-beta-000006 does not support framework .NETCoreApp,Version=v1.0.
project.json(10,40): error NU1002: The dependency Microsoft.AspNetCore.Mvc 1.0.0 does not support framework .NETCoreApp,Version=v1.0.
project.json(11,42): error NU1002: The dependency Microsoft.DotNet.Cli.Utils 1.0.0-preview2-003121 does not support framework .NETCoreApp,Version=v1.0.
project.json(11,42): error NU1002: The dependency Microsoft.DotNet.ProjectModel.Loader 1.0.0-preview2-003121 does not support framework .NETCoreApp,Version=v1.0.
project.json(23,57): error NU1002: The dependency Microsoft.VisualStudio.Web.CodeGeneration 1.0.0-preview2-final does not support framework .NETCoreApp,Version=v1.0.
project.json(27,55): error NU1002: The dependency Microsoft.VisualStudio.Web.CodeGenerators.Mvc 1.0.0-preview2-final does not support framework .NETCoreApp,Version=v1.0.
*Originally created by @doczoidberg on 6/29/2016* I created a new angular 2 project and get these errors: ``` project.json(8,54): error NU1002: The dependency Microsoft.AspNetCore.AngularServices 1.0.0-beta-000006 does not support framework .NETCoreApp,Version=v1.0. project.json(10,40): error NU1002: The dependency Microsoft.AspNetCore.Mvc 1.0.0 does not support framework .NETCoreApp,Version=v1.0. project.json(11,42): error NU1002: The dependency Microsoft.DotNet.Cli.Utils 1.0.0-preview2-003121 does not support framework .NETCoreApp,Version=v1.0. project.json(11,42): error NU1002: The dependency Microsoft.DotNet.ProjectModel.Loader 1.0.0-preview2-003121 does not support framework .NETCoreApp,Version=v1.0. project.json(23,57): error NU1002: The dependency Microsoft.VisualStudio.Web.CodeGeneration 1.0.0-preview2-final does not support framework .NETCoreApp,Version=v1.0. project.json(27,55): error NU1002: The dependency Microsoft.VisualStudio.Web.CodeGenerators.Mvc 1.0.0-preview2-final does not support framework .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#1541
No description provided.