{ "name": "dotnet-build", "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true }, "dependencies": { "NETStandard.Library": "1.0.0-rc2-23704", "System.Linq": "4.0.1-rc2-23608", "System.Reflection.Metadata": "1.1.0", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Tools.Compiler": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils.Sources": { "type": "build", "version": "1.0.0-*" } }, "frameworks": { "dnxcore50": { } }, "scripts": { "postcompile": [ "../../scripts/build/place-binary \"%compile:OutputDir%/%project:Name%.dll\"", "../../scripts/build/place-binary \"%compile:OutputDir%/%project:Name%.pdb\"" ] } }