From a3657d4c2466a3abb09f13c7e930d2512ff3540f Mon Sep 17 00:00:00 2001 From: Rido Date: Wed, 31 Jul 2024 09:55:34 -0700 Subject: [PATCH] Update TargetFramework to net8.0 in CoreBot.Tests.csproj and AuthCertificateBot.csproj (#4005) --- .../csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj | 3 +-- .../AuthCertificateBot.csproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj b/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj index 7c3191daae..71e97709ce 100644 --- a/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj +++ b/samples/csharp_dotnetcore/13.core-bot.tests/CoreBot.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false @@ -24,7 +24,6 @@ - diff --git a/samples/csharp_dotnetcore/84.bot-authentication-certificate/AuthCertificateBot.csproj b/samples/csharp_dotnetcore/84.bot-authentication-certificate/AuthCertificateBot.csproj index dfb07b4881..ec6d9a4722 100644 --- a/samples/csharp_dotnetcore/84.bot-authentication-certificate/AuthCertificateBot.csproj +++ b/samples/csharp_dotnetcore/84.bot-authentication-certificate/AuthCertificateBot.csproj @@ -6,7 +6,7 @@ - +