diff --git a/README.md b/README.md index 7c201292720..a243e70555b 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Samples can be targeted to multiple [target frameworks](https://docs.microsoft.c The currently recommended set of frameworks is: ``` -netcoreapp3.1;netcoreapp2.1;net48 +net5.0;netcoreapp3.1;netcoreapp2.1;net48 ``` Shared/messages projects should not be multi-targeted but use a standard framework that works with all targets: diff --git a/samples/azure-service-bus-netstandard/lock-renewal/ASBS_1/LockRenewal/LockRenewal.csproj b/samples/azure-service-bus-netstandard/lock-renewal/ASBS_1/LockRenewal/LockRenewal.csproj index 4973ecf0a4c..98098b18677 100644 --- a/samples/azure-service-bus-netstandard/lock-renewal/ASBS_1/LockRenewal/LockRenewal.csproj +++ b/samples/azure-service-bus-netstandard/lock-renewal/ASBS_1/LockRenewal/LockRenewal.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 Endpoint diff --git a/samples/azure-service-bus-netstandard/lock-renewal/ASBS_2/LockRenewal/LockRenewal.csproj b/samples/azure-service-bus-netstandard/lock-renewal/ASBS_2/LockRenewal/LockRenewal.csproj index cfad94e67db..4346fa39382 100644 --- a/samples/azure-service-bus-netstandard/lock-renewal/ASBS_2/LockRenewal/LockRenewal.csproj +++ b/samples/azure-service-bus-netstandard/lock-renewal/ASBS_2/LockRenewal/LockRenewal.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberA/NativeSubscriberA.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberA/NativeSubscriberA.csproj index 7ea4053c2b4..030401c358c 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberA/NativeSubscriberA.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberA/NativeSubscriberA.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberB/NativeSubscriberB.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberB/NativeSubscriberB.csproj index 7ea4053c2b4..030401c358c 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberB/NativeSubscriberB.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/NativeSubscriberB/NativeSubscriberB.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/Publisher/Publisher.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/Publisher/Publisher.csproj index e66a11d2071..64fd5f0a7e3 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/Publisher/Publisher.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_1/Publisher/Publisher.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberA/NativeSubscriberA.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberA/NativeSubscriberA.csproj index 2c80a2d8fcf..2b36ac0d3e0 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberA/NativeSubscriberA.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberA/NativeSubscriberA.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberB/NativeSubscriberB.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberB/NativeSubscriberB.csproj index 2c80a2d8fcf..2b36ac0d3e0 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberB/NativeSubscriberB.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/NativeSubscriberB/NativeSubscriberB.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Publisher/Publisher.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Publisher/Publisher.csproj index b89438462be..e56516c31f1 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Publisher/Publisher.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Publisher/Publisher.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Shared/Shared.csproj b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Shared/Shared.csproj index f930bd1fef0..4eed4226a6e 100644 --- a/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Shared/Shared.csproj +++ b/samples/azure-service-bus-netstandard/native-integration-pub-sub/ASBS_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration/ASBS_1/NativeSender/NativeSender.csproj b/samples/azure-service-bus-netstandard/native-integration/ASBS_1/NativeSender/NativeSender.csproj index 516e362f790..1570f70893d 100644 --- a/samples/azure-service-bus-netstandard/native-integration/ASBS_1/NativeSender/NativeSender.csproj +++ b/samples/azure-service-bus-netstandard/native-integration/ASBS_1/NativeSender/NativeSender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration/ASBS_1/Receiver/Receiver.csproj b/samples/azure-service-bus-netstandard/native-integration/ASBS_1/Receiver/Receiver.csproj index e66a11d2071..64fd5f0a7e3 100644 --- a/samples/azure-service-bus-netstandard/native-integration/ASBS_1/Receiver/Receiver.csproj +++ b/samples/azure-service-bus-netstandard/native-integration/ASBS_1/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration/ASBS_2/NativeSender/NativeSender.csproj b/samples/azure-service-bus-netstandard/native-integration/ASBS_2/NativeSender/NativeSender.csproj index 516e362f790..1570f70893d 100644 --- a/samples/azure-service-bus-netstandard/native-integration/ASBS_2/NativeSender/NativeSender.csproj +++ b/samples/azure-service-bus-netstandard/native-integration/ASBS_2/NativeSender/NativeSender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Receiver/Receiver.csproj b/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Receiver/Receiver.csproj index 10713c4f44d..3ae2b28e425 100644 --- a/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Receiver/Receiver.csproj +++ b/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Receiver/Receiver.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Shared/Shared.csproj b/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Shared/Shared.csproj index f930bd1fef0..4eed4226a6e 100644 --- a/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Shared/Shared.csproj +++ b/samples/azure-service-bus-netstandard/native-integration/ASBS_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint1/Endpoint1.csproj b/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint1/Endpoint1.csproj index d06ed9f8921..de2b4e7ac41 100644 --- a/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint1/Endpoint1.csproj +++ b/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint2/Endpoint2.csproj b/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint2/Endpoint2.csproj index d06ed9f8921..de2b4e7ac41 100644 --- a/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint2/Endpoint2.csproj +++ b/samples/azure-service-bus-netstandard/send-reply/ASBS_1/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint1/Endpoint1.csproj b/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint1/Endpoint1.csproj index 85e5d0a023e..e75ab7f94f0 100644 --- a/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint1/Endpoint1.csproj +++ b/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint2/Endpoint2.csproj b/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint2/Endpoint2.csproj index 85e5d0a023e..e75ab7f94f0 100644 --- a/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint2/Endpoint2.csproj +++ b/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Shared/Shared.csproj b/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Shared/Shared.csproj index c743b9b2e9c..55f54110fd0 100644 --- a/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Shared/Shared.csproj +++ b/samples/azure-service-bus-netstandard/send-reply/ASBS_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/saga-transactions/ASTP_3/Client/Client.csproj b/samples/azure/azure-table/saga-transactions/ASTP_3/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/saga-transactions/ASTP_3/Client/Client.csproj +++ b/samples/azure/azure-table/saga-transactions/ASTP_3/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/saga-transactions/ASTP_3/Server/Server.csproj b/samples/azure/azure-table/saga-transactions/ASTP_3/Server/Server.csproj index 3eddc70de21..03c9588dcf3 100644 --- a/samples/azure/azure-table/saga-transactions/ASTP_3/Server/Server.csproj +++ b/samples/azure/azure-table/saga-transactions/ASTP_3/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/saga-transactions/ASTP_3/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/saga-transactions/ASTP_3/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/azure-table/saga-transactions/ASTP_3/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/saga-transactions/ASTP_3/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/saga-transactions/ASTP_4/Client/Client.csproj b/samples/azure/azure-table/saga-transactions/ASTP_4/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/saga-transactions/ASTP_4/Client/Client.csproj +++ b/samples/azure/azure-table/saga-transactions/ASTP_4/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/saga-transactions/ASTP_4/Server/Server.csproj b/samples/azure/azure-table/saga-transactions/ASTP_4/Server/Server.csproj index df7e5859a94..4a6e8cf014c 100644 --- a/samples/azure/azure-table/saga-transactions/ASTP_4/Server/Server.csproj +++ b/samples/azure/azure-table/saga-transactions/ASTP_4/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/saga-transactions/ASTP_4/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/saga-transactions/ASTP_4/SharedMessages/SharedMessages.csproj index fcc50097379..285986ed3f6 100644 --- a/samples/azure/azure-table/saga-transactions/ASTP_4/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/saga-transactions/ASTP_4/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/simple/ASP_2/Client/Client.csproj b/samples/azure/azure-table/simple/ASP_2/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/simple/ASP_2/Client/Client.csproj +++ b/samples/azure/azure-table/simple/ASP_2/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/simple/ASP_2/Server/Server.csproj b/samples/azure/azure-table/simple/ASP_2/Server/Server.csproj index d5a95eec06a..cca35ae2e30 100644 --- a/samples/azure/azure-table/simple/ASP_2/Server/Server.csproj +++ b/samples/azure/azure-table/simple/ASP_2/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/simple/ASP_2/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/simple/ASP_2/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/azure-table/simple/ASP_2/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/simple/ASP_2/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/simple/ASTP_3/Client/Client.csproj b/samples/azure/azure-table/simple/ASTP_3/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/simple/ASTP_3/Client/Client.csproj +++ b/samples/azure/azure-table/simple/ASTP_3/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/simple/ASTP_3/Server/Server.csproj b/samples/azure/azure-table/simple/ASTP_3/Server/Server.csproj index 3eddc70de21..03c9588dcf3 100644 --- a/samples/azure/azure-table/simple/ASTP_3/Server/Server.csproj +++ b/samples/azure/azure-table/simple/ASTP_3/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/simple/ASTP_3/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/simple/ASTP_3/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/azure-table/simple/ASTP_3/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/simple/ASTP_3/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/simple/ASTP_4/Client/Client.csproj b/samples/azure/azure-table/simple/ASTP_4/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/simple/ASTP_4/Client/Client.csproj +++ b/samples/azure/azure-table/simple/ASTP_4/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/simple/ASTP_4/Server/Server.csproj b/samples/azure/azure-table/simple/ASTP_4/Server/Server.csproj index df7e5859a94..4a6e8cf014c 100644 --- a/samples/azure/azure-table/simple/ASTP_4/Server/Server.csproj +++ b/samples/azure/azure-table/simple/ASTP_4/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/simple/ASTP_4/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/simple/ASTP_4/SharedMessages/SharedMessages.csproj index fcc50097379..285986ed3f6 100644 --- a/samples/azure/azure-table/simple/ASTP_4/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/simple/ASTP_4/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/table/ASTP_3/Client/Client.csproj b/samples/azure/azure-table/table/ASTP_3/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/table/ASTP_3/Client/Client.csproj +++ b/samples/azure/azure-table/table/ASTP_3/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/table/ASTP_3/Server/Server.csproj b/samples/azure/azure-table/table/ASTP_3/Server/Server.csproj index 3eddc70de21..03c9588dcf3 100644 --- a/samples/azure/azure-table/table/ASTP_3/Server/Server.csproj +++ b/samples/azure/azure-table/table/ASTP_3/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/table/ASTP_3/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/table/ASTP_3/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/azure-table/table/ASTP_3/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/table/ASTP_3/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/table/ASTP_4/Client/Client.csproj b/samples/azure/azure-table/table/ASTP_4/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/table/ASTP_4/Client/Client.csproj +++ b/samples/azure/azure-table/table/ASTP_4/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/table/ASTP_4/Server/Server.csproj b/samples/azure/azure-table/table/ASTP_4/Server/Server.csproj index df7e5859a94..4a6e8cf014c 100644 --- a/samples/azure/azure-table/table/ASTP_4/Server/Server.csproj +++ b/samples/azure/azure-table/table/ASTP_4/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/table/ASTP_4/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/table/ASTP_4/SharedMessages/SharedMessages.csproj index fcc50097379..285986ed3f6 100644 --- a/samples/azure/azure-table/table/ASTP_4/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/table/ASTP_4/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/transactions/ASTP_3/Client/Client.csproj b/samples/azure/azure-table/transactions/ASTP_3/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/transactions/ASTP_3/Client/Client.csproj +++ b/samples/azure/azure-table/transactions/ASTP_3/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/transactions/ASTP_3/Server/Server.csproj b/samples/azure/azure-table/transactions/ASTP_3/Server/Server.csproj index 3eddc70de21..03c9588dcf3 100644 --- a/samples/azure/azure-table/transactions/ASTP_3/Server/Server.csproj +++ b/samples/azure/azure-table/transactions/ASTP_3/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/transactions/ASTP_3/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/transactions/ASTP_3/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/azure-table/transactions/ASTP_3/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/transactions/ASTP_3/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/azure-table/transactions/ASTP_4/Client/Client.csproj b/samples/azure/azure-table/transactions/ASTP_4/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/azure/azure-table/transactions/ASTP_4/Client/Client.csproj +++ b/samples/azure/azure-table/transactions/ASTP_4/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/transactions/ASTP_4/Server/Server.csproj b/samples/azure/azure-table/transactions/ASTP_4/Server/Server.csproj index df7e5859a94..4a6e8cf014c 100644 --- a/samples/azure/azure-table/transactions/ASTP_4/Server/Server.csproj +++ b/samples/azure/azure-table/transactions/ASTP_4/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/azure-table/transactions/ASTP_4/SharedMessages/SharedMessages.csproj b/samples/azure/azure-table/transactions/ASTP_4/SharedMessages/SharedMessages.csproj index fcc50097379..285986ed3f6 100644 --- a/samples/azure/azure-table/transactions/ASTP_4/SharedMessages/SharedMessages.csproj +++ b/samples/azure/azure-table/transactions/ASTP_4/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_2/SenderAndReceiver/SenderAndReceiver.csproj b/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_2/SenderAndReceiver/SenderAndReceiver.csproj index 8d2ed4f2526..cee6b953052 100644 --- a/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_2/SenderAndReceiver/SenderAndReceiver.csproj +++ b/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_2/SenderAndReceiver/SenderAndReceiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_4/SenderAndReceiver/SenderAndReceiver.csproj b/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_4/SenderAndReceiver/SenderAndReceiver.csproj index 8b78b001489..9582cd5715d 100644 --- a/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_4/SenderAndReceiver/SenderAndReceiver.csproj +++ b/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_4/SenderAndReceiver/SenderAndReceiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_5/SenderAndReceiver/SenderAndReceiver.csproj b/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_5/SenderAndReceiver/SenderAndReceiver.csproj index 5be91b4b69c..875fcb02c50 100644 --- a/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_5/SenderAndReceiver/SenderAndReceiver.csproj +++ b/samples/azure/blob-storage-databus-cleanup-function/ABSDataBus_5/SenderAndReceiver/SenderAndReceiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_3/Receiver/Receiver.csproj b/samples/azure/blob-storage-databus/ABSDataBus_3/Receiver/Receiver.csproj index f270a7887a0..dbd16825c8b 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_3/Receiver/Receiver.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_3/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_3/Sender/Sender.csproj b/samples/azure/blob-storage-databus/ABSDataBus_3/Sender/Sender.csproj index f270a7887a0..dbd16825c8b 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_3/Sender/Sender.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_3/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_3/Shared/Shared.csproj b/samples/azure/blob-storage-databus/ABSDataBus_3/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_3/Shared/Shared.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_3/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_4/Receiver/Receiver.csproj b/samples/azure/blob-storage-databus/ABSDataBus_4/Receiver/Receiver.csproj index 9fdd65967f7..1f0e8ef6d6a 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_4/Receiver/Receiver.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_4/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_4/Sender/Sender.csproj b/samples/azure/blob-storage-databus/ABSDataBus_4/Sender/Sender.csproj index 9fdd65967f7..1f0e8ef6d6a 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_4/Sender/Sender.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_4/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_4/Shared/Shared.csproj b/samples/azure/blob-storage-databus/ABSDataBus_4/Shared/Shared.csproj index 3adc69b9601..f6f29be517c 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_4/Shared/Shared.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_4/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_5/Receiver/Receiver.csproj b/samples/azure/blob-storage-databus/ABSDataBus_5/Receiver/Receiver.csproj index 6a78e8a5c63..4ca2f5ecf99 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_5/Receiver/Receiver.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_5/Sender/Sender.csproj b/samples/azure/blob-storage-databus/ABSDataBus_5/Sender/Sender.csproj index 6a78e8a5c63..4ca2f5ecf99 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_5/Sender/Sender.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_5/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/blob-storage-databus/ABSDataBus_5/Shared/Shared.csproj b/samples/azure/blob-storage-databus/ABSDataBus_5/Shared/Shared.csproj index fcc50097379..285986ed3f6 100644 --- a/samples/azure/blob-storage-databus/ABSDataBus_5/Shared/Shared.csproj +++ b/samples/azure/blob-storage-databus/ABSDataBus_5/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_10/NativeSender/NativeSender.csproj b/samples/azure/native-integration-asq/ASQN_10/NativeSender/NativeSender.csproj index be904074707..c085636e1e7 100644 --- a/samples/azure/native-integration-asq/ASQN_10/NativeSender/NativeSender.csproj +++ b/samples/azure/native-integration-asq/ASQN_10/NativeSender/NativeSender.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_10/Receiver/Receiver.csproj b/samples/azure/native-integration-asq/ASQN_10/Receiver/Receiver.csproj index a29e657f984..ce2288e6ac9 100644 --- a/samples/azure/native-integration-asq/ASQN_10/Receiver/Receiver.csproj +++ b/samples/azure/native-integration-asq/ASQN_10/Receiver/Receiver.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_10/Shared/Shared.csproj b/samples/azure/native-integration-asq/ASQN_10/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/native-integration-asq/ASQN_10/Shared/Shared.csproj +++ b/samples/azure/native-integration-asq/ASQN_10/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_11/NativeSender/NativeSender.csproj b/samples/azure/native-integration-asq/ASQN_11/NativeSender/NativeSender.csproj index be904074707..c085636e1e7 100644 --- a/samples/azure/native-integration-asq/ASQN_11/NativeSender/NativeSender.csproj +++ b/samples/azure/native-integration-asq/ASQN_11/NativeSender/NativeSender.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_11/Receiver/Receiver.csproj b/samples/azure/native-integration-asq/ASQN_11/Receiver/Receiver.csproj index d56103eb516..42b4f372d54 100644 --- a/samples/azure/native-integration-asq/ASQN_11/Receiver/Receiver.csproj +++ b/samples/azure/native-integration-asq/ASQN_11/Receiver/Receiver.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_11/Shared/Shared.csproj b/samples/azure/native-integration-asq/ASQN_11/Shared/Shared.csproj index a866f76c8e3..9bfe9c1da43 100644 --- a/samples/azure/native-integration-asq/ASQN_11/Shared/Shared.csproj +++ b/samples/azure/native-integration-asq/ASQN_11/Shared/Shared.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_9/NativeSender/NativeSender.csproj b/samples/azure/native-integration-asq/ASQN_9/NativeSender/NativeSender.csproj index be904074707..c085636e1e7 100644 --- a/samples/azure/native-integration-asq/ASQN_9/NativeSender/NativeSender.csproj +++ b/samples/azure/native-integration-asq/ASQN_9/NativeSender/NativeSender.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_9/Receiver/Receiver.csproj b/samples/azure/native-integration-asq/ASQN_9/Receiver/Receiver.csproj index 5f02a871b70..ae78ad6fdbd 100644 --- a/samples/azure/native-integration-asq/ASQN_9/Receiver/Receiver.csproj +++ b/samples/azure/native-integration-asq/ASQN_9/Receiver/Receiver.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/native-integration-asq/ASQN_9/Shared/Shared.csproj b/samples/azure/native-integration-asq/ASQN_9/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/native-integration-asq/ASQN_9/Shared/Shared.csproj +++ b/samples/azure/native-integration-asq/ASQN_9/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQN_10/Endpoint1/Endpoint1.csproj b/samples/azure/storage-queues/ASQN_10/Endpoint1/Endpoint1.csproj index 8585838fecf..e628c79365f 100644 --- a/samples/azure/storage-queues/ASQN_10/Endpoint1/Endpoint1.csproj +++ b/samples/azure/storage-queues/ASQN_10/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQN_10/Endpoint2/Endpoint2.csproj b/samples/azure/storage-queues/ASQN_10/Endpoint2/Endpoint2.csproj index 8585838fecf..e628c79365f 100644 --- a/samples/azure/storage-queues/ASQN_10/Endpoint2/Endpoint2.csproj +++ b/samples/azure/storage-queues/ASQN_10/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQN_10/Shared/Shared.csproj b/samples/azure/storage-queues/ASQN_10/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/storage-queues/ASQN_10/Shared/Shared.csproj +++ b/samples/azure/storage-queues/ASQN_10/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQN_10/StorageReader/StorageReader.csproj b/samples/azure/storage-queues/ASQN_10/StorageReader/StorageReader.csproj index 07578c88cd8..c4b553c9ace 100644 --- a/samples/azure/storage-queues/ASQN_10/StorageReader/StorageReader.csproj +++ b/samples/azure/storage-queues/ASQN_10/StorageReader/StorageReader.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQN_11/Endpoint1/Endpoint1.csproj b/samples/azure/storage-queues/ASQN_11/Endpoint1/Endpoint1.csproj index 8a330f40b01..a2cd19c90f4 100644 --- a/samples/azure/storage-queues/ASQN_11/Endpoint1/Endpoint1.csproj +++ b/samples/azure/storage-queues/ASQN_11/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQN_11/Endpoint2/Endpoint2.csproj b/samples/azure/storage-queues/ASQN_11/Endpoint2/Endpoint2.csproj index 8a330f40b01..a2cd19c90f4 100644 --- a/samples/azure/storage-queues/ASQN_11/Endpoint2/Endpoint2.csproj +++ b/samples/azure/storage-queues/ASQN_11/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQN_11/Shared/Shared.csproj b/samples/azure/storage-queues/ASQN_11/Shared/Shared.csproj index 6a9977ee250..04c50ab0456 100644 --- a/samples/azure/storage-queues/ASQN_11/Shared/Shared.csproj +++ b/samples/azure/storage-queues/ASQN_11/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQN_11/StorageReader/StorageReader.csproj b/samples/azure/storage-queues/ASQN_11/StorageReader/StorageReader.csproj index 07578c88cd8..c4b553c9ace 100644 --- a/samples/azure/storage-queues/ASQN_11/StorageReader/StorageReader.csproj +++ b/samples/azure/storage-queues/ASQN_11/StorageReader/StorageReader.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQN_9/Endpoint1/Endpoint1.csproj b/samples/azure/storage-queues/ASQN_9/Endpoint1/Endpoint1.csproj index 5d6e32e6e89..a3c8e74dc6f 100644 --- a/samples/azure/storage-queues/ASQN_9/Endpoint1/Endpoint1.csproj +++ b/samples/azure/storage-queues/ASQN_9/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQN_9/Endpoint2/Endpoint2.csproj b/samples/azure/storage-queues/ASQN_9/Endpoint2/Endpoint2.csproj index 5d6e32e6e89..a3c8e74dc6f 100644 --- a/samples/azure/storage-queues/ASQN_9/Endpoint2/Endpoint2.csproj +++ b/samples/azure/storage-queues/ASQN_9/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQN_9/Shared/Shared.csproj b/samples/azure/storage-queues/ASQN_9/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/storage-queues/ASQN_9/Shared/Shared.csproj +++ b/samples/azure/storage-queues/ASQN_9/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQN_9/StorageReader/StorageReader.csproj b/samples/azure/storage-queues/ASQN_9/StorageReader/StorageReader.csproj index 07578c88cd8..c4b553c9ace 100644 --- a/samples/azure/storage-queues/ASQN_9/StorageReader/StorageReader.csproj +++ b/samples/azure/storage-queues/ASQN_9/StorageReader/StorageReader.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQ_8/Endpoint1/Endpoint1.csproj b/samples/azure/storage-queues/ASQ_8/Endpoint1/Endpoint1.csproj index 44b31cbbbe0..19efcb0224e 100644 --- a/samples/azure/storage-queues/ASQ_8/Endpoint1/Endpoint1.csproj +++ b/samples/azure/storage-queues/ASQ_8/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQ_8/Endpoint2/Endpoint2.csproj b/samples/azure/storage-queues/ASQ_8/Endpoint2/Endpoint2.csproj index 44b31cbbbe0..19efcb0224e 100644 --- a/samples/azure/storage-queues/ASQ_8/Endpoint2/Endpoint2.csproj +++ b/samples/azure/storage-queues/ASQ_8/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/azure/storage-queues/ASQ_8/Shared/Shared.csproj b/samples/azure/storage-queues/ASQ_8/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/azure/storage-queues/ASQ_8/Shared/Shared.csproj +++ b/samples/azure/storage-queues/ASQ_8/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/azure/storage-queues/ASQ_8/StorageReader/StorageReader.csproj b/samples/azure/storage-queues/ASQ_8/StorageReader/StorageReader.csproj index ec587bd64b9..04b31331c5a 100644 --- a/samples/azure/storage-queues/ASQ_8/StorageReader/StorageReader.csproj +++ b/samples/azure/storage-queues/ASQ_8/StorageReader/StorageReader.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/callbacks/Callbacks_3/Receiver/Receiver.csproj b/samples/callbacks/Callbacks_3/Receiver/Receiver.csproj index 71b9e6bbb2b..28bde852fbb 100644 --- a/samples/callbacks/Callbacks_3/Receiver/Receiver.csproj +++ b/samples/callbacks/Callbacks_3/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/callbacks/Callbacks_3/Sender/Sender.csproj b/samples/callbacks/Callbacks_3/Sender/Sender.csproj index 71b9e6bbb2b..28bde852fbb 100644 --- a/samples/callbacks/Callbacks_3/Sender/Sender.csproj +++ b/samples/callbacks/Callbacks_3/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/consumer-driven-contracts/Core_7/Consumer1/Consumer1.csproj b/samples/consumer-driven-contracts/Core_7/Consumer1/Consumer1.csproj index 721a84e7122..022df604c90 100644 --- a/samples/consumer-driven-contracts/Core_7/Consumer1/Consumer1.csproj +++ b/samples/consumer-driven-contracts/Core_7/Consumer1/Consumer1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/consumer-driven-contracts/Core_7/Consumer2/Consumer2.csproj b/samples/consumer-driven-contracts/Core_7/Consumer2/Consumer2.csproj index 721a84e7122..022df604c90 100644 --- a/samples/consumer-driven-contracts/Core_7/Consumer2/Consumer2.csproj +++ b/samples/consumer-driven-contracts/Core_7/Consumer2/Consumer2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/consumer-driven-contracts/Core_7/Producer/Producer.csproj b/samples/consumer-driven-contracts/Core_7/Producer/Producer.csproj index b2c6613a2c1..b03507e5215 100644 --- a/samples/consumer-driven-contracts/Core_7/Producer/Producer.csproj +++ b/samples/consumer-driven-contracts/Core_7/Producer/Producer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/databus/custom-serializer/Core_7/Receiver/Receiver.csproj b/samples/databus/custom-serializer/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/databus/custom-serializer/Core_7/Receiver/Receiver.csproj +++ b/samples/databus/custom-serializer/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/databus/custom-serializer/Core_7/Sender/Sender.csproj b/samples/databus/custom-serializer/Core_7/Sender/Sender.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/databus/custom-serializer/Core_7/Sender/Sender.csproj +++ b/samples/databus/custom-serializer/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/databus/custom-serializer/Core_7/Shared/Shared.csproj b/samples/databus/custom-serializer/Core_7/Shared/Shared.csproj index 73b5e4d69ee..bffb0199daf 100644 --- a/samples/databus/custom-serializer/Core_7/Shared/Shared.csproj +++ b/samples/databus/custom-serializer/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/delayed-delivery/Core_7/Client/Client.csproj b/samples/delayed-delivery/Core_7/Client/Client.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/delayed-delivery/Core_7/Client/Client.csproj +++ b/samples/delayed-delivery/Core_7/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/delayed-delivery/Core_7/Server/Server.csproj b/samples/delayed-delivery/Core_7/Server/Server.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/delayed-delivery/Core_7/Server/Server.csproj +++ b/samples/delayed-delivery/Core_7/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/delayed-delivery/Core_7/Shared/Shared.csproj b/samples/delayed-delivery/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/delayed-delivery/Core_7/Shared/Shared.csproj +++ b/samples/delayed-delivery/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/dependency-injection/autofac/Extensions.DependencyInjection_1/Sample/Sample.csproj b/samples/dependency-injection/autofac/Extensions.DependencyInjection_1/Sample/Sample.csproj index 9e535277ae7..8e4cdae1ad8 100644 --- a/samples/dependency-injection/autofac/Extensions.DependencyInjection_1/Sample/Sample.csproj +++ b/samples/dependency-injection/autofac/Extensions.DependencyInjection_1/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/dependency-injection/castle/Extensions.DependencyInjection_1/Sample/Sample.csproj b/samples/dependency-injection/castle/Extensions.DependencyInjection_1/Sample/Sample.csproj index a566686d2a2..02d14664e6c 100644 --- a/samples/dependency-injection/castle/Extensions.DependencyInjection_1/Sample/Sample.csproj +++ b/samples/dependency-injection/castle/Extensions.DependencyInjection_1/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/dependency-injection/extensions-dependency-injection/Extensions.DependencyInjection_1/Sample/Sample.csproj b/samples/dependency-injection/extensions-dependency-injection/Extensions.DependencyInjection_1/Sample/Sample.csproj index d4a8a342901..bb51d0897bf 100644 --- a/samples/dependency-injection/extensions-dependency-injection/Extensions.DependencyInjection_1/Sample/Sample.csproj +++ b/samples/dependency-injection/extensions-dependency-injection/Extensions.DependencyInjection_1/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/dependency-injection/externally-managed-mode/Core_8/Sample/Sample.csproj b/samples/dependency-injection/externally-managed-mode/Core_8/Sample/Sample.csproj index ea00af65d75..527829a4f9e 100644 --- a/samples/dependency-injection/externally-managed-mode/Core_8/Sample/Sample.csproj +++ b/samples/dependency-injection/externally-managed-mode/Core_8/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/dependency-injection/ninject/Ninject_7/Sample/Sample.csproj b/samples/dependency-injection/ninject/Ninject_7/Sample/Sample.csproj index d5fc5571093..0dccb334520 100644 --- a/samples/dependency-injection/ninject/Ninject_7/Sample/Sample.csproj +++ b/samples/dependency-injection/ninject/Ninject_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/dependency-injection/structuremap/Extensions.DependencyInjection_1/Sample/Sample.csproj b/samples/dependency-injection/structuremap/Extensions.DependencyInjection_1/Sample/Sample.csproj index f2bbbd81e1f..d249bfdc856 100644 --- a/samples/dependency-injection/structuremap/Extensions.DependencyInjection_1/Sample/Sample.csproj +++ b/samples/dependency-injection/structuremap/Extensions.DependencyInjection_1/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/dependency-injection/unity/Extensions.DependencyInjection_1/Sample/Sample.csproj b/samples/dependency-injection/unity/Extensions.DependencyInjection_1/Sample/Sample.csproj index 19e788df678..946dadfce1c 100644 --- a/samples/dependency-injection/unity/Extensions.DependencyInjection_1/Sample/Sample.csproj +++ b/samples/dependency-injection/unity/Extensions.DependencyInjection_1/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint1/Endpoint1.csproj b/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint1/Endpoint1.csproj index 2dccd3d40d2..29f1949701c 100644 --- a/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint1/Endpoint1.csproj +++ b/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint2/Endpoint2.csproj b/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint2/Endpoint2.csproj index 2dccd3d40d2..29f1949701c 100644 --- a/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint2/Endpoint2.csproj +++ b/samples/encryption/basic-encryption/PropertyEncryption_2/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/basic-encryption/PropertyEncryption_2/Shared/Shared.csproj b/samples/encryption/basic-encryption/PropertyEncryption_2/Shared/Shared.csproj index d51d6ec2c1e..47c69f9481f 100644 --- a/samples/encryption/basic-encryption/PropertyEncryption_2/Shared/Shared.csproj +++ b/samples/encryption/basic-encryption/PropertyEncryption_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint1/Endpoint1.csproj b/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint1/Endpoint1.csproj index 2dccd3d40d2..29f1949701c 100644 --- a/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint1/Endpoint1.csproj +++ b/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint2/Endpoint2.csproj b/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint2/Endpoint2.csproj index 2dccd3d40d2..29f1949701c 100644 --- a/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint2/Endpoint2.csproj +++ b/samples/encryption/encryption-conventions/PropertyEncryption_2/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/encryption-conventions/PropertyEncryption_2/Shared/Shared.csproj b/samples/encryption/encryption-conventions/PropertyEncryption_2/Shared/Shared.csproj index d51d6ec2c1e..47c69f9481f 100644 --- a/samples/encryption/encryption-conventions/PropertyEncryption_2/Shared/Shared.csproj +++ b/samples/encryption/encryption-conventions/PropertyEncryption_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint1/Endpoint1.csproj b/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint1/Endpoint1.csproj index 91036a78a3d..9c2d78cf0ce 100644 --- a/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint1/Endpoint1.csproj +++ b/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint2/Endpoint2.csproj b/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint2/Endpoint2.csproj index 91036a78a3d..9c2d78cf0ce 100644 --- a/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint2/Endpoint2.csproj +++ b/samples/encryption/encryption-conventions/PropertyEncryption_3/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/encryption-conventions/PropertyEncryption_3/Shared/Shared.csproj b/samples/encryption/encryption-conventions/PropertyEncryption_3/Shared/Shared.csproj index cdc95809ad4..cecd71391da 100644 --- a/samples/encryption/encryption-conventions/PropertyEncryption_3/Shared/Shared.csproj +++ b/samples/encryption/encryption-conventions/PropertyEncryption_3/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/encryption/message-body-encryption/Core_7/Endpoint1/Endpoint1.csproj b/samples/encryption/message-body-encryption/Core_7/Endpoint1/Endpoint1.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/encryption/message-body-encryption/Core_7/Endpoint1/Endpoint1.csproj +++ b/samples/encryption/message-body-encryption/Core_7/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/message-body-encryption/Core_7/Endpoint2/Endpoint2.csproj b/samples/encryption/message-body-encryption/Core_7/Endpoint2/Endpoint2.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/encryption/message-body-encryption/Core_7/Endpoint2/Endpoint2.csproj +++ b/samples/encryption/message-body-encryption/Core_7/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/encryption/message-body-encryption/Core_7/Shared/Shared.csproj b/samples/encryption/message-body-encryption/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/encryption/message-body-encryption/Core_7/Shared/Shared.csproj +++ b/samples/encryption/message-body-encryption/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/endpoint-configuration/Core_7/Sample/Sample.csproj b/samples/endpoint-configuration/Core_7/Sample/Sample.csproj index dd9ffabe956..ca0d614760e 100644 --- a/samples/endpoint-configuration/Core_7/Sample/Sample.csproj +++ b/samples/endpoint-configuration/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 $(NoWarn);NU1605 diff --git a/samples/endpoint-configuration/Core_8/Sample/Sample.csproj b/samples/endpoint-configuration/Core_8/Sample/Sample.csproj index dd9ffabe956..ca0d614760e 100644 --- a/samples/endpoint-configuration/Core_8/Sample/Sample.csproj +++ b/samples/endpoint-configuration/Core_8/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 $(NoWarn);NU1605 diff --git a/samples/entity-framework-core/SqlPersistence_5/Endpoint.SqlPersistence/Endpoint.SqlPersistence.csproj b/samples/entity-framework-core/SqlPersistence_5/Endpoint.SqlPersistence/Endpoint.SqlPersistence.csproj index f407021cf66..ae3d9cc62d1 100644 --- a/samples/entity-framework-core/SqlPersistence_5/Endpoint.SqlPersistence/Endpoint.SqlPersistence.csproj +++ b/samples/entity-framework-core/SqlPersistence_5/Endpoint.SqlPersistence/Endpoint.SqlPersistence.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/errorhandling/Core_7/PlatformLauncher/PlatformLauncher.csproj b/samples/errorhandling/Core_7/PlatformLauncher/PlatformLauncher.csproj index a151e1e2ab8..35400d9402f 100644 --- a/samples/errorhandling/Core_7/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/errorhandling/Core_7/PlatformLauncher/PlatformLauncher.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/errorhandling/Core_7/Shared/Shared.csproj b/samples/errorhandling/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/errorhandling/Core_7/Shared/Shared.csproj +++ b/samples/errorhandling/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/errorhandling/Core_7/WithDelayedRetries/WithDelayedRetries.csproj b/samples/errorhandling/Core_7/WithDelayedRetries/WithDelayedRetries.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/errorhandling/Core_7/WithDelayedRetries/WithDelayedRetries.csproj +++ b/samples/errorhandling/Core_7/WithDelayedRetries/WithDelayedRetries.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/errorhandling/Core_7/WithoutDelayedRetries/WithoutDelayedRetries.csproj b/samples/errorhandling/Core_7/WithoutDelayedRetries/WithoutDelayedRetries.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/errorhandling/Core_7/WithoutDelayedRetries/WithoutDelayedRetries.csproj +++ b/samples/errorhandling/Core_7/WithoutDelayedRetries/WithoutDelayedRetries.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/faulttolerance/Core_7/Client/Client.csproj b/samples/faulttolerance/Core_7/Client/Client.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/faulttolerance/Core_7/Client/Client.csproj +++ b/samples/faulttolerance/Core_7/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/faulttolerance/Core_7/Server/Server.csproj b/samples/faulttolerance/Core_7/Server/Server.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/faulttolerance/Core_7/Server/Server.csproj +++ b/samples/faulttolerance/Core_7/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/faulttolerance/Core_7/Shared/Shared.csproj b/samples/faulttolerance/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/faulttolerance/Core_7/Shared/Shared.csproj +++ b/samples/faulttolerance/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/feature/Core_7/Sample/Sample.csproj b/samples/feature/Core_7/Sample/Sample.csproj index d2958fb45bd..335875d64ee 100644 --- a/samples/feature/Core_7/Sample/Sample.csproj +++ b/samples/feature/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/file-share-databus/Core_7/Receiver/Receiver.csproj b/samples/file-share-databus/Core_7/Receiver/Receiver.csproj index 12615984fe7..dce268df2cf 100644 --- a/samples/file-share-databus/Core_7/Receiver/Receiver.csproj +++ b/samples/file-share-databus/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/file-share-databus/Core_7/Sender/Sender.csproj b/samples/file-share-databus/Core_7/Sender/Sender.csproj index 12615984fe7..dce268df2cf 100644 --- a/samples/file-share-databus/Core_7/Sender/Sender.csproj +++ b/samples/file-share-databus/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/file-share-databus/Core_7/Shared/Shared.csproj b/samples/file-share-databus/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/file-share-databus/Core_7/Shared/Shared.csproj +++ b/samples/file-share-databus/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/fullduplex/Core_7/Client/Client.csproj b/samples/fullduplex/Core_7/Client/Client.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/fullduplex/Core_7/Client/Client.csproj +++ b/samples/fullduplex/Core_7/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/fullduplex/Core_7/Server/Server.csproj b/samples/fullduplex/Core_7/Server/Server.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/fullduplex/Core_7/Server/Server.csproj +++ b/samples/fullduplex/Core_7/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/fullduplex/Core_7/Shared/Shared.csproj b/samples/fullduplex/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/fullduplex/Core_7/Shared/Shared.csproj +++ b/samples/fullduplex/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/gateway/Gateway_3/Headquarters/Headquarters.csproj b/samples/gateway/Gateway_3/Headquarters/Headquarters.csproj index c60b521546c..16b4561e389 100644 --- a/samples/gateway/Gateway_3/Headquarters/Headquarters.csproj +++ b/samples/gateway/Gateway_3/Headquarters/Headquarters.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/gateway/Gateway_3/RemoteSite/RemoteSite.csproj b/samples/gateway/Gateway_3/RemoteSite/RemoteSite.csproj index c60b521546c..16b4561e389 100644 --- a/samples/gateway/Gateway_3/RemoteSite/RemoteSite.csproj +++ b/samples/gateway/Gateway_3/RemoteSite/RemoteSite.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/gateway/Gateway_3/Shared/Shared.csproj b/samples/gateway/Gateway_3/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/gateway/Gateway_3/Shared/Shared.csproj +++ b/samples/gateway/Gateway_3/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/header-manipulation/Core_7/Sample/Sample.csproj b/samples/header-manipulation/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/header-manipulation/Core_7/Sample/Sample.csproj +++ b/samples/header-manipulation/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/hosting/generic-multi-hosting/Core_7/Shared/Shared.csproj b/samples/hosting/generic-multi-hosting/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/hosting/generic-multi-hosting/Core_7/Shared/Shared.csproj +++ b/samples/hosting/generic-multi-hosting/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/immutable-messages/Core_7/Receiver/Receiver.csproj b/samples/immutable-messages/Core_7/Receiver/Receiver.csproj index 93ac865701b..dbba3c91762 100644 --- a/samples/immutable-messages/Core_7/Receiver/Receiver.csproj +++ b/samples/immutable-messages/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/immutable-messages/Core_7/Sender/Sender.csproj b/samples/immutable-messages/Core_7/Sender/Sender.csproj index 93ac865701b..dbba3c91762 100644 --- a/samples/immutable-messages/Core_7/Sender/Sender.csproj +++ b/samples/immutable-messages/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/immutable-messages/Core_7/Shared/Shared.csproj b/samples/immutable-messages/Core_7/Shared/Shared.csproj index 1aa8a86177f..701829a3207 100644 --- a/samples/immutable-messages/Core_7/Shared/Shared.csproj +++ b/samples/immutable-messages/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 \ No newline at end of file diff --git a/samples/logging/application-insights/Metrics_3/Endpoint/Endpoint.csproj b/samples/logging/application-insights/Metrics_3/Endpoint/Endpoint.csproj index 1257fc1d3fa..5da132dd2c9 100644 --- a/samples/logging/application-insights/Metrics_3/Endpoint/Endpoint.csproj +++ b/samples/logging/application-insights/Metrics_3/Endpoint/Endpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/commonlogging/CommonLogging_5/Sample/Sample.csproj b/samples/logging/commonlogging/CommonLogging_5/Sample/Sample.csproj index 84cb546d2b4..6167348a9c6 100644 --- a/samples/logging/commonlogging/CommonLogging_5/Sample/Sample.csproj +++ b/samples/logging/commonlogging/CommonLogging_5/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/custom-factory/Core_7/Sample/Sample.csproj b/samples/logging/custom-factory/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/logging/custom-factory/Core_7/Sample/Sample.csproj +++ b/samples/logging/custom-factory/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/default/Core_7/Sample/Sample.csproj b/samples/logging/default/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/logging/default/Core_7/Sample/Sample.csproj +++ b/samples/logging/default/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/extensions-logging/Extensions.Logging_1/Sample/Sample.csproj b/samples/logging/extensions-logging/Extensions.Logging_1/Sample/Sample.csproj index ff0044fe881..8b40c69b6a9 100644 --- a/samples/logging/extensions-logging/Extensions.Logging_1/Sample/Sample.csproj +++ b/samples/logging/extensions-logging/Extensions.Logging_1/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/log4net-custom/Log4Net_3/Sample/Sample.csproj b/samples/logging/log4net-custom/Log4Net_3/Sample/Sample.csproj index 4eaaf3c0b3b..01d8ef8cddc 100644 --- a/samples/logging/log4net-custom/Log4Net_3/Sample/Sample.csproj +++ b/samples/logging/log4net-custom/Log4Net_3/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 NU1605 diff --git a/samples/logging/nlog-custom/NLog_3/Sample/Sample.csproj b/samples/logging/nlog-custom/NLog_3/Sample/Sample.csproj index be1f8cfc156..3bd9faee261 100644 --- a/samples/logging/nlog-custom/NLog_3/Sample/Sample.csproj +++ b/samples/logging/nlog-custom/NLog_3/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/notifications/Core_7/Sample/Sample.csproj b/samples/logging/notifications/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/logging/notifications/Core_7/Sample/Sample.csproj +++ b/samples/logging/notifications/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/stack-trace-cleaning/Core_7/SampleWithClean/SampleWithClean.csproj b/samples/logging/stack-trace-cleaning/Core_7/SampleWithClean/SampleWithClean.csproj index 40a53edf24d..43d6e48681b 100644 --- a/samples/logging/stack-trace-cleaning/Core_7/SampleWithClean/SampleWithClean.csproj +++ b/samples/logging/stack-trace-cleaning/Core_7/SampleWithClean/SampleWithClean.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/logging/stack-trace-cleaning/Core_7/SampleWithoutClean/SampleWithoutClean.csproj b/samples/logging/stack-trace-cleaning/Core_7/SampleWithoutClean/SampleWithoutClean.csproj index be1f8cfc156..3bd9faee261 100644 --- a/samples/logging/stack-trace-cleaning/Core_7/SampleWithoutClean/SampleWithoutClean.csproj +++ b/samples/logging/stack-trace-cleaning/Core_7/SampleWithoutClean/SampleWithoutClean.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/message-error-handling/Core_7/CustomErrorHandling/CustomErrorHandling.csproj b/samples/message-error-handling/Core_7/CustomErrorHandling/CustomErrorHandling.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/message-error-handling/Core_7/CustomErrorHandling/CustomErrorHandling.csproj +++ b/samples/message-error-handling/Core_7/CustomErrorHandling/CustomErrorHandling.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/message-error-handling/Core_7/PlatformLauncher/PlatformLauncher.csproj b/samples/message-error-handling/Core_7/PlatformLauncher/PlatformLauncher.csproj index fbfee49af79..1ce73929daf 100644 --- a/samples/message-error-handling/Core_7/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/message-error-handling/Core_7/PlatformLauncher/PlatformLauncher.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/messagemutators/Core_7/Sample/Sample.csproj b/samples/messagemutators/Core_7/Sample/Sample.csproj index 13f2871e215..71259352e4f 100644 --- a/samples/messagemutators/Core_7/Sample/Sample.csproj +++ b/samples/messagemutators/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/mongodb/simple/MongoDB_2/Client/Client.csproj b/samples/mongodb/simple/MongoDB_2/Client/Client.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/mongodb/simple/MongoDB_2/Client/Client.csproj +++ b/samples/mongodb/simple/MongoDB_2/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/mongodb/simple/MongoDB_2/Server/Server.csproj b/samples/mongodb/simple/MongoDB_2/Server/Server.csproj index bef86a8f979..fbcf84c9097 100644 --- a/samples/mongodb/simple/MongoDB_2/Server/Server.csproj +++ b/samples/mongodb/simple/MongoDB_2/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/mongodb/simple/MongoDB_2/Shared/Shared.csproj b/samples/mongodb/simple/MongoDB_2/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/mongodb/simple/MongoDB_2/Shared/Shared.csproj +++ b/samples/mongodb/simple/MongoDB_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/mongodb/simple/MongoDB_3/Client/Client.csproj b/samples/mongodb/simple/MongoDB_3/Client/Client.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/mongodb/simple/MongoDB_3/Client/Client.csproj +++ b/samples/mongodb/simple/MongoDB_3/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/mongodb/simple/MongoDB_3/Server/Server.csproj b/samples/mongodb/simple/MongoDB_3/Server/Server.csproj index 4a9e10a251f..58e447468be 100644 --- a/samples/mongodb/simple/MongoDB_3/Server/Server.csproj +++ b/samples/mongodb/simple/MongoDB_3/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/mongodb/simple/MongoDB_3/Shared/Shared.csproj b/samples/mongodb/simple/MongoDB_3/Shared/Shared.csproj index fcc50097379..285986ed3f6 100644 --- a/samples/mongodb/simple/MongoDB_3/Shared/Shared.csproj +++ b/samples/mongodb/simple/MongoDB_3/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/multi-tenant/di/Core_7/Endpoint/Endpoint.csproj b/samples/multi-tenant/di/Core_7/Endpoint/Endpoint.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/multi-tenant/di/Core_7/Endpoint/Endpoint.csproj +++ b/samples/multi-tenant/di/Core_7/Endpoint/Endpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/nhibernate/NHibernate_8/Receiver/Receiver.csproj b/samples/multi-tenant/nhibernate/NHibernate_8/Receiver/Receiver.csproj index f355120755d..c9fc364a45d 100644 --- a/samples/multi-tenant/nhibernate/NHibernate_8/Receiver/Receiver.csproj +++ b/samples/multi-tenant/nhibernate/NHibernate_8/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/nhibernate/NHibernate_8/Sender/Sender.csproj b/samples/multi-tenant/nhibernate/NHibernate_8/Sender/Sender.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/multi-tenant/nhibernate/NHibernate_8/Sender/Sender.csproj +++ b/samples/multi-tenant/nhibernate/NHibernate_8/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/nhibernate/NHibernate_8/Shared/Shared.csproj b/samples/multi-tenant/nhibernate/NHibernate_8/Shared/Shared.csproj index 735365aed2c..a2b407a1a5c 100644 --- a/samples/multi-tenant/nhibernate/NHibernate_8/Shared/Shared.csproj +++ b/samples/multi-tenant/nhibernate/NHibernate_8/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/multi-tenant/propagation/Core_7/Billing/Billing.csproj b/samples/multi-tenant/propagation/Core_7/Billing/Billing.csproj index 1ebfc571714..375e8e11c15 100644 --- a/samples/multi-tenant/propagation/Core_7/Billing/Billing.csproj +++ b/samples/multi-tenant/propagation/Core_7/Billing/Billing.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/propagation/Core_7/Client/Client.csproj b/samples/multi-tenant/propagation/Core_7/Client/Client.csproj index 1ebfc571714..375e8e11c15 100644 --- a/samples/multi-tenant/propagation/Core_7/Client/Client.csproj +++ b/samples/multi-tenant/propagation/Core_7/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/propagation/Core_7/Sales/Sales.csproj b/samples/multi-tenant/propagation/Core_7/Sales/Sales.csproj index 1ebfc571714..375e8e11c15 100644 --- a/samples/multi-tenant/propagation/Core_7/Sales/Sales.csproj +++ b/samples/multi-tenant/propagation/Core_7/Sales/Sales.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/propagation/Core_7/Shared/Shared.csproj b/samples/multi-tenant/propagation/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/multi-tenant/propagation/Core_7/Shared/Shared.csproj +++ b/samples/multi-tenant/propagation/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/multi-tenant/sqlp/SqlPersistence_5/Receiver/Receiver.csproj b/samples/multi-tenant/sqlp/SqlPersistence_5/Receiver/Receiver.csproj index 2c04f8eed95..46c83ceb81b 100644 --- a/samples/multi-tenant/sqlp/SqlPersistence_5/Receiver/Receiver.csproj +++ b/samples/multi-tenant/sqlp/SqlPersistence_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/sqlp/SqlPersistence_5/Sender/Sender.csproj b/samples/multi-tenant/sqlp/SqlPersistence_5/Sender/Sender.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/multi-tenant/sqlp/SqlPersistence_5/Sender/Sender.csproj +++ b/samples/multi-tenant/sqlp/SqlPersistence_5/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/multi-tenant/sqlp/SqlPersistence_5/Shared/Shared.csproj b/samples/multi-tenant/sqlp/SqlPersistence_5/Shared/Shared.csproj index 9ad6f6bc298..18c138d919b 100644 --- a/samples/multi-tenant/sqlp/SqlPersistence_5/Shared/Shared.csproj +++ b/samples/multi-tenant/sqlp/SqlPersistence_5/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Attributes/Sample.Attributes.csproj b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Attributes/Sample.Attributes.csproj index 0777a57b4fc..0af598a28b2 100644 --- a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Attributes/Sample.Attributes.csproj +++ b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Attributes/Sample.Attributes.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Default/Sample.Default.csproj b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Default/Sample.Default.csproj index 449019d6cdd..7492deb82d7 100644 --- a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Default/Sample.Default.csproj +++ b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Default/Sample.Default.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Fluent/Sample.Fluent.csproj b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Fluent/Sample.Fluent.csproj index 29a889f1db6..1fcbb7187bc 100644 --- a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Fluent/Sample.Fluent.csproj +++ b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Fluent/Sample.Fluent.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Loquacious/Sample.Loquacious.csproj b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Loquacious/Sample.Loquacious.csproj index 449019d6cdd..7492deb82d7 100644 --- a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Loquacious/Sample.Loquacious.csproj +++ b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.Loquacious/Sample.Loquacious.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.XmlMapping/Sample.XmlMapping.csproj b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.XmlMapping/Sample.XmlMapping.csproj index 70ca536a502..23ce3e6b2da 100644 --- a/samples/nhibernate/custom-mappings/NHibernate_8/Sample.XmlMapping/Sample.XmlMapping.csproj +++ b/samples/nhibernate/custom-mappings/NHibernate_8/Sample.XmlMapping/Sample.XmlMapping.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/simple/NHibernate_8/Client/Client.csproj b/samples/nhibernate/simple/NHibernate_8/Client/Client.csproj index a8484c2bd43..3e0d2cfd7f7 100644 --- a/samples/nhibernate/simple/NHibernate_8/Client/Client.csproj +++ b/samples/nhibernate/simple/NHibernate_8/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/simple/NHibernate_8/Server/Server.csproj b/samples/nhibernate/simple/NHibernate_8/Server/Server.csproj index 783132fa7b7..bf3208f4e0d 100644 --- a/samples/nhibernate/simple/NHibernate_8/Server/Server.csproj +++ b/samples/nhibernate/simple/NHibernate_8/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/nhibernate/simple/NHibernate_8/Shared/Shared.csproj b/samples/nhibernate/simple/NHibernate_8/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/nhibernate/simple/NHibernate_8/Shared/Shared.csproj +++ b/samples/nhibernate/simple/NHibernate_8/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/outbox/rabbit/Core_7/Sample/Sample.csproj b/samples/outbox/rabbit/Core_7/Sample/Sample.csproj index 02b4f3dd3fd..5dd584e8f6e 100644 --- a/samples/outbox/rabbit/Core_7/Sample/Sample.csproj +++ b/samples/outbox/rabbit/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/outbox/sql/Core_7/Receiver/Receiver.csproj b/samples/outbox/sql/Core_7/Receiver/Receiver.csproj index d7ac3b84d6f..958179152cf 100644 --- a/samples/outbox/sql/Core_7/Receiver/Receiver.csproj +++ b/samples/outbox/sql/Core_7/Receiver/Receiver.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/outbox/sql/Core_7/Sender/Sender.csproj b/samples/outbox/sql/Core_7/Sender/Sender.csproj index 4299f026914..09495733c46 100644 --- a/samples/outbox/sql/Core_7/Sender/Sender.csproj +++ b/samples/outbox/sql/Core_7/Sender/Sender.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/outbox/sql/Core_7/Shared/Shared.csproj b/samples/outbox/sql/Core_7/Shared/Shared.csproj index 735365aed2c..a2b407a1a5c 100644 --- a/samples/outbox/sql/Core_7/Shared/Shared.csproj +++ b/samples/outbox/sql/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/outbox/sql/Core_8/Receiver/Receiver.csproj b/samples/outbox/sql/Core_8/Receiver/Receiver.csproj index fd1af06f23e..967ca37134f 100644 --- a/samples/outbox/sql/Core_8/Receiver/Receiver.csproj +++ b/samples/outbox/sql/Core_8/Receiver/Receiver.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/outbox/sql/Core_8/Sender/Sender.csproj b/samples/outbox/sql/Core_8/Sender/Sender.csproj index bbf9714860f..e90ca248f7d 100644 --- a/samples/outbox/sql/Core_8/Sender/Sender.csproj +++ b/samples/outbox/sql/Core_8/Sender/Sender.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/outbox/sql/Core_8/Shared/Shared.csproj b/samples/outbox/sql/Core_8/Shared/Shared.csproj index 80a3dcd7944..be137a7fa08 100644 --- a/samples/outbox/sql/Core_8/Shared/Shared.csproj +++ b/samples/outbox/sql/Core_8/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/performance-counters/PerfCounters_4/Sample/Sample.csproj b/samples/performance-counters/PerfCounters_4/Sample/Sample.csproj index c175dab0f53..955ad274980 100644 --- a/samples/performance-counters/PerfCounters_4/Sample/Sample.csproj +++ b/samples/performance-counters/PerfCounters_4/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe app.manifest 7.3 diff --git a/samples/pipeline/audit-filtering/Core_7/AuditFilter/AuditFilter.csproj b/samples/pipeline/audit-filtering/Core_7/AuditFilter/AuditFilter.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/pipeline/audit-filtering/Core_7/AuditFilter/AuditFilter.csproj +++ b/samples/pipeline/audit-filtering/Core_7/AuditFilter/AuditFilter.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/dispatch-notifications/Core_7/SampleApp/SampleApp.csproj b/samples/pipeline/dispatch-notifications/Core_7/SampleApp/SampleApp.csproj index fe16a62e0cd..359dfd09d2b 100644 --- a/samples/pipeline/dispatch-notifications/Core_7/SampleApp/SampleApp.csproj +++ b/samples/pipeline/dispatch-notifications/Core_7/SampleApp/SampleApp.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pipeline/feature-toggle/Core_7/Sample/Sample.csproj b/samples/pipeline/feature-toggle/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/pipeline/feature-toggle/Core_7/Sample/Sample.csproj +++ b/samples/pipeline/feature-toggle/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/fix-messages-using-behavior/Core_7/PlatformLauncher/PlatformLauncher.csproj b/samples/pipeline/fix-messages-using-behavior/Core_7/PlatformLauncher/PlatformLauncher.csproj index a151e1e2ab8..35400d9402f 100644 --- a/samples/pipeline/fix-messages-using-behavior/Core_7/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/pipeline/fix-messages-using-behavior/Core_7/PlatformLauncher/PlatformLauncher.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pipeline/fix-messages-using-behavior/Core_7/Receiver/Receiver.csproj b/samples/pipeline/fix-messages-using-behavior/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/pipeline/fix-messages-using-behavior/Core_7/Receiver/Receiver.csproj +++ b/samples/pipeline/fix-messages-using-behavior/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/fix-messages-using-behavior/Core_7/Sender/Sender.csproj b/samples/pipeline/fix-messages-using-behavior/Core_7/Sender/Sender.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/pipeline/fix-messages-using-behavior/Core_7/Sender/Sender.csproj +++ b/samples/pipeline/fix-messages-using-behavior/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/fix-messages-using-behavior/Core_7/Shared/Shared.csproj b/samples/pipeline/fix-messages-using-behavior/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/pipeline/fix-messages-using-behavior/Core_7/Shared/Shared.csproj +++ b/samples/pipeline/fix-messages-using-behavior/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pipeline/handler-timer/Core_7/Sample/Sample.csproj b/samples/pipeline/handler-timer/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/pipeline/handler-timer/Core_7/Sample/Sample.csproj +++ b/samples/pipeline/handler-timer/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/message-signing/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj b/samples/pipeline/message-signing/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj index 1ebfc571714..375e8e11c15 100644 --- a/samples/pipeline/message-signing/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj +++ b/samples/pipeline/message-signing/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/message-signing/Core_7/Shared/Shared.csproj b/samples/pipeline/message-signing/Core_7/Shared/Shared.csproj index 992a97cd5a8..af93de87bb7 100644 --- a/samples/pipeline/message-signing/Core_7/Shared/Shared.csproj +++ b/samples/pipeline/message-signing/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Library 7.3 diff --git a/samples/pipeline/message-signing/Core_7/SignedSender/SignedSender.csproj b/samples/pipeline/message-signing/Core_7/SignedSender/SignedSender.csproj index 1ebfc571714..375e8e11c15 100644 --- a/samples/pipeline/message-signing/Core_7/SignedSender/SignedSender.csproj +++ b/samples/pipeline/message-signing/Core_7/SignedSender/SignedSender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/message-signing/Core_7/UnsignedSender/UnsignedSender.csproj b/samples/pipeline/message-signing/Core_7/UnsignedSender/UnsignedSender.csproj index 1ebfc571714..375e8e11c15 100644 --- a/samples/pipeline/message-signing/Core_7/UnsignedSender/UnsignedSender.csproj +++ b/samples/pipeline/message-signing/Core_7/UnsignedSender/UnsignedSender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/multi-serializer/Core_7/Receiver/Receiver.csproj b/samples/pipeline/multi-serializer/Core_7/Receiver/Receiver.csproj index d667a3732e1..496696e8c28 100644 --- a/samples/pipeline/multi-serializer/Core_7/Receiver/Receiver.csproj +++ b/samples/pipeline/multi-serializer/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/multi-serializer/Core_7/Sender/Sender.csproj b/samples/pipeline/multi-serializer/Core_7/Sender/Sender.csproj index d667a3732e1..496696e8c28 100644 --- a/samples/pipeline/multi-serializer/Core_7/Sender/Sender.csproj +++ b/samples/pipeline/multi-serializer/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/multi-serializer/Core_7/Shared/Shared.csproj b/samples/pipeline/multi-serializer/Core_7/Shared/Shared.csproj index 59992bbfc45..742e1bad662 100644 --- a/samples/pipeline/multi-serializer/Core_7/Shared/Shared.csproj +++ b/samples/pipeline/multi-serializer/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pipeline/session-filtering/Core_7/Receiver/Receiver.csproj b/samples/pipeline/session-filtering/Core_7/Receiver/Receiver.csproj index 9d6e58428f0..9a4a75da5a3 100644 --- a/samples/pipeline/session-filtering/Core_7/Receiver/Receiver.csproj +++ b/samples/pipeline/session-filtering/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/session-filtering/Core_7/Sender/Sender.csproj b/samples/pipeline/session-filtering/Core_7/Sender/Sender.csproj index 9d6e58428f0..9a4a75da5a3 100644 --- a/samples/pipeline/session-filtering/Core_7/Sender/Sender.csproj +++ b/samples/pipeline/session-filtering/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/session-filtering/Core_7/SessionFilter/Shared.csproj b/samples/pipeline/session-filtering/Core_7/SessionFilter/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/pipeline/session-filtering/Core_7/SessionFilter/Shared.csproj +++ b/samples/pipeline/session-filtering/Core_7/SessionFilter/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pipeline/stream-properties/Core_7/Receiver/Receiver.csproj b/samples/pipeline/stream-properties/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/pipeline/stream-properties/Core_7/Receiver/Receiver.csproj +++ b/samples/pipeline/stream-properties/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/stream-properties/Core_7/Sender/Sender.csproj b/samples/pipeline/stream-properties/Core_7/Sender/Sender.csproj index ab5f7b5a407..f942ddb55b9 100644 --- a/samples/pipeline/stream-properties/Core_7/Sender/Sender.csproj +++ b/samples/pipeline/stream-properties/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pipeline/stream-properties/Core_7/Shared/Shared.csproj b/samples/pipeline/stream-properties/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/pipeline/stream-properties/Core_7/Shared/Shared.csproj +++ b/samples/pipeline/stream-properties/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pipeline/unit-of-work/Core_7/Endpoint/Endpoint.csproj b/samples/pipeline/unit-of-work/Core_7/Endpoint/Endpoint.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/pipeline/unit-of-work/Core_7/Endpoint/Endpoint.csproj +++ b/samples/pipeline/unit-of-work/Core_7/Endpoint/Endpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/CustomExtensionEndpoint.csproj b/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/CustomExtensionEndpoint.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/CustomExtensionEndpoint.csproj +++ b/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/CustomExtensionEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/Resolver.cs b/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/Resolver.cs index 097a7b28828..9f3949a728c 100644 --- a/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/Resolver.cs +++ b/samples/plugin-based-config/Core_7/CustomExtensionEndpoint/Resolver.cs @@ -12,7 +12,7 @@ public static class Resolver static Resolver() { - var codebase = typeof(Resolver).Assembly.CodeBase.Remove(0, 8); + var codebase = typeof(Resolver).Assembly.Location.Remove(0, 8); var currentDirectory = Path.GetDirectoryName(codebase); assemblies = Directory.GetFiles(currentDirectory, "*.dll") .Select(Assembly.LoadFrom) diff --git a/samples/plugin-based-config/Core_7/CustomExtensions/CustomExtensions.csproj b/samples/plugin-based-config/Core_7/CustomExtensions/CustomExtensions.csproj index 1281755a5b0..11b69463c86 100644 --- a/samples/plugin-based-config/Core_7/CustomExtensions/CustomExtensions.csproj +++ b/samples/plugin-based-config/Core_7/CustomExtensions/CustomExtensions.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 ..\CustomExtensionEndpoint\bin\Debug\ 7.3 diff --git a/samples/plugin-based-config/Core_7/MefExtensionEndpoint/MefExtensionEndpoint.csproj b/samples/plugin-based-config/Core_7/MefExtensionEndpoint/MefExtensionEndpoint.csproj index 8e856283fbf..19edd144408 100644 --- a/samples/plugin-based-config/Core_7/MefExtensionEndpoint/MefExtensionEndpoint.csproj +++ b/samples/plugin-based-config/Core_7/MefExtensionEndpoint/MefExtensionEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/plugin-based-config/Core_7/MefExtensions/MefExtensions.csproj b/samples/plugin-based-config/Core_7/MefExtensions/MefExtensions.csproj index fe1ca971fff..7a6536dc819 100644 --- a/samples/plugin-based-config/Core_7/MefExtensions/MefExtensions.csproj +++ b/samples/plugin-based-config/Core_7/MefExtensions/MefExtensions.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 ..\MefExtensionEndpoint\bin\Debug\ 7.3 diff --git a/samples/plugin-based-config/Core_7/Shared/Shared.csproj b/samples/plugin-based-config/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/plugin-based-config/Core_7/Shared/Shared.csproj +++ b/samples/plugin-based-config/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/previews/cosmosdb/container/CosmosDB_0/Client/Client.csproj b/samples/previews/cosmosdb/container/CosmosDB_0/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/previews/cosmosdb/container/CosmosDB_0/Client/Client.csproj +++ b/samples/previews/cosmosdb/container/CosmosDB_0/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/previews/cosmosdb/container/CosmosDB_0/Server/Server.csproj b/samples/previews/cosmosdb/container/CosmosDB_0/Server/Server.csproj index a3743230f4e..93630539c29 100644 --- a/samples/previews/cosmosdb/container/CosmosDB_0/Server/Server.csproj +++ b/samples/previews/cosmosdb/container/CosmosDB_0/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/previews/cosmosdb/container/CosmosDB_0/SharedMessages/SharedMessages.csproj b/samples/previews/cosmosdb/container/CosmosDB_0/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/previews/cosmosdb/container/CosmosDB_0/SharedMessages/SharedMessages.csproj +++ b/samples/previews/cosmosdb/container/CosmosDB_0/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/previews/cosmosdb/simple/CosmosDB_0/Client/Client.csproj b/samples/previews/cosmosdb/simple/CosmosDB_0/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/previews/cosmosdb/simple/CosmosDB_0/Client/Client.csproj +++ b/samples/previews/cosmosdb/simple/CosmosDB_0/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/previews/cosmosdb/simple/CosmosDB_0/Server/Server.csproj b/samples/previews/cosmosdb/simple/CosmosDB_0/Server/Server.csproj index a3743230f4e..93630539c29 100644 --- a/samples/previews/cosmosdb/simple/CosmosDB_0/Server/Server.csproj +++ b/samples/previews/cosmosdb/simple/CosmosDB_0/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/previews/cosmosdb/simple/CosmosDB_0/SharedMessages/SharedMessages.csproj b/samples/previews/cosmosdb/simple/CosmosDB_0/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/previews/cosmosdb/simple/CosmosDB_0/SharedMessages/SharedMessages.csproj +++ b/samples/previews/cosmosdb/simple/CosmosDB_0/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/previews/cosmosdb/transactions/CosmosDB_0/Client/Client.csproj b/samples/previews/cosmosdb/transactions/CosmosDB_0/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/previews/cosmosdb/transactions/CosmosDB_0/Client/Client.csproj +++ b/samples/previews/cosmosdb/transactions/CosmosDB_0/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/previews/cosmosdb/transactions/CosmosDB_0/Server/Server.csproj b/samples/previews/cosmosdb/transactions/CosmosDB_0/Server/Server.csproj index a3743230f4e..93630539c29 100644 --- a/samples/previews/cosmosdb/transactions/CosmosDB_0/Server/Server.csproj +++ b/samples/previews/cosmosdb/transactions/CosmosDB_0/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/previews/cosmosdb/transactions/CosmosDB_0/SharedMessages/SharedMessages.csproj b/samples/previews/cosmosdb/transactions/CosmosDB_0/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/previews/cosmosdb/transactions/CosmosDB_0/SharedMessages/SharedMessages.csproj +++ b/samples/previews/cosmosdb/transactions/CosmosDB_0/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pubsub/native/Core_7/Publisher/Publisher.csproj b/samples/pubsub/native/Core_7/Publisher/Publisher.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/pubsub/native/Core_7/Publisher/Publisher.csproj +++ b/samples/pubsub/native/Core_7/Publisher/Publisher.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/pubsub/native/Core_7/Shared/Shared.csproj b/samples/pubsub/native/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/pubsub/native/Core_7/Shared/Shared.csproj +++ b/samples/pubsub/native/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/pubsub/native/Core_7/Subscriber/Subscriber.csproj b/samples/pubsub/native/Core_7/Subscriber/Subscriber.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/pubsub/native/Core_7/Subscriber/Subscriber.csproj +++ b/samples/pubsub/native/Core_7/Subscriber/Subscriber.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/cluster/Rabbit_8/MyEndpoint/MyEndpoint.csproj b/samples/rabbitmq/cluster/Rabbit_8/MyEndpoint/MyEndpoint.csproj index 5002a4d303a..b0c15f06b18 100644 --- a/samples/rabbitmq/cluster/Rabbit_8/MyEndpoint/MyEndpoint.csproj +++ b/samples/rabbitmq/cluster/Rabbit_8/MyEndpoint/MyEndpoint.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/NativeSender.csproj b/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/NativeSender.csproj index 2d8f3adcdd9..0dbee568980 100644 --- a/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/NativeSender.csproj +++ b/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/NativeSender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/Program.cs b/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/Program.cs index 5b111fdab45..755e3183ac0 100644 --- a/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/Program.cs +++ b/samples/rabbitmq/native-integration/Rabbit_5/NativeSender/Program.cs @@ -6,10 +6,13 @@ class Program { static void Main() { - Console.Title = "Samples.RabbitMQ.NativeIntegration.Sender"; + var endpointName = "Samples.RabbitMQ.NativeIntegration.Sender"; + + Console.Title = endpointName; + var connectionFactory = new ConnectionFactory(); - using (var connection = connectionFactory.CreateConnection(Console.Title)) + using (var connection = connectionFactory.CreateConnection(endpointName)) { Console.WriteLine("Press enter to send a message"); Console.WriteLine("Press any key to exit"); diff --git a/samples/rabbitmq/native-integration/Rabbit_5/Receiver/Receiver.csproj b/samples/rabbitmq/native-integration/Rabbit_5/Receiver/Receiver.csproj index d8499665ca3..0bcd21a9830 100644 --- a/samples/rabbitmq/native-integration/Rabbit_5/Receiver/Receiver.csproj +++ b/samples/rabbitmq/native-integration/Rabbit_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/NativeSender.csproj b/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/NativeSender.csproj index 2d8f3adcdd9..0dbee568980 100644 --- a/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/NativeSender.csproj +++ b/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/NativeSender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/Program.cs b/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/Program.cs index 5b111fdab45..47ee1d5e857 100644 --- a/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/Program.cs +++ b/samples/rabbitmq/native-integration/Rabbit_7/NativeSender/Program.cs @@ -6,10 +6,13 @@ class Program { static void Main() { - Console.Title = "Samples.RabbitMQ.NativeIntegration.Sender"; + var endpointName = "Samples.RabbitMQ.NativeIntegration.Sender"; + + Console.Title = endpointName; + var connectionFactory = new ConnectionFactory(); - using (var connection = connectionFactory.CreateConnection(Console.Title)) + using (var connection = connectionFactory.CreateConnection(endpointName)) { Console.WriteLine("Press enter to send a message"); Console.WriteLine("Press any key to exit"); diff --git a/samples/rabbitmq/native-integration/Rabbit_7/Receiver/Receiver.csproj b/samples/rabbitmq/native-integration/Rabbit_7/Receiver/Receiver.csproj index f342e800639..9437dacb70b 100644 --- a/samples/rabbitmq/native-integration/Rabbit_7/Receiver/Receiver.csproj +++ b/samples/rabbitmq/native-integration/Rabbit_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/simple/Rabbit_5/Receiver/Receiver.csproj b/samples/rabbitmq/simple/Rabbit_5/Receiver/Receiver.csproj index 54233c2d116..013cbabac75 100644 --- a/samples/rabbitmq/simple/Rabbit_5/Receiver/Receiver.csproj +++ b/samples/rabbitmq/simple/Rabbit_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/simple/Rabbit_5/Sender/Sender.csproj b/samples/rabbitmq/simple/Rabbit_5/Sender/Sender.csproj index 54233c2d116..013cbabac75 100644 --- a/samples/rabbitmq/simple/Rabbit_5/Sender/Sender.csproj +++ b/samples/rabbitmq/simple/Rabbit_5/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/simple/Rabbit_7/Receiver/Receiver.csproj b/samples/rabbitmq/simple/Rabbit_7/Receiver/Receiver.csproj index 389cc98dfd8..96e2c4fde62 100644 --- a/samples/rabbitmq/simple/Rabbit_7/Receiver/Receiver.csproj +++ b/samples/rabbitmq/simple/Rabbit_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/simple/Rabbit_7/Sender/Sender.csproj b/samples/rabbitmq/simple/Rabbit_7/Sender/Sender.csproj index 389cc98dfd8..96e2c4fde62 100644 --- a/samples/rabbitmq/simple/Rabbit_7/Sender/Sender.csproj +++ b/samples/rabbitmq/simple/Rabbit_7/Sender/Sender.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/rabbitmq/simple/Rabbit_7/Shared/Shared.csproj b/samples/rabbitmq/simple/Rabbit_7/Shared/Shared.csproj index c743b9b2e9c..55f54110fd0 100644 --- a/samples/rabbitmq/simple/Rabbit_7/Shared/Shared.csproj +++ b/samples/rabbitmq/simple/Rabbit_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/ravendb/simple/Raven_5/Client/Client.csproj b/samples/ravendb/simple/Raven_5/Client/Client.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/ravendb/simple/Raven_5/Client/Client.csproj +++ b/samples/ravendb/simple/Raven_5/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/ravendb/simple/Raven_5/Server/Server.csproj b/samples/ravendb/simple/Raven_5/Server/Server.csproj index 303191024fe..8ddc68be6c3 100644 --- a/samples/ravendb/simple/Raven_5/Server/Server.csproj +++ b/samples/ravendb/simple/Raven_5/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/ravendb/simple/Raven_5/Shared/Shared.csproj b/samples/ravendb/simple/Raven_5/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/ravendb/simple/Raven_5/Shared/Shared.csproj +++ b/samples/ravendb/simple/Raven_5/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/ravendb/simple/Raven_6/Client/Client.csproj b/samples/ravendb/simple/Raven_6/Client/Client.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/ravendb/simple/Raven_6/Client/Client.csproj +++ b/samples/ravendb/simple/Raven_6/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/ravendb/simple/Raven_6/Server/Server.csproj b/samples/ravendb/simple/Raven_6/Server/Server.csproj index b46d733934e..73ca3e49e95 100644 --- a/samples/ravendb/simple/Raven_6/Server/Server.csproj +++ b/samples/ravendb/simple/Raven_6/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/ravendb/simple/Raven_6/Shared/Shared.csproj b/samples/ravendb/simple/Raven_6/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/ravendb/simple/Raven_6/Shared/Shared.csproj +++ b/samples/ravendb/simple/Raven_6/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing-slips/MessageRouting_3/Messages/Messages.csproj b/samples/routing-slips/MessageRouting_3/Messages/Messages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/routing-slips/MessageRouting_3/Messages/Messages.csproj +++ b/samples/routing-slips/MessageRouting_3/Messages/Messages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing-slips/MessageRouting_3/ResultHost/ResultHost.csproj b/samples/routing-slips/MessageRouting_3/ResultHost/ResultHost.csproj index 7d68703d11e..eb365bd2a50 100644 --- a/samples/routing-slips/MessageRouting_3/ResultHost/ResultHost.csproj +++ b/samples/routing-slips/MessageRouting_3/ResultHost/ResultHost.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing-slips/MessageRouting_3/Sender/Sender.csproj b/samples/routing-slips/MessageRouting_3/Sender/Sender.csproj index 7d68703d11e..eb365bd2a50 100644 --- a/samples/routing-slips/MessageRouting_3/Sender/Sender.csproj +++ b/samples/routing-slips/MessageRouting_3/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing-slips/MessageRouting_3/StepA/StepA.csproj b/samples/routing-slips/MessageRouting_3/StepA/StepA.csproj index 5a7475e685d..993072fc751 100644 --- a/samples/routing-slips/MessageRouting_3/StepA/StepA.csproj +++ b/samples/routing-slips/MessageRouting_3/StepA/StepA.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing-slips/MessageRouting_3/StepB/StepB.csproj b/samples/routing-slips/MessageRouting_3/StepB/StepB.csproj index 5a7475e685d..993072fc751 100644 --- a/samples/routing-slips/MessageRouting_3/StepB/StepB.csproj +++ b/samples/routing-slips/MessageRouting_3/StepB/StepB.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing-slips/MessageRouting_3/StepC/StepC.csproj b/samples/routing-slips/MessageRouting_3/StepC/StepC.csproj index 5a7475e685d..993072fc751 100644 --- a/samples/routing-slips/MessageRouting_3/StepC/StepC.csproj +++ b/samples/routing-slips/MessageRouting_3/StepC/StepC.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing/command-routing/Core_7/Receiver/Receiver.csproj b/samples/routing/command-routing/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/routing/command-routing/Core_7/Receiver/Receiver.csproj +++ b/samples/routing/command-routing/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing/command-routing/Core_7/Sender/Sender.csproj b/samples/routing/command-routing/Core_7/Sender/Sender.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/routing/command-routing/Core_7/Sender/Sender.csproj +++ b/samples/routing/command-routing/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/routing/command-routing/Core_7/Shared/Shared.csproj b/samples/routing/command-routing/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/routing/command-routing/Core_7/Shared/Shared.csproj +++ b/samples/routing/command-routing/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing/fowarding-address/Core_7/Messages/Messages.csproj b/samples/routing/fowarding-address/Core_7/Messages/Messages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/routing/fowarding-address/Core_7/Messages/Messages.csproj +++ b/samples/routing/fowarding-address/Core_7/Messages/Messages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing/fowarding-address/Core_7/NServiceBus.ForwardingAddress/NServiceBus.ForwardingAddress.csproj b/samples/routing/fowarding-address/Core_7/NServiceBus.ForwardingAddress/NServiceBus.ForwardingAddress.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/routing/fowarding-address/Core_7/NServiceBus.ForwardingAddress/NServiceBus.ForwardingAddress.csproj +++ b/samples/routing/fowarding-address/Core_7/NServiceBus.ForwardingAddress/NServiceBus.ForwardingAddress.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing/fowarding-address/Core_7/NewDestination/NewDestination.csproj b/samples/routing/fowarding-address/Core_7/NewDestination/NewDestination.csproj index 33850f38000..c045cb40ab9 100644 --- a/samples/routing/fowarding-address/Core_7/NewDestination/NewDestination.csproj +++ b/samples/routing/fowarding-address/Core_7/NewDestination/NewDestination.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 Exe diff --git a/samples/routing/fowarding-address/Core_7/OriginalDestination/OriginalDestination.csproj b/samples/routing/fowarding-address/Core_7/OriginalDestination/OriginalDestination.csproj index 9e63632c75d..2898a56df5b 100644 --- a/samples/routing/fowarding-address/Core_7/OriginalDestination/OriginalDestination.csproj +++ b/samples/routing/fowarding-address/Core_7/OriginalDestination/OriginalDestination.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 Exe diff --git a/samples/routing/fowarding-address/Core_7/Sender/Sender.csproj b/samples/routing/fowarding-address/Core_7/Sender/Sender.csproj index 33850f38000..c045cb40ab9 100644 --- a/samples/routing/fowarding-address/Core_7/Sender/Sender.csproj +++ b/samples/routing/fowarding-address/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 Exe diff --git a/samples/routing/message-forwarding/Core_7/Messages/Messages.csproj b/samples/routing/message-forwarding/Core_7/Messages/Messages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/routing/message-forwarding/Core_7/Messages/Messages.csproj +++ b/samples/routing/message-forwarding/Core_7/Messages/Messages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing/message-forwarding/Core_7/NServiceBus.MessageForwarding/NServiceBus.MessageForwarding.csproj b/samples/routing/message-forwarding/Core_7/NServiceBus.MessageForwarding/NServiceBus.MessageForwarding.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/routing/message-forwarding/Core_7/NServiceBus.MessageForwarding/NServiceBus.MessageForwarding.csproj +++ b/samples/routing/message-forwarding/Core_7/NServiceBus.MessageForwarding/NServiceBus.MessageForwarding.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/routing/message-forwarding/Core_7/OriginalDestination/OriginalDestination.csproj b/samples/routing/message-forwarding/Core_7/OriginalDestination/OriginalDestination.csproj index 81f03d21e8e..a31e5be3154 100644 --- a/samples/routing/message-forwarding/Core_7/OriginalDestination/OriginalDestination.csproj +++ b/samples/routing/message-forwarding/Core_7/OriginalDestination/OriginalDestination.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 Exe diff --git a/samples/routing/message-forwarding/Core_7/Sender/Sender.csproj b/samples/routing/message-forwarding/Core_7/Sender/Sender.csproj index 33850f38000..c045cb40ab9 100644 --- a/samples/routing/message-forwarding/Core_7/Sender/Sender.csproj +++ b/samples/routing/message-forwarding/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 Exe diff --git a/samples/routing/message-forwarding/Core_7/UpgradedDestination/UpgradedDestination.csproj b/samples/routing/message-forwarding/Core_7/UpgradedDestination/UpgradedDestination.csproj index 33850f38000..c045cb40ab9 100644 --- a/samples/routing/message-forwarding/Core_7/UpgradedDestination/UpgradedDestination.csproj +++ b/samples/routing/message-forwarding/Core_7/UpgradedDestination/UpgradedDestination.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 Exe diff --git a/samples/saga/simple/Core_7/Sample/Sample.csproj b/samples/saga/simple/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/saga/simple/Core_7/Sample/Sample.csproj +++ b/samples/saga/simple/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/simple/Core_8/Sample/Sample.csproj b/samples/saga/simple/Core_8/Sample/Sample.csproj index a5f46b22260..77d5a6b30a7 100644 --- a/samples/saga/simple/Core_8/Sample/Sample.csproj +++ b/samples/saga/simple/Core_8/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj b/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj index fa969fb8716..bcd7234cf59 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj b/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj index 167d9d39a32..986bda03375 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj b/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_4/Shared/Shared.csproj b/samples/saga/sql-sagafinder/SqlPersistence_4/Shared/Shared.csproj index 3a311d5a2b6..92b8d7f55c9 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_4/Shared/Shared.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_4/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj b/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj index fa969fb8716..bcd7234cf59 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj b/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj index 167d9d39a32..986bda03375 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj b/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/saga/sql-sagafinder/SqlPersistence_5/Shared/Shared.csproj b/samples/saga/sql-sagafinder/SqlPersistence_5/Shared/Shared.csproj index 743aee7ccc8..12840937c30 100644 --- a/samples/saga/sql-sagafinder/SqlPersistence_5/Shared/Shared.csproj +++ b/samples/saga/sql-sagafinder/SqlPersistence_5/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/scheduling/fluentscheduler/Core_7/Receiver/Receiver.csproj b/samples/scheduling/fluentscheduler/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/scheduling/fluentscheduler/Core_7/Receiver/Receiver.csproj +++ b/samples/scheduling/fluentscheduler/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/fluentscheduler/Core_7/Scheduler/Scheduler.csproj b/samples/scheduling/fluentscheduler/Core_7/Scheduler/Scheduler.csproj index be18e6e00fb..0201743fabb 100644 --- a/samples/scheduling/fluentscheduler/Core_7/Scheduler/Scheduler.csproj +++ b/samples/scheduling/fluentscheduler/Core_7/Scheduler/Scheduler.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/fluentscheduler/Core_7/Shared/Shared.csproj b/samples/scheduling/fluentscheduler/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/scheduling/fluentscheduler/Core_7/Shared/Shared.csproj +++ b/samples/scheduling/fluentscheduler/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/scheduling/hangfire/Core_7/Receiver/Receiver.csproj b/samples/scheduling/hangfire/Core_7/Receiver/Receiver.csproj index 0c7bd33ba34..701a67045af 100644 --- a/samples/scheduling/hangfire/Core_7/Receiver/Receiver.csproj +++ b/samples/scheduling/hangfire/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/hangfire/Core_7/Scheduler/Scheduler.csproj b/samples/scheduling/hangfire/Core_7/Scheduler/Scheduler.csproj index a0946725422..67949f0c15d 100644 --- a/samples/scheduling/hangfire/Core_7/Scheduler/Scheduler.csproj +++ b/samples/scheduling/hangfire/Core_7/Scheduler/Scheduler.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/hangfire/Core_7/Shared/Shared.csproj b/samples/scheduling/hangfire/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/scheduling/hangfire/Core_7/Shared/Shared.csproj +++ b/samples/scheduling/hangfire/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/scheduling/quartz/Core_7/Receiver/Receiver.csproj b/samples/scheduling/quartz/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/scheduling/quartz/Core_7/Receiver/Receiver.csproj +++ b/samples/scheduling/quartz/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/quartz/Core_7/Scheduler/Scheduler.csproj b/samples/scheduling/quartz/Core_7/Scheduler/Scheduler.csproj index 89e5915ef35..0d8e8fa477b 100644 --- a/samples/scheduling/quartz/Core_7/Scheduler/Scheduler.csproj +++ b/samples/scheduling/quartz/Core_7/Scheduler/Scheduler.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/quartz/Core_7/Shared/Shared.csproj b/samples/scheduling/quartz/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/scheduling/quartz/Core_7/Shared/Shared.csproj +++ b/samples/scheduling/quartz/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/scheduling/scheduler/Core_7/Sample/Sample.csproj b/samples/scheduling/scheduler/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/scheduling/scheduler/Core_7/Sample/Sample.csproj +++ b/samples/scheduling/scheduler/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/scheduling/timer/Core_8/Sample/Sample.csproj b/samples/scheduling/timer/Core_8/Sample/Sample.csproj index c62f3d4b9ce..7cd32c92d2d 100644 --- a/samples/scheduling/timer/Core_8/Sample/Sample.csproj +++ b/samples/scheduling/timer/Core_8/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/change-message-type/Core_7/SamplePhase1/SamplePhase1.csproj b/samples/serializers/change-message-type/Core_7/SamplePhase1/SamplePhase1.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/serializers/change-message-type/Core_7/SamplePhase1/SamplePhase1.csproj +++ b/samples/serializers/change-message-type/Core_7/SamplePhase1/SamplePhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/change-message-type/Core_7/SamplePhase2/SamplePhase2.csproj b/samples/serializers/change-message-type/Core_7/SamplePhase2/SamplePhase2.csproj index de980d5caad..f5eec9922c5 100644 --- a/samples/serializers/change-message-type/Core_7/SamplePhase2/SamplePhase2.csproj +++ b/samples/serializers/change-message-type/Core_7/SamplePhase2/SamplePhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 true diff --git a/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftBsonEndpoint/ExternalNewtonsoftBsonEndpoint.csproj b/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftBsonEndpoint/ExternalNewtonsoftBsonEndpoint.csproj index 76afb80dc52..552c9d418e6 100644 --- a/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftBsonEndpoint/ExternalNewtonsoftBsonEndpoint.csproj +++ b/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftBsonEndpoint/ExternalNewtonsoftBsonEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftJsonEndpoint/ExternalNewtonsoftJsonEndpoint.csproj b/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftJsonEndpoint/ExternalNewtonsoftJsonEndpoint.csproj index d276160fc24..45db9ddb9a3 100644 --- a/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftJsonEndpoint/ExternalNewtonsoftJsonEndpoint.csproj +++ b/samples/serializers/multiple-deserializers/Core_7/ExternalNewtonsoftJsonEndpoint/ExternalNewtonsoftJsonEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/multiple-deserializers/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj b/samples/serializers/multiple-deserializers/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj index 76afb80dc52..552c9d418e6 100644 --- a/samples/serializers/multiple-deserializers/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj +++ b/samples/serializers/multiple-deserializers/Core_7/ReceivingEndpoint/ReceivingEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/multiple-deserializers/Core_7/Shared/Shared.csproj b/samples/serializers/multiple-deserializers/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/serializers/multiple-deserializers/Core_7/Shared/Shared.csproj +++ b/samples/serializers/multiple-deserializers/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/serializers/multiple-deserializers/Core_7/XmlEndpoint/XmlEndpoint.csproj b/samples/serializers/multiple-deserializers/Core_7/XmlEndpoint/XmlEndpoint.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/serializers/multiple-deserializers/Core_7/XmlEndpoint/XmlEndpoint.csproj +++ b/samples/serializers/multiple-deserializers/Core_7/XmlEndpoint/XmlEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/newtonsoft-bson/Newtonsoft_2/Sample/Sample.csproj b/samples/serializers/newtonsoft-bson/Newtonsoft_2/Sample/Sample.csproj index 107d6789ece..bcec8de5615 100644 --- a/samples/serializers/newtonsoft-bson/Newtonsoft_2/Sample/Sample.csproj +++ b/samples/serializers/newtonsoft-bson/Newtonsoft_2/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/newtonsoft/Newtonsoft_2/Sample/Sample.csproj b/samples/serializers/newtonsoft/Newtonsoft_2/Sample/Sample.csproj index 521cbb91acc..41be68b309a 100644 --- a/samples/serializers/newtonsoft/Newtonsoft_2/Sample/Sample.csproj +++ b/samples/serializers/newtonsoft/Newtonsoft_2/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/transitioning-formats/Core_7/SamplePhase1/SamplePhase1.csproj b/samples/serializers/transitioning-formats/Core_7/SamplePhase1/SamplePhase1.csproj index 272f17c47c2..083c2af1e7d 100644 --- a/samples/serializers/transitioning-formats/Core_7/SamplePhase1/SamplePhase1.csproj +++ b/samples/serializers/transitioning-formats/Core_7/SamplePhase1/SamplePhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/transitioning-formats/Core_7/SamplePhase2/SamplePhase2.csproj b/samples/serializers/transitioning-formats/Core_7/SamplePhase2/SamplePhase2.csproj index 272f17c47c2..083c2af1e7d 100644 --- a/samples/serializers/transitioning-formats/Core_7/SamplePhase2/SamplePhase2.csproj +++ b/samples/serializers/transitioning-formats/Core_7/SamplePhase2/SamplePhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/transitioning-formats/Core_7/SamplePhase3/SamplePhase3.csproj b/samples/serializers/transitioning-formats/Core_7/SamplePhase3/SamplePhase3.csproj index 272f17c47c2..083c2af1e7d 100644 --- a/samples/serializers/transitioning-formats/Core_7/SamplePhase3/SamplePhase3.csproj +++ b/samples/serializers/transitioning-formats/Core_7/SamplePhase3/SamplePhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/transitioning-formats/Core_7/SamplePhase4/SamplePhase4.csproj b/samples/serializers/transitioning-formats/Core_7/SamplePhase4/SamplePhase4.csproj index 272f17c47c2..083c2af1e7d 100644 --- a/samples/serializers/transitioning-formats/Core_7/SamplePhase4/SamplePhase4.csproj +++ b/samples/serializers/transitioning-formats/Core_7/SamplePhase4/SamplePhase4.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/serializers/transitioning-formats/Core_7/Shared/Shared.csproj b/samples/serializers/transitioning-formats/Core_7/Shared/Shared.csproj index 42ea1c0bd8b..a662c3c82e0 100644 --- a/samples/serializers/transitioning-formats/Core_7/Shared/Shared.csproj +++ b/samples/serializers/transitioning-formats/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/serializers/xml/Core_7/Sample/Sample.csproj b/samples/serializers/xml/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/serializers/xml/Core_7/Sample/Sample.csproj +++ b/samples/serializers/xml/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Adapter/Adapter.csproj b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Adapter/Adapter.csproj index c4c0480e9c8..2412af87a6c 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Adapter/Adapter.csproj +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Adapter/Adapter.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Program.cs b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Program.cs index a4efe938558..3eaacc8dfbc 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Program.cs +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Program.cs @@ -7,7 +7,10 @@ class Program { static async Task Main() { - Console.Title = "Samples.ServiceControl.ASQAdapter.Sales"; + var endpointName = "Samples.ServiceControl.ASQAdapter.Sales"; + + Console.Title = endpointName; + const string letters = "ABCDEFGHIJKLMNOPQRSTUVXYZ"; var random = new Random(); var endpointConfiguration = new EndpointConfiguration("Samples-ServiceControl-ASQAdapter-Sales"); @@ -95,7 +98,7 @@ await endpointInstance.Send(shipOrder, sendOptions) { chaos.IsFailing = !chaos.IsFailing; Console.WriteLine($"Failure simulation is now turned {(chaos.IsFailing ? "on" : "off")}"); - ConsoleHelper.ToggleTitle(); + ConsoleHelper.ToggleTitle(endpointName); } } await endpointInstance.Stop() diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Sales.csproj b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Sales.csproj index 75529a6434b..47d4bec26af 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Sales.csproj +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Sales/Sales.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/ConsoleHelper.cs b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/ConsoleHelper.cs index 23f89ea854f..b544aa39f5f 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/ConsoleHelper.cs +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/ConsoleHelper.cs @@ -2,9 +2,9 @@ public static class ConsoleHelper { - public static void ToggleTitle() + public static void ToggleTitle(string endpointName) { - var parts = Console.Title.Split(' '); + var parts = endpointName.Split(' '); Console.Title = parts.Length == 1 ? parts[0] + " Failure simulation: ON" : parts[0]; } } diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/Shared.csproj b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/Shared.csproj +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Program.cs b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Program.cs index a644b5e1455..d577ac75f01 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Program.cs +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Program.cs @@ -6,7 +6,10 @@ class Program { static async Task Main() { - Console.Title = "Samples.ServiceControl.ASQAdapter.Shipping"; + var endpointName = "Samples.ServiceControl.ASQAdapter.Shipping"; + + Console.Title = endpointName; + var endpointConfiguration = new EndpointConfiguration("Samples-ServiceControl-ASQAdapter-Shipping"); var transport = endpointConfiguration.UseTransport(); @@ -75,7 +78,7 @@ static async Task Main() { chaos.IsFailing = !chaos.IsFailing; Console.WriteLine($"Failure simulation is now turned {(chaos.IsFailing ? "on" : "off")}"); - ConsoleHelper.ToggleTitle(); + ConsoleHelper.ToggleTitle(endpointName); } } await endpointInstance.Stop() diff --git a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Shipping.csproj b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Shipping.csproj index b659163d2d7..fdb653e78cd 100644 --- a/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Shipping.csproj +++ b/samples/servicecontrol/adapter-asq-multi-storage-account/SCTransportAdapter_2/Shipping/Shipping.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/EndpointsMonitor/AzureMonitorConnector.csproj b/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/EndpointsMonitor/AzureMonitorConnector.csproj index e27c0360c1e..f1839d332aa 100644 --- a/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/EndpointsMonitor/AzureMonitorConnector.csproj +++ b/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/EndpointsMonitor/AzureMonitorConnector.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj b/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj index 040be0dae40..1d270ebe624 100644 --- a/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj +++ b/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj b/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj index a151e1e2ab8..35400d9402f 100644 --- a/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/servicecontrol/azure-monitor-events/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/servicecontrol/events-subscription/ServiceControlContracts_3/EndpointsMonitor/EndpointsMonitor.csproj b/samples/servicecontrol/events-subscription/ServiceControlContracts_3/EndpointsMonitor/EndpointsMonitor.csproj index 3fd75387d4b..fe21b7b3116 100644 --- a/samples/servicecontrol/events-subscription/ServiceControlContracts_3/EndpointsMonitor/EndpointsMonitor.csproj +++ b/samples/servicecontrol/events-subscription/ServiceControlContracts_3/EndpointsMonitor/EndpointsMonitor.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/events-subscription/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj b/samples/servicecontrol/events-subscription/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj index 040be0dae40..1d270ebe624 100644 --- a/samples/servicecontrol/events-subscription/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj +++ b/samples/servicecontrol/events-subscription/ServiceControlContracts_3/NServiceBusEndpoint/NServiceBusEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/events-subscription/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj b/samples/servicecontrol/events-subscription/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj index a151e1e2ab8..35400d9402f 100644 --- a/samples/servicecontrol/events-subscription/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/servicecontrol/events-subscription/ServiceControlContracts_3/PlatformLauncher/PlatformLauncher.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/servicecontrol/fix-messages/Core_7/MessageRepairingEndpoint/MessageRepairingEndpoint.csproj b/samples/servicecontrol/fix-messages/Core_7/MessageRepairingEndpoint/MessageRepairingEndpoint.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/servicecontrol/fix-messages/Core_7/MessageRepairingEndpoint/MessageRepairingEndpoint.csproj +++ b/samples/servicecontrol/fix-messages/Core_7/MessageRepairingEndpoint/MessageRepairingEndpoint.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/fix-messages/Core_7/PlatformLauncher/PlatformLauncher.csproj b/samples/servicecontrol/fix-messages/Core_7/PlatformLauncher/PlatformLauncher.csproj index a151e1e2ab8..35400d9402f 100644 --- a/samples/servicecontrol/fix-messages/Core_7/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/servicecontrol/fix-messages/Core_7/PlatformLauncher/PlatformLauncher.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/servicecontrol/fix-messages/Core_7/Receiver/Receiver.csproj b/samples/servicecontrol/fix-messages/Core_7/Receiver/Receiver.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/servicecontrol/fix-messages/Core_7/Receiver/Receiver.csproj +++ b/samples/servicecontrol/fix-messages/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/fix-messages/Core_7/Sender/Sender.csproj b/samples/servicecontrol/fix-messages/Core_7/Sender/Sender.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/servicecontrol/fix-messages/Core_7/Sender/Sender.csproj +++ b/samples/servicecontrol/fix-messages/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/fix-messages/Core_7/Shared/Shared.csproj b/samples/servicecontrol/fix-messages/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/servicecontrol/fix-messages/Core_7/Shared/Shared.csproj +++ b/samples/servicecontrol/fix-messages/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/3rdPartySystem/3rdPartySystem.csproj b/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/3rdPartySystem/3rdPartySystem.csproj index dc7d411dcee..fc6cc4959c8 100644 --- a/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/3rdPartySystem/3rdPartySystem.csproj +++ b/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/3rdPartySystem/3rdPartySystem.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/PlatformLauncher/PlatformLauncher.csproj b/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/PlatformLauncher/PlatformLauncher.csproj index a151e1e2ab8..35400d9402f 100644 --- a/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/PlatformLauncher/PlatformLauncher.csproj +++ b/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/PlatformLauncher/PlatformLauncher.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/Sample/Sample.csproj b/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/Sample/Sample.csproj index 6c6a0c1d308..879f4b6651c 100644 --- a/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/Sample/Sample.csproj +++ b/samples/servicecontrol/monitoring3rdparty/CustomChecks_3/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion1/EndpointVersion1.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion1/EndpointVersion1.csproj index 8c827cd6fb1..48fbf82eddd 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion1/EndpointVersion1.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion1/EndpointVersion1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion2/EndpointVersion2.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion2/EndpointVersion2.csproj index 8c827cd6fb1..48fbf82eddd 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion2/EndpointVersion2.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_4/EndpointVersion2/EndpointVersion2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_4/Shared/Shared.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_4/Shared/Shared.csproj index 850195e38bc..4339f59a9bc 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_4/Shared/Shared.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_4/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion1/EndpointVersion1.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion1/EndpointVersion1.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion1/EndpointVersion1.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion1/EndpointVersion1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion2/EndpointVersion2.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion2/EndpointVersion2.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion2/EndpointVersion2.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_5/EndpointVersion2/EndpointVersion2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_5/Shared/Shared.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_5/Shared/Shared.csproj index cd888e952b7..40098a3ec29 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_5/Shared/Shared.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_5/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion1/EndpointVersion1.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion1/EndpointVersion1.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion1/EndpointVersion1.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion1/EndpointVersion1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion2/EndpointVersion2.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion2/EndpointVersion2.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion2/EndpointVersion2.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_6/EndpointVersion2/EndpointVersion2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/saga-rename/SqlPersistence_6/Shared/Shared.csproj b/samples/sql-persistence/saga-rename/SqlPersistence_6/Shared/Shared.csproj index 0e766281038..3d4dae626e9 100644 --- a/samples/sql-persistence/saga-rename/SqlPersistence_6/Shared/Shared.csproj +++ b/samples/sql-persistence/saga-rename/SqlPersistence_6/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/Client/Client.csproj b/samples/sql-persistence/simple/SqlPersistence_4/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/Client/Client.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj b/samples/sql-persistence/simple/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj index 3d4670bb8f7..74a149e7050 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/EndpointMySql/EndpointMySql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/EndpointOracle/EndpointOracle.csproj b/samples/sql-persistence/simple/SqlPersistence_4/EndpointOracle/EndpointOracle.csproj index 06c21973e43..e97e5940665 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/EndpointOracle/EndpointOracle.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/EndpointOracle/EndpointOracle.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj b/samples/sql-persistence/simple/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj index 616a95bb69c..5712409ae88 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/EndpointPostgreSql/EndpointPostgreSql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj b/samples/sql-persistence/simple/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj index 67d74c531a3..260e0bde371 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/EndpointSqlServer/EndpointSqlServer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/ServerShared/ServerShared.csproj b/samples/sql-persistence/simple/SqlPersistence_4/ServerShared/ServerShared.csproj index 52d440a6304..8d478859259 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/ServerShared/ServerShared.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/ServerShared/ServerShared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_4/SharedMessages/SharedMessages.csproj b/samples/sql-persistence/simple/SqlPersistence_4/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/sql-persistence/simple/SqlPersistence_4/SharedMessages/SharedMessages.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_4/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/Client/Client.csproj b/samples/sql-persistence/simple/SqlPersistence_5/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/Client/Client.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj b/samples/sql-persistence/simple/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj index 3d4670bb8f7..74a149e7050 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/EndpointMySql/EndpointMySql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/EndpointOracle/EndpointOracle.csproj b/samples/sql-persistence/simple/SqlPersistence_5/EndpointOracle/EndpointOracle.csproj index 06c21973e43..e97e5940665 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/EndpointOracle/EndpointOracle.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/EndpointOracle/EndpointOracle.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj b/samples/sql-persistence/simple/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj index 616a95bb69c..5712409ae88 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/EndpointPostgreSql/EndpointPostgreSql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj b/samples/sql-persistence/simple/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj index 47f27215b9f..5054cf53921 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/EndpointSqlServer/EndpointSqlServer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/ServerShared/ServerShared.csproj b/samples/sql-persistence/simple/SqlPersistence_5/ServerShared/ServerShared.csproj index 75cfbb09838..f62dbaeaf32 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/ServerShared/ServerShared.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/ServerShared/ServerShared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_5/SharedMessages/SharedMessages.csproj b/samples/sql-persistence/simple/SqlPersistence_5/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/sql-persistence/simple/SqlPersistence_5/SharedMessages/SharedMessages.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_5/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/Client/Client.csproj b/samples/sql-persistence/simple/SqlPersistence_6/Client/Client.csproj index 13452b527d0..c8faafc7cb8 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/Client/Client.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/EndpointMySql/EndpointMySql.csproj b/samples/sql-persistence/simple/SqlPersistence_6/EndpointMySql/EndpointMySql.csproj index 3d4670bb8f7..74a149e7050 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/EndpointMySql/EndpointMySql.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/EndpointMySql/EndpointMySql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/EndpointOracle/EndpointOracle.csproj b/samples/sql-persistence/simple/SqlPersistence_6/EndpointOracle/EndpointOracle.csproj index 06c21973e43..e97e5940665 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/EndpointOracle/EndpointOracle.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/EndpointOracle/EndpointOracle.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/EndpointPostgreSql/EndpointPostgreSql.csproj b/samples/sql-persistence/simple/SqlPersistence_6/EndpointPostgreSql/EndpointPostgreSql.csproj index 616a95bb69c..5712409ae88 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/EndpointPostgreSql/EndpointPostgreSql.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/EndpointPostgreSql/EndpointPostgreSql.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/EndpointSqlServer/EndpointSqlServer.csproj b/samples/sql-persistence/simple/SqlPersistence_6/EndpointSqlServer/EndpointSqlServer.csproj index 47f27215b9f..5054cf53921 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/EndpointSqlServer/EndpointSqlServer.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/EndpointSqlServer/EndpointSqlServer.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/ServerShared/ServerShared.csproj b/samples/sql-persistence/simple/SqlPersistence_6/ServerShared/ServerShared.csproj index 3cc86ad29bb..fa995406a46 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/ServerShared/ServerShared.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/ServerShared/ServerShared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/simple/SqlPersistence_6/SharedMessages/SharedMessages.csproj b/samples/sql-persistence/simple/SqlPersistence_6/SharedMessages/SharedMessages.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/sql-persistence/simple/SqlPersistence_6/SharedMessages/SharedMessages.csproj +++ b/samples/sql-persistence/simple/SqlPersistence_6/SharedMessages/SharedMessages.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj index 4e14d5498ff..11f3cdf2960 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointOracle/EndpointOraclePhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointOracle/EndpointOraclePhase1.csproj index 5293c056a09..93ea8c3b8a8 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointOracle/EndpointOraclePhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointOracle/EndpointOraclePhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj index e55785733f1..17645ac97a4 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj index 2c59f8d5498..fe4166cf3ea 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/Shared/SharedPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/Shared/SharedPhase1.csproj index fde78095216..4ea4beb95a1 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/Shared/SharedPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase1/Shared/SharedPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj index a360f064265..f6b9ceba76e 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointOracle/EndpointOraclePhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointOracle/EndpointOraclePhase2.csproj index 0b7a30a3667..5d60f19c7cf 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointOracle/EndpointOraclePhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointOracle/EndpointOraclePhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj index f522387798c..9240fe13452 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj index 6eed01c67fe..5553cb3e197 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/Shared/SharedPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/Shared/SharedPhase2.csproj index fde78095216..4ea4beb95a1 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/Shared/SharedPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase2/Shared/SharedPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj index 70614a2fefc..31f189a11e0 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointOracle/EndpointOraclePhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointOracle/EndpointOraclePhase3.csproj index 3fc31da0e0a..49fd6ac497d 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointOracle/EndpointOraclePhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointOracle/EndpointOraclePhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj index 0e6d2999d39..c260a5545d0 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj index 3b856196552..5c227792ae4 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/Shared/SharedPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/Shared/SharedPhase3.csproj index fde78095216..4ea4beb95a1 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/Shared/SharedPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_4/Phase3/Shared/SharedPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj index 4e14d5498ff..11f3cdf2960 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointOracle/EndpointOraclePhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointOracle/EndpointOraclePhase1.csproj index 5293c056a09..93ea8c3b8a8 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointOracle/EndpointOraclePhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointOracle/EndpointOraclePhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj index e55785733f1..17645ac97a4 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj index d5ab57bffe9..d2c07ade6ca 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/Shared/SharedPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/Shared/SharedPhase1.csproj index 1fb59cd55c3..46fa9e8ff7c 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/Shared/SharedPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase1/Shared/SharedPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj index a360f064265..f6b9ceba76e 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointOracle/EndpointOraclePhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointOracle/EndpointOraclePhase2.csproj index 0b7a30a3667..5d60f19c7cf 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointOracle/EndpointOraclePhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointOracle/EndpointOraclePhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj index f522387798c..9240fe13452 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj index 8052597e5d3..379396bbed7 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/Shared/SharedPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/Shared/SharedPhase2.csproj index 1fb59cd55c3..46fa9e8ff7c 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/Shared/SharedPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase2/Shared/SharedPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj index 70614a2fefc..31f189a11e0 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointOracle/EndpointOraclePhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointOracle/EndpointOraclePhase3.csproj index 3fc31da0e0a..49fd6ac497d 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointOracle/EndpointOraclePhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointOracle/EndpointOraclePhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj index 0e6d2999d39..c260a5545d0 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj index 8db3808729f..f4f3a46fc7d 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/Shared/SharedPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/Shared/SharedPhase3.csproj index 1fb59cd55c3..46fa9e8ff7c 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/Shared/SharedPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_5/Phase3/Shared/SharedPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj index 4e14d5498ff..11f3cdf2960 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointMySql/EndpointMySqlPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointOracle/EndpointOraclePhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointOracle/EndpointOraclePhase1.csproj index 5293c056a09..93ea8c3b8a8 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointOracle/EndpointOraclePhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointOracle/EndpointOraclePhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj index e55785733f1..17645ac97a4 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointPostgreSql/EndpointPostgreSqlPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj index d5ab57bffe9..d2c07ade6ca 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/EndpointSqlServer/EndpointSqlServerPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/Shared/SharedPhase1.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/Shared/SharedPhase1.csproj index 077202bdcec..7437ab27c75 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/Shared/SharedPhase1.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase1/Shared/SharedPhase1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj index a360f064265..f6b9ceba76e 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointMySql/EndpointMySqlPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointOracle/EndpointOraclePhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointOracle/EndpointOraclePhase2.csproj index 0b7a30a3667..5d60f19c7cf 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointOracle/EndpointOraclePhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointOracle/EndpointOraclePhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj index f522387798c..9240fe13452 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointPostgreSql/EndpointPostgreSqlPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj index 8052597e5d3..379396bbed7 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/EndpointSqlServer/EndpointSqlServerPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/Shared/SharedPhase2.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/Shared/SharedPhase2.csproj index 077202bdcec..7437ab27c75 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/Shared/SharedPhase2.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase2/Shared/SharedPhase2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj index 70614a2fefc..31f189a11e0 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointMySql/EndpointMySqlPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointOracle/EndpointOraclePhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointOracle/EndpointOraclePhase3.csproj index 3fc31da0e0a..49fd6ac497d 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointOracle/EndpointOraclePhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointOracle/EndpointOraclePhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj index 0e6d2999d39..c260a5545d0 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointPostgreSql/EndpointPostgreSqlPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj index 8db3808729f..f4f3a46fc7d 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/EndpointSqlServer/EndpointSqlServerPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/Shared/SharedPhase3.csproj b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/Shared/SharedPhase3.csproj index 077202bdcec..7437ab27c75 100644 --- a/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/Shared/SharedPhase3.csproj +++ b/samples/sql-persistence/transitioning-correlation-ids/SqlPersistence_6/Phase3/Shared/SharedPhase3.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport-sqlpersistence/Core_7/Receiver/Receiver.csproj b/samples/sqltransport-sqlpersistence/Core_7/Receiver/Receiver.csproj index 8bf58077c52..216e6b5448a 100644 --- a/samples/sqltransport-sqlpersistence/Core_7/Receiver/Receiver.csproj +++ b/samples/sqltransport-sqlpersistence/Core_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 exe 7.3 diff --git a/samples/sqltransport-sqlpersistence/Core_7/Sender/Sender.csproj b/samples/sqltransport-sqlpersistence/Core_7/Sender/Sender.csproj index 533e07acc0e..6d3fd7e1d26 100644 --- a/samples/sqltransport-sqlpersistence/Core_7/Sender/Sender.csproj +++ b/samples/sqltransport-sqlpersistence/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 exe 7.3 diff --git a/samples/sqltransport-sqlpersistence/Core_7/Shared/Shared.csproj b/samples/sqltransport-sqlpersistence/Core_7/Shared/Shared.csproj index 9ad6f6bc298..18c138d919b 100644 --- a/samples/sqltransport-sqlpersistence/Core_7/Shared/Shared.csproj +++ b/samples/sqltransport-sqlpersistence/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport-sqlpersistence/Core_8/Receiver/Receiver.csproj b/samples/sqltransport-sqlpersistence/Core_8/Receiver/Receiver.csproj index d8d7c16401a..310f6d299e6 100644 --- a/samples/sqltransport-sqlpersistence/Core_8/Receiver/Receiver.csproj +++ b/samples/sqltransport-sqlpersistence/Core_8/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 exe 7.3 diff --git a/samples/sqltransport-sqlpersistence/Core_8/Sender/Sender.csproj b/samples/sqltransport-sqlpersistence/Core_8/Sender/Sender.csproj index d55b8be5b8b..19093c38519 100644 --- a/samples/sqltransport-sqlpersistence/Core_8/Sender/Sender.csproj +++ b/samples/sqltransport-sqlpersistence/Core_8/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 exe 7.3 diff --git a/samples/sqltransport-sqlpersistence/Core_8/Shared/Shared.csproj b/samples/sqltransport-sqlpersistence/Core_8/Shared/Shared.csproj index c35522e0c80..46d67232fc4 100644 --- a/samples/sqltransport-sqlpersistence/Core_8/Shared/Shared.csproj +++ b/samples/sqltransport-sqlpersistence/Core_8/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj b/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj index 5bed57b5925..f279bf321fc 100644 --- a/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj +++ b/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj b/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj index 8e22f3a778c..9c504a29f75 100644 --- a/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj +++ b/samples/sqltransport/native-integration/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/native-integration/SqlTransport_6/Receiver/Receiver.csproj b/samples/sqltransport/native-integration/SqlTransport_6/Receiver/Receiver.csproj index 2838ab823c0..6af25b86a96 100644 --- a/samples/sqltransport/native-integration/SqlTransport_6/Receiver/Receiver.csproj +++ b/samples/sqltransport/native-integration/SqlTransport_6/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/native-integration/SqlTransport_7/Receiver/Receiver.csproj b/samples/sqltransport/native-integration/SqlTransport_7/Receiver/Receiver.csproj index 3573e453309..42a6b0e42b0 100644 --- a/samples/sqltransport/native-integration/SqlTransport_7/Receiver/Receiver.csproj +++ b/samples/sqltransport/native-integration/SqlTransport_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj b/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj index 2bf05ccdd7c..51959da8c8c 100644 --- a/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj +++ b/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Sender/Sender.csproj b/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Sender/Sender.csproj index 2bf05ccdd7c..51959da8c8c 100644 --- a/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Sender/Sender.csproj +++ b/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Shared/Shared.csproj b/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Shared/Shared.csproj index 735365aed2c..a2b407a1a5c 100644 --- a/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Shared/Shared.csproj +++ b/samples/sqltransport/simple/SqlTransportLegacySystemClient_4/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj b/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj index b546c696b74..f72565e91d3 100644 --- a/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj +++ b/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Sender/Sender.csproj b/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Sender/Sender.csproj index b546c696b74..f72565e91d3 100644 --- a/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Sender/Sender.csproj +++ b/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Shared/Shared.csproj b/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Shared/Shared.csproj index 735365aed2c..a2b407a1a5c 100644 --- a/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Shared/Shared.csproj +++ b/samples/sqltransport/simple/SqlTransportLegacySystemClient_5/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport/simple/SqlTransport_6/Receiver/Receiver.csproj b/samples/sqltransport/simple/SqlTransport_6/Receiver/Receiver.csproj index 33f4945b937..4e3d5962d0f 100644 --- a/samples/sqltransport/simple/SqlTransport_6/Receiver/Receiver.csproj +++ b/samples/sqltransport/simple/SqlTransport_6/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransport_6/Sender/Sender.csproj b/samples/sqltransport/simple/SqlTransport_6/Sender/Sender.csproj index 33f4945b937..4e3d5962d0f 100644 --- a/samples/sqltransport/simple/SqlTransport_6/Sender/Sender.csproj +++ b/samples/sqltransport/simple/SqlTransport_6/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransport_6/Shared/Shared.csproj b/samples/sqltransport/simple/SqlTransport_6/Shared/Shared.csproj index 9ad6f6bc298..18c138d919b 100644 --- a/samples/sqltransport/simple/SqlTransport_6/Shared/Shared.csproj +++ b/samples/sqltransport/simple/SqlTransport_6/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport/simple/SqlTransport_7/Receiver/Receiver.csproj b/samples/sqltransport/simple/SqlTransport_7/Receiver/Receiver.csproj index e05f9615523..11df63ca6ee 100644 --- a/samples/sqltransport/simple/SqlTransport_7/Receiver/Receiver.csproj +++ b/samples/sqltransport/simple/SqlTransport_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransport_7/Sender/Sender.csproj b/samples/sqltransport/simple/SqlTransport_7/Sender/Sender.csproj index e05f9615523..11df63ca6ee 100644 --- a/samples/sqltransport/simple/SqlTransport_7/Sender/Sender.csproj +++ b/samples/sqltransport/simple/SqlTransport_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/simple/SqlTransport_7/Shared/Shared.csproj b/samples/sqltransport/simple/SqlTransport_7/Shared/Shared.csproj index de2cbe7104f..f728fc6e2ba 100644 --- a/samples/sqltransport/simple/SqlTransport_7/Shared/Shared.csproj +++ b/samples/sqltransport/simple/SqlTransport_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Receiver/Receiver.csproj b/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Receiver/Receiver.csproj index 33f4945b937..4e3d5962d0f 100644 --- a/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Receiver/Receiver.csproj +++ b/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Sender/Sender.csproj b/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Sender/Sender.csproj index 33f4945b937..4e3d5962d0f 100644 --- a/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Sender/Sender.csproj +++ b/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Shared/Shared.csproj b/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Shared/Shared.csproj index 9ad6f6bc298..18c138d919b 100644 --- a/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Shared/Shared.csproj +++ b/samples/sqltransport/startup-purge-behavior/SqlTransport_6/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Receiver/Receiver.csproj b/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Receiver/Receiver.csproj index e05f9615523..11df63ca6ee 100644 --- a/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Receiver/Receiver.csproj +++ b/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Sender/Sender.csproj b/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Sender/Sender.csproj index e05f9615523..11df63ca6ee 100644 --- a/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Sender/Sender.csproj +++ b/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Shared/Shared.csproj b/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Shared/Shared.csproj index de2cbe7104f..f728fc6e2ba 100644 --- a/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Shared/Shared.csproj +++ b/samples/sqltransport/startup-purge-behavior/SqlTransport_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/sqs/native-integration/Sqs_5/Receiver/Receiver.csproj b/samples/sqs/native-integration/Sqs_5/Receiver/Receiver.csproj index f0a14d84a88..c5dacaf2b2a 100644 --- a/samples/sqs/native-integration/Sqs_5/Receiver/Receiver.csproj +++ b/samples/sqs/native-integration/Sqs_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/native-integration/Sqs_5/Sender/Sender.csproj b/samples/sqs/native-integration/Sqs_5/Sender/Sender.csproj index 779449aeae5..bf178de723d 100644 --- a/samples/sqs/native-integration/Sqs_5/Sender/Sender.csproj +++ b/samples/sqs/native-integration/Sqs_5/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/native-integration/Sqs_6/Receiver/Receiver.csproj b/samples/sqs/native-integration/Sqs_6/Receiver/Receiver.csproj index 6c021acd491..16c7f13699d 100644 --- a/samples/sqs/native-integration/Sqs_6/Receiver/Receiver.csproj +++ b/samples/sqs/native-integration/Sqs_6/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/native-integration/Sqs_6/Sender/Sender.csproj b/samples/sqs/native-integration/Sqs_6/Sender/Sender.csproj index 779449aeae5..bf178de723d 100644 --- a/samples/sqs/native-integration/Sqs_6/Sender/Sender.csproj +++ b/samples/sqs/native-integration/Sqs_6/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/simple/Sqs_4/Sample/Sample.csproj b/samples/sqs/simple/Sqs_4/Sample/Sample.csproj index 7c0e689eb82..a193fd37009 100644 --- a/samples/sqs/simple/Sqs_4/Sample/Sample.csproj +++ b/samples/sqs/simple/Sqs_4/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/simple/Sqs_5/Receiver/Receiver.csproj b/samples/sqs/simple/Sqs_5/Receiver/Receiver.csproj index f0a14d84a88..c5dacaf2b2a 100644 --- a/samples/sqs/simple/Sqs_5/Receiver/Receiver.csproj +++ b/samples/sqs/simple/Sqs_5/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/simple/Sqs_5/Sender/Sender.csproj b/samples/sqs/simple/Sqs_5/Sender/Sender.csproj index a370e4c86e2..7adde491d6e 100644 --- a/samples/sqs/simple/Sqs_5/Sender/Sender.csproj +++ b/samples/sqs/simple/Sqs_5/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/simple/Sqs_6/Receiver/Receiver.csproj b/samples/sqs/simple/Sqs_6/Receiver/Receiver.csproj index 6c021acd491..16c7f13699d 100644 --- a/samples/sqs/simple/Sqs_6/Receiver/Receiver.csproj +++ b/samples/sqs/simple/Sqs_6/Receiver/Receiver.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/simple/Sqs_6/Sender/Sender.csproj b/samples/sqs/simple/Sqs_6/Sender/Sender.csproj index 2b87aed3731..15354d4ac48 100644 --- a/samples/sqs/simple/Sqs_6/Sender/Sender.csproj +++ b/samples/sqs/simple/Sqs_6/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/sqs/simple/Sqs_6/Shared/Shared.csproj b/samples/sqs/simple/Sqs_6/Shared/Shared.csproj index c743b9b2e9c..55f54110fd0 100644 --- a/samples/sqs/simple/Sqs_6/Shared/Shared.csproj +++ b/samples/sqs/simple/Sqs_6/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/startup-shutdown-sequence/Core_7/Sample/Sample.csproj b/samples/startup-shutdown-sequence/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/startup-shutdown-sequence/Core_7/Sample/Sample.csproj +++ b/samples/startup-shutdown-sequence/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/throttling/Core_7/Limited/Limited.csproj b/samples/throttling/Core_7/Limited/Limited.csproj index 802f1ab54ea..55b9ee7c56d 100644 --- a/samples/throttling/Core_7/Limited/Limited.csproj +++ b/samples/throttling/Core_7/Limited/Limited.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/throttling/Core_7/Sender/Sender.csproj b/samples/throttling/Core_7/Sender/Sender.csproj index e27adad6a56..31061a754bb 100644 --- a/samples/throttling/Core_7/Sender/Sender.csproj +++ b/samples/throttling/Core_7/Sender/Sender.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/throttling/Core_7/Shared/Shared.csproj b/samples/throttling/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/throttling/Core_7/Shared/Shared.csproj +++ b/samples/throttling/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/unit-of-work/Core_7/Sample/Sample.csproj b/samples/unit-of-work/Core_7/Sample/Sample.csproj index d4c50cfad1c..c7ebb3d45ea 100644 --- a/samples/unit-of-work/Core_7/Sample/Sample.csproj +++ b/samples/unit-of-work/Core_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/unit-testing/Testing_7/Sample/Sample.csproj b/samples/unit-testing/Testing_7/Sample/Sample.csproj index 02189a7142f..6a067c1c9ab 100644 --- a/samples/unit-testing/Testing_7/Sample/Sample.csproj +++ b/samples/unit-testing/Testing_7/Sample/Sample.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/samples/unobtrusive/Core_7/Client/Client.csproj b/samples/unobtrusive/Core_7/Client/Client.csproj index d4f740a5409..2f6491c0929 100644 --- a/samples/unobtrusive/Core_7/Client/Client.csproj +++ b/samples/unobtrusive/Core_7/Client/Client.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/unobtrusive/Core_7/Server/Server.csproj b/samples/unobtrusive/Core_7/Server/Server.csproj index d4f740a5409..2f6491c0929 100644 --- a/samples/unobtrusive/Core_7/Server/Server.csproj +++ b/samples/unobtrusive/Core_7/Server/Server.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/unobtrusive/Core_7/Shared/Shared.csproj b/samples/unobtrusive/Core_7/Shared/Shared.csproj index 1aa8a86177f..701829a3207 100644 --- a/samples/unobtrusive/Core_7/Shared/Shared.csproj +++ b/samples/unobtrusive/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 \ No newline at end of file diff --git a/samples/username-header/Core_7/Endpoint1/Endpoint1.csproj b/samples/username-header/Core_7/Endpoint1/Endpoint1.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/username-header/Core_7/Endpoint1/Endpoint1.csproj +++ b/samples/username-header/Core_7/Endpoint1/Endpoint1.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/username-header/Core_7/Endpoint2/Endpoint2.csproj b/samples/username-header/Core_7/Endpoint2/Endpoint2.csproj index f0ba48d92ac..a6207968772 100644 --- a/samples/username-header/Core_7/Endpoint2/Endpoint2.csproj +++ b/samples/username-header/Core_7/Endpoint2/Endpoint2.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 Exe 7.3 diff --git a/samples/username-header/Core_7/Shared/Shared.csproj b/samples/username-header/Core_7/Shared/Shared.csproj index cf4b9c657e2..b7a47065d16 100644 --- a/samples/username-header/Core_7/Shared/Shared.csproj +++ b/samples/username-header/Core_7/Shared/Shared.csproj @@ -1,6 +1,6 @@ - netcoreapp3.1;netcoreapp2.1;net48 + net5.0;netcoreapp3.1;netcoreapp2.1;net48 7.3 diff --git a/tests/IntegrityTests/ProjectFrameworks.cs b/tests/IntegrityTests/ProjectFrameworks.cs index 5cffe63d4c3..e1a12a36901 100644 --- a/tests/IntegrityTests/ProjectFrameworks.cs +++ b/tests/IntegrityTests/ProjectFrameworks.cs @@ -36,7 +36,7 @@ public void TargetFrameworkElementShouldAgreeWithFrameworkCount() }); } - static readonly string[] sdkProjectAllowedTfmList = new[] { "netcoreapp3.1", "netcoreapp2.1", "net48", "netstandard2.0" }; + static readonly string[] sdkProjectAllowedTfmList = new[] { "net5.0", "netcoreapp3.1", "netcoreapp2.1", "net48", "netstandard2.0" }; static readonly string[] nonSdkProjectAllowedFrameworkList = new[] { "v4.8" }; [Test]