Skip to content

Commit 50d6bc4

Browse files
committed
refactor: Update .NET version in GitHub Actions workflow to 9.0.x
1 parent 8d071d1 commit 50d6bc4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/dotnetcore.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v4
1313
with:
14-
dotnet-version: "8.0.x"
14+
dotnet-version: "9.0.x"
1515
include-prerelease: true
1616

17-
- name: Install .NET Aspire workload
18-
run: dotnet workload install aspire
19-
2017
- name: Build & Restore
2118
run: dotnet build
2219

0 commit comments

Comments
 (0)