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
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!
The text was updated successfully, but these errors were encountered:
I have a MSBuild.Sdk.Extras csproj that has TFMs
netstandard2.0
anduap10.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!
The text was updated successfully, but these errors were encountered: