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

Architecture Dependencies because of SDK Reference #204

Open
MarkIvanDev opened this issue Jan 24, 2020 · 0 comments
Open

Architecture Dependencies because of SDK Reference #204

MarkIvanDev opened this issue Jan 24, 2020 · 0 comments

Comments

@MarkIvanDev
Copy link

I have a MSBuild.Sdk.Extras csproj that has TFMs netstandard2.0 and uap10.0.16299
The TFM uap10.0.16299 has <SDKReference Include="Microsoft.Advertising.Xaml, Version=10.0" /> which requires the package be built with a specific architecture. I am planning to make a single Nuget package of the project that contains all architectures (x86, x64, ARM, ARM64) but there seems to be no documentation for this specific use case.

What tags can I use inside the csproj to have that result when using the pack command in Visual Studio? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant