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 18:30:56 -05:00
|
|
|
"buildOptions": {
|
2016-06-24 13:06:13 -05:00
|
|
|
"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 03:14:53 -05: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-11 17:20:40 -07:00
|
|
|
"WindowsAzure.Storage": "6.2.2-preview",
|
2016-08-01 13:56:35 -05:00
|
|
|
"NuGet.CommandLine.XPlat": "3.5.0-rc1-1697",
|
2016-08-09 01:12:29 -07:00
|
|
|
"Microsoft.Build.Framework": "0.1.0-preview-00029-160805",
|
|
|
|
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00029-160805"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-11 17:20:40 -07:00
|
|
|
"netcoreapp1.0": {
|
2016-03-22 15:39:04 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-02 10:04:50 -08:00
|
|
|
}
|
2016-05-17 18:16:48 -05:00
|
|
|
},
|
|
|
|
"runtimes": {
|
2016-05-23 17:04:20 -07:00
|
|
|
"win7-x64": {},
|
|
|
|
"win7-x86": {},
|
|
|
|
"osx.10.11-x64": {},
|
|
|
|
"ubuntu.14.04-x64": {},
|
2016-05-26 12:48:16 -07:00
|
|
|
"ubuntu.16.04-x64": {},
|
2016-05-23 17:04:20 -07:00
|
|
|
"centos.7-x64": {},
|
|
|
|
"rhel.7.2-x64": {},
|
2016-05-26 23:33:37 -07:00
|
|
|
"debian.8-x64": {},
|
2016-05-31 13:54:35 -07:00
|
|
|
"fedora.23-x64": {},
|
|
|
|
"opensuse.13.2-x64": {}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-02-02 10:04:50 -08:00
|
|
|
}
|