dotnet-installer/src/dotnet/project.json
2016-06-12 00:58:26 -07:00

74 lines
2.2 KiB
JSON

{
"version": "1.0.0-preview2-*",
"buildOptions": {
"emitEntryPoint": true,
"embed": {
"include": [
"commands/dotnet-new/CSharp_Console.zip",
"commands/dotnet-new/CSharp_Lib.zip",
"commands/dotnet-new/CSharp_xunittest.zip",
"commands/dotnet-new/FSharp_Console.zip",
"commands/dotnet-new/CSharp_Web.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_xunittest/**"
]
}
},
"dependencies": {
"NuGet.Commands": {
"version": "3.5.0-beta2-1480",
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1480",
"Newtonsoft.Json": "9.0.1-beta1",
"System.Text.Encoding.CodePages": "4.0.1-rc3-24210-10",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24210-10",
"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"
},
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004459-00"
},
"System.Diagnostics.TraceSource": "4.0.0-rc3-24210-10",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-24210-10",
"System.Resources.Writer": "4.0.0-rc3-24210-10",
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24210-10",
"System.Private.DataContractSerialization": "4.1.1-rc3-24210-10",
"System.Text.RegularExpressions": "4.1.0-rc3-24210-10",
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc3-24210-10",
"exclude": "compile"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"netstandardapp1.5",
"portable-net45+win8",
"portable-net45+wp80+win8+wpa81+dnxcore50"
]
}
}
}