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