Conversation
Formula/powershell-lts.rb
Outdated
| # .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31 | ||
| depends_on macos: :high_sierra | ||
| # .NET 8 requires macOS 13 (Ventura) - https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#apple | ||
| depends_on macos: :ventura |
There was a problem hiding this comment.
| depends_on macos: :ventura | |
| depends_on macos: :catalina |
Another option: .NET 8 was originally released with support for macOS 10.15 (Catalina)
|
Please note that $ brew install powershell/tap/powershell
Error: powershell/tap/powershell: Calling `depends_on macos: :high_sierra` is deprecated! There is no replacement.
Please report this issue to the powershell/homebrew-tap tap (not Homebrew/* repositories):
/opt/homebrew/Library/Taps/powershell/homebrew-tap/Formula/powershell.rb:33 |
|
@andyleejordan @TravisEz13 Can we get the final review and get this merged? These constant deprecation warnings on any |
|
Hi, @TravisEz13 and/or @andyleejordan Any chance one of you could review & approve this PR ... pretty please? 😜 |
|
please approve and integrate. this breaks update functionality in the homebrew implementation of powershell. |
|
Please approve it, @TravisEz13 and @andyleejordan :) |
ca3b461 to
9fd08d9
Compare
9fd08d9 to
da989a6
Compare
|
I’ve pushed changes to use the minimum supported OS at the time of the first .NET RC to avoid unnecessary warnings. |
Update macOS
depends_onto reflect .NET’s supported OS at each release’s ship date.