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

28 lines
625 B
JSON
Raw Normal View History

2016-02-16 09:31:44 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-23931",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
2016-02-16 09:31:44 +00:00
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-128011-22"
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"
}