2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-05-02 22:46:48 +00:00
|
|
|
"emitEntryPoint": true,
|
2016-05-13 02:03:08 +00: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 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-06 14:24:51 +00:00
|
|
|
"version": "1.0.0-rc3-004404"
|
2016-04-07 20:06:11 +00:00
|
|
|
},
|
2016-06-06 14:24:51 +00:00
|
|
|
"System.Diagnostics.TraceSource": "4.0.0-rc3-24206-00",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24206-00",
|
2016-05-12 00:49:41 +00:00
|
|
|
"NuGet.Versioning": "3.5.0-rc-1285",
|
|
|
|
"NuGet.Packaging": "3.5.0-rc-1285",
|
|
|
|
"NuGet.Frameworks": "3.5.0-rc-1285",
|
|
|
|
"NuGet.ProjectModel": "3.5.0-rc-1285",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-01-06 23:30:56 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
2016-01-06 23:30:56 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-02-02 20:17:56 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"xunit": "2.1.0",
|
2016-05-17 21:53:18 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
2016-04-07 20:06:11 +00:00
|
|
|
"netstandardapp1.5",
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-12 05:28:08 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"testRunner": "xunit",
|
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
|
|
|
]
|
|
|
|
}
|
2016-05-24 00:04:20 +00:00
|
|
|
}
|