diff --git a/.vsts-ci-linux.yml b/.vsts-ci-linux.yml index 9bdd16ef5..a967e5bcf 100644 --- a/.vsts-ci-linux.yml +++ b/.vsts-ci-linux.yml @@ -29,7 +29,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 8.0.100-preview.7.23376.3 + version: 8.0.100 includePreviewVersions: true - bash: | diff --git a/.vsts-ci-macos.yml b/.vsts-ci-macos.yml index af65131e5..66010f3b4 100644 --- a/.vsts-ci-macos.yml +++ b/.vsts-ci-macos.yml @@ -20,7 +20,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 8.0.100-preview.7.23376.3 + version: 8.0.100 includePreviewVersions: true - bash: | diff --git a/.vsts-ci-packages.yml b/.vsts-ci-packages.yml index d03050ffa..eec629dcc 100644 --- a/.vsts-ci-packages.yml +++ b/.vsts-ci-packages.yml @@ -15,7 +15,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 8.0.100-preview.7.23376.3 + version: 8.0.100 includePreviewVersions: true - template: build/ci/gitversion.yml diff --git a/.vsts-ci-windows-tests.yml b/.vsts-ci-windows-tests.yml index 7931c8949..74076aa9a 100644 --- a/.vsts-ci-windows-tests.yml +++ b/.vsts-ci-windows-tests.yml @@ -26,7 +26,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 8.0.100-preview.7.23376.3 + version: 8.0.100 includePreviewVersions: true - pwsh: | diff --git a/.vsts-ci-wsl-tests.yml b/.vsts-ci-wsl-tests.yml index 071eba27c..134f42ba4 100644 --- a/.vsts-ci-wsl-tests.yml +++ b/.vsts-ci-wsl-tests.yml @@ -82,7 +82,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 8.0.100-preview.7.23376.3 + version: 8.0.100 includePreviewVersions: true - pwsh: | diff --git a/src/Uno.Wasm.Bootstrap/Constants.cs b/src/Uno.Wasm.Bootstrap/Constants.cs index 8c5b41db4..e69e26fcf 100644 --- a/src/Uno.Wasm.Bootstrap/Constants.cs +++ b/src/Uno.Wasm.Bootstrap/Constants.cs @@ -7,7 +7,7 @@ namespace Uno.Wasm.Bootstrap internal class Constants { public const string DefaultDotnetRuntimeSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/" - + "dotnet-runtime-wasm-linux-80a83e7-ef6283ac0a1-6393876808-Release.zip"; + + "dotnet-runtime-wasm-linux-5708d38-7331dcb60e0-6866112926-Release.zip"; /// /// Min version of the emscripten SDK. Must be aligned with dotnet/runtime SDK build in .