From 8c13917f47b2f5715ad3e2bdd56fb947d6fb78b4 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Fri, 29 Oct 2021 15:51:14 +0200 Subject: [PATCH] Upgraded example projects to .NET 5 --- Examples/01-PublishSubscribe/01-PublishSubscribe.csproj | 2 +- Examples/02-DeclareDurableQueues/02-DeclareDurableQueues.csproj | 2 +- Examples/03-FlowRequestResponse/03-FlowRequestResponse.csproj | 2 +- Examples/04-Transient/04-Transient.csproj | 2 +- Examples/05-SpeedTest/05-SpeedTest.csproj | 2 +- .../06-StatelessRequestResponse.csproj | 2 +- Examples/07-ParallelizationTest/07-ParallelizationTest.csproj | 2 +- .../08-MessageHandlerLogging/08-MessageHandlerLogging.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Examples/01-PublishSubscribe/01-PublishSubscribe.csproj b/Examples/01-PublishSubscribe/01-PublishSubscribe.csproj index 2b83fe4..707f649 100644 --- a/Examples/01-PublishSubscribe/01-PublishSubscribe.csproj +++ b/Examples/01-PublishSubscribe/01-PublishSubscribe.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net5.0 _01_PublishSubscribe diff --git a/Examples/02-DeclareDurableQueues/02-DeclareDurableQueues.csproj b/Examples/02-DeclareDurableQueues/02-DeclareDurableQueues.csproj index 8a580e7..6049662 100644 --- a/Examples/02-DeclareDurableQueues/02-DeclareDurableQueues.csproj +++ b/Examples/02-DeclareDurableQueues/02-DeclareDurableQueues.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net5.0 _02_DeclareDurableQueues diff --git a/Examples/03-FlowRequestResponse/03-FlowRequestResponse.csproj b/Examples/03-FlowRequestResponse/03-FlowRequestResponse.csproj index 504511e..3af6a96 100644 --- a/Examples/03-FlowRequestResponse/03-FlowRequestResponse.csproj +++ b/Examples/03-FlowRequestResponse/03-FlowRequestResponse.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net5.0 _03_FlowRequestResponse diff --git a/Examples/04-Transient/04-Transient.csproj b/Examples/04-Transient/04-Transient.csproj index 93269e8..7e1a085 100644 --- a/Examples/04-Transient/04-Transient.csproj +++ b/Examples/04-Transient/04-Transient.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net5.0 _04_Transient diff --git a/Examples/05-SpeedTest/05-SpeedTest.csproj b/Examples/05-SpeedTest/05-SpeedTest.csproj index 7ef9e09..e51609f 100644 --- a/Examples/05-SpeedTest/05-SpeedTest.csproj +++ b/Examples/05-SpeedTest/05-SpeedTest.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net5.0 _05_SpeedTest diff --git a/Examples/06-StatelessRequestResponse/06-StatelessRequestResponse.csproj b/Examples/06-StatelessRequestResponse/06-StatelessRequestResponse.csproj index 62a3961..347bb27 100644 --- a/Examples/06-StatelessRequestResponse/06-StatelessRequestResponse.csproj +++ b/Examples/06-StatelessRequestResponse/06-StatelessRequestResponse.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + net5.0 _06_StatelessRequestResponse diff --git a/Examples/07-ParallelizationTest/07-ParallelizationTest.csproj b/Examples/07-ParallelizationTest/07-ParallelizationTest.csproj index ecd2513..a51a70e 100644 --- a/Examples/07-ParallelizationTest/07-ParallelizationTest.csproj +++ b/Examples/07-ParallelizationTest/07-ParallelizationTest.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 _07_ParallelizationTest diff --git a/Examples/08-MessageHandlerLogging/08-MessageHandlerLogging.csproj b/Examples/08-MessageHandlerLogging/08-MessageHandlerLogging.csproj index 12b218e..c249120 100644 --- a/Examples/08-MessageHandlerLogging/08-MessageHandlerLogging.csproj +++ b/Examples/08-MessageHandlerLogging/08-MessageHandlerLogging.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 _08_MessageHandlerLogging