From d38e93ebc27c7830cca82246d96fe8584b2ecd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 02:36:38 +0700 Subject: [PATCH] Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 7.0.13 to 8.0.0 (#81) * Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 7.0.13 to 8.0.0 Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 7.0.13 to 8.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v7.0.13...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update TelegramBot.Test.csproj * Update TelegramBot.csproj --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bervianto Leo Pratama --- TelegramBot.Test/TelegramBot.Test.csproj | 2 +- TelegramBot/TelegramBot.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TelegramBot.Test/TelegramBot.Test.csproj b/TelegramBot.Test/TelegramBot.Test.csproj index e550f3d..a901ae9 100644 --- a/TelegramBot.Test/TelegramBot.Test.csproj +++ b/TelegramBot.Test/TelegramBot.Test.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable false diff --git a/TelegramBot/TelegramBot.csproj b/TelegramBot/TelegramBot.csproj index 0521681..5db5bc2 100644 --- a/TelegramBot/TelegramBot.csproj +++ b/TelegramBot/TelegramBot.csproj @@ -1,14 +1,14 @@ - net7.0 + net8.0 enable enable - +