19 lines
472 B
JSON
19 lines
472 B
JSON
|
{
|
|||
|
"version": "1.0.0-*",
|
|||
|
"description": "Build scripts for dotnet-cli",
|
|||
|
"compilationOptions": {
|
|||
|
"emitEntryPoint": true
|
|||
|
},
|
|||
|
|
|||
|
"dependencies": {
|
|||
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
|||
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23811",
|
|||
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
|||
|
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*"
|
|||
|
},
|
|||
|
|
|||
|
"frameworks": {
|
|||
|
"dnxcore50": { }
|
|||
|
}
|
|||
|
}
|