From dd4be7e1b8eec4feda20e2cf068623dac6db0bf8 Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Wed, 20 Nov 2024 10:43:45 +0530 Subject: [PATCH] .NET 9 version upgrade --- .github/workflows/static-web-app.yml | 4 ++-- .github/workflows/web-app.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static-web-app.yml b/.github/workflows/static-web-app.yml index 515688aa6..e46c71b42 100644 --- a/.github/workflows/static-web-app.yml +++ b/.github/workflows/static-web-app.yml @@ -29,13 +29,13 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_WAVE_0E4848710 }} skip_deploy_on_missing_secrets: true repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) diff --git a/.github/workflows/web-app.yml b/.github/workflows/web-app.yml index c4b0bba7a..e2f0fa20f 100644 --- a/.github/workflows/web-app.yml +++ b/.github/workflows/web-app.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up .NET 8.0.x + - name: Set up .NET 9.0.x uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' include-prerelease: false - name: Build