Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Dec 30, 2024
1 parent f4e9bc5 commit 4fa7728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ include $(TOP)/Make.versions
# The value is taken from the name + version of the Ref pack.
# Example: given the Ref pack "Microsoft.iOS.Ref.net8.0_17.5" with the version "17.5.8030", the value
# to write here would be the part after "Microsoft.iOS.Ref." + "/" + version: "net8.0_17.5/17.5.8030"
STABLE_NUGET_VERSION_iOS=net9.0_18.2/18.2.9670
STABLE_NUGET_VERSION_tvOS=net9.0_18.2/18.2.9670
STABLE_NUGET_VERSION_MacCatalyst=net9.0_18.2/18.3.9670
STABLE_NUGET_VERSION_macOS=net9.0_15.2/15.2.9670
STABLE_NUGET_VERSION_iOS=net9.0_18.2/18.2.9170
STABLE_NUGET_VERSION_tvOS=net9.0_18.2/18.2.9170
STABLE_NUGET_VERSION_MacCatalyst=net9.0_18.2/18.2.9170
STABLE_NUGET_VERSION_macOS=net9.0_15.2/15.2.9170

PACKAGE_HEAD_REV=$(shell git rev-parse HEAD)

Expand Down

0 comments on commit 4fa7728

Please sign in to comment.