2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
2016-05-02 17:46:48 -05:00
|
|
|
"emitEntryPoint": true,
|
2016-05-12 19:03:08 -07:00
|
|
|
"keyFile": "../../tools/Key.snk",
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
|
|
|
]
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-04-07 15:06:11 -05:00
|
|
|
},
|
2016-06-14 03:14:53 -05:00
|
|
|
"System.Diagnostics.TraceSource": "4.0.0",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-08-10 23:45:30 -07:00
|
|
|
"NuGet.Versioning": "3.6.0-beta.1.msbuild.1",
|
|
|
|
"NuGet.Packaging": "3.6.0-beta.1.msbuild.1",
|
|
|
|
"NuGet.Frameworks": "3.6.0-beta.1.msbuild.1",
|
|
|
|
"NuGet.ProjectModel": "3.6.0-beta.1.msbuild.1",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-01-06 15:30:56 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
2016-01-06 15:30:56 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-02-02 12:17:56 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
2016-08-09 14:26:14 -07:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-08-09 16:17:10 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-330423-54",
|
|
|
|
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000919"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
2016-04-07 15:06:11 -05:00
|
|
|
"netstandardapp1.5",
|
2016-04-11 18:11:16 -05:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-12 05:28:08 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-05-12 19:03:08 -07:00
|
|
|
"testRunner": "xunit",
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
|
|
|
]
|
|
|
|
}
|
2016-05-23 17:04:20 -07:00
|
|
|
}
|