From 15b2a0f79bc6fc3a8e87e3797e6d4686aa8b8912 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 15 Oct 2025 10:08:24 +0300 Subject: [PATCH 1/4] Update sdk to .NET 10 RC 2 --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 1e2b44cb..f0e6e07f 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.100-rc.1.25451.107", - "rollForward": "disable", + "version": "10.0.100-rc.2", + "rollForward": "minor", "allowPrerelease": true } } From f3aee7ee243769809653be1f993c2519ad9a9529 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 15 Oct 2025 10:15:56 +0300 Subject: [PATCH 2/4] Attempt using exact version string --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index f0e6e07f..4735064d 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.100-rc.2", - "rollForward": "minor", + "version": "10.0.100-rc.2.25502.107", + "rollForward": "disable", "allowPrerelease": true } } From cfad224bb64b79828446c517d4a1441dcac3bead Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 15 Oct 2025 10:23:54 +0300 Subject: [PATCH 3/4] Revert "Attempt using exact version string" This reverts commit f3aee7ee243769809653be1f993c2519ad9a9529. --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 4735064d..f0e6e07f 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", - "rollForward": "disable", + "version": "10.0.100-rc.2", + "rollForward": "minor", "allowPrerelease": true } } From a6480f4df655187adc4653418a3e0a72cc99dca4 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 15 Oct 2025 10:24:08 +0300 Subject: [PATCH 4/4] update sdk version in actions files --- .github/workflows/ci-build-test.yml | 2 +- .github/workflows/ci-code-coverage.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-build-test.yml b/.github/workflows/ci-build-test.yml index 6bd40fc3..73b19f72 100644 --- a/.github/workflows/ci-build-test.yml +++ b/.github/workflows/ci-build-test.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: | - 10.0.100-rc.1.25451.107 + 10.0.100-rc.2.25502.107 9.0.x # NetFX testing on non-Windows requires mono diff --git a/.github/workflows/ci-code-coverage.yml b/.github/workflows/ci-code-coverage.yml index e8ffbad2..4f7afeb4 100644 --- a/.github/workflows/ci-code-coverage.yml +++ b/.github/workflows/ci-code-coverage.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: | - 10.0.100-rc.1.25451.107 + 10.0.100-rc.2.25502.107 9.0.x - name: Download test results diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 63e0bbd9..7b6b6340 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: | - 10.0.100-rc.1.25451.107 + 10.0.100-rc.2.25502.107 9.0.x - name: Generate documentation diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 730b6879..baefbecc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: | - 10.0.100-rc.1.25451.107 + 10.0.100-rc.2.25502.107 9.0.x - name: Build @@ -79,7 +79,7 @@ jobs: uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: | - 10.0.100-rc.1.25451.107 + 10.0.100-rc.2.25502.107 9.0.x - name: Pack @@ -108,7 +108,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100-rc.1.25451.107 + dotnet-version: 10.0.100-rc.2.25502.107 - name: Download build artifacts uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 @@ -163,7 +163,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100-rc.1.25451.107 + dotnet-version: 10.0.100-rc.2.25502.107 - name: Download build artifacts uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0