From d3a09ebc8c62e9e44d0503fa811c2fb90cb616d4 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 7 Apr 2021 20:37:38 +0200 Subject: [PATCH] CI: Switch to 5.0.201 SDK due to problems with latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4eaa25b3..56d00bc51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ env: CONFIGURATION: Release DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 - DOTNET_SDK_VERSION: 5.0.x + DOTNET_SDK_VERSION: 5.0.201 NET_CORE_VERSION: net5.0 NET_FRAMEWORK_VERSION: net48 NODE_JS_VERSION: 14 # Periodically bumped to follow latest LTS | https://github.com/actions/setup-node/issues/26