Added net7 targets and uses LibraryImport on them for pinvokes.

This commit is contained in:
Eugene Wang
2023-04-09 21:16:30 -04:00
parent 64268b3a27
commit 3424a580fe
19 changed files with 1522 additions and 661 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>x86</PlatformTarget>