{ "version": "1.0.0-*", "buildOptions": { "debugType": "portable", "emitEntryPoint": true, "xmlDoc": true, "additionalArguments": [ "/additionalfile:../src/Shared/stylecop.json", "/ruleset:../ImageSharp.ruleset" ] }, "dependencies": { "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", "LibGit2Sharp": "0.23.0", "StyleCop.Analyzers": { "version": "1.1.0-beta001", "type": "build" } }, "frameworks": { "net46": { // this is only a net46 app because of LibGit2Sharp once they have a version that works on coreclr we can shift over. } } }