-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump min OS versions in .NET 9 #19392
Comments
The current min for macOS in dotnet/runtime is 10.15 too and there are no immediate plans to bump that. Unless you're aware of some good reason to do it? |
The only reason I can think of is that we don't have bots to run tests on 10.15, so we're not really verifying that it works (earliest OS version we have is macOS 11.5). |
One point towards bumping to iOS 12 and tvOS 12 is that Xcode 15 doesn't support deploying to an iOS 11 device. From Xcode 15's release notes: "The Xcode 15 release supports on-device debugging in iOS 12 and later, tvOS 12 and later, and watchOS 4 and later." |
I agree with the idea that 12.2 and company (that has swift provided by the OS) would be a great new default for us. |
@rolfbjarne Wonder if it needs to be done sooner for the same reasons as #6213 |
Xcode 15 (and probably 16) continues to support building for iOS 11 from the command line, even if the iDE doesn't support deploying to such devices. |
We're still undecided what to do about macOS (Mac Catalyst will likely stay the on the same min version). Ref: #19392
It seems dotnet/runtime is bumping to macOS 12.0 (and thus Mac Catalyst 15.0) according to the docs here: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md Although I haven't found any issues/pull requests/discussions referring to this. |
Most of that discussion happened in dotnet/core#9038. Of course this doesn't mean that the |
@dalexsoto any particular reason we shouldn't bump to macOS 12.0 / Mac Catalyst 15.0 already? |
Not from me, I'll ask around but I do not see problem doing this. |
@rolfbjarne no one raised a flag so I would say let's do it! |
Completed in f749cb3. |
We might have to bump min OS versions in .NET 9.
dotnet/runtime is bumping to iOS 12.2/tvOS 12.2: dotnet/runtime#91736, which might be a good choice since that's when iOS/tvOS started shipping Swift libraries (our current min is iOS/tvOS 11.0)
FWIW there's nothing filed in dotnet/runtime for macOS yet that I could find (our current min is macOS 10.15)
Versions were bumped to:
The text was updated successfully, but these errors were encountered: