Changed to dotnet core net6

This commit is contained in:
2022-02-01 21:27:40 +01:00
parent 5f0c4ef990
commit 6e7091416d
10 changed files with 33 additions and 11 deletions

View File

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