mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Former-commit-id: 5023a9bee3e422eda6d3425d02d9945109a8061b Former-commit-id: 33d74bf9f61c8bb5f3c9e7cfeec0138062a8a769 Former-commit-id: 9f3b4212665479e017148cea4dd762c3c696f68epull/17/head
2 changed files with 23 additions and 23 deletions
@ -1,26 +1,26 @@ |
|||||
{ |
{ |
||||
"version": "3.0.0-*", |
"version": "3.0.0-*", |
||||
"description": "ImageProcessor", |
"description": "ImageProcessor", |
||||
"authors": [ "James Jackson-South" ], |
"authors": [ "James Jackson-South" ], |
||||
"tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ], |
"tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ], |
||||
"projectUrl": "", |
"projectUrl": "", |
||||
"licenseUrl": "", |
"licenseUrl": "", |
||||
|
|
||||
"dependencies": { |
"dependencies": { |
||||
"System.Collections": "4.0.10-beta-23019", |
"System.Collections": "4.0.10", |
||||
"System.Linq": "4.0.0-beta-23019", |
"System.Linq": "4.0.0", |
||||
"System.Threading": "4.0.10-beta-23019", |
"System.Threading": "4.0.10", |
||||
"System.Runtime": "4.0.10-beta-23019", |
"System.Runtime": "4.0.20", |
||||
"Microsoft.CSharp": "4.0.0-beta-23019", |
"Microsoft.CSharp": "4.0.0", |
||||
"Microsoft.NETCore": "5.0.0", |
"Microsoft.NETCore": "5.0.0", |
||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.0", |
"Microsoft.NETCore.Portable.Compatibility": "1.0.0", |
||||
"System.Runtime.Extensions": "4.0.0", |
"System.Runtime.Extensions": "4.0.10", |
||||
"System.Reflection": "4.0.0", |
"System.Reflection": "4.0.10", |
||||
"System.IO": "4.0.0", |
"System.IO": "4.0.10", |
||||
"StyleCop.Analyzers": "1.0.0-beta015" |
"StyleCop.Analyzers": "1.0.0-beta015" |
||||
}, |
}, |
||||
|
|
||||
"frameworks": { |
"frameworks": { |
||||
"dotnet": { } |
"dotnet": { } |
||||
} |
} |
||||
} |
} |
||||
|
|||||
@ -1 +1 @@ |
|||||
1cb54c4ca5fc8244fed40097407641c28dd42fe4 |
40241cbd230d461a8d3a51be31208f171e18186e |
||||
Loading…
Reference in new issue