-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Labels
dotnetAn issue or pull request related to .NET (6)An issue or pull request related to .NET (6)dotnet-pri0.NET 6: required for stable release.NET 6: required for stable release
Milestone
Description
We should ensure that the MinimumOSVersion property in the Info.plist is consistent with the SupportedOSPlatformVersion MSBuild property. SupportedOSPlatformVersion is a standardized across platforms and controls the SDK's platform analyzers.
https://github.com/dotnet/designs/search?q=SupportedOSPlatformVersion
A few options:
- emit a build error if the
MinimumOSVersionproperty and theSupportedOSPlatformVersionMSBuild property do not match - merge the
SupportedOSPlatformVersionMSBuild property into theMinimumOSVersionplist value during app build - set the
SupportedOSPlatformVersionMSBuild property from theMinimumOSVersionplist property in a build target at start of build. the downside would be that it would not be available during evaluation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dotnetAn issue or pull request related to .NET (6)An issue or pull request related to .NET (6)dotnet-pri0.NET 6: required for stable release.NET 6: required for stable release