dotnet-installer/test/binding-redirects.Tests/project.json
2016-10-11 18:30:15 -05:00

26 lines
532 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
"Microsoft.NETCore.Platforms": "1.0.1",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
}
},
"frameworks": {
"net46": {
"frameworkAssemblies": {
"System.Configuration": ""
},
"dependencies": {
"System.Console": "4.0.0"
}
}
},
"runtimes": {
"win7-x64": {},
"win7-x86": {}
},
"testRunner": "xunit"
}