{ "version": "1.0.0-*", "buildOptions": { "emitEntryPoint": true, "keyFile": "../../tools/Key.snk", "compile": { "include": [ "**/*.cs", "../../src/dotnet/DotnetFiles.cs" ] }, "copyToOutput": { "include": [ "../../TestAssets/TestProjects/OutputStandardOutputAndError/*", "../../TestAssets/TestProjects/TestAppWithArgs/*", "../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*", "../../TestAssets/TestProjects/AppWithDirectDependency/**/*", "../../TestAssets/TestProjects/AppWithToolDependency/**/*", "../../artifacts/*/stage2/sdk/*/.version" ], "mappings": { ".version": "../../artifacts/*/stage2/sdk/*/.version" } } }, "dependencies": { "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.1" }, "System.Diagnostics.TraceSource": "4.0.0", "System.Runtime.Serialization.Primitives": "4.1.1", "NuGet.Versioning": "3.6.0-rc-1984", "NuGet.Packaging": "3.6.0-rc-1984", "NuGet.Frameworks": "3.6.0-rc-1984", "NuGet.ProjectModel": "3.6.0-rc-1984", "Microsoft.DotNet.Cli.Utils": { "target": "project" }, "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, "moq.netcore": "4.4.0-beta8", "xunit": "2.2.0-beta3-build3330", "dotnet-test-xunit": "1.0.0-rc2-350904-49", "Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933", "Microsoft.Build.Runtime": "15.1.319-preview5" }, "frameworks": { "netcoreapp1.0": { "imports": [ "netstandardapp1.5", "dotnet5.4", "portable-net451+win8" ] } }, "testRunner": "xunit", "publishOptions": { "include": [ "../../TestAssets/TestProjects/OutputStandardOutputAndError/*", "../../TestAssets/TestProjects/TestAppWithArgs/*", "../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*", "../../TestAssets/TestProjects/AppWithDirectDependency/**/*", "../../TestAssets/TestProjects/AppWithToolDependency/**/*" ] } }