Skip to content

Commit bc8a258

Browse files
authored
Merge pull request #1 from NeVeSpl/NeVeSpl-patch-1
Update net-workflow.yml
2 parents d694b11 + ff3d868 commit bc8a258

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/net-workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717

18-
- name: Setup .NET 6.0
18+
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 6.0.x
21+
dotnet-version: |
22+
3.1.x
23+
6.0.x
2224
2325
- name: Restore dependencies
2426
run: dotnet restore

0 commit comments

Comments
 (0)