From 56c99cea6a69dce66a6ef60090b9163bcdb1532c Mon Sep 17 00:00:00 2001 From: Marco Zamana Date: Tue, 19 Mar 2024 09:41:07 +0100 Subject: [PATCH 1/3] Update to .NET 8 --- .../BotConnectorApp.Service/BotConnectorApp.Service.csproj | 2 +- .../BotConnectorApp/BotConnectorApp/BotConnectorApp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BotConnectorApp/BotConnectorApp/BotConnectorApp.Service/BotConnectorApp.Service.csproj b/BotConnectorApp/BotConnectorApp/BotConnectorApp.Service/BotConnectorApp.Service.csproj index c5dafa9c..b350d6f2 100644 --- a/BotConnectorApp/BotConnectorApp/BotConnectorApp.Service/BotConnectorApp.Service.csproj +++ b/BotConnectorApp/BotConnectorApp/BotConnectorApp.Service/BotConnectorApp.Service.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable diff --git a/BotConnectorApp/BotConnectorApp/BotConnectorApp/BotConnectorApp.csproj b/BotConnectorApp/BotConnectorApp/BotConnectorApp/BotConnectorApp.csproj index 6dcc6f0f..b595e858 100644 --- a/BotConnectorApp/BotConnectorApp/BotConnectorApp/BotConnectorApp.csproj +++ b/BotConnectorApp/BotConnectorApp/BotConnectorApp/BotConnectorApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable From 68b80dbee227a73819f135888e859540c1e5c559 Mon Sep 17 00:00:00 2001 From: Marco Zamana Date: Tue, 19 Mar 2024 09:42:51 +0100 Subject: [PATCH 2/3] Update to .NET 8 --- MultilingualBotSample/Bot/TranslationBot.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultilingualBotSample/Bot/TranslationBot.csproj b/MultilingualBotSample/Bot/TranslationBot.csproj index 407e7081..b7705006 100644 --- a/MultilingualBotSample/Bot/TranslationBot.csproj +++ b/MultilingualBotSample/Bot/TranslationBot.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 latest From 30de0aa5a2f05fabff155eaf00da6a37b81d7dbd Mon Sep 17 00:00:00 2001 From: Marco Zamana Date: Tue, 19 Mar 2024 09:44:07 +0100 Subject: [PATCH 3/3] Update to .NET 8 --- .../PVATestFramework.Tests/PVATestFramework.Tests.csproj | 2 +- PVATestFramework/PVATestFramework/PVATestFramework.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PVATestFramework/PVATestFramework.Tests/PVATestFramework.Tests.csproj b/PVATestFramework/PVATestFramework.Tests/PVATestFramework.Tests.csproj index b303ac3b..5644d1e9 100644 --- a/PVATestFramework/PVATestFramework.Tests/PVATestFramework.Tests.csproj +++ b/PVATestFramework/PVATestFramework.Tests/PVATestFramework.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable diff --git a/PVATestFramework/PVATestFramework/PVATestFramework.csproj b/PVATestFramework/PVATestFramework/PVATestFramework.csproj index ff2b536b..0ea838f4 100644 --- a/PVATestFramework/PVATestFramework/PVATestFramework.csproj +++ b/PVATestFramework/PVATestFramework/PVATestFramework.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable enable