diff --git a/install-sdk.ps1 b/install-sdk.ps1 index 8d577ec248..9ecfb63db2 100644 --- a/install-sdk.ps1 +++ b/install-sdk.ps1 @@ -1,2 +1,2 @@ $SdkVersion = "3.0.100" -& "./dotnet-install.ps1" -Version $SdkVersion \ No newline at end of file +& "./dotnet-install.ps1" -Version $SdkVersion -Architecture x86 \ No newline at end of file