Skip to content

Commit 1d29e97

Browse files
committed
Updated to use SVG.Net 2.4.1
1 parent 340c8bf commit 1d29e97

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

SvgFileType/SvgFileTypePlugin.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
<Reference Include="PaintDotNet.Data">
4141
<HintPath>C:\Program Files\paint.net\PaintDotNet.Data.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Svg, Version=2.4.0.42491, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Svg.2.4.0\lib\Svg.dll</HintPath>
45-
<EmbedInteropTypes>False</EmbedInteropTypes>
43+
<Reference Include="Svg, Version=2.4.1.756, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Svg.2.4.1\lib\Svg.dll</HintPath>
4645
</Reference>
4746
<Reference Include="System" />
4847
<Reference Include="System.Core" />

SvgFileType/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Svg" version="2.4.0" targetFramework="net471" />
3+
<package id="Svg" version="2.4.1" targetFramework="net471" />
44
</packages>

0 commit comments

Comments
 (0)