2016-04-21 20:41:22 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-08-09 21:26:14 +00:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-08-23 20:12:00 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
|
2016-06-14 08:14:53 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1",
|
2016-10-28 01:46:43 +00:00
|
|
|
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933",
|
2016-04-21 20:41:22 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-10-11 21:01:03 +00:00
|
|
|
"net46": {
|
2016-04-27 05:41:53 +00:00
|
|
|
"frameworkAssemblies": {
|
2016-04-21 20:41:22 +00:00
|
|
|
"System.Configuration": ""
|
2016-10-11 23:30:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"System.Console": "4.0.0"
|
2016-04-21 20:41:22 +00:00
|
|
|
}
|
2016-04-27 05:41:53 +00:00
|
|
|
}
|
2016-04-21 20:41:22 +00:00
|
|
|
},
|
|
|
|
"runtimes": {
|
|
|
|
"win7-x64": {},
|
2016-04-27 05:41:53 +00:00
|
|
|
"win7-x86": {}
|
2016-04-21 20:41:22 +00:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|