2016-02-02 18:04:50 +00:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"description": "Build scripts for dotnet-cli",
|
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-03-01 23:35:32 +00:00
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
|
|
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
2016-03-09 03:32:31 +00:00
|
|
|
|
"System.Security.Cryptography.Algorithms": "4.0.0-rc2-23901",
|
2016-02-02 18:04:50 +00:00
|
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
2016-03-07 20:20:50 +00:00
|
|
|
|
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
2016-03-10 11:19:00 +00:00
|
|
|
|
"WindowsAzure.Storage" : "6.2.2-preview",
|
|
|
|
|
"System.Reflection.Metadata" : "1.2.0"
|
2016-02-02 18:04:50 +00:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
|
"netstandardapp1.5": {
|
2016-03-07 20:20:50 +00:00
|
|
|
|
"imports": ["dnxcore50", "portable-net45+win8"]
|
2016-03-01 23:35:32 +00:00
|
|
|
|
}
|
2016-02-02 18:04:50 +00:00
|
|
|
|
}
|
|
|
|
|
}
|