We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352ff96 commit 40f7ad5Copy full SHA for 40f7ad5
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