Skip to content

Commit 4836166

Browse files
committed
Update dotnet-ci.yaml
1 parent f5a5ef1 commit 4836166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup .NET SDK
1212
uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: '8.0.x'
14+
dotnet-version: '8.0.100-rc.2.23502.2'
1515
- name: Restore dependencies
1616
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
1717
- name: build

0 commit comments

Comments
 (0)