From f71a02229c1ba00fbecaead19256593ffb052753 Mon Sep 17 00:00:00 2001
From: duan <dante@isaints.net>
Date: 星期三, 21 八月 2024 17:18:40 +0800
Subject: [PATCH] 1

---
 src/WindowsFormsApp1/WindowsFormsApp1.csproj |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/WindowsFormsApp1/WindowsFormsApp1.csproj b/src/WindowsFormsApp1/WindowsFormsApp1.csproj
index 65192b2..168419e 100644
--- a/src/WindowsFormsApp1/WindowsFormsApp1.csproj
+++ b/src/WindowsFormsApp1/WindowsFormsApp1.csproj
@@ -159,11 +159,11 @@
     <Reference Include="ZstdNet, Version=1.4.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
       <HintPath>..\packages\MySql.Data.8.0.31\lib\net452\ZstdNet.dll</HintPath>
     </Reference>
-    <Reference Include="zxing, Version=0.16.6.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
-      <HintPath>..\packages\ZXing.Net.0.16.6\lib\net461\zxing.dll</HintPath>
+    <Reference Include="zxing">
+      <HintPath>..\DIXWeb.Web\DLL\zxing.dll</HintPath>
     </Reference>
-    <Reference Include="zxing.presentation, Version=0.16.6.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
-      <HintPath>..\packages\ZXing.Net.0.16.6\lib\net461\zxing.presentation.dll</HintPath>
+    <Reference Include="zxing.presentation">
+      <HintPath>..\DIXWeb.Web\DLL\zxing.presentation.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>

--
Gitblit v1.8.0