Update to net6.0

Sqlite unterstützung hinzugefügt
This commit is contained in:
HuskyTeufel
2022-05-23 15:15:23 +02:00
parent 88d3b33a66
commit b2a9d46c4d
18 changed files with 23 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>