Port from .NET 6.0 to .NET 8.0

This commit is contained in:
Real-Luke-James 2025-01-01 14:51:23 -08:00
parent 5d1aa50753
commit fd2fe02f31

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>