From efee6f48cf7091bf6554f211314e7340980c7c84 Mon Sep 17 00:00:00 2001 From: Peter Habib Date: Sun, 25 Jun 2023 05:00:36 +0400 Subject: [PATCH] Migrate from ASP.NET Core 3.1 to 7.0 --- TodoApi.csproj | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/TodoApi.csproj b/TodoApi.csproj index 4696ca57..f7deaee3 100644 --- a/TodoApi.csproj +++ b/TodoApi.csproj @@ -1,20 +1,19 @@ - netcoreapp3.1 + net7.0 - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - + + +