Merge pull request #320 from timheuer/patch-1

Updating .NET Core SDK version to LTS
This commit is contained in:
Edward Thomson
2020-02-28 14:50:35 +00:00
committed by GitHub
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.108
dotnet-version: 3.1.101
- name: Build with dotnet
run: dotnet build --configuration Release