From 1e27f4f6ed102ef87b4e4f6c335f3be55a260a0c Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Tue, 1 Apr 2025 23:47:51 -0400 Subject: [PATCH] Revert Github action to Dotnet9 --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index c24e237..90f6491 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -7,7 +7,7 @@ on: env: AZURE_WEBAPP_NAME: hutopy-backend-api - DOTNET_VERSION: '9.0.x' + DOTNET_VERSION: '8.0.x' jobs: build_and_deploy: