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 f927a5c commit fc64ce6Copy full SHA for fc64ce6
.github/workflows/dotnet-ci.yaml
@@ -9,9 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@v1
11
- name: Setup .NET SDK
12
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
13
with:
14
- dotnet-version: '8.0.100-rc.2.23502.2'
+ dotnet-version: '8.0.x'
15
+ dotnet-quality: 'preview'
16
- name: Restore dependencies
17
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
18
- name: build
0 commit comments