dotnet-installer/test/binding-redirects.Tests/project.json

24 lines
463 B
JSON
Raw Normal View History

2016-04-21 20:41:22 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24210-10",
2016-04-21 20:41:22 +00:00
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
}
},
"frameworks": {
"net451": {
2016-04-27 05:41:53 +00:00
"frameworkAssemblies": {
2016-04-21 20:41:22 +00:00
"System.Configuration": ""
}
2016-04-27 05:41:53 +00:00
}
2016-04-21 20:41:22 +00:00
},
"runtimes": {
"win7-x64": {},
2016-04-27 05:41:53 +00:00
"win7-x86": {}
2016-04-21 20:41:22 +00:00
},
"testRunner": "xunit"
}