21 lines
652 B
JSON
Executable file
21 lines
652 B
JSON
Executable file
{
|
|
"version": "1.0.0-*",
|
|
"description": "Build scripts for dotnet-cli",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23911",
|
|
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23911",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
|
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
|
"WindowsAzure.Storage": "6.2.2-preview",
|
|
"System.Reflection.Metadata": "1.2.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [ "dnxcore50", "portable-net45+win8" ]
|
|
}
|
|
}
|
|
}
|