dotnet-installer/src/dotnet/project.json
Andrew Stanton-Nurse 9f3727d1a7 fix OSX issue in VSO build
also, make it possible to have more verbose build runs when needed
2016-03-25 12:49:53 -07:00

77 lines
2.7 KiB
JSON

{
"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": {
"NuGet.Commands": {
"version": "3.5.0-beta-1068",
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-beta-1068",
"Newtonsoft.Json": "7.0.1",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160321-04",
"Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160321-04",
"Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160321-04",
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160316",
"System.Text.Encoding.CodePages": "4.0.1-rc2-23924",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23924",
"Microsoft.DiaSymReader.Native": "1.3.3",
"System.CommandLine": "0.1.0-e160323-1",
"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",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100",
"Microsoft.Extensions.CommandLineUtils.Sources": {
"type": "build",
"version": "1.0.0-rc2-16453"
},
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
"version": "1.0.0-rc2-16453",
"type": "build"
},
"Microsoft.Dnx.Runtime.Sources": {
"version": "1.0.0-rc2-16453",
"type": "build"
},
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-*",
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23924",
"Microsoft.NETCore.TestHost": "1.0.0-rc2-23924",
"Microsoft.NETCore.App": "1.0.0-rc2-23924",
"System.Diagnostics.TraceSource": "4.0.0-rc2-23924",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23924",
"System.Resources.ReaderWriter": "4.0.0-rc2-23924",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23924",
"System.Private.DataContractSerialization": "4.1.1-rc2-23924",
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc2-23924",
"exclude": "compile"
},
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
},
"scripts": { }
}