Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Add missing nuspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Apr 18, 2020
1 parent 947f3f5 commit 614af1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/NuSpecs/ImageProcessor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<copyright>James Jackson-South</copyright>
<language>en-GB</language>
<tags>Image Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap Png Tiff Fluent Animated EXIF</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.2">
<dependency id="System.ValueTuple" version="4.5.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\_BuildOutput\ImageProcessor\lib\net452\ImageProcessor.dll" target="lib\net452" />
Expand Down

0 comments on commit 614af1b

Please sign in to comment.