Edit Package Dependency DialogCopy link to this sectionLink to this section copied!

In this dialog you can edit or create a new dependency on another package that is marked as a framework package.

Win store app edit dependency

NameCopy link to this sectionLink to this section copied!

The name as it appears in the ID field from the Package section of Package Information Page.

PublisherCopy link to this sectionLink to this section copied!

The publisher as it appears in the ID field from the Publisher section of Package Information Page.

Min versionCopy link to this sectionLink to this section copied!

The minimum version of the dependency package. The value is a string in quad notation(e.g. "Major.Minor.Build.Revision").

Max major versionCopy link to this sectionLink to this section copied!

The maximum version of the dependency package tested against. Used only on Windows 10 to determine whether frameworks will be staged side-by-side, and what framework gets loaded into the package graph for the package.

Processor ArchitectureCopy link to this sectionLink to this section copied!

Choose the processor architecture:

  • x86
  • x64
  • arm
  • arm64
  • neutral

OptionalCopy link to this sectionLink to this section copied!

Enable this option if you want the dependency to be optional for the app. In this case the app can be installed even if the optional framework dependencies are not installed.