This repository was archived by the owner on Jun 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ 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 requires macOS 14 (Sonoma) - https://github. com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#apple
36+ depends_on macos : :sonoma
3737
3838 def install
3939 libexec . install Dir [ "*" ]
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ 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 requires macOS 13 (Ventura) - https://github. com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#apple
33+ depends_on macos : :ventura
3434
3535 def install
3636 libexec . install Dir [ "*" ]
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ 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 rerquires macOS 14 (Sonoma) - https://github. com/dotnet/core/blob/main/release-notes/10.0/supported-os.md#apple
37+ depends_on macos : :sonoma
3838
3939 def install
4040 libexec . install Dir [ "*" ]
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ 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 requires macOS 13 (Ventura) - https://github. com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#apple
33+ depends_on macos : :ventura
3434
3535 def install
3636 libexec . install Dir [ "*" ]
You can’t perform that action at this time.
0 commit comments