Browse Source

Use multiple .NET versions

pull/2326/head
Christoph Wille 4 years ago committed by GitHub
parent
commit
911d2addd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build-ilspy.yml

6
.github/workflows/build-ilspy.yml

@ -39,7 +39,11 @@ jobs: @@ -39,7 +39,11 @@ jobs:
submodules: true
fetch-depth: 0
- name: Setup .NET Core
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
- name: Setup .NET 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'

Loading…
Cancel
Save