From 2d4f956ab37f26b850e53d14f3cef92b6387414f Mon Sep 17 00:00:00 2001 From: Dan Kent <83468000+kentdr@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:25:51 -0500 Subject: [PATCH] Prepare RTM (#472) * Remove preview from workflows * Bump NSB to v9 --- .github/workflows/ci.yml | 1 - .github/workflows/release.yml | 1 - src/AcceptanceTests/AcceptanceTests.csproj | 2 +- .../NServiceBus.Extensions.Hosting.Tests.csproj | 6 +++--- .../NServiceBus.Extensions.Hosting.csproj | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9ce013..8ed73f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 8.0.x - dotnet-quality: 'preview' - name: Build run: dotnet build src --configuration Release - name: Upload packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00753ad..5ba1d89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,6 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 8.0.x - dotnet-quality: 'preview' - name: Build run: dotnet build src --configuration Release - name: Sign NuGet packages diff --git a/src/AcceptanceTests/AcceptanceTests.csproj b/src/AcceptanceTests/AcceptanceTests.csproj index bef3c11..95217e8 100644 --- a/src/AcceptanceTests/AcceptanceTests.csproj +++ b/src/AcceptanceTests/AcceptanceTests.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/NServiceBus.Extensions.Hosting.Tests/NServiceBus.Extensions.Hosting.Tests.csproj b/src/NServiceBus.Extensions.Hosting.Tests/NServiceBus.Extensions.Hosting.Tests.csproj index 5bae38d..eadca16 100644 --- a/src/NServiceBus.Extensions.Hosting.Tests/NServiceBus.Extensions.Hosting.Tests.csproj +++ b/src/NServiceBus.Extensions.Hosting.Tests/NServiceBus.Extensions.Hosting.Tests.csproj @@ -12,9 +12,7 @@ - - - + @@ -22,6 +20,8 @@ + + diff --git a/src/NServiceBus.Extensions.Hosting/NServiceBus.Extensions.Hosting.csproj b/src/NServiceBus.Extensions.Hosting/NServiceBus.Extensions.Hosting.csproj index bc40970..f4a312e 100644 --- a/src/NServiceBus.Extensions.Hosting/NServiceBus.Extensions.Hosting.csproj +++ b/src/NServiceBus.Extensions.Hosting/NServiceBus.Extensions.Hosting.csproj @@ -12,7 +12,7 @@ - +