We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fa934 commit 6741b8dCopy full SHA for 6741b8d
1 file changed
.github/workflows/dotnetcore.yml
@@ -13,8 +13,8 @@ jobs:
13
uses: actions/setup-dotnet@v1
14
with:
15
dotnet-version: |
16
- '9.0.x'
17
- '3.1.x'
+ 9.0.x
+ 3.1.x
18
- name: Build with dotnet
19
working-directory: src/netstandard/
20
run: dotnet build --configuration Release
0 commit comments