dotnet-installer/src/dotnet/project.json

59 lines
2 KiB
JSON
Raw Normal View History

2015-10-03 18:34:08 +00:00
{
"version": "1.0.0-preview2-*",
"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",
"exclude": "compile"
},
"NuGet.CommandLine.XPlat": "3.5.0-beta",
"Newtonsoft.Json": "7.0.1",
2016-04-27 05:41:53 +00:00
"System.Text.Encoding.CodePages": "4.0.1-rc2-24027",
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",
"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-04-27 05:41:53 +00:00
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
"Microsoft.NETCore.TestHost": "1.0.0-rc2-24027",
2016-03-24 16:36:05 +00:00
"Microsoft.NETCore.App": {
"type": "platform",
2016-04-07 00:45:38 +00:00
"version": "1.0.0-rc2-*"
2016-03-24 16:36:05 +00:00
},
2016-04-27 05:41:53 +00:00
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-24027",
"System.Resources.ReaderWriter": "4.0.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"System.Private.DataContractSerialization": "4.1.1-rc2-24027",
"Microsoft.Win32.Registry": {
2016-04-27 05:41:53 +00:00
"version": "4.0.0-rc2-24027",
"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
}
}