Skip to content

Commit 45ed8d7

Browse files
committed
forcing 6.0.x framework to be installed
1 parent bb6d178 commit 45ed8d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 7.0.203
18+
dotnet-version: |
19+
6.0.x
20+
7.0.x
1921
- name: which sdks are installed
2022
run: dotnet --list-sdks
2123
- name: Install dependencies

0 commit comments

Comments
 (0)