{ "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" } }