Skip to content

Commit

Permalink
Updating MinVersion to reflect the actual min installable version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilybarkley-msft authored May 24, 2023
1 parent edea30e commit 1f55dcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/packaging/images/11-packaging-manifest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/packaging/msix-packaging-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ on the size of the package.
* Add `previewsecurity2` to `IgnorableNamespaces` at the end of the `<Package>` element

* In `<Dependencies>` change `TargetDeviceFamily` to
`<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22622.0" MaxVersionTested="10.0.22622.0" />`
`<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.25229.0" MaxVersionTested="10.0.25229.0" />`

* In `<Application>` replace any existing entrypoint/trustlevel/runtimebehavior with
`uap10:TrustLevel="appContainer" previewsecurity2:RuntimeBehavior="appSilo"`
Expand Down

0 comments on commit 1f55dcd

Please sign in to comment.