dotnet-installer/test/binding-redirects.Tests/project.json
2016-04-27 05:41:53 +00:00

23 lines
460 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
}
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Configuration": ""
}
}
},
"runtimes": {
"win7-x64": {},
"win7-x86": {}
},
"testRunner": "xunit"
}