Skip to content

Commit

Permalink
Updated Newtonsoft.Json package
Browse files Browse the repository at this point in the history
  • Loading branch information
Otiel committed Nov 3, 2017
1 parent a11462a commit f4a6258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Sources/BandcampDownloader/BandcampDownloader.csproj
Expand Up @@ -83,8 +83,7 @@
<HintPath>..\packages\ImageResizer.4.1.10\lib\net45\ImageResizer.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion Sources/BandcampDownloader/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net45" />
<package id="ImageResizer" version="4.1.10" targetFramework="net45" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net45" />
<package id="taglib" version="2.1.0.0" targetFramework="net40-Client" />
</packages>

0 comments on commit f4a6258

Please sign in to comment.