2016-02-12 18:22:35 -08:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0-rc2-*"
|
|
|
|
},
|
2016-02-12 18:22:35 -08:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-03-12 05:28:08 +00:00
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-14 16:54:26 -05:00
|
|
|
"Microsoft.Win32.Registry": {
|
2016-04-07 23:47:47 -07:00
|
|
|
"version": "4.0.0-rc2-24008",
|
2016-03-14 16:54:26 -05:00
|
|
|
"exclude": "Compile"
|
|
|
|
},
|
2016-02-12 18:22:35 -08:00
|
|
|
"xunit": "2.1.0",
|
2016-04-07 16:37:51 -05:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-140469-38",
|
2016-02-12 18:22:35 -08:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"FluentAssertions": "4.2.2"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"netcoreapp1.0": {
|
2016-03-01 17:35:32 -06:00
|
|
|
"imports": [
|
2016-04-07 15:06:11 -05:00
|
|
|
"netstandardapp1.5",
|
2016-03-01 17:35:32 -06:00
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-12 18:22:35 -08:00
|
|
|
}
|
|
|
|
},
|
2016-03-25 20:17:15 -07:00
|
|
|
"content": [
|
2016-04-08 11:35:13 -05:00
|
|
|
"../../TestAssets/ProjectWithTests/project.json"
|
2016-03-25 20:17:15 -07:00
|
|
|
],
|
2016-02-12 18:22:35 -08:00
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|