2016-04-21 20:41:22 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
|
2016-06-11 04:29:58 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24210-10",
|
2016-04-21 20:41:22 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"net451": {
|
2016-04-27 05:41:53 +00:00
|
|
|
"frameworkAssemblies": {
|
2016-04-21 20:41:22 +00:00
|
|
|
"System.Configuration": ""
|
|
|
|
}
|
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"
|
|
|
|
}
|