2016-10-28 01:46:43 +00:00
|
|
|
|
{
|
2016-03-08 23:53:21 +00:00
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
|
"type": "platform",
|
2016-10-28 01:46:43 +00:00
|
|
|
|
"version": "1.0.0"
|
2016-04-07 20:06:11 +00:00
|
|
|
|
},
|
2016-10-28 01:46:43 +00:00
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-03-22 15:39:04 +00:00
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
|
"target": "project"
|
|
|
|
|
},
|
2016-08-09 21:26:14 +00:00
|
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-10-28 01:46:43 +00:00
|
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-330423-54"
|
2016-03-08 23:53:21 +00:00
|
|
|
|
},
|
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
|
"netcoreapp1.0": {
|
2016-03-08 23:53:21 +00:00
|
|
|
|
"imports": [
|
2016-04-11 23:11:16 +00:00
|
|
|
|
"dotnet5.4",
|
|
|
|
|
"portable-net451+win8"
|
2016-03-08 23:53:21 +00:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2016-10-28 01:46:43 +00:00
|
|
|
|
"testRunner": "xunit"
|
|
|
|
|
}
|