Skip to content

Commit 9224c1f

Browse files
Update build-test-deploy.yml
1 parent 1f9d941 commit 9224c1f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v2
2323
with:
24-
dotnet-version: 6.0.x
24+
dotnet-version: |
25+
3.1.x
26+
6.x
2527
- name: Restore dependencies
2628
run: dotnet restore
2729
- name: Set Version

0 commit comments

Comments
 (0)