Skip to content

Commit

Permalink
refactor: Update .NET version in GitHub Actions workflow to 9.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Nov 24, 2024
1 parent 8d071d1 commit 50d6bc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnetcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: "9.0.x"
include-prerelease: true

- name: Install .NET Aspire workload
run: dotnet workload install aspire

- name: Build & Restore
run: dotnet build

Expand Down

0 comments on commit 50d6bc4

Please sign in to comment.