Update dotnetcore.yml

This commit is contained in:
Markus Hofknecht 2020-02-27 17:32:38 +01:00 committed by GitHub
parent 87cc3fc32a
commit 1b5072a70a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
- name: Setup .NET Framework
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.108
dotnet-version: 4.7.2
- name: Build with dotnet
run: dotnet build --configuration Release