Skip to content

Commit 6edf264

Browse files
authored
Merge pull request #5 from ewdlop/ewdlop-patch-2
Update dotnet.yml
2 parents 17dc40d + 0056f8c commit 6edf264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 6.0.x
22+
dotnet-version: 9.0.x
23+
#dotnet-version: 6.0.x
2324
- name: Restore dependencies
2425
run: dotnet restore
2526
- name: Build

0 commit comments

Comments
 (0)