From ecc6be2cf71161fdb2ef61f39fa47cbfb5c0c632 Mon Sep 17 00:00:00 2001 From: dubnemo Date: Wed, 1 Apr 2026 10:25:18 -0500 Subject: [PATCH] Upgrade to .NET 9.0 LTS --- .github/workflows/main_function-app-traceability-api.yml | 2 +- TraceabilityAPI.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_function-app-traceability-api.yml b/.github/workflows/main_function-app-traceability-api.yml index 7605f97..4b3c0cc 100644 --- a/.github/workflows/main_function-app-traceability-api.yml +++ b/.github/workflows/main_function-app-traceability-api.yml @@ -17,7 +17,7 @@ on: env: AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root - DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use + DOTNET_VERSION: '9.0.x' # set this to the dotnet version to use jobs: build: diff --git a/TraceabilityAPI.csproj b/TraceabilityAPI.csproj index 8afe62d..4870da3 100644 --- a/TraceabilityAPI.csproj +++ b/TraceabilityAPI.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 v4 Exe enable