Tooling-Windows-Submodule
Tooling-Windows-Submodule copied to clipboard
Declared SupportedOSPlatformVersion for WinAppSdk
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 existingTargetPlatformMinVersionvalue. - [needs testing] Fixes an issue where apps using the toolkit were no longer able to run on versions lower than 19041 (see here).