From 8ae5d87c32f59f329b5e7594cf359057be8791fe Mon Sep 17 00:00:00 2001 From: Bronius Motekaitis Date: Fri, 20 Sep 2024 11:07:11 -0500 Subject: [PATCH] Updates supported dotnet framework from 7.x to 8.x --- .../API/ToDoListAPI/ToDoListAPI.csproj | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/2-Authorization/2-call-api-angular/API/ToDoListAPI/ToDoListAPI.csproj b/2-Authorization/2-call-api-angular/API/ToDoListAPI/ToDoListAPI.csproj index b7add9505..b136d3b48 100644 --- a/2-Authorization/2-call-api-angular/API/ToDoListAPI/ToDoListAPI.csproj +++ b/2-Authorization/2-call-api-angular/API/ToDoListAPI/ToDoListAPI.csproj @@ -1,22 +1,24 @@  - net7.0 + net8.0 aspnet-TodoListAPI-BA938C29-8BAB-4664-A688-8FD54049C1C3 1 + true + Default - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + \ No newline at end of file