CI: Switch to 5.0.201 SDK due to problems with latest

This commit is contained in:
JustArchi 2021-04-07 20:37:38 +02:00
parent 9cd173908f
commit d3a09ebc8c

View file

@ -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