File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ class PowershellDaily < Formula
3232 # Disabled because we are unable to maintain the automation to update the formula
3333 disable! date : "2023-03-03" , because : :unmaintained
3434
35- # .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
36- depends_on macos : :high_sierra
35+ # .NET 10 RC 1 shipped with macOS 14 (Sonoma) as the minimum supported OS
36+ # https://github.com/dotnet/core/blob/v10.0.0-rc.1/release-notes/10.0/supported-os.md#apple
37+ depends_on macos : :sonoma
3738
3839 def install
3940 libexec . install Dir [ "*" ]
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ class PowershellLts < Formula
2929 version "7.4.11"
3030 version_scheme 1
3131
32- # .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
33- depends_on macos : :high_sierra
32+ # .NET 8 RC 1 shipped with macOS 10.15 (Catalina) as the minimum supported OS
33+ # https://github.com/dotnet/core/blob/v8.0.0-rc.1/release-notes/8.0/supported-os.md#apple
34+ depends_on macos : :catalina
3435
3536 def install
3637 libexec . install Dir [ "*" ]
Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ class PowershellPreview < Formula
3333 url :head
3434 end
3535
36- # .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
37- depends_on macos : :high_sierra
36+ # .NET 10 RC 1 shipped with macOS 14 (Sonoma) as the minimum supported OS
37+ # https://github.com/dotnet/core/blob/v10.0.0-rc.1/release-notes/10.0/supported-os.md#apple
38+ depends_on macos : :sonoma
3839
3940 def install
4041 libexec . install Dir [ "*" ]
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ class Powershell < Formula
2929 version "7.5.2"
3030 version_scheme 1
3131
32- # .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
33- depends_on macos : :high_sierra
32+ # .NET 9 RC 1 shipped with macOS 11 (Monterey) as the minimum supported OS
33+ # https://github.com/dotnet/core/blob/v9.0.0-rc.1/release-notes/9.0/supported-os.md#apple
34+ depends_on macos : :monterey
3435
3536 def install
3637 libexec . install Dir [ "*" ]
You can’t perform that action at this time.
0 commit comments