We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2d0bd commit c845388Copy full SHA for c845388
.github/workflows/deploy-pages.yml
@@ -18,7 +18,6 @@ concurrency:
18
cancel-in-progress: false
19
20
env:
21
- DOTNET_VERSION: '8.0.x'
22
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
23
DOTNET_NOLOGO: true
24
@@ -31,13 +30,10 @@ jobs:
31
30
- name: 📥 Checkout
32
uses: actions/checkout@v4
33
34
- - name: ⚙️ Setup .NET SDKs
35
- uses: actions/setup-dotnet@v4
36
- with:
37
- dotnet-version: |
38
- 8.0.x
39
- 9.0.x
40
- dotnet-quality: 'ga'
+ - name: ⚙️ Setup .NET
+ uses: actions/setup-dotnet@v4
+ with:
+ dotnet-version: 8.0.x
41
42
- name: 📦 Restore dependencies
43
run: dotnet restore JsonViewer.Blazor.sln
0 commit comments