dotnet-installer/test/TestProjects/TestLibraryWithRunner/project.json

19 lines
418 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies": {
2016-01-14 22:52:19 +00:00
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
"Newtonsoft.Json": "6.0.0"
},
"frameworks": {
2016-01-14 22:52:19 +00:00
"net451": { },
"dnxcore50": {
"imports" : "portable-net45+wp80+win8",
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23727"
2016-01-14 22:52:19 +00:00
}
}
}
}