Skip to content

Commit

Permalink
Make default dotnet 8 package 8.0.400|8.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Evenson <[email protected]>
  • Loading branch information
benjiro committed Aug 15, 2024
1 parent 95765d6 commit 96f4f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/dotnet-sdk8.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "dotnet-sdk8" do
arch arm: "arm64", intel: "x64"

version "8.0.303,8.0.7"
version "8.0.400,8.0.8"
sha256 :no_check

url "https://github.com/isen-ng/homebrew-dotnet-sdk-versions/raw/master/META.md"
name ".NET Core SDK #{version.csv.first}"
desc "This cask follows releases from https://github.com/dotnet/core/tree/master"
homepage "https://github.com/isen-ng/homebrew-dotnet-sdk-versions"

depends_on cask: "dotnet-sdk8-0-300"
depends_on cask: "dotnet-sdk8-0-400"
depends_on macos: ">= :catalina"

stage_only true
Expand Down

0 comments on commit 96f4f71

Please sign in to comment.