Tooling-Windows-Submodule icon indicating copy to clipboard operation
Tooling-Windows-Submodule copied to clipboard

Declared SupportedOSPlatformVersion for WinAppSdk

Open Arlodotexe opened this issue 1 year ago • 0 comments

Background

For net5.0+ targets, TargetPlatformMinVersion was renamed to SupportedOSPlatformVersion. See https://github.com/dotnet/designs/pull/157

The dotnet SDK uses the TargetPlatformVersion property to provide a default SupportedOSPlatformVersion value if none is explicitly provided. See https://github.com/dotnet/designs/blob/bba3216250cb29b0063bac3ebb57a542ee21ad4f/accepted/2020/minimum-os-version/minimum-os-version.md?plain=1#L73C27-L73C48.

Overview

  • Declares SupportedOSPlatformVersion, using the existing TargetPlatformMinVersion value.
  • [needs testing] Fixes an issue where apps using the toolkit were no longer able to run on versions lower than 19041 (see here).

Arlodotexe avatar Aug 20 '24 16:08 Arlodotexe