From c19bd5e37831f7fc5b5d9866afdb90709734aa33 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 28 Jan 2020 15:23:17 -0800 Subject: [PATCH] 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. --- ci/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dotnet-core.yml b/ci/dotnet-core.yml index 3d11219..5319a51 100644 --- a/ci/dotnet-core.yml +++ b/ci/dotnet-core.yml @@ -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