From 9707b46104cf61d56d8b0f97b628c2572d0cfd8f Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 17 Jul 2025 19:19:48 -0700 Subject: [PATCH] Code review --- build/RestoreGDK.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/RestoreGDK.ps1 b/build/RestoreGDK.ps1 index c5805f9..5f62959 100644 --- a/build/RestoreGDK.ps1 +++ b/build/RestoreGDK.ps1 @@ -70,7 +70,7 @@ if ($GDKEditionNumber -ge 241000) { $GDKX_ID = "Microsoft.GDK.Xbox" } else { - Write-Error "##[error]Script supports October 2010 or later" -ErrorAction Stop + Write-Error "##[error]Script supports October 2024 or later" -ErrorAction Stop } # Check that the package isn't already present