2015-12-09 17:57:45 +00:00
|
|
|
{
|
2016-03-01 20:29:09 +00:00
|
|
|
"dependencies": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-14 21:54:26 +00:00
|
|
|
"Microsoft.Win32.Registry": {
|
|
|
|
"version": "4.0.0-rc2-23911",
|
|
|
|
"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 20:29:09 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-03-07 22:55:39 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
2016-03-12 05:28:08 +00:00
|
|
|
"System.Net.NameResolution": "4.0.0-rc2-23911"
|
2016-03-01 20:29:09 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2015-12-09 17:57:45 +00:00
|
|
|
}
|