From 26b5296384194b7570d4ab47bc60f8564bbf20f5 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 03:59:50 +0000 Subject: [PATCH 1/4] Update dependency Particular.PlatformSample.ServiceControl to 6.10.0 --- src/Particular.PlatformSample/Particular.PlatformSample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Particular.PlatformSample/Particular.PlatformSample.csproj b/src/Particular.PlatformSample/Particular.PlatformSample.csproj index a0c4d29..cbe7348 100644 --- a/src/Particular.PlatformSample/Particular.PlatformSample.csproj +++ b/src/Particular.PlatformSample/Particular.PlatformSample.csproj @@ -10,7 +10,7 @@ - + From 5c63da061b33437462f0bbdf4b0ab3230da280d4 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Wed, 4 Feb 2026 12:22:02 -0500 Subject: [PATCH 2/4] Update global.json --- global.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.json b/global.json index 2134ed9..506dcae 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,7 @@ { "sdk": { - "version": "8.0.400", + "version": "10.0.0", + "allowPrerelease": false, "rollForward": "latestFeature" } } \ No newline at end of file From a523f1500fef6f3a3dedd6d88c5b8a57618276c8 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Wed, 4 Feb 2026 12:23:41 -0500 Subject: [PATCH 3/4] Update workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f2ad09..4e10ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v5.1.0 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Build run: dotnet build src --configuration Release - name: Upload packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fefc6e1..1c40424 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v5.1.0 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Build run: dotnet build src --configuration Release - name: Sign NuGet packages From feb202d40ce71e70e281bdc1977ed2634ad4d016 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Wed, 4 Feb 2026 12:27:26 -0500 Subject: [PATCH 4/4] Update TFM to net10.0 --- .../Particular.PlatformSample.Tests.csproj | 4 ++-- .../Particular.PlatformSample.csproj | 2 +- src/SmokeTest/SmokeTest.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Particular.PlatformSample.Tests/Particular.PlatformSample.Tests.csproj b/src/Particular.PlatformSample.Tests/Particular.PlatformSample.Tests.csproj index 8e0b24d..cde5312 100644 --- a/src/Particular.PlatformSample.Tests/Particular.PlatformSample.Tests.csproj +++ b/src/Particular.PlatformSample.Tests/Particular.PlatformSample.Tests.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net10.0 true ..\NServiceBusTests.snk $(NoWarn);CS8002 diff --git a/src/Particular.PlatformSample/Particular.PlatformSample.csproj b/src/Particular.PlatformSample/Particular.PlatformSample.csproj index cbe7348..b879789 100644 --- a/src/Particular.PlatformSample/Particular.PlatformSample.csproj +++ b/src/Particular.PlatformSample/Particular.PlatformSample.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 true ..\NServiceBus.snk A package containing the Particular Service Platform for use in samples and tutorials diff --git a/src/SmokeTest/SmokeTest.csproj b/src/SmokeTest/SmokeTest.csproj index f6e63df..e868ca2 100644 --- a/src/SmokeTest/SmokeTest.csproj +++ b/src/SmokeTest/SmokeTest.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 Exe enable enable