uwpwindows-10-universal.net-native

The declared package dependency does not exist. - uwp


I have to publish my app on store. For that I have created .appxupload file. But when I submit this package to developer account it always shows an error like below.

The declared package dependency does not exist. Dependency: Microsoft.NET.Native.Framework.Debug.1.7. Minimum version: 1.7.25531.0. Please upload the .appxupload file generated by Visual Studio for the Store.

.NET Native tool chain is checked by default in the release mode. And also tried by installing different versions of Microsoft.NETCore.UniversalWindowsPlatform (v6.0.8,v5.2.2,v5.3.4). Since it contains .NET Native. But cant achieve the solution.


Solution

  • Resolved the issue by ticking Optimized code checkbox for all architecures