2016-03-22 15:39:04 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Build scripts for dotnet-cli",
|
2016-05-16 23:30:56 +00:00
|
|
|
"buildOptions": {
|
2016-06-24 18:06:13 +00:00
|
|
|
"emitEntryPoint": true,
|
|
|
|
"allowUnsafe": true,
|
|
|
|
"compile": [
|
|
|
|
"../Microsoft.DotNet.Cli.Build.Framework/**/*.cs",
|
|
|
|
"../shared-build-targets-utils/**/*.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/RuntimeEnvironment.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/Platform.cs",
|
|
|
|
"../../src/Microsoft.DotNet.InternalAbstractions/Native/*.cs"
|
|
|
|
]
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-06-14 08:14:53 +00:00
|
|
|
"NETStandard.Library": "1.6.0",
|
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
|
|
|
|
"Microsoft.CSharp": "4.0.1",
|
|
|
|
"System.Dynamic.Runtime": "4.0.11",
|
|
|
|
"System.Reflection.Metadata": "1.3.0",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
|
|
|
"System.Xml.XmlSerializer": "4.0.11",
|
2016-05-12 00:20:40 +00:00
|
|
|
"WindowsAzure.Storage": "6.2.2-preview",
|
2016-06-13 22:43:10 +00:00
|
|
|
"NuGet.CommandLine.XPlat": "3.5.0-beta2-1484",
|
2016-06-24 18:06:13 +00:00
|
|
|
"Microsoft.Build.Framework": "0.1.0-preview-00024-160610",
|
|
|
|
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00024-160610"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-12 00:20:40 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-22 15:39:04 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-02 18:04:50 +00:00
|
|
|
}
|
2016-05-17 23:16:48 +00:00
|
|
|
},
|
|
|
|
"runtimes": {
|
2016-05-24 00:04:20 +00:00
|
|
|
"win7-x64": {},
|
|
|
|
"win7-x86": {},
|
|
|
|
"osx.10.11-x64": {},
|
|
|
|
"ubuntu.14.04-x64": {},
|
2016-05-26 19:48:16 +00:00
|
|
|
"ubuntu.16.04-x64": {},
|
2016-05-24 00:04:20 +00:00
|
|
|
"centos.7-x64": {},
|
|
|
|
"rhel.7.2-x64": {},
|
2016-05-27 06:33:37 +00:00
|
|
|
"debian.8-x64": {},
|
2016-05-31 20:54:35 +00:00
|
|
|
"fedora.23-x64": {},
|
|
|
|
"opensuse.13.2-x64": {}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-02-02 18:04:50 +00:00
|
|
|
}
|