diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a05cb..94b58d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: env: AZURE_FUNCTIONAPP_NAME: 'serverlessresumeapi' AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your function app project, defaults to the repository root - DOTNET_VERSION: '6.0' + DOTNET_VERSION: '8.0.x' jobs: build-and-deploy: