mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
741 B
29 lines
741 B
{
|
|
"version": "1.0.0-*",
|
|
"description": "ImageProcessorCore.Benchmarks Console Application",
|
|
"authors": [ "James.South" ],
|
|
"packOptions": {
|
|
"projectUrl": "https://github.com/JimBobSquarePants/ImageProcessor",
|
|
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
|
|
"tags": [
|
|
"Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"BenchmarkDotNet": "0.9.6",
|
|
"ImageProcessorCore": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"ImageProcessorCore.Benchmarks": "ImageProcessorCore.Benchmarks"
|
|
},
|
|
"frameworks": {
|
|
"net4.5.1": {
|
|
"frameworkAssemblies": {
|
|
"System.Drawing": "4.0.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|