From be2c615226a6b3a53bfab056c1b7cb7c150d2f48 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Mon, 21 Aug 2023 17:54:13 +0000 Subject: [PATCH] [wasm] Unpin sdk version, and change channel to 9.0 for WBT --- eng/Versions.props | 2 +- eng/testing/workloads-testing.targets | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 8ec0c1c1f1387..472775e3ef48a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -204,7 +204,7 @@ 2.45.0 2.45.0 - 8.0.100-rc.1.23415.5 + 1.1.2-beta1.23323.1 7.0.0-preview-20221010.1 diff --git a/eng/testing/workloads-testing.targets b/eng/testing/workloads-testing.targets index 2961313c84973..3746cdd5eb165 100644 --- a/eng/testing/workloads-testing.targets +++ b/eng/testing/workloads-testing.targets @@ -61,9 +61,9 @@ <_DotNetInstallCommand Condition="!$([MSBuild]::IsOSPlatform('windows'))" - >$(_DotNetInstallScriptPath) -i $(_SdkWithNoWorkloadPath) -v latest -q daily --channel 8.0 + >$(_DotNetInstallScriptPath) -i $(_SdkWithNoWorkloadPath) -v latest -q daily --channel 9.0 <_DotNetInstallCommand Condition="$([MSBuild]::IsOSPlatform('windows'))" - >$(_DotNetInstallScriptPath) -InstallDir $(_SdkWithNoWorkloadPath) -Quality daily -Channel 8.0 + >$(_DotNetInstallScriptPath) -InstallDir $(_SdkWithNoWorkloadPath) -Quality daily -Channel 9.0