Use .NET SDK 6.0

This commit is contained in:
wtfsck 2021-12-15 00:32:04 +01:00
parent 1b9aca03a7
commit aba3709bfd
6 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ on:
# Keep this in sync with the other *.yml files
env:
CI_REQ_DOTNET_SDK_VER: 5.0.300
CI_REQ_DOTNET_SDK_VER: 6.0.100
CI_NODE_MIN_VER: 12.0.0
RUSTFLAGS: -D warnings
MACOSX_DEPLOYMENT_TARGET: 10.12

View File

@ -6,7 +6,7 @@ on:
# Keep this in sync with the other *.yml files
env:
CI_REQ_DOTNET_SDK_VER: 5.0.300
CI_REQ_DOTNET_SDK_VER: 6.0.100
CI_NODE_MIN_VER: 12.0.0
RUSTFLAGS: -D warnings
MACOSX_DEPLOYMENT_TARGET: 10.12

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
</PropertyGroup>