From 71813a7d8328a1a04d126fe1f8b9da6b25e2f750 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Tue, 24 Feb 2026 17:21:31 -0500 Subject: [PATCH] [release/10.0.1xx] Hardcode our manifest version band to 10.0.100 since we now have a 10.0.200 SDK follow suit with android https://github.com/dotnet/android/blob/release/10.0.1xx/eng/Versions.props#L27-L30 --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index 21a99e69a5a3..dceb7608cb8d 100644 --- a/Make.config +++ b/Make.config @@ -409,7 +409,7 @@ endif # This is the manifest version band we use for our .Manifest-$(VERSION_BAND) packages. # It should typically be $(DOTNET_MANIFEST_VERSION_BAND_WITH_PRERELEASE_COMPONENT), unless we decide to hardcode it to something else -MACIOS_MANIFEST_VERSION_BAND=$(DOTNET_MANIFEST_VERSION_BAND_WITH_PRERELEASE_COMPONENT) +MACIOS_MANIFEST_VERSION_BAND=10.0.100 # The location of csc changes depending on whether we're using a preview or a stable/service release :/ DOTNET_CSC_PATH_PREVIEW=$(DOTNET_DIR)/sdk/$(DOTNET_VERSION)/Roslyn/bincore/csc.dll