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

28 lines
660 B
JSON
Raw Normal View History

2016-04-21 20:41:22 +00:00
{
"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.PlatformAbstractions": "1.0.1-beta-000933",
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }
2016-04-21 20:41:22 +00:00
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"System.Console": "4.0.0"
},
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
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"
}