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