Forum Discussion
liuyan300
Feb 01, 2023Copper Contributor
How to packaged include .net runtime?
Hi My application build with WinUI3+ .NET 6. I packaged with MSIX, and run on the new PC. show this: My project files(.csproj): <PropertyGroup> <OutputType>WinExe</OutputType> <...
Aniket_Banerjee
Feb 02, 2023Brass Contributor
Hi liuyan300
You may need to add .NET as a dependency within the package.
You can read more about it here - https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-packagedependency
In case you're not able to make it work, let us know.
Aniket