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