From 691ff022bc022caa6224bfa473a2f305083c7fd6 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 29 Jan 2024 15:49:44 -0500 Subject: [PATCH 1/2] chore: Update to latest uno --- .../Uno.Playground.WASM.csproj | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj index e691af6..689d217 100644 --- a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj +++ b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj @@ -91,23 +91,23 @@ - - - + + + - - + + - - + + - - - - - + + + + + From 4b8e9e6cc0fb1bdcec8d2aaa621a6e79da96ad59 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 29 Jan 2024 15:53:57 -0500 Subject: [PATCH 2/2] chore: Adjust .NET SDK --- .github/workflows/ci.yml | 2 +- .vsts-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4092e4a..ea855cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: '8.0.100-preview.4.23260.5' + dotnet-version: '8.0.101' include-prerelease: true - run: | diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 8b447ee..584c9c6 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -24,7 +24,7 @@ jobs: displayName: 'Use .NET SDK' inputs: packageType: sdk - version: 8.0.100-preview.4.23260.5 + version: 8.0.101 includePreviewVersions: true - template: build/canary-updater.yml