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.
68 lines
1.6 KiB
68 lines
1.6 KiB
{
|
|
"version": "1.0.0-*",
|
|
"description": "ImageSharp.Benchmarks Console Application",
|
|
"authors": [ "James.South" ],
|
|
"packOptions": {
|
|
"projectUrl": "https://github.com/JimBobSquarePants/ImageSharp",
|
|
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
|
|
"tags": [
|
|
"Image Resize Crop Gif Jpg Jpeg Bitmap Png Core"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"allowUnsafe": true
|
|
},
|
|
"dependencies": {
|
|
"ImageSharp": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Drawing": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Drawing.Paths": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Jpeg": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Png": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Bmp": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Formats.Gif": {
|
|
"target": "project"
|
|
},
|
|
"ImageSharp.Processing": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"commands": {
|
|
"ImageSharp.Benchmarks": "ImageSharp.Benchmarks"
|
|
},
|
|
"frameworks": {
|
|
"net46": {
|
|
"dependencies": {
|
|
"BenchmarkDotNet.Diagnostics.Windows": "0.10.1"
|
|
},
|
|
"frameworkAssemblies": {
|
|
"System.Drawing": ""
|
|
}
|
|
},
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0-*"
|
|
},
|
|
"BenchmarkDotNet": "0.10.2",
|
|
"CoreCompat.System.Drawing": "1.0.0-beta006",
|
|
"runtime.linux-x64.CoreCompat.System.Drawing": "1.0.0-beta009",
|
|
"System.Reflection": "4.3.0",
|
|
"BenchmarkDotNet.Core": "0.10.2"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|