You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI restore: add AssetTargetFallback and SkipGetTargetFrameworkProperties
NuGet restore fails with NU1201 when a managed UAP project references
a native vcxproj. Two properties are needed:
- AssetTargetFallback=native: tells NuGet to accept 'native' as a
compatible framework for UAP projects
- SkipGetTargetFrameworkProperties=true: prevents MSBuild from querying
native projects for their target framework during restore
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments