Lib pkg updates.

This commit is contained in:
Eugene Wang
2026-02-02 22:08:14 -05:00
parent f47be8f1f7
commit c3ddd13082
8 changed files with 12 additions and 11 deletions

View File

@@ -1,11 +1,9 @@
using Microsoft.Win32;
using NTwain;
using NTwain.Caps;
using NTwain.Data;
using NTwain.Events;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
@@ -20,7 +18,6 @@ namespace WinFormSample;
public partial class Form1 : Form
{
bool useDiyPump = true;
TwainAppSession twain;
readonly string saveFolder;
readonly Stopwatch watch = new();

View File

@@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q8-x86" Version="14.10.1" />
<PackageReference Include="Magick.NET-Q8-x86" Version="14.10.2" />
</ItemGroup>
<ItemGroup>