Skip to content

Commit dd4be7e

Browse files
committed
.NET 9 version upgrade
1 parent 27aefcc commit dd4be7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/static-web-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Setup .NET Core SDK
3030
uses: actions/setup-dotnet@v1
3131
with:
32-
dotnet-version: '8.0.x'
32+
dotnet-version: '9.0.x'
3333

3434
- name: Build And Deploy
3535
id: builddeploy
3636
uses: Azure/static-web-apps-deploy@v1
3737
with:
38-
dotnet-version: '8.0.x'
38+
dotnet-version: '9.0.x'
3939
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_WAVE_0E4848710 }}
4040
skip_deploy_on_missing_secrets: true
4141
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)

.github/workflows/web-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- name: Set up .NET 8.0.x
22+
- name: Set up .NET 9.0.x
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: '8.0.x'
25+
dotnet-version: '9.0.x'
2626
include-prerelease: false
2727

2828
- name: Build

0 commit comments

Comments
 (0)