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
766 B
29 lines
766 B
{
|
|
"version": "1.0.0-*",
|
|
"description": "ImageProcessor.Tests Class Library",
|
|
"authors": [ "jeavon" ],
|
|
"tags": [ "" ],
|
|
"projectUrl": "",
|
|
"licenseUrl": "",
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-23409",
|
|
"System.Collections": "4.0.11-beta-23409",
|
|
"System.Linq": "4.0.1-beta-23409",
|
|
"System.Runtime": "4.0.21-beta-23409",
|
|
"System.Threading": "4.0.11-beta-23409"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"ImageProcessor": "3.0.0-*",
|
|
"Microsoft.NETCore": "5.0.1-beta-23409",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-beta-23409",
|
|
"xunit": "2.1.0",
|
|
"xunit.runner.dnx": "2.1.0-beta6-build191"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.dnx"
|
|
}
|
|
}
|
|
|