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

@@ -1,4 +1,5 @@
@echo off
cls
dotnet clean src\NTwain -c Release
dotnet pack src\NTwain -c Release -o build
pause