📷 A modern, cross-platform, 2D Graphics library for .NET
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.
 
 

40 lines
919 B

{
"version": "1.0.0-*",
"description": "ImageSharp.Tests Class Library",
"authors": [ "James Jackson-South and contributors" ],
"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": {
"allowUnsafe": true
},
"configurations": {
"Release": {
"buildOptions": {
"warningsAsErrors": true
}
}
},
"dependencies": {
"ImageSharp": "1.0.0-*",
"xunit": "2.2.0-*",
"dotnet-test-xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
},
"Microsoft.CodeCoverage": "1.0.2"
}
},
"net451": {}
},
"testRunner": "xunit"
}