-
I'm looking through the documentation about the framework package. The FAQ only says
How exactly does one do that? I can't find any help on my favorite search engine when I search for "Framework package." Nothing from Microsoft at least. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Framework package references Believe that FAQ text is referring to the addition of |
Beta Was this translation helpful? Give feedback.
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.)