Browse Source

Use 5.0.x SDK for building

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

2
.github/workflows/build-ilspy.yml

@ -42,7 +42,7 @@ jobs: @@ -42,7 +42,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '5.0.x'
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

Loading…
Cancel
Save