Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update macos-install-xamarin to install .net 6. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Mar 9, 2023
1 parent 5a47cd8 commit 6025869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/scripts/macos-install-xamarin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

set -e

# The .NET SDK 5.0 installer is pinned to a specific version
# See: https://dotnet.microsoft.com/download/dotnet/5.0
DOTNET_SDK_INSTALLER_URL=https://download.visualstudio.microsoft.com/download/pr/88bc1553-e90f-4a4f-9574-65d9a5065cd2/1d5646e1abb8b4d4a61ba0b0be976047/dotnet-sdk-5.0.402-osx-x64.pkg
# The .NET SDK 6.0 installer is pinned to a specific version
# See: https://dotnet.microsoft.com/download/dotnet/6.0
DOTNET_SDK_INSTALLER_URL=https://download.visualstudio.microsoft.com/download/pr/85962c99-0139-47f0-aa4c-b566b809b6a1/2008bf2ed757e67f382fe92c0fcca583/dotnet-sdk-6.0.406-osx-x64.pkg

# Currently we are also pinning the rest of the installers to specific version URLs.
# Alternately, we could use the "latest stable" mode of boots:
Expand Down

0 comments on commit 6025869

Please sign in to comment.