2016-02-13 02:22:35 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-03-28 17:27:54 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23928",
|
2016-03-12 05:28:08 +00:00
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-14 21:54:26 +00:00
|
|
|
"Microsoft.Win32.Registry": {
|
2016-03-28 17:27:54 +00:00
|
|
|
"version": "4.0.0-rc2-23928",
|
2016-03-14 21:54:26 +00:00
|
|
|
"exclude": "Compile"
|
|
|
|
},
|
2016-02-13 02:22:35 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-03-07 22:55:39 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12",
|
2016-02-13 02:22:35 +00:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"FluentAssertions": "4.2.2"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-13 02:22:35 +00:00
|
|
|
}
|
|
|
|
},
|
2016-03-26 03:17:15 +00:00
|
|
|
"content": [
|
|
|
|
"../../TestAssets/TestProjects/ProjectWithTests/project.json"
|
|
|
|
],
|
2016-02-13 02:22:35 +00:00
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|