2015-10-03 18:34:08 +00:00
|
|
|
{
|
2016-05-09 09:34:04 +00:00
|
|
|
"version": "1.0.0-preview2-*",
|
2016-05-13 02:03:08 +00:00
|
|
|
"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/**"
|
|
|
|
]
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-17 18:56:57 +00:00
|
|
|
"NuGet.Commands": {
|
2016-05-12 00:49:41 +00:00
|
|
|
"version": "3.5.0-rc-1285",
|
2016-03-17 18:56:57 +00:00
|
|
|
"exclude": "compile"
|
|
|
|
},
|
2016-05-12 00:49:41 +00:00
|
|
|
"NuGet.CommandLine.XPlat": "3.5.0-rc-1285",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-05-31 20:27:46 +00:00
|
|
|
"System.Text.Encoding.CodePages": "4.0.1-rc3-24131-00",
|
|
|
|
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24131-00",
|
2016-04-07 00:02:27 +00:00
|
|
|
"Microsoft.ApplicationInsights": "2.0.0",
|
2016-05-13 02:03:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Compiler.Common": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.Testing.Abstractions": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-24 16:36:05 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"type": "platform",
|
2016-05-31 20:27:46 +00:00
|
|
|
"version": "1.0.0-rc3-004363"
|
2016-03-24 16:36:05 +00:00
|
|
|
},
|
2016-05-31 20:27:46 +00:00
|
|
|
"System.Diagnostics.TraceSource": "4.0.0-rc3-24131-00",
|
|
|
|
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-24131-00",
|
|
|
|
"System.Resources.Writer": "4.0.0-rc3-24131-00",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24131-00",
|
|
|
|
"System.Private.DataContractSerialization": "4.1.1-rc3-24131-00",
|
|
|
|
"System.Text.RegularExpressions": "4.1.0-rc3-24131-00",
|
2016-03-14 19:14:34 +00:00
|
|
|
"Microsoft.Win32.Registry": {
|
2016-05-31 20:27:46 +00:00
|
|
|
"version": "4.0.0-rc3-24131-00",
|
2016-03-17 18:56:57 +00:00
|
|
|
"exclude": "compile"
|
2016-03-25 21:48:25 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|