2015-10-03 18:34:08 +00:00
|
|
|
{
|
2015-11-02 18:53:16 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
2016-03-07 17:34:18 +00:00
|
|
|
"compileExclude": [
|
|
|
|
"commands/dotnet-new/CSharp_Console/**",
|
|
|
|
"commands/dotnet-new/FSharp_Console/**"
|
2016-01-31 05:47:50 +00:00
|
|
|
],
|
2016-03-07 17:34:18 +00:00
|
|
|
"resource": [
|
|
|
|
"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",
|
2016-02-04 06:19:41 +00:00
|
|
|
"commands/dotnet-new/FSharp_Console/project.json.template"
|
2016-01-31 05:47:50 +00:00
|
|
|
],
|
2015-11-02 18:53:16 +00:00
|
|
|
"dependencies": {
|
2016-01-31 05:47:50 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-02-05 21:53:23 +00:00
|
|
|
|
2016-02-27 00:00:54 +00:00
|
|
|
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160225-02",
|
2016-01-31 05:47:50 +00:00
|
|
|
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218",
|
2016-02-27 00:00:54 +00:00
|
|
|
"Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160225-02",
|
2016-03-01 23:35:32 +00:00
|
|
|
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160225-02",
|
2016-02-02 23:13:03 +00:00
|
|
|
"Microsoft.DiaSymReader.Native": "1.3.3",
|
|
|
|
|
2016-03-07 17:34:18 +00:00
|
|
|
"NuGet.CommandLine.XPlat": "3.4.0-rtm-0724",
|
2016-02-05 21:53:23 +00:00
|
|
|
"System.CommandLine": "0.1.0-e160119-1",
|
|
|
|
|
2016-01-31 05:47:50 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
2016-01-06 07:48:50 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
2016-02-04 00:34:03 +00:00
|
|
|
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
|
2016-02-05 21:53:23 +00:00
|
|
|
|
2016-02-03 07:24:22 +00:00
|
|
|
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040",
|
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537",
|
2015-11-02 18:53:16 +00:00
|
|
|
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
|
|
|
"type": "build",
|
2016-02-03 01:04:58 +00:00
|
|
|
"version": "1.0.0-rc2-16453"
|
2016-01-31 05:47:50 +00:00
|
|
|
},
|
|
|
|
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
2016-02-03 01:04:58 +00:00
|
|
|
"version": "1.0.0-rc2-16453",
|
2016-01-31 05:47:50 +00:00
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
"Microsoft.Dnx.Runtime.Sources": {
|
2016-02-03 01:04:58 +00:00
|
|
|
"version": "1.0.0-rc2-16453",
|
2016-01-31 05:47:50 +00:00
|
|
|
"type": "build"
|
|
|
|
},
|
2016-02-16 02:39:29 +00:00
|
|
|
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
|
2016-03-01 23:35:32 +00:00
|
|
|
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23901",
|
|
|
|
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23901",
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
|
|
"System.Reflection.Metadata": "1.3.0-beta-23901",
|
|
|
|
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23901",
|
|
|
|
"System.Diagnostics.TraceSource": "4.0.0-rc2-23901",
|
|
|
|
"System.Linq.Expressions": "4.0.11-rc2-23901",
|
|
|
|
"System.Xml.XDocument": "4.0.11-rc2-23901",
|
|
|
|
"System.Resources.ReaderWriter": "4.0.0-rc2-23901",
|
|
|
|
"System.Net.Sockets": "4.1.0-rc2-23901",
|
|
|
|
"System.IO.Compression.ZipFile": "4.0.1-rc2-23901",
|
|
|
|
"System.Threading.ThreadPool": "4.0.10-rc2-23901",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23901",
|
|
|
|
|
|
|
|
"System.Private.DataContractSerialization": "4.1.0-rc2-23901"
|
2015-10-20 09:42:29 +00:00
|
|
|
},
|
2015-11-02 18:53:16 +00:00
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-01-22 18:40:01 +00:00
|
|
|
}
|
2015-11-18 02:02:08 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-10-03 18:34:08 +00:00
|
|
|
}
|
2015-10-21 22:21:14 +00:00
|
|
|
}
|