aacc30d5d8
Update DependencyModel and PlatformAbstractions packages to 1.0.1-beta-000917 Update dotnet-test-xunit to 1.0.0-rc2-330423-54
25 lines
685 B
JSON
25 lines
685 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Build scripts for dotnet-cli",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"Microsoft.CSharp": "4.0.1",
|
|
"System.Dynamic.Runtime": "4.0.11",
|
|
"System.Reflection.Metadata": "1.4.1-beta-24410-02",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
|
"System.Xml.XmlSerializer": "4.0.11",
|
|
"WindowsAzure.Storage": "6.2.2-preview",
|
|
"Microsoft.DotNet.Cli.Build.Framework": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000919"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|