Updating .NET Core SDK version to LTS

2.2 is no longer supported, so moving to latest SDK released for .NET core which supports and encourages LTS runtime version as well as down-level building.
This commit is contained in:
Tim Heuer
2020-01-28 15:23:17 -08:00
committed by GitHub
parent 3f617a9e90
commit c19bd5e378
+1 -1
View File
@@ -12,6 +12,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