Skip to content

Commit 8dde485

Browse files
Remove unused System.Drawing.Common.
1 parent 7999567 commit 8dde485

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

SonicVisualSplit/SonicVisualSplit.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
<Reference Include="System" />
4545
<Reference Include="System.ComponentModel.Composition" />
4646
<Reference Include="System.Core" />
47-
<Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
48-
<HintPath>..\packages\System.Drawing.Common.5.0.2\lib\net461\System.Drawing.Common.dll</HintPath>
49-
</Reference>
50-
<Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
51-
<HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll</HintPath>
52-
<Private>True</Private>
53-
<Private>True</Private>
54-
</Reference>
5547
<Reference Include="System.IO.Compression.FileSystem" />
5648
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5749
<HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>

SonicVisualSplit/packages.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="System.Drawing.Common" version="5.0.2" targetFramework="net472" />
4-
<package id="System.Drawing.Primitives" version="4.3.0" targetFramework="net472" />
53
<package id="System.IO.Compression.ZipFile" version="4.3.0" targetFramework="net472" />
64
<package id="System.Runtime" version="4.3.1" targetFramework="net472" />
75
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" />

0 commit comments

Comments
 (0)