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

41 lines
894 B
JSON
Raw Normal View History

2016-02-16 09:31:44 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"keyFile": "../../tools/test_key.snk",
"copyToOutput": {
"include": [
"../../TestAssets/TestProjects/TestAppWithLibrary/**"
]
}
},
2016-02-16 09:31:44 +00:00
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004400"
},
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24204-00",
"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-rc2-192208-24"
2016-02-16 09:31:44 +00:00
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
2016-02-16 09:31:44 +00:00
}
},
"testRunner": "xunit",
"publishOptions": {
"include": [
"../../TestAssets/TestProjects/TestAppWithLibrary/**"
]
}
2016-05-24 00:04:20 +00:00
}