Skip to content

Commit

Permalink
Merge pull request #805 from unoplatform/mergify/bp/main/pr-804
Browse files Browse the repository at this point in the history
Update to 8.0.100 RTM (backport #804)
  • Loading branch information
jeromelaban authored Nov 14, 2023
2 parents 2824429 + 2db4481 commit df423b5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vsts-ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci-wsl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Min version of the emscripten SDK. Must be aligned with dotnet/runtime SDK build in <see cref="NetCoreWasmSDKUri"/>.
Expand Down

0 comments on commit df423b5

Please sign in to comment.