From 621b85912e782576d8427e195ee71fcdb05b8919 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Wed, 15 Jan 2025 15:35:05 -0500 Subject: [PATCH] Change dotnet version to 8 for backend CI --- .github/workflows/backend-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 6ae13ac..02108cb 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Restore dependencies run: | cd backend @@ -31,4 +31,4 @@ jobs: app-name: "" slot-name: "production" # if using deployment slots publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - package: ./backend/publish \ No newline at end of file + package: ./backend/publish