Skip to content

Commit d40b221

Browse files
authored
Update dotnet dependency from version 8 to latest
1 parent 96d8bbc commit d40b221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/m/marksman.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ class Marksman < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "50abec82ec280c5c3c35c770fe08bceeafc3bb20ba8e474843b15a49272907ff"
1717
end
1818

19-
depends_on "dotnet@8"
19+
depends_on "dotnet"
2020

2121
uses_from_macos "zlib"
2222

2323
def install
2424
ENV["DOTNET_CLI_TELEMETRY_OPTOUT"] = "true"
2525

26-
dotnet = Formula["dotnet@8"]
26+
dotnet = Formula["dotnet"]
2727
args = %W[
2828
--configuration Release
2929
--framework net#{dotnet.version.major_minor}

0 commit comments

Comments
 (0)