69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"version": "1.0.0-preview2-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"embed": {
|
|
"include": [
|
|
"commands/dotnet-new/CSharp_Console/NuGet.Config",
|
|
"commands/dotnet-new/CSharp_Console/Program.cs",
|
|
"commands/dotnet-new/CSharp_Console/project.json.template",
|
|
"commands/dotnet-new/FSharp_Console/NuGet.config",
|
|
"commands/dotnet-new/FSharp_Console/Program.fs",
|
|
"commands/dotnet-new/FSharp_Console/project.json.template"
|
|
]
|
|
},
|
|
"compile": {
|
|
"exclude": [
|
|
"commands/dotnet-new/CSharp_Console/**",
|
|
"commands/dotnet-new/FSharp_Console/**"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"NuGet.Commands": {
|
|
"version": "3.5.0-rc-1285",
|
|
"exclude": "compile"
|
|
},
|
|
"NuGet.CommandLine.XPlat": "3.5.0-rc-1285",
|
|
"Newtonsoft.Json": "7.0.1",
|
|
"System.Text.Encoding.CodePages": "4.0.1-rc3-24126-00",
|
|
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24126-00",
|
|
"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.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004312"
|
|
},
|
|
"System.Diagnostics.TraceSource": "4.0.0-rc3-24126-00",
|
|
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-24126-00",
|
|
"System.Resources.Writer": "4.0.0-rc3-24126-00",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24126-00",
|
|
"System.Private.DataContractSerialization": "4.1.1-rc3-24126-00",
|
|
"System.Text.RegularExpressions": "4.1.0-rc3-24126-00",
|
|
"Microsoft.Win32.Registry": {
|
|
"version": "4.0.0-rc3-24126-00",
|
|
"exclude": "compile"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"netstandardapp1.5",
|
|
"portable-net45+win8",
|
|
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
|
]
|
|
}
|
|
}
|
|
}
|