Skip to content

Commit 1e0a2c6

Browse files
committed
Update GitHub Actions setup .NET; Update package
1 parent 4090a07 commit 1e0a2c6

File tree

2 files changed

+185
-204
lines changed

2 files changed

+185
-204
lines changed

.github/workflows/aspnet-core.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,21 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Setup .NET 9.0.x, 8.0.x, 7.0.x and 6.0.x
24+
- name: Setup .NET 10.0.x, 9.0.x, 8.0.x, 7.0.x and 6.0.x
2525
uses: actions/setup-dotnet@v4
2626
with:
2727
dotnet-version: |
2828
6.0.x
2929
7.0.x
3030
8.0.x
3131
9.0.x
32+
10.0.x
3233
33-
- name: Setup .NET 10.0.x RC
34-
uses: actions/setup-dotnet@v4
35-
with:
36-
dotnet-version: 10.0.x
37-
dotnet-quality: "preview"
34+
# - name: Setup .NET 11.0.x Preview
35+
# uses: actions/setup-dotnet@v4
36+
# with:
37+
# dotnet-version: 11.0.x
38+
# dotnet-quality: "preview"
3839

3940
- name: dotnet info
4041
run: dotnet --info

0 commit comments

Comments
 (0)