demos => .net7

This commit is contained in:
Robert McRackan 2022-11-16 11:24:30 -05:00
parent fb612ea6ab
commit c4f1b22ddf
3 changed files with 18 additions and 16 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>