We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f85ca commit c782e31Copy full SHA for c782e31
.github/workflows/BUILD_TEST_DSTV_NET.yml
@@ -14,7 +14,11 @@ jobs:
14
- name: Setup .NET
15
uses: actions/setup-dotnet@v3
16
with:
17
- dotnet-version: 7.0.x
+ dotnet-version: |
18
+ 6.0.x
19
+ 7.0.x
20
+ 8.0.x
21
+ 9.0.x
22
- name: Restore dependencies
23
run: dotnet restore DSTV.Net.sln
24
- name: Build
.github/workflows/PUBLISH_PACKAGES.yml
@@ -17,7 +17,11 @@ jobs:
25
26
run: dotnet restore
27
- name: Test
0 commit comments