Skip to content

Commit 7688578

Browse files
author
Warren Buckley
committed
Try with dotnet SDK 6.0.x
1 parent 0ac9045 commit 7688578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v1
2626
with:
27-
dotnet-version: 5.0.x
27+
dotnet-version: 6.0.x
2828

2929
- name: Restore dependencies
3030
run: dotnet restore

0 commit comments

Comments
 (0)