2015-10-03 18:34:08 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"compileExclude": [
|
|
|
|
"commands/dotnet-new/CSharp_Console/**",
|
|
|
|
"commands/dotnet-new/FSharp_Console/**"
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"commands/dotnet-new/FSharp_Console/project.json.template"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-03-17 18:56:57 +00:00
|
|
|
"NuGet.Commands": {
|
2016-04-05 14:19:31 +00:00
|
|
|
"version": "3.5.0-beta-1130",
|
2016-03-17 18:56:57 +00:00
|
|
|
"exclude": "compile"
|
|
|
|
},
|
2016-04-05 14:19:31 +00:00
|
|
|
"NuGet.CommandLine.XPlat": "3.5.0-beta-1130",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-03-31 16:53:24 +00:00
|
|
|
"System.Text.Encoding.CodePages": "4.0.1-rc2-23931",
|
|
|
|
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23931",
|
2016-03-17 18:56:57 +00:00
|
|
|
"System.CommandLine": "0.1.0-e160323-1",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.Compiler.Common": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.ILCompiler.SDK": "1.0.6-prerelease-00003",
|
|
|
|
"Microsoft.Extensions.Logging": "1.0.0-rc2-16040",
|
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-16040",
|
2016-03-17 18:56:57 +00:00
|
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
|
|
|
"type": "build",
|
|
|
|
"version": "1.0.0-rc2-16453"
|
2015-11-02 18:53:16 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
|
|
|
|
"version": "1.0.0-rc2-16453",
|
|
|
|
"type": "build"
|
2015-10-20 09:42:29 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.Dnx.Runtime.Sources": {
|
|
|
|
"version": "1.0.0-rc2-16453",
|
|
|
|
"type": "build"
|
2015-11-18 02:02:08 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
|
2016-03-31 16:53:24 +00:00
|
|
|
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23931",
|
|
|
|
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23931",
|
2016-03-24 16:36:05 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"type": "platform",
|
2016-03-31 16:53:24 +00:00
|
|
|
"version": "1.0.0-rc2-23931"
|
2016-03-24 16:36:05 +00:00
|
|
|
},
|
2016-03-31 16:53:24 +00:00
|
|
|
"System.Diagnostics.TraceSource": "4.0.0-rc2-23931",
|
|
|
|
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23931",
|
|
|
|
"System.Resources.ReaderWriter": "4.0.0-rc2-23931",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931",
|
|
|
|
"System.Private.DataContractSerialization": "4.1.1-rc2-23931",
|
2016-03-14 19:14:34 +00:00
|
|
|
"Microsoft.Win32.Registry": {
|
2016-03-31 16:53:24 +00:00
|
|
|
"version": "4.0.0-rc2-23931",
|
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-03-24 16:36:05 +00:00
|
|
|
"netstandard1.5": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
2016-03-24 16:36:05 +00:00
|
|
|
"netstandardapp1.5",
|
2016-03-12 05:28:08 +00:00
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2015-10-03 18:34:08 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
2016-03-25 21:48:25 +00:00
|
|
|
"scripts": {}
|
2015-10-21 22:21:14 +00:00
|
|
|
}
|