59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004397"
|
|
},
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24201-00",
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
"target": "project"
|
|
},
|
|
"dotnet": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
"target": "project",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20581",
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"netstandardapp1.5",
|
|
"dotnet5.4",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"publishOptions": {
|
|
"include": [
|
|
"../../TestAssets/TestProjects/AppWithDependencyOnToolWithOutputName/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectDependencyWithOutputName/**/*",
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*",
|
|
"../../TestAssets/TestProjects/DependencyContextFromTool/**/*",
|
|
"../../TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/**/*",
|
|
"../../TestAssets/DesktopTestProjects/LibraryWithDirectDependencyDesktopAndPortable/**/*"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"copyToOutput": {
|
|
"include": [
|
|
"../../TestAssets/TestProjects/AppWithDependencyOnToolWithOutputName/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectDependencyWithOutputName/**/*",
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*",
|
|
"../../TestAssets/TestProjects/DependencyContextFromTool/**/*",
|
|
"../../TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/**/*",
|
|
"../../TestAssets/DesktopTestProjects/LibraryWithDirectDependencyDesktopAndPortable/**/*"
|
|
]
|
|
}
|
|
}
|
|
}
|