Skip to content

How to add a dependency to the Windows App SDK Framework package? #1278

Answered by riverar
dhoehna asked this question in Q&A
Discussion options

You must be logged in to vote

Framework package references
https://github.com/microsoft/WindowsAppSDK/blob/main/docs/faq.md#what-is-a-framework-package
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/framework-packages/framework-packages-overview

Believe that FAQ text is referring to the addition of <PackageDependency Name="Microsoft.WindowsAppSDK.1.0-experimental1" MinVersion="0.218.840.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> to your appmanifest, although that's not really the workflow devs will follow. (They will instead add a NuGet package reference and the machine will churn for a bit / do that work for you via packaging project.)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dhoehna
Comment options

dhoehna Aug 20, 2021
Maintainer Author

Answer selected by dhoehna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants