File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ include $(TOP)/Make.versions
4444# The value is taken from the name + version of the Ref pack.
4545# Example: given the Ref pack "Microsoft.iOS.Ref.net8.0_17.5" with the version "17.5.8030", the value
4646# to write here would be the part after "Microsoft.iOS.Ref." + "/" + version: "net8.0_17.5/17.5.8030"
47- STABLE_NUGET_VERSION_iOS=net9 .0_26.0 /26.0.9752
48- STABLE_NUGET_VERSION_tvOS=net9 .0_26.0 /26.0.9752
49- STABLE_NUGET_VERSION_MacCatalyst=net9 .0_26.0 /26.0.9752
50- STABLE_NUGET_VERSION_macOS=net9 .0_26.0 /26.0.9752
47+ STABLE_NUGET_VERSION_iOS=net10 .0_26.1 /26.1.10494
48+ STABLE_NUGET_VERSION_tvOS=net10 .0_26.1 /26.1.10494
49+ STABLE_NUGET_VERSION_MacCatalyst=net10 .0_26.1 /26.1.10494
50+ STABLE_NUGET_VERSION_macOS=net10 .0_26.1 /26.1.10494
5151
5252PACKAGE_HEAD_REV=$(shell git rev-parse HEAD)
5353
You can’t perform that action at this time.
0 commit comments