dotnet-installer/src/dotnet/project.json

69 lines
2.1 KiB
JSON
Raw Normal View History

2015-10-03 18:34:08 +00:00
{
"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-24113-00",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24113-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"
},
2016-03-24 16:36:05 +00:00
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-*"
2016-03-24 16:36:05 +00:00
},
"System.Diagnostics.TraceSource": "4.0.0-rc3-24113-00",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-24113-00",
"System.Resources.Writer": "4.0.0-rc3-24113-00",
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24113-00",
"System.Private.DataContractSerialization": "4.1.1-rc3-24113-00",
"System.Text.RegularExpressions": "4.1.0-rc3-24113-00",
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc3-24113-00",
"exclude": "compile"
}
},
"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
}
}