1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-25 22:21:42 +02:00

Update dotnetcore.yml

This commit is contained in:
Ellpeck 2020-01-28 16:08:10 +01:00 committed by GitHub
parent 42e41ae87f
commit 293ed5b3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0
dotnet-version: 3.1.101
- name: Build with dotnet
run: dotnet build --configuration Release