CI: Use latest SDK version

This commit is contained in:
JustArchi 2021-02-22 16:20:54 +01:00
parent 3acaa530b4
commit 4054e60592
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ env:
CONFIGURATION: Release
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: 1
DOTNET_SDK_VERSION: 5.0.100
DOTNET_SDK_VERSION: 5.0.x
NET_CORE_VERSION: net5.0
NET_FRAMEWORK_VERSION: net48
NODE_JS_VERSION: 12

View file

@ -6,11 +6,11 @@ image: Visual Studio 2019
configuration: Release
clone_depth: 10
environment:
# DOTNET_CHANNEL: 5.0
DOTNET_CHANNEL: 5.0
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_INSTALL_DIR: C:\Program Files\dotnet
DOTNET_NOLOGO: true
DOTNET_SDK: 5.0.100
# DOTNET_SDK: 5.0.103
NET_CORE_VERSION: net5.0
NET_FRAMEWORK_VERSION: net48
NODE_JS_VERSION: lts