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 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 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 a0c4d29..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 @@ -10,7 +10,7 @@ - + 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