2016-01-31 09:25:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-03-28 17:27:54 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23928",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-01-31 09:25:01 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-02-03 22:23:44 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Compiler.Common": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-03-16 03:22:10 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-01-31 09:25:01 +00:00
|
|
|
}
|