Skip to content

Commit

Permalink
[build] Set the default target platform version to the current beta v…
Browse files Browse the repository at this point in the history
…ersions. (#12525)

These are the versions we're going to target for .NET 6 (unless Apple manages to
release another Xcode before that).
  • Loading branch information
rolfbjarne committed Aug 25, 2021
1 parent c09cf23 commit 23f0f2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ MACCATALYST_NUGET_VERSION=15.0.100
# Basically: this should be the last OS version of the platform in question when the current major .NET version is first released to stable.
# Ref: https://github.com/dotnet/designs/blob/8e6394406d44f75f30ea2259a425cb9e38d75b69/accepted/2020/net5/net5.md#os-versions

DEFAULT_TARGET_PLATFORM_VERSION_IOS=13.6
DEFAULT_TARGET_PLATFORM_VERSION_TVOS=13.4
DEFAULT_TARGET_PLATFORM_VERSION_WATCHOS=6.2
DEFAULT_TARGET_PLATFORM_VERSION_MACOS=10.15
DEFAULT_TARGET_PLATFORM_VERSION_MACCATALYST=13.5
DEFAULT_TARGET_PLATFORM_VERSION_IOS=15.0
DEFAULT_TARGET_PLATFORM_VERSION_TVOS=15.0
DEFAULT_TARGET_PLATFORM_VERSION_WATCHOS=8.0
DEFAULT_TARGET_PLATFORM_VERSION_MACOS=12.0
DEFAULT_TARGET_PLATFORM_VERSION_MACCATALYST=15.0

0 comments on commit 23f0f2b

Please sign in to comment.