From 48fbf1a5171d78df60a4992601eb0b889f56e5b7 Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Mon, 24 Aug 2026 13:48:04 +0200 Subject: [PATCH] Rebus: retarget net10.0, Rebus 8.9.3 and companion packages Retargets all four projects in dotnet-client-libraries/Rebus from net7.0 to net10.0 and moves the Rebus stack to current stable: - Rebus 6.6.5 -> 8.9.3 - Rebus.RabbitMq 7.4.4 -> 10.1.1 - Rebus.ServiceProvider 8.4.0 -> 10.7.2 - Rebus.FleetManager 6.2.0 -> 8.2.2 - Swashbuckle.AspNetCore 6.4.0 -> 10.2.3 - Microsoft.AspNetCore.OpenApi 7.0.0 -> 10.0.11 Rebus 8.9.3 ships a net10.0 lib, so no source changes are required. Build succeeds with 0 errors and the test project passes 2/2. --- .../Rebus/Publisher/Publisher.csproj | 14 +++++++------- dotnet-client-libraries/Rebus/Shared/Shared.csproj | 2 +- .../Rebus/Subscriber/Subscriber.csproj | 8 ++++---- dotnet-client-libraries/Rebus/Tests/Tests.csproj | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dotnet-client-libraries/Rebus/Publisher/Publisher.csproj b/dotnet-client-libraries/Rebus/Publisher/Publisher.csproj index 7d46500ba1..534669d1bb 100644 --- a/dotnet-client-libraries/Rebus/Publisher/Publisher.csproj +++ b/dotnet-client-libraries/Rebus/Publisher/Publisher.csproj @@ -1,18 +1,18 @@  - net7.0 + net10.0 enable enable - - - - - - + + + + + + diff --git a/dotnet-client-libraries/Rebus/Shared/Shared.csproj b/dotnet-client-libraries/Rebus/Shared/Shared.csproj index cfadb03dd5..9ed914b5ba 100644 --- a/dotnet-client-libraries/Rebus/Shared/Shared.csproj +++ b/dotnet-client-libraries/Rebus/Shared/Shared.csproj @@ -1,7 +1,7 @@ - net7.0 + net10.0 enable enable diff --git a/dotnet-client-libraries/Rebus/Subscriber/Subscriber.csproj b/dotnet-client-libraries/Rebus/Subscriber/Subscriber.csproj index 48076f1665..bcd54ee164 100644 --- a/dotnet-client-libraries/Rebus/Subscriber/Subscriber.csproj +++ b/dotnet-client-libraries/Rebus/Subscriber/Subscriber.csproj @@ -2,15 +2,15 @@ Exe - net7.0 + net10.0 enable enable - - - + + + diff --git a/dotnet-client-libraries/Rebus/Tests/Tests.csproj b/dotnet-client-libraries/Rebus/Tests/Tests.csproj index 1a72f264bf..2b17879709 100644 --- a/dotnet-client-libraries/Rebus/Tests/Tests.csproj +++ b/dotnet-client-libraries/Rebus/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net10.0 enable enable @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive