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 @@
-