Skip to content

Commit 378b3b0

Browse files
Update build-and-test.yml
1 parent fca68d1 commit 378b3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup DotNet SDK
4949
uses: actions/setup-dotnet@v1
5050
with:
51-
dotnet-version: "3.1.x"
51+
dotnet-version: [ "2.1.x", "3.1.x" ]
5252

5353
- name: Install Azurite Linux
5454
if: matrix.options.os == 'ubuntu-latest'
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup DotNet SDK
109109
uses: actions/setup-dotnet@v1
110110
with:
111-
dotnet-version: "3.1.x"
111+
dotnet-version: [ "2.1.x", "3.1.x" ]
112112

113113
- name: Pack
114114
shell: pwsh

0 commit comments

Comments
 (0)