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