dotnet-installer/src/dotnet/project.json

101 lines
2.9 KiB
JSON
Raw Normal View History

2015-10-03 18:34:08 +00:00
{
2016-07-22 23:15:43 +00:00
"version": "1.0.0-featmsbuild-*",
"buildOptions": {
"emitEntryPoint": true,
"embed": {
"include": [
"commands/dotnet-new/CSharp_Console.zip",
"commands/dotnet-new/CSharp_Lib.zip",
"commands/dotnet-new/CSharp_MSBuild.zip",
"commands/dotnet-new/CSharp_xunittest.zip",
"commands/dotnet-new/CSharp_Web.zip",
"commands/dotnet-new/FSharp_Console.zip",
"commands/dotnet-new/FSharp_Lib.zip"
]
},
"compile": {
"exclude": [
"commands/dotnet-new/CSharp_Console/**",
"commands/dotnet-new/FSharp_Console/**",
"commands/dotnet-new/CSharp_Web/**",
"commands/dotnet-new/CSharp_Lib/**",
"commands/dotnet-new/CSharp_MSBuild/**",
"commands/dotnet-new/FSharp_Lib/**",
"commands/dotnet-new/CSharp_xunittest/**"
]
}
},
"publishOptions": {
"include": [
2016-07-21 17:18:00 +00:00
"14.1/**",
"*.props",
"*.targets"
]
},
"dependencies": {
"NuGet.Commands": {
"version": "3.5.0-rc1-1653",
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-rc1-1653",
2016-06-13 22:06:18 +00:00
"Newtonsoft.Json": "9.0.1",
"System.Text.Encoding.CodePages": "4.0.1",
"System.Diagnostics.FileVersionInfo": "4.0.0",
"Microsoft.ApplicationInsights": "2.0.0",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.Extensions.Testing.Abstractions": {
"target": "project"
},
"Microsoft.DotNet.Configurer": {
"target": "project"
},
2016-03-24 16:36:05 +00:00
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
2016-03-24 16:36:05 +00:00
},
"System.Diagnostics.TraceSource": "4.0.0",
"System.Diagnostics.TextWriterTraceListener": "4.0.0",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Private.DataContractSerialization": "4.1.1",
"System.Text.RegularExpressions": "4.1.0",
"Microsoft.Win32.Registry": {
"version": "4.0.0",
"exclude": "compile"
},
"MSBuild": "0.1.0-preview-00024-160610",
"Microsoft.Build.Framework": "0.1.0-preview-00024-160610",
"Microsoft.Build.Tasks.Core": "0.1.0-preview-00024-160610",
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00024-160610",
"Microsoft.Build.Targets": "0.1.0-preview-00024-160610",
"Microsoft.Build": "0.1.0-preview-00024-160610",
"Microsoft.Net.Compilers.netcore": "1.3.0",
"Microsoft.Net.Compilers.Targets.NetCore": "0.1.5-dev",
"Microsoft.Cci": "4.0.0-rc3-24128-00",
"Microsoft.Composition": "1.0.30",
"Microsoft.NuGet.Build.Tasks": "1.0.0-alpha-000001",
"Microsoft.DotNet.Core.Build.Tasks": {
"target": "project"
}
},
"frameworks": {
2016-04-07 21:05:35 +00:00
"netcoreapp1.0": {
2016-04-15 05:25:53 +00:00
"imports": [
"dnxcore50",
"netstandardapp1.5",
"portable-net45+win8",
"portable-net45+wp80+win8+wpa81+dnxcore50"
]
2015-10-03 18:34:08 +00:00
}
2016-04-06 02:24:26 +00:00
}
2016-05-24 00:04:20 +00:00
}