We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d8bbc commit d40b221Copy full SHA for d40b221
Formula/m/marksman.rb
@@ -16,14 +16,14 @@ class Marksman < Formula
16
sha256 cellar: :any_skip_relocation, x86_64_linux: "50abec82ec280c5c3c35c770fe08bceeafc3bb20ba8e474843b15a49272907ff"
17
end
18
19
- depends_on "dotnet@8"
+ depends_on "dotnet"
20
21
uses_from_macos "zlib"
22
23
def install
24
ENV["DOTNET_CLI_TELEMETRY_OPTOUT"] = "true"
25
26
- dotnet = Formula["dotnet@8"]
+ dotnet = Formula["dotnet"]
27
args = %W[
28
--configuration Release
29
--framework net#{dotnet.version.major_minor}
0 commit comments