Skip to content

Commit 93fa934

Browse files
committed
Correction
1 parent 5b41abb commit 93fa934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '9.0.x'
15+
dotnet-version: |
16+
'9.0.x'
17+
'3.1.x'
1618
- name: Build with dotnet
1719
working-directory: src/netstandard/
1820
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)