Bump non-source files to net6.0

This commit is contained in:
Archi
2021-07-04 15:58:09 +02:00
parent 5405ce7f8b
commit 5f8d003c1c
6 changed files with 13 additions and 13 deletions

View File

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

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: 6.0.x
jobs:
main:

View File

@@ -6,8 +6,8 @@ env:
CONFIGURATION: Release
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: 1
DOTNET_SDK_VERSION: 5.0.x
NET_CORE_VERSION: net5.0
DOTNET_SDK_VERSION: 6.0.x
NET_CORE_VERSION: net6.0
NET_FRAMEWORK_VERSION: net48
NODE_JS_VERSION: 'lts/*'
STEAM_TOKEN_DUMPER_NAME: ArchiSteamFarm.OfficialPlugins.SteamTokenDumper