Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet restore failures in packaging projects (wapproj) #6079

Closed
ridomin opened this issue Oct 21, 2017 · 4 comments
Closed

NuGet restore failures in packaging projects (wapproj) #6079

ridomin opened this issue Oct 21, 2017 · 4 comments
Assignees
Labels
Milestone

Comments

@ridomin
Copy link

ridomin commented Oct 21, 2017

VS2017 Update 4 includes a new project type to create APPX packages for Windows Desktop projects.

Calling msbuild /t:restore at solution level generates the error:

error NU1201: Project MyProject is not compatible with uap1
0.0.14393 (UAP,Version=v10.0.14393). Project MyProject supports: net461 (.NETFramework,Version=v4.6.1) 

Reproduced in NuGetPackageExplorer/NuGetPackageExplorer#228

@clairernovotny
Copy link

@rrelyea
Copy link
Contributor

rrelyea commented Oct 23, 2017

@ridomin has not been able to reproduce from scratch
@davkean - let's chat about possible solutions: 1) don't use projectrefs; 2) use a project ref, but have metadata to tell nuget to ignore it; 3) other?

@nkolev92
Copy link
Member

nkolev92 commented Jul 12, 2019

Related 849782

That issue would need to be closed if wapproj starts importing the nuget.targets

@nkolev92
Copy link
Member

nkolev92 commented Apr 6, 2020

Fixed internally with wapproj.
Wapproj had authoring problems that have been addressed for the 16.6 release.

@nkolev92 nkolev92 closed this as completed Apr 6, 2020
@nkolev92 nkolev92 added Resolution:External This issue appears to be External to nuget and removed Triage:NeedsTriageDiscussion labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants