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