2015-12-09 09:57:45 -08:00
|
|
|
{
|
2016-03-01 12:29:09 -08:00
|
|
|
"dependencies": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-14 16:54:26 -05:00
|
|
|
"Microsoft.Win32.Registry": {
|
2016-03-24 08:37:08 -05:00
|
|
|
"version": "4.0.0-rc2-23924",
|
2016-03-14 16:54:26 -05:00
|
|
|
"exclude": "Compile"
|
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-01 12:29:09 -08:00
|
|
|
"xunit": "2.1.0",
|
2016-03-07 14:55:39 -08:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
2016-03-24 08:37:08 -05:00
|
|
|
"System.Net.NameResolution": "4.0.0-rc2-23924"
|
2016-03-01 12:29:09 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2015-12-09 09:57:45 -08:00
|
|
|
}
|