update to dotnet 6.0 (#148) (#150)

This commit is contained in:
h44z
2022-09-01 23:43:34 +02:00
committed by GitHub
parent 960894cff4
commit b819fe0c7d
5 changed files with 6 additions and 6 deletions

View File

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