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.
25 lines
716 B
25 lines
716 B
{
|
|
"version": "1.0.0-*",
|
|
"description": "ImageProcessorCore.Tests Class Library",
|
|
"authors": [ "James Jackson-South and contributors" ],
|
|
"tags": [ "" ],
|
|
"projectUrl": "",
|
|
"licenseUrl": "",
|
|
"dependencies": {
|
|
"ImageProcessorCore": "1.0.0-*",
|
|
"Microsoft.CSharp": "4.0.1-beta-23516",
|
|
"Microsoft.NETCore": "5.0.1-beta-23516",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-beta-23516",
|
|
"System.Collections": "4.0.11-beta-23516",
|
|
"System.Linq": "4.0.1-beta-23516",
|
|
"System.Threading": "4.0.11-beta-23516",
|
|
"xunit": "2.2.0-beta1-build3239",
|
|
"xunit.runner.dnx": "2.1.0-rc1-build204"
|
|
},
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.dnx"
|
|
}
|
|
}
|