dotnet-installer/test/Microsoft.DotNet.ProjectModel.Tests/project.json

24 lines
584 B
JSON
Raw Normal View History

2016-02-16 09:31:44 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23901",
"System.IO.Compression": "4.1.0-rc2-23901",
2016-02-16 09:31:44 +00:00
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-79755-47"
2016-02-16 09:31:44 +00:00
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
2016-02-16 09:31:44 +00:00
}
},
"content": [
"../../TestAssets/TestProjects/TestAppWithLibrary/**"
],
"testRunner": "xunit"
}