Skip to content

Commit fc64ce6

Browse files
committed
Update dotnet-ci.yaml
1 parent f927a5c commit fc64ce6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
- name: Setup .NET SDK
12-
uses: actions/setup-dotnet@v1
12+
uses: actions/setup-dotnet@v3
1313
with:
14-
dotnet-version: '8.0.100-rc.2.23502.2'
14+
dotnet-version: '8.0.x'
15+
dotnet-quality: 'preview'
1516
- name: Restore dependencies
1617
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
1718
- name: build

0 commit comments

Comments
 (0)