Skip to content

Commit 66c460c

Browse files
committed
Github actions cfg updated
1 parent 9d6e1f1 commit 66c460c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/blank.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16+
- name: Setup .NET 6
17+
uses: actions/setup-dotnet@v1
18+
with:
19+
dotnet-version: 6.0.x
20+
21+
- name: Setup .NET 7
22+
uses: actions/setup-dotnet@v1
23+
with:
24+
dotnet-version: 7.0.x
25+
1626
- name: Setup .NET 8
1727
uses: actions/setup-dotnet@v1
1828
with:

0 commit comments

Comments
 (0)