From ee81b90a35c1cd9ec4847b224afc658b027ff27b Mon Sep 17 00:00:00 2001 From: "Brady P. Merkel" Date: Tue, 12 Nov 2024 18:28:09 -0500 Subject: [PATCH] Update project dependencies and target frameworks Updated Api.csproj: - Upgraded Microsoft.Azure.Functions.Worker.Sdk to 2.0.0 - Upgraded Microsoft.Azure.Functions.Worker to 2.0.0 - Added System.Text.Json version 9.0.0 - Removed comments.json from None item group Updated Client.csproj: - Changed target framework to net9.0 - Upgraded Microsoft.AspNetCore.Components.WebAssembly to 9.0.0 - Upgraded Microsoft.AspNetCore.Components.WebAssembly.DevServer to 9.0.0 - Added System.Text.Json version 9.0.0 Updated Shared.csproj: - Upgraded System.Text.Json to version 9.0.0 --- Api/Api.csproj | 5 +++-- Client/Client.csproj | 7 ++++--- Shared/Shared.csproj | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Api/Api.csproj b/Api/Api.csproj index c8369c1..634c65f 100644 --- a/Api/Api.csproj +++ b/Api/Api.csproj @@ -9,8 +9,9 @@ - - + + + diff --git a/Client/Client.csproj b/Client/Client.csproj index 41873dc..3c03d37 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 disable enable FLLJudge.Client @@ -10,9 +10,10 @@ - - + + + diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index c2ba689..161fac2 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -6,7 +6,7 @@ - +