.NET Runtime as MSIX dependency #2861
Answered
by
rocksdanister
LadderLogic
asked this question in
Q&A
-
This might be a repeat, but I am unable to locate this in search. The appx packaging helps nicely to separate application into one msix, and windows app runtime, VCLibs as dependencies into their own msix. However, the .net runtime is part of the application msix. How can we pull the .net runtime to be it's own msix and part of dependencies? I understand the self-contained vs. framework-dependent paradigm of .net, but I don't see where msix packaging could come into play in framework-dependent (?) solution |
Beta Was this translation helpful? Give feedback.
Answered by
rocksdanister
Aug 18, 2022
Replies: 1 comment 7 replies
-
Related: dotnet/runtime#51574 |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
LadderLogic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: dotnet/runtime#51574