-
Notifications
You must be signed in to change notification settings - Fork 19
Update depends_on macos
#1297
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
base: master
Are you sure you want to change the base?
Update depends_on macos
#1297
Conversation
| # .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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 |
Update
depends_onmacOSbased on .NET supported OS.