Update CI to .NET 6

This commit is contained in:
Tyrrrz
2021-11-08 23:31:23 +02:00
parent 10a46451ac
commit 15c87aecbb
7 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>