Forum Discussion
Bannna
Feb 19, 2019Copper Contributor
How to pack and deploy .net framework along with an MSIX package created for .net 3.5 application
@John Vintzel I would like to know, how to add the .net frame work dependency to the MSIX package. I am creating an MSIX package for a .net 3.5 application, but I would like to know how to insta...
Dian Hartono
Microsoft
Feb 21, 2019Hi, you declare the dependency in the package manifest. https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-dependencies
What type of .net 3.5 framework are you using? Do you know if this version can be published through the Store?