Skip to content

Commit 6741b8d

Browse files
committed
Correction
1 parent 93fa934 commit 6741b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: |
16-
'9.0.x'
17-
'3.1.x'
16+
9.0.x
17+
3.1.x
1818
- name: Build with dotnet
1919
working-directory: src/netstandard/
2020
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)