2016-03-22 15:39:04 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Build scripts for dotnet-cli",
|
|
|
|
"dependencies": {
|
2016-06-14 08:14:53 +00:00
|
|
|
"NETStandard.Library": "1.6.0",
|
|
|
|
"Microsoft.CSharp": "4.0.1",
|
|
|
|
"System.Dynamic.Runtime": "4.0.11",
|
|
|
|
"System.Reflection.Metadata": "1.3.0",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
|
|
|
"System.Xml.XmlSerializer": "4.0.11",
|
2016-05-16 19:01:13 +00:00
|
|
|
"WindowsAzure.Storage": "6.2.2-preview",
|
2016-05-24 00:04:20 +00:00
|
|
|
"Microsoft.DotNet.Cli.Build.Framework": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-16 19:01:13 +00:00
|
|
|
"netstandard1.6": {
|
2016-03-22 15:39:04 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-02 18:04:50 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-02-02 18:04:50 +00:00
|
|
|
}
|