Why Microsoft.NET.CoreRuntime.1.1.appx is coming in dependency - UWP APPX

805 Views Asked by At

When I was used to create appx file (x64 release mode) of my project , there was only Microsoft.VCLibs.x64.14.00.appx file was created under dependency folder. But now when I'm trying to create appx, an additional file "Microsoft.NET.CoreRuntime.1.1.appx" is also creating under dependency folder. What is the reason for it? And How can I remove it? Now when clients run my appx (using AppInstaller) , it shows

"App installer failed to install package dependencies. Ask the developer for Microsoft.NET.CoreRuntime.1.1 package"

This issue can be resolved when they install Microsoft.NET.CoreRuntime.1.1.appx seperately. But clients are not interested to do it. So how can I stop generating Microsoft.NET.CoreRuntime.1.1.appx in dependency folder?

0

There are 0 best solutions below