24 lines
683 B
JSON
24 lines
683 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Build scripts for dotnet-cli",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0-rc3-24128-00",
|
|
"Microsoft.CSharp": "4.0.1-rc3-24128-00",
|
|
"System.Dynamic.Runtime": "4.0.11-rc3-24128-00",
|
|
"System.Reflection.Metadata": "1.3.0-rc3-24128-00",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24128-00",
|
|
"System.Xml.XmlSerializer": "4.0.11-rc3-24128-00",
|
|
"WindowsAzure.Storage": "6.2.2-preview",
|
|
"Microsoft.DotNet.Cli.Build.Framework": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|