Skip to content

Commit 2900b08

Browse files
author
Osman Tunçelli
committed
Updated to use SVG.NET v3.0.49
1 parent 72caa05 commit 2900b08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SvgFileType/SvgFileTypePlugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<Reference Include="PaintDotNet.Data">
4444
<HintPath>C:\Program Files\paint.net\PaintDotNet.Data.dll</HintPath>
4545
</Reference>
46-
<Reference Include="Svg, Version=2.4.1.756, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Svg.2.4.1\lib\Svg.dll</HintPath>
46+
<Reference Include="Svg, Version=3.0.0.0, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Svg.3.0.49\lib\net452\Svg.dll</HintPath>
4848
</Reference>
4949
<Reference Include="System" />
5050
<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.1" targetFramework="net471" />
3+
<package id="Svg" version="3.0.49" targetFramework="net47" />
44
</packages>

0 commit comments

Comments
 (0)