Skip to content

Commit

Permalink
Fix Newtonsoft.Json NuGet dependency
Browse files Browse the repository at this point in the history
Fixes #254
  • Loading branch information
RTLcoil authored Nov 24, 2020
1 parent 42cde77 commit 4ef1fad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CloudinaryDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@
<tags>Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</tags>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Newtonsoft.Json" version="12.0.3" />
</group>
<group targetFramework="net45">
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" />
<dependency id="System.Globalization" version="4.3.0" />
<dependency id="System.Text.Encodings.Web" version="4.5.0" />
<dependency id="Newtonsoft.Json" version="12.0.3" />
</group>
<group targetFramework="netstandard1.3">
<dependency id="Newtonsoft.Json" version="12.0.3" />
</group>
<group targetFramework="netstandard2.0">
</group>
<dependency id="Newtonsoft.Json" version="12.0.3" />
</group>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4ef1fad

Please sign in to comment.