{ "version": "1.0.0-*", "buildOptions": { "debugType": "portable", "emitEntryPoint": true }, "dependencies": { "Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", "LibGit2Sharp": "0.23.0" }, "frameworks": { "net46": { // this is only a net46 app because of LibGit2Sharp once they have a version that works on coreclr we can shift over. } } }