diff --git a/projects/Benchmarks/Benchmarks.csproj b/projects/Benchmarks/Benchmarks.csproj index e28df97198..9a9218f04d 100644 --- a/projects/Benchmarks/Benchmarks.csproj +++ b/projects/Benchmarks/Benchmarks.csproj @@ -1,7 +1,7 @@ - net6.0;net472 + net6.0;netstandard2.1 Exe ../rabbit.snk true diff --git a/projects/RabbitMQ.Client/RabbitMQ.Client.csproj b/projects/RabbitMQ.Client/RabbitMQ.Client.csproj index f83bfd4c32..0d8bf62547 100644 --- a/projects/RabbitMQ.Client/RabbitMQ.Client.csproj +++ b/projects/RabbitMQ.Client/RabbitMQ.Client.csproj @@ -1,7 +1,7 @@ - net6.0;netstandard2.0 + net6.0;netstandard2.1 $(NoWarn);CS1591 true RabbitMQ Client Library for .NET diff --git a/projects/TestApplications/CreateChannel/CreateChannel.csproj b/projects/TestApplications/CreateChannel/CreateChannel.csproj index 157ff7d8f0..254409c47f 100644 --- a/projects/TestApplications/CreateChannel/CreateChannel.csproj +++ b/projects/TestApplications/CreateChannel/CreateChannel.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net472 + net6.0;netstandard2.1 diff --git a/projects/TestApplications/MassPublish/MassPublish.csproj b/projects/TestApplications/MassPublish/MassPublish.csproj index 157ff7d8f0..254409c47f 100644 --- a/projects/TestApplications/MassPublish/MassPublish.csproj +++ b/projects/TestApplications/MassPublish/MassPublish.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net472 + net6.0;netstandard2.1 diff --git a/projects/Unit/Unit.csproj b/projects/Unit/Unit.csproj index 8a891ca5e2..7ad5910559 100644 --- a/projects/Unit/Unit.csproj +++ b/projects/Unit/Unit.csproj @@ -1,7 +1,7 @@ - net6.0;net472 + net6.0;netstandard2.1 ../rabbit.snk true latest diff --git a/run-test.sh b/run-test.sh index 56db81db23..bcb1580ff1 100755 --- a/run-test.sh +++ b/run-test.sh @@ -13,4 +13,4 @@ fi cd "$script_dir" -dotnet test --no-build --logger 'console;verbosity=detailed' --framework 'net6.0' ./RabbitMQDotNetClient.sln < /dev/null +dotnet test --no-build --logger 'console;verbosity=detailed' ./RabbitMQDotNetClient.sln < /dev/null