From 03ea5872f99b2b642e3cdec46d41cfbaf86a19e3 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Wed, 15 Apr 2026 08:59:59 -0400 Subject: [PATCH] [apidiff] Update reference/stable versions to latest .NET 10 / Xcode 26.3 --- Make.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Make.config b/Make.config index e6812926afd8..89eed0961897 100644 --- a/Make.config +++ b/Make.config @@ -50,10 +50,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=net10.0_26.2/26.2.10191 -STABLE_NUGET_VERSION_tvOS=net10.0_26.2/26.2.10191 -STABLE_NUGET_VERSION_MacCatalyst=net10.0_26.2/26.2.10191 -STABLE_NUGET_VERSION_macOS=net10.0_26.2/26.2.10191 +STABLE_NUGET_VERSION_iOS=net10.0_26.2/26.2.10233 +STABLE_NUGET_VERSION_tvOS=net10.0_26.2/26.2.10233 +STABLE_NUGET_VERSION_MacCatalyst=net10.0_26.2/26.2.10233 +STABLE_NUGET_VERSION_macOS=net10.0_26.2/26.2.10233 PACKAGE_HEAD_REV=$(shell git rev-parse HEAD)