43512b8973
also some refactoring of DependencyContext to properly handle placeholders in 'runtimeTargets'.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-23911",
|
|
"NuGet.Versioning": "3.5.0-beta-1034",
|
|
"NuGet.Packaging": "3.5.0-beta-1034",
|
|
"NuGet.Frameworks": "3.5.0-beta-1034",
|
|
"NuGet.ProjectModel": "3.5.0-beta-1034",
|
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
"target": "project"
|
|
},
|
|
"moq.netcore": "4.4.0-beta8",
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"content": [
|
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
|
],
|
|
"testRunner": "xunit"
|
|
}
|