Skip to content

Commit 23871fc

Browse files
committed
依赖项调整
1 parent f590ea6 commit 23871fc

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

csharp/GUI/OpenSvip.GUI.csproj

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,13 @@
5858
<HintPath>..\packages\MaterialDesignThemes.4.4.0\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.CSharp" />
61-
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null">
62-
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
63-
<Private>True</Private>
61+
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
62+
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
6463
</Reference>
6564
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null">
6665
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
6766
<Private>True</Private>
6867
</Reference>
69-
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
70-
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
71-
</Reference>
7268
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
7369
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7470
<Private>True</Private>
@@ -79,9 +75,6 @@
7975
<Reference Include="System.Core" />
8076
<Reference Include="System.Data" />
8177
<Reference Include="System.Drawing" />
82-
<Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
83-
<HintPath>..\packages\System.Drawing.Common.4.7.0\lib\net461\System.Drawing.Common.dll</HintPath>
84-
</Reference>
8578
<Reference Include="System.Web" />
8679
<Reference Include="System.Web.Extensions" />
8780
<Reference Include="System.Windows.Forms" />
@@ -203,10 +196,6 @@
203196
<Project>{1a025cf4-6ce6-42f9-ad09-16e56d840d95}</Project>
204197
<Name>OpenSvip.Framework</Name>
205198
</ProjectReference>
206-
<ProjectReference Include="..\Library\OpenSvip.Library.csproj">
207-
<Project>{c0982090-a08e-45b8-953a-6d1750a69cdd}</Project>
208-
<Name>OpenSvip.Library</Name>
209-
</ProjectReference>
210199
<ProjectReference Include="..\Model\OpenSvip.Model.csproj">
211200
<Project>{f0cf4e57-33f4-4a63-a45f-69727058c24a}</Project>
212201
<Name>OpenSvip.Model</Name>

csharp/GUI/packages.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<packages>
33
<package id="MaterialDesignColors" version="2.0.5" targetFramework="net472" />
44
<package id="MaterialDesignThemes" version="4.4.0" targetFramework="net472" />
5-
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net472" />
65
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
7-
<package id="System.Drawing.Common" version="4.7.0" targetFramework="net472" />
8-
<package id="WindowsAPICodePack-Core" version="1.1.1" targetFramework="net472" />
6+
<package id="WindowsAPICodePack-Core" version="1.1.2" targetFramework="net472" />
97
<package id="WindowsAPICodePack-Shell" version="1.1.1" targetFramework="net472" />
108
</packages>

0 commit comments

Comments
 (0)