2015-10-03 18:34:08 +00:00
|
|
|
{
|
2015-11-02 18:53:16 +00:00
|
|
|
"name": "dotnet",
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-12-14 22:49:25 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23614",
|
2015-12-08 21:29:49 +00:00
|
|
|
|
2015-11-02 18:53:16 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"type": "build",
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
|
|
|
"type": "build",
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
}
|
2015-10-20 09:42:29 +00:00
|
|
|
},
|
2015-11-02 18:53:16 +00:00
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": { }
|
2015-11-18 02:02:08 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postcompile": [
|
|
|
|
"../../scripts/build/place-binary \"%compile:OutputDir%/%project:Name%.dll\"",
|
|
|
|
"../../scripts/build/place-binary \"%compile:OutputDir%/%project:Name%.pdb\""
|
|
|
|
]
|
2015-10-03 18:34:08 +00:00
|
|
|
}
|
2015-10-21 22:21:14 +00:00
|
|
|
}
|