Created
September 28, 2015 13:54
-
-
Save jstclair/31cc14b24eda8c4139f7 to your computer and use it in GitHub Desktop.
Kestrel issue #226
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"locked": false, | |
"version": 2, | |
"targets": { | |
"DNXCore,Version=v5.0": { | |
"Microsoft.AspNet.Antiforgery/1.0.0-beta8-15653": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.DataProtection": "1.0.0-beta8-15615", | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.WebUtilities": "1.0.0-beta8-15630", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Framework.WebEncoders": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Authorization/1.0.0-beta8-15679": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Cors.Core/6.0.0-beta8-15659": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Runtime.Handles": "4.0.1-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.DataProtection/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-beta8-15615", | |
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Win32.Registry": "4.0.0-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal.Windows": "4.0.0-beta-23302", | |
"System.Xml.XDocument": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta8-15736": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta8-15623": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta8-15623": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.IO.FileSystem.Primitives": "4.0.1-beta-23302", | |
"System.IO.FileSystem.Watcher": "4.0.0-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Http": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.CommandLine": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.Json": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging": "1.0.0-beta8-15615", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Console": "4.0.0-beta-23302", | |
"System.Diagnostics.Tracing.Telemetry": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Html.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Resources.ResourceManager": "4.0.1-beta-" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.WebUtilities": "1.0.0-beta8-15630", | |
"Microsoft.Net.Http.Headers": "1.0.0-beta8-15630", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Tools": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Globalization.Extensions": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Net.WebSockets": "4.0.0-beta-23302", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal": "4.0.1-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Extensions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"Microsoft.Net.Http.Headers": "1.0.0-beta8-15630", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Features/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Net.WebSockets": "4.0.0-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.JsonPatch/1.0.0-beta8-15902": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-beta8-15661", | |
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta8-15661", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.ApiExplorer": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Cors": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Localization": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta8-15875", | |
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Routing": "1.0.0-beta8-15657", | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Core/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Authorization": "1.0.0-beta8-15679", | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-beta8-15875", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Diagnostics.Tracing.Telemetry": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Cors.Core": "6.0.0-beta8-15659", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"System.ComponentModel.Annotations": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.JsonPatch": "1.0.0-beta8-15902", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"Newtonsoft.Json": "6.0.6" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Localization/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Localization": "1.0.0-beta8-15661", | |
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta8-15875", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Localization": "1.0.0-beta8-15661" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-beta8-15875", | |
"Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-beta8-15654", | |
"System.Text.Encoding": "4.0.11-beta-23302", | |
"System.Threading.Tasks.Parallel": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8-15627", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Antiforgery": "1.0.0-beta8-15653", | |
"Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-beta8-15736", | |
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta8-15875", | |
"System.ComponentModel.Annotations": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.11-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Tools": "4.0.1-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Threading.Thread": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Razor": "4.0.0-beta8-15676", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Routing/1.0.0-beta8-15657": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta8-15674": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Hosting": "1.0.0-beta8-15668", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Diagnostics.TraceSource": "4.0.0-beta-23302", | |
"System.Diagnostics.Tracing": "4.0.21-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302", | |
"System.Threading.Thread": "4.0.0-beta-23302", | |
"System.Threading.ThreadPool": "4.0.10-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.WebUtilities/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {} | |
} | |
}, | |
"Microsoft.CSharp/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Dynamic.Runtime": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Linq.Expressions": "4.0.0", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Analyzers/1.0.0": { | |
"type": "package" | |
}, | |
"Microsoft.CodeAnalysis.CSharp/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Common": "[1.1.0-beta1-20150907-01]" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Common/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Analyzers": "1.0.0", | |
"System.Collections.Immutable": "1.1.36", | |
"System.Reflection.Metadata": "1.1.0-alpha-00012" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"System.IO.FileSystem": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.1.0-beta1-20150907-01", | |
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8-15654", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.1.0-beta1-20150907-01", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"System.Console": "4.0.0-beta-23302", | |
"System.IO": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Caching.Memory/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"System.Linq": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Binder/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Json/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Dynamic.Runtime": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll": {} | |
} | |
}, | |
"Microsoft.Framework.DependencyInjection/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {} | |
} | |
}, | |
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta8-15661", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Resources.ReaderWriter": "4.0.0-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Logging/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Logging.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Logging.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.OptionsModel/1.0.0-beta8-15614": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.Binder": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Primitives/1.0.0-beta8-15641": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Framework.WebEncoders/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {} | |
} | |
}, | |
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Reflection": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.1-beta-", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {} | |
} | |
}, | |
"Microsoft.Net.Http.Headers/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Contracts": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Globalization.Extensions": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.Win32.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Win32.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Registry/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.Win32.Registry.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/Microsoft.Win32.Registry.dll": {} | |
} | |
}, | |
"Newtonsoft.Json/6.0.6": { | |
"type": "package", | |
"compile": { | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} | |
} | |
}, | |
"System.Collections/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Collections.dll": {} | |
} | |
}, | |
"System.Collections.Concurrent/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.Concurrent.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Collections.Concurrent.dll": {} | |
} | |
}, | |
"System.Collections.Immutable/1.1.36": { | |
"type": "package", | |
"compile": { | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} | |
} | |
}, | |
"System.Collections.NonGeneric/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.NonGeneric.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Collections.NonGeneric.dll": {} | |
} | |
}, | |
"System.ComponentModel/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.dll": {} | |
} | |
}, | |
"System.ComponentModel.Annotations/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.ComponentModel": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.RegularExpressions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.Annotations.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.Annotations.dll": {} | |
} | |
}, | |
"System.ComponentModel.EventBasedAsync/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} | |
} | |
}, | |
"System.ComponentModel.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.Primitives.dll": {} | |
} | |
}, | |
"System.ComponentModel.TypeConverter/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.ComponentModel": "4.0.0", | |
"System.ComponentModel.Primitives": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.TypeConverter.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.TypeConverter.dll": {} | |
} | |
}, | |
"System.Console/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Console.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Console.dll": {} | |
} | |
}, | |
"System.Diagnostics.Contracts/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Contracts.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Contracts.dll": {} | |
} | |
}, | |
"System.Diagnostics.Debug/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Debug.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Debug.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tools/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Tools.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Tools.dll": {} | |
} | |
}, | |
"System.Diagnostics.TraceSource/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.TraceSource.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Tracing.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Tracing.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing.Telemetry/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Threading": "4.0.0" | |
}, | |
"compile": { | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll": {} | |
} | |
}, | |
"System.Dynamic.Runtime/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Linq.Expressions": "4.0.10", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Emit": "4.0.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Dynamic.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Dynamic.Runtime.dll": {} | |
} | |
}, | |
"System.Globalization/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Globalization.dll": {} | |
} | |
}, | |
"System.Globalization.Calendars/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.Calendars.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Globalization.Calendars.dll": {} | |
} | |
}, | |
"System.Globalization.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Globalization.Extensions.dll": {} | |
} | |
}, | |
"System.IO/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20", | |
"System.Text.Encoding": "4.0.0", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.dll": {} | |
} | |
}, | |
"System.IO.FileSystem/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.FileSystem.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Primitives/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Watcher/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.Watcher.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.FileSystem.Watcher.dll": {} | |
} | |
}, | |
"System.Linq/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Linq.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Linq.dll": {} | |
} | |
}, | |
"System.Linq.Expressions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Emit": "4.0.0", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Linq.Expressions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Linq.Expressions.dll": {} | |
} | |
}, | |
"System.Net.Primitives/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Private.Networking": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Net.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Net.Primitives.dll": {} | |
} | |
}, | |
"System.Net.WebSockets/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Net.WebSockets.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Net.WebSockets.dll": {} | |
} | |
}, | |
"System.ObjectModel/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ObjectModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ObjectModel.dll": {} | |
} | |
}, | |
"System.Private.Networking/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.Collections": "4.0.10", | |
"System.Collections.Concurrent": "4.0.0", | |
"System.Collections.NonGeneric": "4.0.0", | |
"System.ComponentModel.EventBasedAsync": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal.Windows": "4.0.0-beta-23302", | |
"System.Security.SecureString": "4.0.0-beta-23302", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0", | |
"System.Threading.Tasks": "4.0.10", | |
"System.Threading.ThreadPool": "4.0.10-beta-23302" | |
}, | |
"compile": { | |
"ref/dnxcore50/_._": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Private.Networking.dll": {} | |
} | |
}, | |
"System.Private.Uri/4.0.1-beta-23302": { | |
"type": "package", | |
"compile": { | |
"ref/dnxcore50/_._": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Private.Uri.dll": {} | |
} | |
}, | |
"System.Reflection/4.1.0-beta-23225": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.dll": {} | |
} | |
}, | |
"System.Reflection.Emit/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Emit.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Emit.dll": {} | |
} | |
}, | |
"System.Reflection.Emit.ILGeneration/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} | |
} | |
}, | |
"System.Reflection.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Extensions.dll": {} | |
} | |
}, | |
"System.Reflection.Metadata/1.1.0-alpha-00012": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Immutable": "1.1.37-beta-23024" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {} | |
} | |
}, | |
"System.Reflection.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Primitives.dll": {} | |
} | |
}, | |
"System.Reflection.TypeExtensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.TypeExtensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} | |
} | |
}, | |
"System.Resources.ReaderWriter/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Resources.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Resources.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Resources.ResourceManager/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Resources.ResourceManager.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Resources.ResourceManager.dll": {} | |
} | |
}, | |
"System.Runtime/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Private.Uri": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.dll": {} | |
} | |
}, | |
"System.Runtime.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.Extensions.dll": {} | |
} | |
}, | |
"System.Runtime.Handles/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Handles.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.Handles.dll": {} | |
} | |
}, | |
"System.Runtime.InteropServices/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0", | |
"System.Runtime.Handles": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.InteropServices.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.InteropServices.dll": {} | |
} | |
}, | |
"System.Runtime.Numerics/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Numerics.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Runtime.Numerics.dll": {} | |
} | |
}, | |
"System.Security.Claims/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.0", | |
"System.Globalization": "4.0.0", | |
"System.IO": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Security.Principal": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Claims.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Security.Claims.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Algorithms/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.0", | |
"System.Text.Encoding.Extensions": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Cng/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Cng.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Cng.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Csp/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Reflection": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Encoding": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Csp.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Encoding/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Encoding.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Primitives/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.X509Certificates/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Globalization.Calendars": "4.0.0", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Runtime.Numerics": "4.0.0", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Cng": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Csp": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Encoding": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} | |
} | |
}, | |
"System.Security.Principal/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Principal.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Security.Principal.dll": {} | |
} | |
}, | |
"System.Security.Principal.Windows/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.0", | |
"System.Security.Claims": "4.0.0", | |
"System.Security.Principal": "4.0.0", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Principal.Windows.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Principal.Windows.dll": {} | |
} | |
}, | |
"System.Security.SecureString/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.SecureString.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.SecureString.dll": {} | |
} | |
}, | |
"System.Text.Encoding/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.Encoding.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Text.Encoding.dll": {} | |
} | |
}, | |
"System.Text.Encoding.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Text.Encoding": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.Encoding.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} | |
} | |
}, | |
"System.Text.RegularExpressions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.RegularExpressions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Text.RegularExpressions.dll": {} | |
} | |
}, | |
"System.Threading/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.dll": {} | |
} | |
}, | |
"System.Threading.Overlapped/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Runtime.Handles": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Overlapped.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Overlapped.dll": {} | |
} | |
}, | |
"System.Threading.Tasks/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Tasks.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Tasks.dll": {} | |
} | |
}, | |
"System.Threading.Tasks.Parallel/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Concurrent": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Tasks.Parallel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Threading.Tasks.Parallel.dll": {} | |
} | |
}, | |
"System.Threading.Thread/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Thread.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Thread.dll": {} | |
} | |
}, | |
"System.Threading.ThreadPool/4.0.10-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.ThreadPool.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.ThreadPool.dll": {} | |
} | |
}, | |
"System.Xml.ReaderWriter/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Text.RegularExpressions": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Xml.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Xml.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Xml.XDocument/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tools": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Xml.ReaderWriter": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Xml.XDocument.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Xml.XDocument.dll": {} | |
} | |
} | |
}, | |
"DNXCore,Version=v5.0/darwin-x86": { | |
"Microsoft.AspNet.Antiforgery/1.0.0-beta8-15653": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.DataProtection": "1.0.0-beta8-15615", | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.WebUtilities": "1.0.0-beta8-15630", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Framework.WebEncoders": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Authorization/1.0.0-beta8-15679": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Cors.Core/6.0.0-beta8-15659": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Runtime.Handles": "4.0.1-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.DataProtection/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-beta8-15615", | |
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Win32.Registry": "4.0.0-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal.Windows": "4.0.0-beta-23302", | |
"System.Xml.XDocument": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta8-15736": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta8-15623": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta8-15623": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.IO.FileSystem.Primitives": "4.0.1-beta-23302", | |
"System.IO.FileSystem.Watcher": "4.0.0-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Http": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.CommandLine": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.Json": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging": "1.0.0-beta8-15615", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Console": "4.0.0-beta-23302", | |
"System.Diagnostics.Tracing.Telemetry": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Html.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Resources.ResourceManager": "4.0.1-beta-" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.WebUtilities": "1.0.0-beta8-15630", | |
"Microsoft.Net.Http.Headers": "1.0.0-beta8-15630", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Tools": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Globalization.Extensions": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Net.WebSockets": "4.0.0-beta-23302", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal": "4.0.1-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Extensions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"Microsoft.Net.Http.Headers": "1.0.0-beta8-15630", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Features/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Net.WebSockets": "4.0.0-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.JsonPatch/1.0.0-beta8-15902": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-beta8-15661", | |
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta8-15661", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.ApiExplorer": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Cors": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Localization": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta8-15875", | |
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Routing": "1.0.0-beta8-15657", | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Core/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Authorization": "1.0.0-beta8-15679", | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-beta8-15875", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Diagnostics.Tracing.Telemetry": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Cors.Core": "6.0.0-beta8-15659", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"System.ComponentModel.Annotations": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.JsonPatch": "1.0.0-beta8-15902", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"Newtonsoft.Json": "6.0.6" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Localization/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Localization": "1.0.0-beta8-15661", | |
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta8-15875", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Localization": "1.0.0-beta8-15661" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-beta8-15875", | |
"Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-beta8-15654", | |
"System.Text.Encoding": "4.0.11-beta-23302", | |
"System.Threading.Tasks.Parallel": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8-15627", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Antiforgery": "1.0.0-beta8-15653", | |
"Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-beta8-15736", | |
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta8-15875", | |
"System.ComponentModel.Annotations": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.11-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Tools": "4.0.1-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Threading.Thread": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Razor": "4.0.0-beta8-15676", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Routing/1.0.0-beta8-15657": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta8-15674": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Hosting": "1.0.0-beta8-15668", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Diagnostics.TraceSource": "4.0.0-beta-23302", | |
"System.Diagnostics.Tracing": "4.0.21-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302", | |
"System.Threading.Thread": "4.0.0-beta-23302", | |
"System.Threading.ThreadPool": "4.0.10-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.WebUtilities/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {} | |
} | |
}, | |
"Microsoft.CSharp/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Dynamic.Runtime": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Linq.Expressions": "4.0.0", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Analyzers/1.0.0": { | |
"type": "package" | |
}, | |
"Microsoft.CodeAnalysis.CSharp/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Common": "[1.1.0-beta1-20150907-01]" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Common/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Analyzers": "1.0.0", | |
"System.Collections.Immutable": "1.1.36", | |
"System.Reflection.Metadata": "1.1.0-alpha-00012" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"System.IO.FileSystem": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.1.0-beta1-20150907-01", | |
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8-15654", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.1.0-beta1-20150907-01", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"System.Console": "4.0.0-beta-23302", | |
"System.IO": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Caching.Memory/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"System.Linq": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Binder/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Json/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Dynamic.Runtime": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll": {} | |
} | |
}, | |
"Microsoft.Framework.DependencyInjection/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {} | |
} | |
}, | |
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta8-15661", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Resources.ReaderWriter": "4.0.0-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Logging/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Logging.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Logging.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.OptionsModel/1.0.0-beta8-15614": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.Binder": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Primitives/1.0.0-beta8-15641": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Framework.WebEncoders/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {} | |
} | |
}, | |
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Reflection": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.1-beta-", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {} | |
} | |
}, | |
"Microsoft.Net.Http.Headers/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Contracts": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Globalization.Extensions": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.Win32.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Win32.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Registry/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.Win32.Registry.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/Microsoft.Win32.Registry.dll": {} | |
} | |
}, | |
"Newtonsoft.Json/6.0.6": { | |
"type": "package", | |
"compile": { | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} | |
} | |
}, | |
"System.Collections/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Collections.dll": {} | |
} | |
}, | |
"System.Collections.Concurrent/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.Concurrent.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Collections.Concurrent.dll": {} | |
} | |
}, | |
"System.Collections.Immutable/1.1.36": { | |
"type": "package", | |
"compile": { | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} | |
} | |
}, | |
"System.Collections.NonGeneric/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.NonGeneric.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Collections.NonGeneric.dll": {} | |
} | |
}, | |
"System.ComponentModel/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.dll": {} | |
} | |
}, | |
"System.ComponentModel.Annotations/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.ComponentModel": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.RegularExpressions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.Annotations.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.Annotations.dll": {} | |
} | |
}, | |
"System.ComponentModel.EventBasedAsync/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} | |
} | |
}, | |
"System.ComponentModel.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.Primitives.dll": {} | |
} | |
}, | |
"System.ComponentModel.TypeConverter/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.ComponentModel": "4.0.0", | |
"System.ComponentModel.Primitives": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.TypeConverter.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.TypeConverter.dll": {} | |
} | |
}, | |
"System.Console/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Console.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Console.dll": {} | |
} | |
}, | |
"System.Diagnostics.Contracts/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Contracts.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Contracts.dll": {} | |
} | |
}, | |
"System.Diagnostics.Debug/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Debug.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Debug.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tools/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Tools.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Tools.dll": {} | |
} | |
}, | |
"System.Diagnostics.TraceSource/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.TraceSource.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Tracing.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Tracing.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing.Telemetry/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Threading": "4.0.0" | |
}, | |
"compile": { | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll": {} | |
} | |
}, | |
"System.Dynamic.Runtime/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Linq.Expressions": "4.0.10", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Emit": "4.0.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Dynamic.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Dynamic.Runtime.dll": {} | |
} | |
}, | |
"System.Globalization/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Globalization.dll": {} | |
} | |
}, | |
"System.Globalization.Calendars/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.Calendars.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Globalization.Calendars.dll": {} | |
} | |
}, | |
"System.Globalization.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Globalization.Extensions.dll": {} | |
} | |
}, | |
"System.IO/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20", | |
"System.Text.Encoding": "4.0.0", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.dll": {} | |
} | |
}, | |
"System.IO.FileSystem/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.FileSystem.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Primitives/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Watcher/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.Watcher.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.FileSystem.Watcher.dll": {} | |
} | |
}, | |
"System.Linq/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Linq.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Linq.dll": {} | |
} | |
}, | |
"System.Linq.Expressions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Emit": "4.0.0", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Linq.Expressions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Linq.Expressions.dll": {} | |
} | |
}, | |
"System.Net.Primitives/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Private.Networking": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Net.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Net.Primitives.dll": {} | |
} | |
}, | |
"System.Net.WebSockets/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Net.WebSockets.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Net.WebSockets.dll": {} | |
} | |
}, | |
"System.ObjectModel/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ObjectModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ObjectModel.dll": {} | |
} | |
}, | |
"System.Private.Networking/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.Collections": "4.0.10", | |
"System.Collections.Concurrent": "4.0.0", | |
"System.Collections.NonGeneric": "4.0.0", | |
"System.ComponentModel.EventBasedAsync": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal.Windows": "4.0.0-beta-23302", | |
"System.Security.SecureString": "4.0.0-beta-23302", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0", | |
"System.Threading.Tasks": "4.0.10", | |
"System.Threading.ThreadPool": "4.0.10-beta-23302" | |
}, | |
"compile": { | |
"ref/dnxcore50/_._": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Private.Networking.dll": {} | |
} | |
}, | |
"System.Private.Uri/4.0.1-beta-23302": { | |
"type": "package", | |
"compile": { | |
"ref/dnxcore50/_._": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Private.Uri.dll": {} | |
} | |
}, | |
"System.Reflection/4.1.0-beta-23225": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.dll": {} | |
} | |
}, | |
"System.Reflection.Emit/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Emit.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Emit.dll": {} | |
} | |
}, | |
"System.Reflection.Emit.ILGeneration/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} | |
} | |
}, | |
"System.Reflection.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Extensions.dll": {} | |
} | |
}, | |
"System.Reflection.Metadata/1.1.0-alpha-00012": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Immutable": "1.1.37-beta-23024" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {} | |
} | |
}, | |
"System.Reflection.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Primitives.dll": {} | |
} | |
}, | |
"System.Reflection.TypeExtensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.TypeExtensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} | |
} | |
}, | |
"System.Resources.ReaderWriter/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Resources.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Resources.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Resources.ResourceManager/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Resources.ResourceManager.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Resources.ResourceManager.dll": {} | |
} | |
}, | |
"System.Runtime/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Private.Uri": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.dll": {} | |
} | |
}, | |
"System.Runtime.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.Extensions.dll": {} | |
} | |
}, | |
"System.Runtime.Handles/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Handles.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.Handles.dll": {} | |
} | |
}, | |
"System.Runtime.InteropServices/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0", | |
"System.Runtime.Handles": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.InteropServices.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.InteropServices.dll": {} | |
} | |
}, | |
"System.Runtime.Numerics/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Numerics.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Runtime.Numerics.dll": {} | |
} | |
}, | |
"System.Security.Claims/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.0", | |
"System.Globalization": "4.0.0", | |
"System.IO": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Security.Principal": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Claims.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Security.Claims.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Algorithms/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.0", | |
"System.Text.Encoding.Extensions": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Cng/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Cng.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Cng.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Csp/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Reflection": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Encoding": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Csp.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Encoding/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Encoding.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Primitives/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.X509Certificates/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Globalization.Calendars": "4.0.0", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Runtime.Numerics": "4.0.0", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Cng": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Csp": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Encoding": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} | |
} | |
}, | |
"System.Security.Principal/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Principal.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Security.Principal.dll": {} | |
} | |
}, | |
"System.Security.Principal.Windows/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.0", | |
"System.Security.Claims": "4.0.0", | |
"System.Security.Principal": "4.0.0", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Principal.Windows.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Principal.Windows.dll": {} | |
} | |
}, | |
"System.Security.SecureString/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.SecureString.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.SecureString.dll": {} | |
} | |
}, | |
"System.Text.Encoding/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.Encoding.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Text.Encoding.dll": {} | |
} | |
}, | |
"System.Text.Encoding.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Text.Encoding": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.Encoding.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} | |
} | |
}, | |
"System.Text.RegularExpressions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.RegularExpressions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Text.RegularExpressions.dll": {} | |
} | |
}, | |
"System.Threading/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.dll": {} | |
} | |
}, | |
"System.Threading.Overlapped/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Runtime.Handles": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Overlapped.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Overlapped.dll": {} | |
} | |
}, | |
"System.Threading.Tasks/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Tasks.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Tasks.dll": {} | |
} | |
}, | |
"System.Threading.Tasks.Parallel/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Concurrent": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Tasks.Parallel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Threading.Tasks.Parallel.dll": {} | |
} | |
}, | |
"System.Threading.Thread/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Thread.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Thread.dll": {} | |
} | |
}, | |
"System.Threading.ThreadPool/4.0.10-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.ThreadPool.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.ThreadPool.dll": {} | |
} | |
}, | |
"System.Xml.ReaderWriter/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Text.RegularExpressions": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Xml.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Xml.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Xml.XDocument/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tools": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Xml.ReaderWriter": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Xml.XDocument.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Xml.XDocument.dll": {} | |
} | |
} | |
}, | |
"DNXCore,Version=v5.0/darwin-x64": { | |
"Microsoft.AspNet.Antiforgery/1.0.0-beta8-15653": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.DataProtection": "1.0.0-beta8-15615", | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.WebUtilities": "1.0.0-beta8-15630", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Framework.WebEncoders": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Authorization/1.0.0-beta8-15679": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Cors.Core/6.0.0-beta8-15659": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Runtime.Handles": "4.0.1-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.DataProtection/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-beta8-15615", | |
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Win32.Registry": "4.0.0-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal.Windows": "4.0.0-beta-23302", | |
"System.Xml.XDocument": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta8-15736": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta8-15623": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta8-15623": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.IO.FileSystem.Primitives": "4.0.1-beta-23302", | |
"System.IO.FileSystem.Watcher": "4.0.0-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Http": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.CommandLine": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.Json": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging": "1.0.0-beta8-15615", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Console": "4.0.0-beta-23302", | |
"System.Diagnostics.Tracing.Telemetry": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Html.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Resources.ResourceManager": "4.0.1-beta-" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.WebUtilities": "1.0.0-beta8-15630", | |
"Microsoft.Net.Http.Headers": "1.0.0-beta8-15630", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Features": "1.0.0-beta8-15630", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Tools": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Globalization.Extensions": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Net.WebSockets": "4.0.0-beta-23302", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal": "4.0.1-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Extensions/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"Microsoft.Net.Http.Headers": "1.0.0-beta8-15630", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Http.Features/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Net.WebSockets": "4.0.0-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Security.Claims": "4.0.1-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.JsonPatch/1.0.0-beta8-15902": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-beta8-15661", | |
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta8-15661", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.ApiExplorer": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Cors": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Localization": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta8-15875", | |
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Routing": "1.0.0-beta8-15657", | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Core/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Authorization": "1.0.0-beta8-15679", | |
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta8-15668", | |
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-beta8-15875", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Diagnostics.Tracing.Telemetry": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Cors.Core": "6.0.0-beta8-15659", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"System.ComponentModel.Annotations": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.JsonPatch": "1.0.0-beta8-15902", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"Newtonsoft.Json": "6.0.6" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Localization/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Localization": "1.0.0-beta8-15661", | |
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta8-15875", | |
"Microsoft.Framework.DependencyInjection": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Localization": "1.0.0-beta8-15661" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-beta8-15875", | |
"Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-beta8-15654", | |
"System.Text.Encoding": "4.0.11-beta-23302", | |
"System.Threading.Tasks.Parallel": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8-15623", | |
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8-15627", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.Encoding.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Antiforgery": "1.0.0-beta8-15653", | |
"Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-beta8-15736", | |
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta8-15875", | |
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta8-15875", | |
"System.ComponentModel.Annotations": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta8-15875": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.11-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Tools": "4.0.1-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Threading.Thread": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8-15630", | |
"Microsoft.AspNet.Razor": "4.0.0-beta8-15676", | |
"System.Reflection.Extensions": "4.0.1-beta-23302", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-beta8-15676": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8-15676", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Routing/1.0.0-beta8-15657": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta8-15630", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Text.RegularExpressions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta8-15674": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.AspNet.Hosting": "1.0.0-beta8-15668", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Diagnostics.TraceSource": "4.0.0-beta-23302", | |
"System.Diagnostics.Tracing": "4.0.21-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Net.Primitives": "4.0.11-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302", | |
"System.Threading.Thread": "4.0.0-beta-23302", | |
"System.Threading.ThreadPool": "4.0.10-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {} | |
} | |
}, | |
"Microsoft.AspNet.WebUtilities/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {} | |
} | |
}, | |
"Microsoft.CSharp/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Dynamic.Runtime": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Linq.Expressions": "4.0.0", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Analyzers/1.0.0": { | |
"type": "package" | |
}, | |
"Microsoft.CodeAnalysis.CSharp/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Common": "[1.1.0-beta1-20150907-01]" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Common/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Analyzers": "1.0.0", | |
"System.Collections.Immutable": "1.1.36", | |
"System.Reflection.Metadata": "1.1.0-alpha-00012" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"System.IO.FileSystem": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.1.0-beta1-20150907-01", | |
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8-15654", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.1.0-beta1-20150907-01", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-15654", | |
"System.Console": "4.0.0-beta-23302", | |
"System.IO": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll": {} | |
} | |
}, | |
"Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Primitives": "1.0.0-beta8-15641", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Caching.Memory/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.IO.FileSystem": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"System.Linq": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Binder/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"System.ComponentModel.TypeConverter": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Configuration.Json/1.0.0-beta8-15627": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration": "1.0.0-beta8-15627", | |
"Newtonsoft.Json": "6.0.6", | |
"System.Dynamic.Runtime": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll": {} | |
} | |
}, | |
"Microsoft.Framework.DependencyInjection/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302", | |
"System.Threading.Tasks": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {} | |
} | |
}, | |
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8-15654", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta8-15661", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Resources.ReaderWriter": "4.0.0-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta8-15661": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1-beta-23302", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Logging/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8-15615", | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Logging.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Logging.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Collections.Concurrent": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Reflection": "4.1.0-beta-23225", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Runtime.InteropServices": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Framework.OptionsModel/1.0.0-beta8-15614": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8-15627", | |
"Microsoft.Framework.Configuration.Binder": "1.0.0-beta8-15627", | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Linq.Expressions": "4.0.11-beta-23302", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.TypeExtensions": "4.0.1-beta-23302", | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {} | |
} | |
}, | |
"Microsoft.Framework.Primitives/1.0.0-beta8-15641": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"lib/dotnet/Microsoft.Framework.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Framework.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Framework.WebEncoders/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8-15615", | |
"Microsoft.Framework.OptionsModel": "1.0.0-beta8-15614", | |
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8-15630" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {} | |
} | |
}, | |
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1-beta-23302", | |
"System.Diagnostics.Debug": "4.0.11-beta-23302", | |
"System.IO": "4.0.11-beta-23302", | |
"System.Reflection": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.1-beta-", | |
"System.Runtime.Extensions": "4.0.11-beta-23302", | |
"System.Threading": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {} | |
} | |
}, | |
"Microsoft.Net.Http.Headers/1.0.0-beta8-15630": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11-beta-23302", | |
"System.Diagnostics.Contracts": "4.0.1-beta-23302", | |
"System.Globalization": "4.0.11-beta-23302", | |
"System.Globalization.Extensions": "4.0.1-beta-23302", | |
"System.Linq": "4.0.1-beta-23302", | |
"System.Runtime": "4.0.21-beta-23302", | |
"System.Text.Encoding": "4.0.11-beta-23302" | |
}, | |
"compile": { | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {} | |
}, | |
"runtime": { | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.Win32.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/Microsoft.Win32.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Registry/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/Microsoft.Win32.Registry.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/Microsoft.Win32.Registry.dll": {} | |
} | |
}, | |
"Newtonsoft.Json/6.0.6": { | |
"type": "package", | |
"compile": { | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} | |
} | |
}, | |
"System.Collections/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.21-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Collections.dll": {} | |
} | |
}, | |
"System.Collections.Concurrent/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.Concurrent.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Collections.Concurrent.dll": {} | |
} | |
}, | |
"System.Collections.Immutable/1.1.36": { | |
"type": "package", | |
"compile": { | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} | |
} | |
}, | |
"System.Collections.NonGeneric/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Collections.NonGeneric.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Collections.NonGeneric.dll": {} | |
} | |
}, | |
"System.ComponentModel/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.dll": {} | |
} | |
}, | |
"System.ComponentModel.Annotations/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.ComponentModel": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.RegularExpressions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.Annotations.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.Annotations.dll": {} | |
} | |
}, | |
"System.ComponentModel.EventBasedAsync/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} | |
} | |
}, | |
"System.ComponentModel.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.Primitives.dll": {} | |
} | |
}, | |
"System.ComponentModel.TypeConverter/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.ComponentModel": "4.0.0", | |
"System.ComponentModel.Primitives": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ComponentModel.TypeConverter.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ComponentModel.TypeConverter.dll": {} | |
} | |
}, | |
"System.Console/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Console.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Console.dll": {} | |
} | |
}, | |
"System.Diagnostics.Contracts/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Contracts.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Contracts.dll": {} | |
} | |
}, | |
"System.Diagnostics.Debug/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Debug.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Debug.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tools/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Tools.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Tools.dll": {} | |
} | |
}, | |
"System.Diagnostics.TraceSource/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.TraceSource.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Diagnostics.Tracing.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Diagnostics.Tracing.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing.Telemetry/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Threading": "4.0.0" | |
}, | |
"compile": { | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll": {} | |
} | |
}, | |
"System.Dynamic.Runtime/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.Linq.Expressions": "4.0.10", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Emit": "4.0.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Dynamic.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Dynamic.Runtime.dll": {} | |
} | |
}, | |
"System.Globalization/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Globalization.dll": {} | |
} | |
}, | |
"System.Globalization.Calendars/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.Calendars.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Globalization.Calendars.dll": {} | |
} | |
}, | |
"System.Globalization.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Globalization.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Globalization.Extensions.dll": {} | |
} | |
}, | |
"System.IO/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20", | |
"System.Text.Encoding": "4.0.0", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.dll": {} | |
} | |
}, | |
"System.IO.FileSystem/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.FileSystem.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Primitives/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Watcher/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.IO.FileSystem.Watcher.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.IO.FileSystem.Watcher.dll": {} | |
} | |
}, | |
"System.Linq/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Linq.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Linq.dll": {} | |
} | |
}, | |
"System.Linq.Expressions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Linq": "4.0.0", | |
"System.ObjectModel": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Reflection.Emit": "4.0.0", | |
"System.Reflection.Extensions": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Reflection.TypeExtensions": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Linq.Expressions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Linq.Expressions.dll": {} | |
} | |
}, | |
"System.Net.Primitives/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Private.Networking": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Net.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Net.Primitives.dll": {} | |
} | |
}, | |
"System.Net.WebSockets/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Net.WebSockets.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Net.WebSockets.dll": {} | |
} | |
}, | |
"System.ObjectModel/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.ObjectModel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.ObjectModel.dll": {} | |
} | |
}, | |
"System.Private.Networking/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Win32.Primitives": "4.0.0", | |
"System.Collections": "4.0.10", | |
"System.Collections.Concurrent": "4.0.0", | |
"System.Collections.NonGeneric": "4.0.0", | |
"System.ComponentModel.EventBasedAsync": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23302", | |
"System.Security.Principal.Windows": "4.0.0-beta-23302", | |
"System.Security.SecureString": "4.0.0-beta-23302", | |
"System.Threading": "4.0.10", | |
"System.Threading.Overlapped": "4.0.0", | |
"System.Threading.Tasks": "4.0.10", | |
"System.Threading.ThreadPool": "4.0.10-beta-23302" | |
}, | |
"compile": { | |
"ref/dnxcore50/_._": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Private.Networking.dll": {} | |
} | |
}, | |
"System.Private.Uri/4.0.1-beta-23302": { | |
"type": "package", | |
"compile": { | |
"ref/dnxcore50/_._": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Private.Uri.dll": {} | |
} | |
}, | |
"System.Reflection/4.1.0-beta-23225": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.dll": {} | |
} | |
}, | |
"System.Reflection.Emit/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Emit.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Emit.dll": {} | |
} | |
}, | |
"System.Reflection.Emit.ILGeneration/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} | |
} | |
}, | |
"System.Reflection.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Extensions.dll": {} | |
} | |
}, | |
"System.Reflection.Metadata/1.1.0-alpha-00012": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Immutable": "1.1.37-beta-23024" | |
}, | |
"compile": { | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {} | |
}, | |
"runtime": { | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {} | |
} | |
}, | |
"System.Reflection.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.Primitives.dll": {} | |
} | |
}, | |
"System.Reflection.TypeExtensions/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Reflection.TypeExtensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} | |
} | |
}, | |
"System.Resources.ReaderWriter/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Resources.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Resources.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Resources.ResourceManager/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Resources.ResourceManager.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Resources.ResourceManager.dll": {} | |
} | |
}, | |
"System.Runtime/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Private.Uri": "4.0.1-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.dll": {} | |
} | |
}, | |
"System.Runtime.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.Extensions.dll": {} | |
} | |
}, | |
"System.Runtime.Handles/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Handles.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.Handles.dll": {} | |
} | |
}, | |
"System.Runtime.InteropServices/4.0.21-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.0.0", | |
"System.Reflection.Primitives": "4.0.0", | |
"System.Runtime": "4.0.0", | |
"System.Runtime.Handles": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.InteropServices.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Runtime.InteropServices.dll": {} | |
} | |
}, | |
"System.Runtime.Numerics/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Runtime.Numerics.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Runtime.Numerics.dll": {} | |
} | |
}, | |
"System.Security.Claims/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.0", | |
"System.Globalization": "4.0.0", | |
"System.IO": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Security.Principal": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Claims.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Security.Claims.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Algorithms/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.0", | |
"System.Text.Encoding.Extensions": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Cng/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Cng.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Cng.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Csp/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.0.10", | |
"System.Reflection": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Encoding": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Csp.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Encoding/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Encoding.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Primitives/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.0", | |
"System.IO": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.X509Certificates/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Globalization.Calendars": "4.0.0", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Runtime.Numerics": "4.0.0", | |
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Cng": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Csp": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Encoding": "4.0.0-beta-23302", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} | |
} | |
}, | |
"System.Security.Principal/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Principal.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Security.Principal.dll": {} | |
} | |
}, | |
"System.Security.Principal.Windows/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.0", | |
"System.Reflection": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.0", | |
"System.Security.Claims": "4.0.0", | |
"System.Security.Principal": "4.0.0", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.Principal.Windows.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.Principal.Windows.dll": {} | |
} | |
}, | |
"System.Security.SecureString/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Handles": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Security.Cryptography.Primitives": "4.0.0-beta-23302", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Security.SecureString.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Security.SecureString.dll": {} | |
} | |
}, | |
"System.Text.Encoding/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.Encoding.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Text.Encoding.dll": {} | |
} | |
}, | |
"System.Text.Encoding.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Text.Encoding": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.Encoding.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} | |
} | |
}, | |
"System.Text.RegularExpressions/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Text.RegularExpressions.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Text.RegularExpressions.dll": {} | |
} | |
}, | |
"System.Threading/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Threading.Tasks": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.dll": {} | |
} | |
}, | |
"System.Threading.Overlapped/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Runtime.Handles": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Overlapped.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Overlapped.dll": {} | |
} | |
}, | |
"System.Threading.Tasks/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Tasks.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Tasks.dll": {} | |
} | |
}, | |
"System.Threading.Tasks.Parallel/4.0.1-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Concurrent": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tracing": "4.0.20", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Tasks.Parallel.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Threading.Tasks.Parallel.dll": {} | |
} | |
}, | |
"System.Threading.Thread/4.0.0-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.Thread.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.Thread.dll": {} | |
} | |
}, | |
"System.Threading.ThreadPool/4.0.10-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.0.0", | |
"System.Runtime.InteropServices": "4.0.0" | |
}, | |
"compile": { | |
"ref/dotnet/System.Threading.ThreadPool.dll": {} | |
}, | |
"runtime": { | |
"lib/DNXCore50/System.Threading.ThreadPool.dll": {} | |
} | |
}, | |
"System.Xml.ReaderWriter/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.IO.FileSystem": "4.0.0", | |
"System.IO.FileSystem.Primitives": "4.0.0", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Runtime.InteropServices": "4.0.20", | |
"System.Text.Encoding": "4.0.10", | |
"System.Text.Encoding.Extensions": "4.0.10", | |
"System.Text.RegularExpressions": "4.0.10", | |
"System.Threading.Tasks": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Xml.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Xml.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Xml.XDocument/4.0.11-beta-23302": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.10", | |
"System.Diagnostics.Debug": "4.0.10", | |
"System.Diagnostics.Tools": "4.0.0", | |
"System.Globalization": "4.0.10", | |
"System.IO": "4.0.10", | |
"System.Reflection": "4.0.10", | |
"System.Resources.ResourceManager": "4.0.0", | |
"System.Runtime": "4.0.20", | |
"System.Runtime.Extensions": "4.0.10", | |
"System.Text.Encoding": "4.0.10", | |
"System.Threading": "4.0.10", | |
"System.Xml.ReaderWriter": "4.0.10" | |
}, | |
"compile": { | |
"ref/dotnet/System.Xml.XDocument.dll": {} | |
}, | |
"runtime": { | |
"lib/dotnet/System.Xml.XDocument.dll": {} | |
} | |
} | |
} | |
}, | |
"libraries": { | |
"Microsoft.AspNet.Antiforgery/1.0.0-beta8-15653": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "TwPhjNEJhrdoRB4JlKCe4wksyrE7L9FOTiZxxvGBl5yxHEtqOpgbS87teV3Z2oUP1rkNnxGNrwQrYKicJNfhkQ==", | |
"files": [ | |
"Microsoft.AspNet.Antiforgery.1.0.0-beta8-15653.nupkg", | |
"Microsoft.AspNet.Antiforgery.1.0.0-beta8-15653.nupkg.sha512", | |
"Microsoft.AspNet.Antiforgery.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Antiforgery.dll", | |
"lib/dnx451/Microsoft.AspNet.Antiforgery.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.xml" | |
] | |
}, | |
"Microsoft.AspNet.Authorization/1.0.0-beta8-15679": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "06h5aQH5S3ghTO9MlcBWDwy6OwQctMzn62b0/dwsiXdXpIVuDyLxN8o43Cx0L0zFKf8qhGuuDO8zl6xzLOkXiA==", | |
"files": [ | |
"Microsoft.AspNet.Authorization.1.0.0-beta8-15679.nupkg", | |
"Microsoft.AspNet.Authorization.1.0.0-beta8-15679.nupkg.sha512", | |
"Microsoft.AspNet.Authorization.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Authorization.dll", | |
"lib/dnx451/Microsoft.AspNet.Authorization.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Authorization.xml" | |
] | |
}, | |
"Microsoft.AspNet.Cors.Core/6.0.0-beta8-15659": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "V9WtLcPnSDkVNivRsc6pT70EtTrOXpKQBALDwLf2PygZtuxAHumuqwJyD4foQt4j61ae+n86iT4czfSOXTLPCQ==", | |
"files": [ | |
"Microsoft.AspNet.Cors.Core.6.0.0-beta8-15659.nupkg", | |
"Microsoft.AspNet.Cors.Core.6.0.0-beta8-15659.nupkg.sha512", | |
"Microsoft.AspNet.Cors.Core.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Cors.Core.dll", | |
"lib/dnx451/Microsoft.AspNet.Cors.Core.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.xml" | |
] | |
}, | |
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "OIda/l7ETAHRipqjX/r+G3Ds6DGjJWhCYiYJQ0cyn+kHyGb1ZuyG8ReNuDPnpYL3CJvEpMaDRL1h/xyD2pkGyQ==", | |
"files": [ | |
"Microsoft.AspNet.Cryptography.Internal.1.0.0-beta8-15615.nupkg", | |
"Microsoft.AspNet.Cryptography.Internal.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.AspNet.Cryptography.Internal.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Cryptography.Internal.dll", | |
"lib/dnx451/Microsoft.AspNet.Cryptography.Internal.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.xml", | |
"lib/net451/Microsoft.AspNet.Cryptography.Internal.dll", | |
"lib/net451/Microsoft.AspNet.Cryptography.Internal.xml" | |
] | |
}, | |
"Microsoft.AspNet.DataProtection/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "e0y6JryXWvXmko0Oto1WX0RCihJnMyDh2GnGZaFcgiYuacVy8hIWDzAu1KAdWmPMu6HcR4RxvR6trt7NDhu46w==", | |
"files": [ | |
"Microsoft.AspNet.DataProtection.1.0.0-beta8-15615.nupkg", | |
"Microsoft.AspNet.DataProtection.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.AspNet.DataProtection.nuspec", | |
"lib/dnx451/Microsoft.AspNet.DataProtection.dll", | |
"lib/dnx451/Microsoft.AspNet.DataProtection.xml", | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll", | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.xml", | |
"lib/net451/Microsoft.AspNet.DataProtection.dll", | |
"lib/net451/Microsoft.AspNet.DataProtection.xml" | |
] | |
}, | |
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "IP6Lc7UXTkayeL6zvXmurrIb1P6P6UcmsSFoWq4n6RWnwfusgoK2J31jVTvVlhiFtJhn9DTR/gWfH1+xg1QHkQ==", | |
"files": [ | |
"Microsoft.AspNet.DataProtection.Abstractions.1.0.0-beta8-15615.nupkg", | |
"Microsoft.AspNet.DataProtection.Abstractions.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.AspNet.DataProtection.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.DataProtection.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.DataProtection.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.xml", | |
"lib/net451/Microsoft.AspNet.DataProtection.Abstractions.dll", | |
"lib/net451/Microsoft.AspNet.DataProtection.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta8-15736": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "HpAwdP1sDvwT5YicHyeSI4LRLFe2m6dvqWxUaY9pLIiD6DTv1mGZi6kb8T83X33m+sI13uhg7fWyQ8x1L6j+og==", | |
"files": [ | |
"Microsoft.AspNet.Diagnostics.Abstractions.1.0.0-beta8-15736.nupkg", | |
"Microsoft.AspNet.Diagnostics.Abstractions.1.0.0-beta8-15736.nupkg.sha512", | |
"Microsoft.AspNet.Diagnostics.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Diagnostics.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.Diagnostics.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta8-15623": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "/0dmhOXXlhPUjHo4X6kKvdTxSK0tDzLiNSK9tnYwgY2F3FbglpKNNWzITRLjzBHqxHnDu1mfbY57NQF3STkopg==", | |
"files": [ | |
"Microsoft.AspNet.FileProviders.Abstractions.1.0.0-beta8-15623.nupkg", | |
"Microsoft.AspNet.FileProviders.Abstractions.1.0.0-beta8-15623.nupkg.sha512", | |
"Microsoft.AspNet.FileProviders.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.FileProviders.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.FileProviders.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.xml", | |
"lib/net45/Microsoft.AspNet.FileProviders.Abstractions.dll", | |
"lib/net45/Microsoft.AspNet.FileProviders.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta8-15623": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "s1vKN3wIY3/Y3mRZO9iSp1U+jYWxfXZ1TGcbygizWfZu0oY5arvSIekrqco2be280b4+fGvDptnK1wxLoO3QVg==", | |
"files": [ | |
"Microsoft.AspNet.FileProviders.Physical.1.0.0-beta8-15623.nupkg", | |
"Microsoft.AspNet.FileProviders.Physical.1.0.0-beta8-15623.nupkg.sha512", | |
"Microsoft.AspNet.FileProviders.Physical.nuspec", | |
"lib/dnx451/Microsoft.AspNet.FileProviders.Physical.dll", | |
"lib/dnx451/Microsoft.AspNet.FileProviders.Physical.xml", | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll", | |
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.xml", | |
"lib/net45/Microsoft.AspNet.FileProviders.Physical.dll", | |
"lib/net45/Microsoft.AspNet.FileProviders.Physical.xml" | |
] | |
}, | |
"Microsoft.AspNet.Hosting/1.0.0-beta8-15668": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "ENIgup/NjeiRf5X+mGD5mTPHybCt1Tk/rsphvp+6ZYhoL5KTZ4/Mr+5EpnBjTb5hQMQErF9xUhoBPP2V0FxV6w==", | |
"files": [ | |
"Microsoft.AspNet.Hosting.1.0.0-beta8-15668.nupkg", | |
"Microsoft.AspNet.Hosting.1.0.0-beta8-15668.nupkg.sha512", | |
"Microsoft.AspNet.Hosting.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Hosting.dll", | |
"lib/dnx451/Microsoft.AspNet.Hosting.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.xml" | |
] | |
}, | |
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "R0LZ0xeJFCUs2uI3SdMyucjCJegEZOuvLWKgpAe0z0mcANyGqtwFUnD3L0C6LJ1Xw720//5/I0A/lUFMqVU5ng==", | |
"files": [ | |
"Microsoft.AspNet.Hosting.Abstractions.1.0.0-beta8-15668.nupkg", | |
"Microsoft.AspNet.Hosting.Abstractions.1.0.0-beta8-15668.nupkg.sha512", | |
"Microsoft.AspNet.Hosting.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Hosting.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.Hosting.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta8-15668": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "x+2JviQoKDpBCTZ8Xrlv8cy/XhRZWMlD6I3vg4Ju1gbV44h6Zr5vEinM72nkwCP6jHh7iwXhxYVTwvSSPvaerg==", | |
"files": [ | |
"Microsoft.AspNet.Hosting.Server.Abstractions.1.0.0-beta8-15668.nupkg", | |
"Microsoft.AspNet.Hosting.Server.Abstractions.1.0.0-beta8-15668.nupkg.sha512", | |
"Microsoft.AspNet.Hosting.Server.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Hosting.Server.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.Hosting.Server.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Hosting.Server.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Html.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "YBAt95v99v0dN90QOdNMQBjIgzaDv/rZyPYBJ3dL6ycSfTZlKT369UtPRxD6Zgjkg+OODn5GrLviai8J3Ldz7A==", | |
"files": [ | |
"Microsoft.AspNet.Html.Abstractions.1.0.0-beta8-15630.nupkg", | |
"Microsoft.AspNet.Html.Abstractions.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.AspNet.Html.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Html.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.Html.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.xml", | |
"lib/net45/Microsoft.AspNet.Html.Abstractions.dll", | |
"lib/net45/Microsoft.AspNet.Html.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Http/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "6e/+J8OHYCp/Bty3Uqbajkmu8StHY7niGCX5q/fbK3rNRfahACBekszLMGAbXSxWcOyJ27BSBUa5veONXHNUHw==", | |
"files": [ | |
"Microsoft.AspNet.Http.1.0.0-beta8-15630.nupkg", | |
"Microsoft.AspNet.Http.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.AspNet.Http.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Http.dll", | |
"lib/dnx451/Microsoft.AspNet.Http.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Http.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Http.xml" | |
] | |
}, | |
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "nqrH87ftSwnS6PoZjGqGqoy/hjDY5D/JqtcjvzR3nZpSvmxk3RG8fjZ2iE9oWkv9qlW4hn6cL9HIYGqe304VBw==", | |
"files": [ | |
"Microsoft.AspNet.Http.Abstractions.1.0.0-beta8-15630.nupkg", | |
"Microsoft.AspNet.Http.Abstractions.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.AspNet.Http.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Http.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.Http.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Http.Extensions/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "G/muCRA9yTPQdBdw/VdrrEZJtJaRnzDnIelSsuFUXk83UxZzk7xk9AjkOsJNux6P7wSkhlhtVPMMwn7/DFNB+Q==", | |
"files": [ | |
"Microsoft.AspNet.Http.Extensions.1.0.0-beta8-15630.nupkg", | |
"Microsoft.AspNet.Http.Extensions.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.AspNet.Http.Extensions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Http.Extensions.dll", | |
"lib/dnx451/Microsoft.AspNet.Http.Extensions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Http.Features/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Ru3satkBZHkr3YOPVAUFzlpdrePKIUREOnEWXg651t4CjaaRtRgoavumTsABmraO1/JQ2jvtJLzA7bjQgZojGQ==", | |
"files": [ | |
"Microsoft.AspNet.Http.Features.1.0.0-beta8-15630.nupkg", | |
"Microsoft.AspNet.Http.Features.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.AspNet.Http.Features.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Http.Features.dll", | |
"lib/dnx451/Microsoft.AspNet.Http.Features.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Http.Features.xml" | |
] | |
}, | |
"Microsoft.AspNet.JsonPatch/1.0.0-beta8-15902": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "yk6R+WbplPdRGKEzUEmQnBi44TbaPPjw87tEsLJ/ueOthI3Ickb/9JJBhVZ1+sWS89uMGFJTFmH0Dc0jvOQk3w==", | |
"files": [ | |
"Microsoft.AspNet.JsonPatch.1.0.0-beta8-15902.nupkg", | |
"Microsoft.AspNet.JsonPatch.1.0.0-beta8-15902.nupkg.sha512", | |
"Microsoft.AspNet.JsonPatch.nuspec", | |
"lib/dnx451/Microsoft.AspNet.JsonPatch.dll", | |
"lib/dnx451/Microsoft.AspNet.JsonPatch.xml", | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll", | |
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.xml" | |
] | |
}, | |
"Microsoft.AspNet.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "E+VkHRr6rcfaAGUi7RDhtwpIsFrMPPmnWsRjIzimdplPSK1jTxU/sREOfEgVh9JfENbn4+9kKP7Mv+dwSu1q/g==", | |
"files": [ | |
"Microsoft.AspNet.Localization.1.0.0-beta8-15661.nupkg", | |
"Microsoft.AspNet.Localization.1.0.0-beta8-15661.nupkg.sha512", | |
"Microsoft.AspNet.Localization.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Localization.dll", | |
"lib/dnx451/Microsoft.AspNet.Localization.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Localization.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Localization.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "ZNO5JAxrUSiR4lzfZNWzcMxlTt3D7txiyI3PrEa2X9qj6C8Jt3AhYk6n9FlrNXeGNGXBoSJW1e4sYLzGfCLpyQ==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "+TXCiHUKRkpFCYpQ0O9DVOOeTfj+qjbRGnmlRIxbYzUJ+Y1GNbThjjveHtv+4nTexMUD7tQ7e+eo1+vNYiLpVw==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Abstractions.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Abstractions.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Abstractions.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "r7Y0Qp6LAR2LK+K0zU9MBv9wAHP1BidrmZCBS7OIh+Bher1H/Ckxa5E407VUYX7D/s4ArLOgfTvLT/ZshWpihA==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.ApiExplorer.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.ApiExplorer.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.ApiExplorer.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.ApiExplorer.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.ApiExplorer.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Core/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "AxZ87XSo2fAkfxezSD31K+MbNVg4NgPqiIgjCiDB2hia4RIv4pHQhQMDcfuVvMQ9a7JgfZIHIfAXXLHTHQ0mOw==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Core.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Core.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Core.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Core.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Core.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "d1Od4yAasT+PGahCLTB2cJYpsFajFLN+QWMGYSqUfM6JCV7xN6iH6SERQXUxcSJcMhT6+kp9b+gkxCFLhbls8w==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Cors.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Cors.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Cors.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Cors.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Cors.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "2MkoL5xEdhr2CROL/Xxs7BkSN38vcXDkmTLogJrZxzi7QD1FGE0dmURQMehzoUE1OTcPFNDKFV1G+VDXr1RGow==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.DataAnnotations.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.DataAnnotations.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.DataAnnotations.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.DataAnnotations.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.DataAnnotations.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "IO7l26xWfiyGOHW3OKOrIoY/ziLyhRcKmqDMG48Bq+L6ZryTvmpmMmgV8WsuRRET9ED/G8LKYEGXYM+1ua+CNQ==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Formatters.Json.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Formatters.Json.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Formatters.Json.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Formatters.Json.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Formatters.Json.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Formatters.Json.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Localization/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "GNhlz+Qz4XtKFofGEx6ZP8JBBasKkHN3p1cuM26ue2bVa5oWI6cY1EV6lJHP2Fuis5Sg6cWicF/tNP9UbSDbnA==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Localization.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Localization.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Localization.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Localization.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Localization.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "bc8CyIsyi3IWft/YkhcYTtZGahpTJNVcva4X651VbTfo+P9dwofnXsCsLgfPbBlLw+2J8DcVeEl62IbyDw35aw==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Razor.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Razor.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Razor.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "XZ56qHqrO1WRePdg1dtQtX1Ztos0hV/N1Eu5cDh1rjjQvLWQcUY7IcNn1Sky6mDN106TBalTnI0F4UMwXyTNiA==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.Razor.Host.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.Razor.Host.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.Razor.Host.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.Host.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.Host.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.Host.xml", | |
"lib/net45/Microsoft.AspNet.Mvc.Razor.Host.dll", | |
"lib/net45/Microsoft.AspNet.Mvc.Razor.Host.xml" | |
] | |
}, | |
"Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Joirs0YOknP2NCzAOuZPDJlxue3cqMMKYPYVDM96YL/5i/BUPAxZaHFOphwL8VsfZAsar5dxefDQzGy7yXKVBA==", | |
"files": [ | |
"Microsoft.AspNet.Mvc.ViewFeatures.6.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.Mvc.ViewFeatures.6.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.Mvc.ViewFeatures.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Mvc.ViewFeatures.dll", | |
"lib/dnx451/Microsoft.AspNet.Mvc.ViewFeatures.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.xml" | |
] | |
}, | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta8-15875": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "uLulZStcUB+5d3Q+GoCAmwMqmWwBA15uuf2ER4C9z1rgSFSn8BhdHT0tmGGv9/TG56tA01UrKRs6+jVwQ3KpjQ==", | |
"files": [ | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.1.0.0-beta8-15875.nupkg", | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.1.0.0-beta8-15875.nupkg.sha512", | |
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.nuspec", | |
"lib/dnx451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll", | |
"lib/dnx451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.xml", | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll", | |
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.xml" | |
] | |
}, | |
"Microsoft.AspNet.Razor/4.0.0-beta8-15676": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "zcT0DHRFhs8DK0OMaJY0ESxBe4oqz81JhzFC/D2OfnL6NH+OeWGTB3682bQKnmcnFdDPuf86RVCnfWnxc/15Bw==", | |
"files": [ | |
"Microsoft.AspNet.Razor.4.0.0-beta8-15676.nupkg", | |
"Microsoft.AspNet.Razor.4.0.0-beta8-15676.nupkg.sha512", | |
"Microsoft.AspNet.Razor.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Razor.dll", | |
"lib/dnx451/Microsoft.AspNet.Razor.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Razor.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Razor.xml", | |
"lib/net45/Microsoft.AspNet.Razor.dll", | |
"lib/net45/Microsoft.AspNet.Razor.xml" | |
] | |
}, | |
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta8-15676": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "YvmdICqPKpRfxa6UVLmiVhc6SVqynyFnK13Q5AS2BY2c9z5CrJnnWD1gaaeSPvsH4uHPtjWfYmb0d4MIjT4TaQ==", | |
"files": [ | |
"Microsoft.AspNet.Razor.Runtime.4.0.0-beta8-15676.nupkg", | |
"Microsoft.AspNet.Razor.Runtime.4.0.0-beta8-15676.nupkg.sha512", | |
"Microsoft.AspNet.Razor.Runtime.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Razor.Runtime.dll", | |
"lib/dnx451/Microsoft.AspNet.Razor.Runtime.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.xml", | |
"lib/net45/Microsoft.AspNet.Razor.Runtime.dll", | |
"lib/net45/Microsoft.AspNet.Razor.Runtime.xml" | |
] | |
}, | |
"Microsoft.AspNet.Razor.Runtime.Precompilation/4.0.0-beta8-15676": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "tjkib+77vdtYudXZ0nhZyysYy6OW+6hm2FY03FkB3b8VukQ8qtosS5mPIsX3hn+b1F1CTSdEI35vrg8S2cezCQ==", | |
"files": [ | |
"Microsoft.AspNet.Razor.Runtime.Precompilation.4.0.0-beta8-15676.nupkg", | |
"Microsoft.AspNet.Razor.Runtime.Precompilation.4.0.0-beta8-15676.nupkg.sha512", | |
"Microsoft.AspNet.Razor.Runtime.Precompilation.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Razor.Runtime.Precompilation.dll", | |
"lib/dnx451/Microsoft.AspNet.Razor.Runtime.Precompilation.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.Precompilation.xml" | |
] | |
}, | |
"Microsoft.AspNet.Routing/1.0.0-beta8-15657": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "h/sVIfigRdhjypPlBWLC0/56OegjZNAmhkI+BVUPhmBp/9lnQOnOPlkiIBGGAsQYOxu+AHlG4Rce3vOMWIj/tQ==", | |
"files": [ | |
"Microsoft.AspNet.Routing.1.0.0-beta8-15657.nupkg", | |
"Microsoft.AspNet.Routing.1.0.0-beta8-15657.nupkg.sha512", | |
"Microsoft.AspNet.Routing.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Routing.dll", | |
"lib/dnx451/Microsoft.AspNet.Routing.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Routing.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Routing.xml" | |
] | |
}, | |
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta8-15674": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "XPXKxQ4xUueDaZmp8xGnH05+cA/VLchORlbxOmqwBo2F/IJgJW5/NJWuI6SIJBavaT7i3NuvcTuMH5pIVbJDxQ==", | |
"files": [ | |
"Microsoft.AspNet.Server.Kestrel.1.0.0-beta8-15674.nupkg", | |
"Microsoft.AspNet.Server.Kestrel.1.0.0-beta8-15674.nupkg.sha512", | |
"Microsoft.AspNet.Server.Kestrel.nuspec", | |
"lib/dnx451/Microsoft.AspNet.Server.Kestrel.dll", | |
"lib/dnx451/Microsoft.AspNet.Server.Kestrel.xml", | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll", | |
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.xml", | |
"native/darwin/universal/libuv.dylib", | |
"native/windows/amd64/libuv.dll", | |
"native/windows/x86/libuv.dll" | |
] | |
}, | |
"Microsoft.AspNet.WebUtilities/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "5ano3/c6LjisA5CWGtSR0q7iZRIW9lnd00o630Casza7Fonx5HRURLncHuImxhCm/plr2tZfN/oDQnZC1Upx6g==", | |
"files": [ | |
"Microsoft.AspNet.WebUtilities.1.0.0-beta8-15630.nupkg", | |
"Microsoft.AspNet.WebUtilities.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.AspNet.WebUtilities.nuspec", | |
"lib/dnx451/Microsoft.AspNet.WebUtilities.dll", | |
"lib/dnx451/Microsoft.AspNet.WebUtilities.xml", | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll", | |
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.xml" | |
] | |
}, | |
"Microsoft.CSharp/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "eKy+kZRR6Qrmoliq78LsADljKHY74FLEfLrOYGEupankHHOKfocekRGlFg60zq+vOySaSsPxeQ/9OU6p/x6OFA==", | |
"files": [ | |
"Microsoft.CSharp.4.0.1-beta-23302.nupkg", | |
"Microsoft.CSharp.4.0.1-beta-23302.nupkg.sha512", | |
"Microsoft.CSharp.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/Microsoft.CSharp.dll", | |
"lib/net45/_._", | |
"lib/netcore50/Microsoft.CSharp.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/Microsoft.CSharp.dll", | |
"ref/net45/_._", | |
"ref/netcore50/Microsoft.CSharp.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"Microsoft.CodeAnalysis.Analyzers/1.0.0": { | |
"type": "package", | |
"sha512": "E7VdmGw6xO3VHWapC+pNLZmo6yncS53UY3bmb5WZm9wliJBB1A6brgzKA4fcqiLrmJFx71r0M2zEbRDphRLUNg==", | |
"files": [ | |
"Microsoft.CodeAnalysis.Analyzers.1.0.0.nupkg", | |
"Microsoft.CodeAnalysis.Analyzers.1.0.0.nupkg.sha512", | |
"Microsoft.CodeAnalysis.Analyzers.nuspec", | |
"ThirdPartyNotices.rtf", | |
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", | |
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", | |
"analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", | |
"analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", | |
"tools/install.ps1", | |
"tools/uninstall.ps1" | |
] | |
}, | |
"Microsoft.CodeAnalysis.CSharp/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"sha512": "lhwH8paecjoR0H8jVo+6AzvcHDIJEL8F5ZNKwLX9yfxG4s/naC9l6NxJx9+OkyhOtFV12/8zoHw+f6pA6qivBQ==", | |
"files": [ | |
"Microsoft.CodeAnalysis.CSharp.1.1.0-beta1-20150907-01.nupkg", | |
"Microsoft.CodeAnalysis.CSharp.1.1.0-beta1-20150907-01.nupkg.sha512", | |
"Microsoft.CodeAnalysis.CSharp.nuspec", | |
"ThirdPartyNotices.rtf", | |
"lib/net45/Microsoft.CodeAnalysis.CSharp.dll", | |
"lib/net45/Microsoft.CodeAnalysis.CSharp.xml", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" | |
] | |
}, | |
"Microsoft.CodeAnalysis.Common/1.1.0-beta1-20150907-01": { | |
"type": "package", | |
"sha512": "YmxeJS1UNUH1KiEivb8oItyvP/tdOgbm42QS1+MN7otQWxlN6M09bJozq1jp1xXIuMEjtddheaRVm8cHMqwdug==", | |
"files": [ | |
"Microsoft.CodeAnalysis.Common.1.1.0-beta1-20150907-01.nupkg", | |
"Microsoft.CodeAnalysis.Common.1.1.0-beta1-20150907-01.nupkg.sha512", | |
"Microsoft.CodeAnalysis.Common.nuspec", | |
"ThirdPartyNotices.rtf", | |
"lib/net45/Microsoft.CodeAnalysis.dll", | |
"lib/net45/Microsoft.CodeAnalysis.xml", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" | |
] | |
}, | |
"Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "rJr2HP5jorkOtJKgxaMB3JuIVd9aT62VODwFEwRGLENHqkmU524uYPPoGMZLorwtnh5nCUhAfL4qDKYPz/Xejw==", | |
"files": [ | |
"Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8-15654.nupkg", | |
"Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8-15654.nupkg.sha512", | |
"Microsoft.Dnx.Compilation.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", | |
"lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "t47ABGytokAZxuStkMAF0K3U5K4Rk/fyxLUS0pj+l3d9lq6SftShT73z9cKLUCrfrDVxtnBoDQWow/x/c8SOqg==", | |
"files": [ | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions.1.0.0-beta8-15654.nupkg", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions.1.0.0-beta8-15654.nupkg.sha512", | |
"Microsoft.Dnx.Compilation.CSharp.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll", | |
"lib/dnx451/Microsoft.Dnx.Compilation.CSharp.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Dnx.Compilation.CSharp.Common/1.0.0-beta8-15654": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "rXGpsxPwFuLNwnwRuRp9avdiqk7ZYXBCipZZSgWIHFng4kj4eD9qGOdmUU0jT4ObMnZHf0uaFqAZVxt7rAzSLg==", | |
"files": [ | |
"Microsoft.Dnx.Compilation.CSharp.Common.1.0.0-beta8-15654.nupkg", | |
"Microsoft.Dnx.Compilation.CSharp.Common.1.0.0-beta8-15654.nupkg.sha512", | |
"Microsoft.Dnx.Compilation.CSharp.Common.nuspec", | |
"lib/dnx451/Microsoft.Dnx.Compilation.CSharp.Common.dll", | |
"lib/dnx451/Microsoft.Dnx.Compilation.CSharp.Common.xml", | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.dll", | |
"lib/dnxcore50/Microsoft.Dnx.Compilation.CSharp.Common.xml" | |
] | |
}, | |
"Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8-15654": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "RVv9/skwwR+b78/f+2fIIC9b/63rlRq4LRIvTzoGELvH+69EVS3V+80YNmfdnEk+tYBgJq99jfkN3WF+c/m6sA==", | |
"files": [ | |
"Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8-15654.nupkg", | |
"Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8-15654.nupkg.sha512", | |
"Microsoft.Dnx.Runtime.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", | |
"lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "9QD2s2saNxSDai4DW4LKh+qkAjiN0mhl/V5xUUm90P3RA2Zhm/vPHo++CJe9zgDPyoIM2sOQ4xCd42RDiNNFpA==", | |
"files": [ | |
"Microsoft.Framework.Caching.Abstractions.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Caching.Abstractions.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Caching.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Framework.Caching.Abstractions.dll", | |
"lib/dnx451/Microsoft.Framework.Caching.Abstractions.xml", | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll", | |
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.xml", | |
"lib/net45/Microsoft.Framework.Caching.Abstractions.dll", | |
"lib/net45/Microsoft.Framework.Caching.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Framework.Caching.Memory/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "n/LXp6Olc9HMuecF3im0VPdQJ+dcG8kAbcxm10SsnQvojxa24ZRnbCktQerCO3pZYBlHPQYI25Wa6Kexj+hZig==", | |
"files": [ | |
"Microsoft.Framework.Caching.Memory.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Caching.Memory.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Caching.Memory.nuspec", | |
"lib/dnx451/Microsoft.Framework.Caching.Memory.dll", | |
"lib/dnx451/Microsoft.Framework.Caching.Memory.xml", | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll", | |
"lib/dotnet/Microsoft.Framework.Caching.Memory.xml", | |
"lib/net45/Microsoft.Framework.Caching.Memory.dll", | |
"lib/net45/Microsoft.Framework.Caching.Memory.xml" | |
] | |
}, | |
"Microsoft.Framework.Configuration/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "LPKEjn8ltu2goegSEpAdMEFVqtNi49Cy1AQHxBh7bJPpUZyzEZ5aZpEw+/AMfRxqDNWJqNqlBmXv2leanXRjFw==", | |
"files": [ | |
"Microsoft.Framework.Configuration.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Configuration.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Configuration.nuspec", | |
"lib/dnx451/Microsoft.Framework.Configuration.dll", | |
"lib/dnx451/Microsoft.Framework.Configuration.xml", | |
"lib/dotnet/Microsoft.Framework.Configuration.dll", | |
"lib/dotnet/Microsoft.Framework.Configuration.xml", | |
"lib/net45/Microsoft.Framework.Configuration.dll", | |
"lib/net45/Microsoft.Framework.Configuration.xml" | |
] | |
}, | |
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "QV0vVNhDLCxO17Z3XwaEcuj+i916tryNNm5L58rmZFTm413hG5nP5Y/0eMkrIalP9ZMW+Qmp00c2NPoBx9Waog==", | |
"files": [ | |
"Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Configuration.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll", | |
"lib/dnx451/Microsoft.Framework.Configuration.Abstractions.xml", | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll", | |
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.xml", | |
"lib/net45/Microsoft.Framework.Configuration.Abstractions.dll", | |
"lib/net45/Microsoft.Framework.Configuration.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Framework.Configuration.Binder/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "F6/kkffWUEYhrtOq+UXBWLmMXQNaZbgcqxxsRDckbZJOXWx7rofWihJaQYROrTIwRWEbprs/m259Ggc/Q3nJoA==", | |
"files": [ | |
"Microsoft.Framework.Configuration.Binder.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Configuration.Binder.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Configuration.Binder.nuspec", | |
"lib/dnx451/Microsoft.Framework.Configuration.Binder.dll", | |
"lib/dnx451/Microsoft.Framework.Configuration.Binder.xml", | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll", | |
"lib/dotnet/Microsoft.Framework.Configuration.Binder.xml", | |
"lib/net45/Microsoft.Framework.Configuration.Binder.dll", | |
"lib/net45/Microsoft.Framework.Configuration.Binder.xml" | |
] | |
}, | |
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "UfW3jwSoMnv1+sMUZNoJSFT11hXi7o1CBQGdVt733Iwfk4rLLnaRJn0rDo0EAon95bpUXz6FltzN0PjZ+i+ouw==", | |
"files": [ | |
"Microsoft.Framework.Configuration.CommandLine.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Configuration.CommandLine.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Configuration.CommandLine.nuspec", | |
"lib/dnx451/Microsoft.Framework.Configuration.CommandLine.dll", | |
"lib/dnx451/Microsoft.Framework.Configuration.CommandLine.xml", | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll", | |
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.xml", | |
"lib/net45/Microsoft.Framework.Configuration.CommandLine.dll", | |
"lib/net45/Microsoft.Framework.Configuration.CommandLine.xml" | |
] | |
}, | |
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "0Bo44XknK00VR6bEua2WUa/4i6O34UI27NyW2PvU0LNQFDAxUSx0Bym9o+Fc21KZxdoc3Cc1Mhl68BUI2JA6Gg==", | |
"files": [ | |
"Microsoft.Framework.Configuration.EnvironmentVariables.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Configuration.EnvironmentVariables.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Configuration.EnvironmentVariables.nuspec", | |
"lib/dnx451/Microsoft.Framework.Configuration.EnvironmentVariables.dll", | |
"lib/dnx451/Microsoft.Framework.Configuration.EnvironmentVariables.xml", | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll", | |
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.xml", | |
"lib/net45/Microsoft.Framework.Configuration.EnvironmentVariables.dll", | |
"lib/net45/Microsoft.Framework.Configuration.EnvironmentVariables.xml" | |
] | |
}, | |
"Microsoft.Framework.Configuration.Json/1.0.0-beta8-15627": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "T4DMh/TGUfnVbYzN1MDLzhuRsp3qPc9VY8UAEkoG/nmyMo7YGdkJrCdDzUi9GTOP0whQnJl+oB4kse+NQMT3Tg==", | |
"files": [ | |
"Microsoft.Framework.Configuration.Json.1.0.0-beta8-15627.nupkg", | |
"Microsoft.Framework.Configuration.Json.1.0.0-beta8-15627.nupkg.sha512", | |
"Microsoft.Framework.Configuration.Json.nuspec", | |
"lib/dnx451/Microsoft.Framework.Configuration.Json.dll", | |
"lib/dnx451/Microsoft.Framework.Configuration.Json.xml", | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.dll", | |
"lib/dotnet/Microsoft.Framework.Configuration.Json.xml", | |
"lib/net45/Microsoft.Framework.Configuration.Json.dll", | |
"lib/net45/Microsoft.Framework.Configuration.Json.xml" | |
] | |
}, | |
"Microsoft.Framework.DependencyInjection/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "8ukatcxE/qbaIVsR6VXjlQBYUYeFjq7E5P/97RKM4h5FJHZ7lpUb0AGf4ljNtPaKDlbZXO46VUe14R1IfmF3/A==", | |
"files": [ | |
"Microsoft.Framework.DependencyInjection.1.0.0-beta8-15615.nupkg", | |
"Microsoft.Framework.DependencyInjection.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.Framework.DependencyInjection.nuspec", | |
"lib/dnx451/Microsoft.Framework.DependencyInjection.dll", | |
"lib/dnx451/Microsoft.Framework.DependencyInjection.xml", | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll", | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.xml", | |
"lib/net45/Microsoft.Framework.DependencyInjection.dll", | |
"lib/net45/Microsoft.Framework.DependencyInjection.xml" | |
] | |
}, | |
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "mFxdVcOWo4b9qIt/GWAd9lpXiThHt1XvMii4ri1s6lq0WRCVbtf2ltTzUL76S7MmVzvWo0L9HgVWmwETsXrWCQ==", | |
"files": [ | |
"Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8-15615.nupkg", | |
"Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.Framework.DependencyInjection.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", | |
"lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", | |
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", | |
"lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", | |
"lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta8-15661": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "FeJnYWD+qF+4LmMIyDI3WjbS0IH7CY9AkRHoO4fpl3M7Fue/jQpPxYR2gpGSPCXtHirmwIAQ5NRL4eqRASb7+A==", | |
"files": [ | |
"Microsoft.Framework.Globalization.CultureInfoCache.1.0.0-beta8-15661.nupkg", | |
"Microsoft.Framework.Globalization.CultureInfoCache.1.0.0-beta8-15661.nupkg.sha512", | |
"Microsoft.Framework.Globalization.CultureInfoCache.nuspec", | |
"lib/dnx451/Microsoft.Framework.Globalization.CultureInfoCache.dll", | |
"lib/dnx451/Microsoft.Framework.Globalization.CultureInfoCache.xml", | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll", | |
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.xml" | |
] | |
}, | |
"Microsoft.Framework.Localization/1.0.0-beta8-15661": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Ersod3cikm+mx3q4CHeo/ZpPERTRNfl2POov2mhnKUwZ5u5OeHdl3WNZrRXEYi46VaUCjdkSsdWIRRovJBvgHg==", | |
"files": [ | |
"Microsoft.Framework.Localization.1.0.0-beta8-15661.nupkg", | |
"Microsoft.Framework.Localization.1.0.0-beta8-15661.nupkg.sha512", | |
"Microsoft.Framework.Localization.nuspec", | |
"lib/dnx451/Microsoft.Framework.Localization.dll", | |
"lib/dnx451/Microsoft.Framework.Localization.xml", | |
"lib/dnxcore50/Microsoft.Framework.Localization.dll", | |
"lib/dnxcore50/Microsoft.Framework.Localization.xml" | |
] | |
}, | |
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta8-15661": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "EAdWPLJ31SRrN/rkbfDRPNAjucSijqec33Og+08AJbfsboO0/Ip8o9f+1CFNrye8nQzFkLDhBNd0LO7D6V+vvQ==", | |
"files": [ | |
"Microsoft.Framework.Localization.Abstractions.1.0.0-beta8-15661.nupkg", | |
"Microsoft.Framework.Localization.Abstractions.1.0.0-beta8-15661.nupkg.sha512", | |
"Microsoft.Framework.Localization.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Framework.Localization.Abstractions.dll", | |
"lib/dnx451/Microsoft.Framework.Localization.Abstractions.xml", | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll", | |
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Framework.Logging/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "o6Ykt54+opL3r2uN/3Nv71/cO9VH+7cu1tE6dXR5gd01RcmUc/EoMJuYVZDoysKb3M6XRkoOBjcQkS+w2f3qdA==", | |
"files": [ | |
"Microsoft.Framework.Logging.1.0.0-beta8-15615.nupkg", | |
"Microsoft.Framework.Logging.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.Framework.Logging.nuspec", | |
"lib/dnx451/Microsoft.Framework.Logging.dll", | |
"lib/dnx451/Microsoft.Framework.Logging.xml", | |
"lib/dotnet/Microsoft.Framework.Logging.dll", | |
"lib/dotnet/Microsoft.Framework.Logging.xml", | |
"lib/net45/Microsoft.Framework.Logging.dll", | |
"lib/net45/Microsoft.Framework.Logging.xml" | |
] | |
}, | |
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta8-15615": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "MmZbaLTPewE6tuh+VPJwKfzH6Tkpu7TE3ICyOvAc1zpykAdFhmyjrSS4raNG5xbqGT7h861UecKnbqqNWXI6yQ==", | |
"files": [ | |
"Microsoft.Framework.Logging.Abstractions.1.0.0-beta8-15615.nupkg", | |
"Microsoft.Framework.Logging.Abstractions.1.0.0-beta8-15615.nupkg.sha512", | |
"Microsoft.Framework.Logging.Abstractions.nuspec", | |
"lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", | |
"lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", | |
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", | |
"lib/net45/Microsoft.Framework.Logging.Abstractions.dll", | |
"lib/net45/Microsoft.Framework.Logging.Abstractions.xml" | |
] | |
}, | |
"Microsoft.Framework.OptionsModel/1.0.0-beta8-15614": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "5ZvsuVkynWLxDMSfZn85VxyarY6yZHZdjRzi4QWg0uyiMMr9X0JoHYA0cvpTUI4q6Ba8cCz++kuNi093uoERyg==", | |
"files": [ | |
"Microsoft.Framework.OptionsModel.1.0.0-beta8-15614.nupkg", | |
"Microsoft.Framework.OptionsModel.1.0.0-beta8-15614.nupkg.sha512", | |
"Microsoft.Framework.OptionsModel.nuspec", | |
"lib/dnx451/Microsoft.Framework.OptionsModel.dll", | |
"lib/dnx451/Microsoft.Framework.OptionsModel.xml", | |
"lib/dotnet/Microsoft.Framework.OptionsModel.dll", | |
"lib/dotnet/Microsoft.Framework.OptionsModel.xml", | |
"lib/net45/Microsoft.Framework.OptionsModel.dll", | |
"lib/net45/Microsoft.Framework.OptionsModel.xml" | |
] | |
}, | |
"Microsoft.Framework.Primitives/1.0.0-beta8-15641": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Mm+t7AHgPGR88tIflkCTBoUHN5fsRNvqw9vaGpPjk96Xr7ALmtp6toTwdBVUfswX9luGsAqYvzoknddvlXHLQg==", | |
"files": [ | |
"Microsoft.Framework.Primitives.1.0.0-beta8-15641.nupkg", | |
"Microsoft.Framework.Primitives.1.0.0-beta8-15641.nupkg.sha512", | |
"Microsoft.Framework.Primitives.nuspec", | |
"lib/dnx451/Microsoft.Framework.Primitives.dll", | |
"lib/dnx451/Microsoft.Framework.Primitives.xml", | |
"lib/dotnet/Microsoft.Framework.Primitives.dll", | |
"lib/dotnet/Microsoft.Framework.Primitives.xml", | |
"lib/net45/Microsoft.Framework.Primitives.dll", | |
"lib/net45/Microsoft.Framework.Primitives.xml" | |
] | |
}, | |
"Microsoft.Framework.WebEncoders/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "7Fh+wGgY7OvKE9wJenPRa7Zhyt2dl6Ycxfb+dSrYztK33UxkGssmZUXNzIiVmyOxjplesv9R2iBLY53mSNmTlg==", | |
"files": [ | |
"Microsoft.Framework.WebEncoders.1.0.0-beta8-15630.nupkg", | |
"Microsoft.Framework.WebEncoders.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.Framework.WebEncoders.nuspec", | |
"lib/dnx451/Microsoft.Framework.WebEncoders.dll", | |
"lib/dnx451/Microsoft.Framework.WebEncoders.xml", | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll", | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.xml", | |
"lib/net45/Microsoft.Framework.WebEncoders.dll", | |
"lib/net45/Microsoft.Framework.WebEncoders.xml" | |
] | |
}, | |
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "GwhkIktmY7WURG/x5/hkFfHJrji5bHA9jxYHHInMOBZ9PtjtQg9GGsJ3O/7ieP6FxkGtRc1eBcMYJjhJTtx1Lg==", | |
"files": [ | |
"Microsoft.Framework.WebEncoders.Core.1.0.0-beta8-15630.nupkg", | |
"Microsoft.Framework.WebEncoders.Core.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.Framework.WebEncoders.Core.nuspec", | |
"lib/dnx451/Microsoft.Framework.WebEncoders.Core.dll", | |
"lib/dnx451/Microsoft.Framework.WebEncoders.Core.xml", | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll", | |
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.xml", | |
"lib/net45/Microsoft.Framework.WebEncoders.Core.dll", | |
"lib/net45/Microsoft.Framework.WebEncoders.Core.xml" | |
] | |
}, | |
"Microsoft.Net.Http.Headers/1.0.0-beta8-15630": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "3dOlZRuD8TCKQVLXki7o0i/qP7WAoFchz5ZXOj5ZaqhJljC14D8sCxbEQx8TZbo4ww1WWlnk0j73HuHVechxaw==", | |
"files": [ | |
"Microsoft.Net.Http.Headers.1.0.0-beta8-15630.nupkg", | |
"Microsoft.Net.Http.Headers.1.0.0-beta8-15630.nupkg.sha512", | |
"Microsoft.Net.Http.Headers.nuspec", | |
"lib/dnx451/Microsoft.Net.Http.Headers.dll", | |
"lib/dnx451/Microsoft.Net.Http.Headers.xml", | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll", | |
"lib/dnxcore50/Microsoft.Net.Http.Headers.xml", | |
"lib/net45/Microsoft.Net.Http.Headers.dll", | |
"lib/net45/Microsoft.Net.Http.Headers.xml" | |
] | |
}, | |
"Microsoft.Win32.Primitives/4.0.0": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", | |
"files": [ | |
"Microsoft.Win32.Primitives.4.0.0.nupkg", | |
"Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", | |
"Microsoft.Win32.Primitives.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/Microsoft.Win32.Primitives.dll", | |
"lib/net46/Microsoft.Win32.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/Microsoft.Win32.Primitives.dll", | |
"ref/dotnet/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/de/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/es/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/fr/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/it/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/ja/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/ko/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/ru/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", | |
"ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", | |
"ref/net46/Microsoft.Win32.Primitives.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"Microsoft.Win32.Registry/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "63Vc0lDW+pMCSd6ygScz/XTiJE3Ou5Sr7yrZ0HE/Ym/Bi/mN0LMAJqUtAUSJxVBuqbozW/q39RpNLIZ+QlJvig==", | |
"files": [ | |
"Microsoft.Win32.Registry.4.0.0-beta-23302.nupkg", | |
"Microsoft.Win32.Registry.4.0.0-beta-23302.nupkg.sha512", | |
"Microsoft.Win32.Registry.nuspec", | |
"lib/DNXCore50/Microsoft.Win32.Registry.dll", | |
"lib/net46/Microsoft.Win32.Registry.dll", | |
"ref/dotnet/Microsoft.Win32.Registry.dll", | |
"ref/net46/Microsoft.Win32.Registry.dll" | |
] | |
}, | |
"Newtonsoft.Json/6.0.6": { | |
"type": "package", | |
"sha512": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", | |
"files": [ | |
"Newtonsoft.Json.6.0.6.nupkg", | |
"Newtonsoft.Json.6.0.6.nupkg.sha512", | |
"Newtonsoft.Json.nuspec", | |
"lib/net20/Newtonsoft.Json.dll", | |
"lib/net20/Newtonsoft.Json.xml", | |
"lib/net35/Newtonsoft.Json.dll", | |
"lib/net35/Newtonsoft.Json.xml", | |
"lib/net40/Newtonsoft.Json.dll", | |
"lib/net40/Newtonsoft.Json.xml", | |
"lib/net45/Newtonsoft.Json.dll", | |
"lib/net45/Newtonsoft.Json.xml", | |
"lib/netcore45/Newtonsoft.Json.dll", | |
"lib/netcore45/Newtonsoft.Json.xml", | |
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", | |
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", | |
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", | |
"tools/install.ps1" | |
] | |
}, | |
"System.Collections/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "z1FPvuwGqniMGxFJjK91M/hWtAXukETEFMRCJtSEq67h3Y6EA/jzpsbKxXquujwJA5O/TBk51cZtKhLalBRL1Q==", | |
"files": [ | |
"System.Collections.4.0.11-beta-23302.nupkg", | |
"System.Collections.4.0.11-beta-23302.nupkg.sha512", | |
"System.Collections.nuspec", | |
"lib/DNXCore50/System.Collections.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Collections.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Collections.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Collections.dll" | |
] | |
}, | |
"System.Collections.Concurrent/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "7G6iiCUNy3xJYEckxWZ//rjcuqw6ejHJJS9sMAhdUJNYNpZLSzBz2XkQ3L39kkg8+VF7df8uQGL5ghYTHeojOw==", | |
"files": [ | |
"System.Collections.Concurrent.4.0.11-beta-23302.nupkg", | |
"System.Collections.Concurrent.4.0.11-beta-23302.nupkg.sha512", | |
"System.Collections.Concurrent.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Collections.Concurrent.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Collections.Concurrent.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Collections.Immutable/1.1.36": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==", | |
"files": [ | |
"License-Stable.rtf", | |
"System.Collections.Immutable.1.1.36.nupkg", | |
"System.Collections.Immutable.1.1.36.nupkg.sha512", | |
"System.Collections.Immutable.nuspec", | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" | |
] | |
}, | |
"System.Collections.NonGeneric/4.0.0": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", | |
"files": [ | |
"System.Collections.NonGeneric.4.0.0.nupkg", | |
"System.Collections.NonGeneric.4.0.0.nupkg.sha512", | |
"System.Collections.NonGeneric.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Collections.NonGeneric.dll", | |
"lib/net46/System.Collections.NonGeneric.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Collections.NonGeneric.dll", | |
"ref/dotnet/System.Collections.NonGeneric.xml", | |
"ref/dotnet/de/System.Collections.NonGeneric.xml", | |
"ref/dotnet/es/System.Collections.NonGeneric.xml", | |
"ref/dotnet/fr/System.Collections.NonGeneric.xml", | |
"ref/dotnet/it/System.Collections.NonGeneric.xml", | |
"ref/dotnet/ja/System.Collections.NonGeneric.xml", | |
"ref/dotnet/ko/System.Collections.NonGeneric.xml", | |
"ref/dotnet/ru/System.Collections.NonGeneric.xml", | |
"ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", | |
"ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", | |
"ref/net46/System.Collections.NonGeneric.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.ComponentModel/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Ju+nhdZ8gMwZAXRIr/ACoME9I9SpxeS+Xw4Bouok4xTvbbwkjlT55Mr9gybqcGMp4F/hzS55RnQDIiRN70fEdg==", | |
"files": [ | |
"System.ComponentModel.4.0.1-beta-23302.nupkg", | |
"System.ComponentModel.4.0.1-beta-23302.nupkg.sha512", | |
"System.ComponentModel.nuspec", | |
"lib/dotnet/System.ComponentModel.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.ComponentModel.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.ComponentModel.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.ComponentModel.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._" | |
] | |
}, | |
"System.ComponentModel.Annotations/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "0k47AYrGBkVloGxpxtoeTeBwMiDjJMbOBbMgyqOiYed1Ixxgv4itnxZdXwk4pIPqCbXExdL3XHFW04/58aqXZQ==", | |
"files": [ | |
"System.ComponentModel.Annotations.4.0.11-beta-23302.nupkg", | |
"System.ComponentModel.Annotations.4.0.11-beta-23302.nupkg.sha512", | |
"System.ComponentModel.Annotations.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.ComponentModel.Annotations.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.ComponentModel.Annotations.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.ComponentModel.EventBasedAsync/4.0.10": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", | |
"files": [ | |
"System.ComponentModel.EventBasedAsync.4.0.10.nupkg", | |
"System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", | |
"System.ComponentModel.EventBasedAsync.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.ComponentModel.EventBasedAsync.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.ComponentModel.EventBasedAsync.dll", | |
"ref/dotnet/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", | |
"ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.ComponentModel.Primitives/4.0.0": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "8xElzEmEH5G6XK7qqxRLQ/2r1IuhXlkz0ZdgKNp6ViDD1ukadd+5hccqg1G/L4AYRy96ddMdvgyJjFW87Cegbw==", | |
"files": [ | |
"System.ComponentModel.Primitives.4.0.0.nupkg", | |
"System.ComponentModel.Primitives.4.0.0.nupkg.sha512", | |
"System.ComponentModel.Primitives.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.ComponentModel.Primitives.dll", | |
"lib/net46/System.ComponentModel.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.ComponentModel.Primitives.dll", | |
"ref/dotnet/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/de/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/es/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/fr/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/it/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/ja/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/ko/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/ru/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/zh-hans/System.ComponentModel.Primitives.xml", | |
"ref/dotnet/zh-hant/System.ComponentModel.Primitives.xml", | |
"ref/net46/System.ComponentModel.Primitives.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.ComponentModel.TypeConverter/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "hxEMZPmxZXTcDQOqeXugQfCOUP+LVPwyPB/1kTjNSaRkBMUC9USlmUECXAOUr6GweWz86zn7h5+SgClbDCuIbA==", | |
"files": [ | |
"System.ComponentModel.TypeConverter.4.0.1-beta-23302.nupkg", | |
"System.ComponentModel.TypeConverter.4.0.1-beta-23302.nupkg.sha512", | |
"System.ComponentModel.TypeConverter.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.ComponentModel.TypeConverter.dll", | |
"lib/net46/System.ComponentModel.TypeConverter.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.ComponentModel.TypeConverter.dll", | |
"ref/net46/System.ComponentModel.TypeConverter.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Console/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "rpWEkJWW29TjVZdDz5zr8VnBv4IN9BQHmP4Ky9tEbvkdhkJRb0ZO59acXMpVD1tSM2VhGlLnq0kpdjOLNmejNA==", | |
"files": [ | |
"System.Console.4.0.0-beta-23302.nupkg", | |
"System.Console.4.0.0-beta-23302.nupkg.sha512", | |
"System.Console.nuspec", | |
"lib/DNXCore50/System.Console.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Console.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Console.dll", | |
"ref/net46/System.Console.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Diagnostics.Contracts/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "wNxbM8sbEubSK5tg6pVxgTBvFuvJq9Iwm8s3+r1eXdd8uIqpqQTTwrJs74fAe8Jkx1GMlKmSMoRYENmkRvP9eg==", | |
"files": [ | |
"System.Diagnostics.Contracts.4.0.1-beta-23302.nupkg", | |
"System.Diagnostics.Contracts.4.0.1-beta-23302.nupkg.sha512", | |
"System.Diagnostics.Contracts.nuspec", | |
"lib/DNXCore50/System.Diagnostics.Contracts.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Diagnostics.Contracts.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Diagnostics.Contracts.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Diagnostics.Contracts.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll" | |
] | |
}, | |
"System.Diagnostics.Debug/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "PpuMyJGiXpscQZhcpEsPiBq4bUUWfv3efQe67QPQORiZ05k5n9H4R5Q9nvZ3JCNWH4N3FwV7Go+WjiTWYCywoA==", | |
"files": [ | |
"System.Diagnostics.Debug.4.0.11-beta-23302.nupkg", | |
"System.Diagnostics.Debug.4.0.11-beta-23302.nupkg.sha512", | |
"System.Diagnostics.Debug.nuspec", | |
"lib/DNXCore50/System.Diagnostics.Debug.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Diagnostics.Debug.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Diagnostics.Debug.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" | |
] | |
}, | |
"System.Diagnostics.Tools/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "olDxASAVRtG3qvLAadESQ7NilxgnAzf6zR2i8JKr3Zk225sTRprxuLqNFD2atITUH2oCQuOV/dWEINv0JxBlQQ==", | |
"files": [ | |
"System.Diagnostics.Tools.4.0.1-beta-23302.nupkg", | |
"System.Diagnostics.Tools.4.0.1-beta-23302.nupkg.sha512", | |
"System.Diagnostics.Tools.nuspec", | |
"lib/DNXCore50/System.Diagnostics.Tools.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Diagnostics.Tools.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Diagnostics.Tools.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Diagnostics.Tools.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll" | |
] | |
}, | |
"System.Diagnostics.TraceSource/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "KVTdYxF8g/HkmbGcC9wQLHjQDQ8/RdIjMRvfGYu6wX1xUXnzouRWl9G0UwjKhWWZcxidXDGvqDnpPftfUHrqCg==", | |
"files": [ | |
"System.Diagnostics.TraceSource.4.0.0-beta-23302.nupkg", | |
"System.Diagnostics.TraceSource.4.0.0-beta-23302.nupkg.sha512", | |
"System.Diagnostics.TraceSource.nuspec", | |
"lib/DNXCore50/System.Diagnostics.TraceSource.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Diagnostics.TraceSource.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Diagnostics.TraceSource.dll", | |
"ref/net46/System.Diagnostics.TraceSource.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Diagnostics.Tracing/4.0.21-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "uABSlyk89HNOL30qWNeMv9S22THrzASyb3K1fe4dJURDLqm7baU/F/3NKk/xftwaM28NffP1RaP4WYoOtteWyQ==", | |
"files": [ | |
"System.Diagnostics.Tracing.4.0.21-beta-23302.nupkg", | |
"System.Diagnostics.Tracing.4.0.21-beta-23302.nupkg.sha512", | |
"System.Diagnostics.Tracing.nuspec", | |
"lib/DNXCore50/System.Diagnostics.Tracing.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Diagnostics.Tracing.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Diagnostics.Tracing.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll" | |
] | |
}, | |
"System.Diagnostics.Tracing.Telemetry/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "BXFOgkWcLTPPsBs+D3VYLfW9Pd57VcjKbHNDTorJtd5w1oAsmzyIlxARaW+SZ6z4927ctZsfJ0ts61K6D1YPqA==", | |
"files": [ | |
"System.Diagnostics.Tracing.Telemetry.4.0.0-beta-23302.nupkg", | |
"System.Diagnostics.Tracing.Telemetry.4.0.0-beta-23302.nupkg.sha512", | |
"System.Diagnostics.Tracing.Telemetry.nuspec", | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.dll", | |
"lib/dotnet/System.Diagnostics.Tracing.Telemetry.xml", | |
"lib/portable-net45+win8+wp8+wpa81/System.Diagnostics.Tracing.Telemetry.dll", | |
"lib/portable-net45+win8+wp8+wpa81/System.Diagnostics.Tracing.Telemetry.xml" | |
] | |
}, | |
"System.Dynamic.Runtime/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "fqG3WrNEmwpfvoDUkN/ykz3g/WS2xZpHVtTj9l8altJltmMWpIvq5LAVQWjRteYxKaX5+rVBwdOeqJ31aUB0Fw==", | |
"files": [ | |
"System.Dynamic.Runtime.4.0.11-beta-23302.nupkg", | |
"System.Dynamic.Runtime.4.0.11-beta-23302.nupkg.sha512", | |
"System.Dynamic.Runtime.nuspec", | |
"lib/DNXCore50/System.Dynamic.Runtime.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Dynamic.Runtime.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Dynamic.Runtime.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll" | |
] | |
}, | |
"System.Globalization/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "q+gE9z25JSgEO+yWw0g4e3V9j6WXPOBXc6S5z6xaGOsyXJM8fnkz9EPPcRRH5QF/Wz3o7C+Bu8xnNHnqC5bgmA==", | |
"files": [ | |
"System.Globalization.4.0.11-beta-23302.nupkg", | |
"System.Globalization.4.0.11-beta-23302.nupkg.sha512", | |
"System.Globalization.nuspec", | |
"lib/DNXCore50/System.Globalization.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Globalization.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Globalization.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll" | |
] | |
}, | |
"System.Globalization.Calendars/4.0.0": { | |
"type": "package", | |
"sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", | |
"files": [ | |
"System.Globalization.Calendars.4.0.0.nupkg", | |
"System.Globalization.Calendars.4.0.0.nupkg.sha512", | |
"System.Globalization.Calendars.nuspec", | |
"lib/DNXCore50/System.Globalization.Calendars.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Globalization.Calendars.dll", | |
"lib/netcore50/System.Globalization.Calendars.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Globalization.Calendars.dll", | |
"ref/dotnet/System.Globalization.Calendars.xml", | |
"ref/dotnet/de/System.Globalization.Calendars.xml", | |
"ref/dotnet/es/System.Globalization.Calendars.xml", | |
"ref/dotnet/fr/System.Globalization.Calendars.xml", | |
"ref/dotnet/it/System.Globalization.Calendars.xml", | |
"ref/dotnet/ja/System.Globalization.Calendars.xml", | |
"ref/dotnet/ko/System.Globalization.Calendars.xml", | |
"ref/dotnet/ru/System.Globalization.Calendars.xml", | |
"ref/dotnet/zh-hans/System.Globalization.Calendars.xml", | |
"ref/dotnet/zh-hant/System.Globalization.Calendars.xml", | |
"ref/net46/System.Globalization.Calendars.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll" | |
] | |
}, | |
"System.Globalization.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "ODbU4gvvmMMqJ2sNgfvlY0nQH7fvZTAMIxr6UtZuo9Nnr8twlsEmuHSYF2YLPBQuF6cPbl9Y7cZ9yNVtiKETog==", | |
"files": [ | |
"System.Globalization.Extensions.4.0.1-beta-23302.nupkg", | |
"System.Globalization.Extensions.4.0.1-beta-23302.nupkg.sha512", | |
"System.Globalization.Extensions.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Globalization.Extensions.dll", | |
"lib/net46/System.Globalization.Extensions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Globalization.Extensions.dll", | |
"ref/net46/System.Globalization.Extensions.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.IO/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "CKBqHA5zwxyURUlKwVzsEt05ArV6aTnDfihEATcWyxhJavslmnESXeA0sI98qlV2sBBsu+CMnCq5LzujvROVtQ==", | |
"files": [ | |
"System.IO.4.0.11-beta-23302.nupkg", | |
"System.IO.4.0.11-beta-23302.nupkg.sha512", | |
"System.IO.nuspec", | |
"lib/DNXCore50/System.IO.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.IO.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.IO.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.IO.dll" | |
] | |
}, | |
"System.IO.FileSystem/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "wnuZBIgGmS9Vj5fDzaeJ1641VTSFXW559VMFmuASU3wQEjYjE+PGaP8UY57aFS74vl00ymGLGmG5VXz1R7lQ1Q==", | |
"files": [ | |
"System.IO.FileSystem.4.0.1-beta-23302.nupkg", | |
"System.IO.FileSystem.4.0.1-beta-23302.nupkg.sha512", | |
"System.IO.FileSystem.nuspec", | |
"lib/DNXCore50/System.IO.FileSystem.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.dll", | |
"lib/netcore50/System.IO.FileSystem.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.IO.FileSystem.dll", | |
"ref/net46/System.IO.FileSystem.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.IO.FileSystem.Primitives/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "YcO8H+cgX5YLFpmay3/zA1bOVUU3BnEWnEvVCKzJmb2DACzrLdQpFeepLsH1qThou5gqcHLMBqMlr/DRAHltdw==", | |
"files": [ | |
"System.IO.FileSystem.Primitives.4.0.1-beta-23302.nupkg", | |
"System.IO.FileSystem.Primitives.4.0.1-beta-23302.nupkg.sha512", | |
"System.IO.FileSystem.Primitives.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.IO.FileSystem.Primitives.dll", | |
"lib/net46/System.IO.FileSystem.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.IO.FileSystem.Primitives.dll", | |
"ref/net46/System.IO.FileSystem.Primitives.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.IO.FileSystem.Watcher/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "dc1ZTSYy4T1PvqgFStWoMyzURBBpge6RzbvURCp2feQNeWbmkIkeoZEbJyWcA9Xzwp12uwzjCgNLk+Bshrpdnw==", | |
"files": [ | |
"System.IO.FileSystem.Watcher.4.0.0-beta-23302.nupkg", | |
"System.IO.FileSystem.Watcher.4.0.0-beta-23302.nupkg.sha512", | |
"System.IO.FileSystem.Watcher.nuspec", | |
"lib/DNXCore50/System.IO.FileSystem.Watcher.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.Watcher.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.IO.FileSystem.Watcher.dll", | |
"ref/net46/System.IO.FileSystem.Watcher.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Linq/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "s6DNPrcinU2thnbDGyYfvK/2B6RXPvIjNyNFCyFDEPpKKb0dlURf/VSX0HQRbaxi0sXuSSrTCHPXhh75jpx3Pw==", | |
"files": [ | |
"System.Linq.4.0.1-beta-23302.nupkg", | |
"System.Linq.4.0.1-beta-23302.nupkg.sha512", | |
"System.Linq.nuspec", | |
"lib/dotnet/System.Linq.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Linq.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Linq.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Linq.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._" | |
] | |
}, | |
"System.Linq.Expressions/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "sqZgrygrGM/WD0D1KjIzwQofvqBSEl19cqAc75TgMeoLcaRmO2/q7LUUwBQybrzA19XP1+7lagH257t1Rl7vyw==", | |
"files": [ | |
"System.Linq.Expressions.4.0.11-beta-23302.nupkg", | |
"System.Linq.Expressions.4.0.11-beta-23302.nupkg.sha512", | |
"System.Linq.Expressions.nuspec", | |
"lib/DNXCore50/System.Linq.Expressions.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Linq.Expressions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Linq.Expressions.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtime.json", | |
"runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll" | |
] | |
}, | |
"System.Net.Primitives/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "b6eoKHhPGONd6F6gBl3Gy33+ampaP9il7aWJOd9HaAokGgJA3Y1lStyu4kdEdb1PiiNXbomvsf/YZKD+MpXIWw==", | |
"files": [ | |
"System.Net.Primitives.4.0.11-beta-23302.nupkg", | |
"System.Net.Primitives.4.0.11-beta-23302.nupkg.sha512", | |
"System.Net.Primitives.nuspec", | |
"lib/DNXCore50/System.Net.Primitives.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Net.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Net.Primitives.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Net.WebSockets/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "PYoDJdTYYmFKCgXpq1z5J5cb5RiieFYiI7XxxkcI0sigiJpP+Mz7VGHPwoGsdhf2YRLCQyorZeM7DHejpTRX8w==", | |
"files": [ | |
"System.Net.WebSockets.4.0.0-beta-23302.nupkg", | |
"System.Net.WebSockets.4.0.0-beta-23302.nupkg.sha512", | |
"System.Net.WebSockets.nuspec", | |
"lib/DNXCore50/System.Net.WebSockets.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Net.WebSockets.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Net.WebSockets.dll", | |
"ref/net46/System.Net.WebSockets.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.ObjectModel/4.0.10": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", | |
"files": [ | |
"System.ObjectModel.4.0.10.nupkg", | |
"System.ObjectModel.4.0.10.nupkg.sha512", | |
"System.ObjectModel.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.ObjectModel.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.ObjectModel.dll", | |
"ref/dotnet/System.ObjectModel.xml", | |
"ref/dotnet/de/System.ObjectModel.xml", | |
"ref/dotnet/es/System.ObjectModel.xml", | |
"ref/dotnet/fr/System.ObjectModel.xml", | |
"ref/dotnet/it/System.ObjectModel.xml", | |
"ref/dotnet/ja/System.ObjectModel.xml", | |
"ref/dotnet/ko/System.ObjectModel.xml", | |
"ref/dotnet/ru/System.ObjectModel.xml", | |
"ref/dotnet/zh-hans/System.ObjectModel.xml", | |
"ref/dotnet/zh-hant/System.ObjectModel.xml", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Private.Networking/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "fj7Sby0Gst3Q07Uf6wQ/7BOb3wLuIzmP7r19hrg6CtpFtzHYZPdh0z3TcCF8pik25lo3pelUYchAmGcTaTQvOw==", | |
"files": [ | |
"System.Private.Networking.4.0.1-beta-23302.nupkg", | |
"System.Private.Networking.4.0.1-beta-23302.nupkg.sha512", | |
"System.Private.Networking.nuspec", | |
"lib/DNXCore50/System.Private.Networking.dll", | |
"lib/netcore50/System.Private.Networking.dll", | |
"ref/dnxcore50/_._", | |
"ref/netcore50/_._" | |
] | |
}, | |
"System.Private.Uri/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "HQKaa/NoZF1FYSIKCM7ZXHntaadwUoWb+EeXdIiutQXAPGmUOLszeJrn7voBzYDjWy/Wh6zdvTIkKmF4dgxC1w==", | |
"files": [ | |
"System.Private.Uri.4.0.1-beta-23302.nupkg", | |
"System.Private.Uri.4.0.1-beta-23302.nupkg.sha512", | |
"System.Private.Uri.nuspec", | |
"lib/DNXCore50/System.Private.Uri.dll", | |
"lib/netcore50/System.Private.Uri.dll", | |
"ref/dnxcore50/_._", | |
"ref/netcore50/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" | |
] | |
}, | |
"System.Reflection/4.1.0-beta-23225": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", | |
"files": [ | |
"System.Reflection.4.1.0-beta-23225.nupkg", | |
"System.Reflection.4.1.0-beta-23225.nupkg.sha512", | |
"System.Reflection.nuspec", | |
"lib/DNXCore50/System.Reflection.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Reflection.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Reflection.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Reflection.dll" | |
] | |
}, | |
"System.Reflection.Emit/4.0.0": { | |
"type": "package", | |
"sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", | |
"files": [ | |
"System.Reflection.Emit.4.0.0.nupkg", | |
"System.Reflection.Emit.4.0.0.nupkg.sha512", | |
"System.Reflection.Emit.nuspec", | |
"lib/DNXCore50/System.Reflection.Emit.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Emit.dll", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/dotnet/System.Reflection.Emit.dll", | |
"ref/dotnet/System.Reflection.Emit.xml", | |
"ref/dotnet/de/System.Reflection.Emit.xml", | |
"ref/dotnet/es/System.Reflection.Emit.xml", | |
"ref/dotnet/fr/System.Reflection.Emit.xml", | |
"ref/dotnet/it/System.Reflection.Emit.xml", | |
"ref/dotnet/ja/System.Reflection.Emit.xml", | |
"ref/dotnet/ko/System.Reflection.Emit.xml", | |
"ref/dotnet/ru/System.Reflection.Emit.xml", | |
"ref/dotnet/zh-hans/System.Reflection.Emit.xml", | |
"ref/dotnet/zh-hant/System.Reflection.Emit.xml", | |
"ref/net45/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Reflection.Emit.ILGeneration/4.0.0": { | |
"type": "package", | |
"sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", | |
"files": [ | |
"System.Reflection.Emit.ILGeneration.4.0.0.nupkg", | |
"System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", | |
"System.Reflection.Emit.ILGeneration.nuspec", | |
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Emit.ILGeneration.dll", | |
"lib/wp80/_._", | |
"ref/dotnet/System.Reflection.Emit.ILGeneration.dll", | |
"ref/dotnet/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", | |
"ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", | |
"ref/net45/_._", | |
"ref/wp80/_._" | |
] | |
}, | |
"System.Reflection.Extensions/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "wG1X+2ulc31cG/8lDb3vmmESP0WOUJDu/Mz74ZE4JH+irSVsEB0Mk2OHcqNZbzb6MfeMJw54toVAiiw/O05Hyw==", | |
"files": [ | |
"System.Reflection.Extensions.4.0.1-beta-23302.nupkg", | |
"System.Reflection.Extensions.4.0.1-beta-23302.nupkg.sha512", | |
"System.Reflection.Extensions.nuspec", | |
"lib/DNXCore50/System.Reflection.Extensions.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Extensions.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Reflection.Extensions.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Reflection.Extensions.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" | |
] | |
}, | |
"System.Reflection.Metadata/1.1.0-alpha-00012": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "kKZXpKet/6BNEihGTeCm5oM8rS3w4VHX+JqG0c++Tu3CFF0dDSfh2n6dX52PbLX8mqZ8k1sSbG2p2hbAoRZ0qg==", | |
"files": [ | |
"System.Reflection.Metadata.1.1.0-alpha-00012.nupkg", | |
"System.Reflection.Metadata.1.1.0-alpha-00012.nupkg.sha512", | |
"System.Reflection.Metadata.nuspec", | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll", | |
"lib/portable-net45+win8/System.Reflection.Metadata.pdb", | |
"lib/portable-net45+win8/System.Reflection.Metadata.xml" | |
] | |
}, | |
"System.Reflection.Primitives/4.0.0": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", | |
"files": [ | |
"System.Reflection.Primitives.4.0.0.nupkg", | |
"System.Reflection.Primitives.4.0.0.nupkg.sha512", | |
"System.Reflection.Primitives.nuspec", | |
"lib/DNXCore50/System.Reflection.Primitives.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Primitives.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Reflection.Primitives.dll", | |
"ref/dotnet/System.Reflection.Primitives.xml", | |
"ref/dotnet/de/System.Reflection.Primitives.xml", | |
"ref/dotnet/es/System.Reflection.Primitives.xml", | |
"ref/dotnet/fr/System.Reflection.Primitives.xml", | |
"ref/dotnet/it/System.Reflection.Primitives.xml", | |
"ref/dotnet/ja/System.Reflection.Primitives.xml", | |
"ref/dotnet/ko/System.Reflection.Primitives.xml", | |
"ref/dotnet/ru/System.Reflection.Primitives.xml", | |
"ref/dotnet/zh-hans/System.Reflection.Primitives.xml", | |
"ref/dotnet/zh-hant/System.Reflection.Primitives.xml", | |
"ref/net45/_._", | |
"ref/netcore50/System.Reflection.Primitives.dll", | |
"ref/netcore50/System.Reflection.Primitives.xml", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll" | |
] | |
}, | |
"System.Reflection.TypeExtensions/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "SSNo70kYclcMpuqOmc2Jr/HRvaGfHf8Lzx0iKz9Qvi3P03tHHwobIwRw48TOLZ8q6rpfsf4T/MF9gdks4FioIQ==", | |
"files": [ | |
"System.Reflection.TypeExtensions.4.0.1-beta-23302.nupkg", | |
"System.Reflection.TypeExtensions.4.0.1-beta-23302.nupkg.sha512", | |
"System.Reflection.TypeExtensions.nuspec", | |
"lib/DNXCore50/System.Reflection.TypeExtensions.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Reflection.TypeExtensions.dll", | |
"lib/netcore50/System.Reflection.TypeExtensions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Reflection.TypeExtensions.dll", | |
"ref/net46/System.Reflection.TypeExtensions.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll" | |
] | |
}, | |
"System.Resources.ReaderWriter/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "eeCx44UUYutSTIK2jqbPzPr2Y0YhN8IgaD1WruAWTlC/nzv3AxX+6CjQLUK+yPmIZ98g9EupIIiklnFS3YMeig==", | |
"files": [ | |
"System.Resources.ReaderWriter.4.0.0-beta-23302.nupkg", | |
"System.Resources.ReaderWriter.4.0.0-beta-23302.nupkg.sha512", | |
"System.Resources.ReaderWriter.nuspec", | |
"lib/DNXCore50/System.Resources.ReaderWriter.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Resources.ReaderWriter.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Resources.ReaderWriter.dll", | |
"ref/net46/System.Resources.ReaderWriter.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Resources.ResourceManager/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "B7IheRlOQR0sX5AYtE4nyG/E5uI4KZCk8iN1VZqcNHJfnNm4zIDdsyWlmxbPtRTsYF2DhBdS8blqOAd1qhxlow==", | |
"files": [ | |
"System.Resources.ResourceManager.4.0.1-beta-23302.nupkg", | |
"System.Resources.ResourceManager.4.0.1-beta-23302.nupkg.sha512", | |
"System.Resources.ResourceManager.nuspec", | |
"lib/DNXCore50/System.Resources.ResourceManager.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Resources.ResourceManager.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Resources.ResourceManager.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Resources.ResourceManager.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" | |
] | |
}, | |
"System.Runtime/4.0.21-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "jwIaVrnbyJqGJyiPG/GmrYvEJNm2hnVL5KI945lv714JEJSfFBdIdiCeDnyW+Mvo8TNAdQD7g9loK7mhnveV+A==", | |
"files": [ | |
"System.Runtime.4.0.21-beta-23302.nupkg", | |
"System.Runtime.4.0.21-beta-23302.nupkg.sha512", | |
"System.Runtime.nuspec", | |
"lib/DNXCore50/System.Runtime.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Runtime.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Runtime.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Runtime.dll" | |
] | |
}, | |
"System.Runtime.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "NjQ3Aj1K+mAk53KKtzEotNCaZcRvITs3XpIoQC+manFBO/1MufIOWKVlAweMoR4bQ+cZl5Ye9SGdPZb98PgfcA==", | |
"files": [ | |
"System.Runtime.Extensions.4.0.11-beta-23302.nupkg", | |
"System.Runtime.Extensions.4.0.11-beta-23302.nupkg.sha512", | |
"System.Runtime.Extensions.nuspec", | |
"lib/DNXCore50/System.Runtime.Extensions.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Runtime.Extensions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Runtime.Extensions.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll" | |
] | |
}, | |
"System.Runtime.Handles/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "oovA5i6G9ZpyPGfzAUpsIzLKSO1yXluvCRI6leLPDvD4ioGoH/WJrhVQfydW8LhbONX+QBliJiTwoyQo6ymr5Q==", | |
"files": [ | |
"System.Runtime.Handles.4.0.1-beta-23302.nupkg", | |
"System.Runtime.Handles.4.0.1-beta-23302.nupkg.sha512", | |
"System.Runtime.Handles.nuspec", | |
"lib/DNXCore50/System.Runtime.Handles.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Runtime.Handles.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Runtime.Handles.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll" | |
] | |
}, | |
"System.Runtime.InteropServices/4.0.21-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "JJSICvlhIcyEEj2alirQKF7WCJgplv8LiMkUJ10EWC7q2zQob0QzVT1E1DTwox1yBxaJ407d0AYb2jIcrGj5CQ==", | |
"files": [ | |
"System.Runtime.InteropServices.4.0.21-beta-23302.nupkg", | |
"System.Runtime.InteropServices.4.0.21-beta-23302.nupkg.sha512", | |
"System.Runtime.InteropServices.nuspec", | |
"lib/DNXCore50/System.Runtime.InteropServices.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Runtime.InteropServices.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Runtime.InteropServices.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll" | |
] | |
}, | |
"System.Runtime.Numerics/4.0.0": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", | |
"files": [ | |
"System.Runtime.Numerics.4.0.0.nupkg", | |
"System.Runtime.Numerics.4.0.0.nupkg.sha512", | |
"System.Runtime.Numerics.nuspec", | |
"lib/dotnet/System.Runtime.Numerics.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Runtime.Numerics.dll", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Runtime.Numerics.dll", | |
"ref/dotnet/System.Runtime.Numerics.xml", | |
"ref/dotnet/de/System.Runtime.Numerics.xml", | |
"ref/dotnet/es/System.Runtime.Numerics.xml", | |
"ref/dotnet/fr/System.Runtime.Numerics.xml", | |
"ref/dotnet/it/System.Runtime.Numerics.xml", | |
"ref/dotnet/ja/System.Runtime.Numerics.xml", | |
"ref/dotnet/ko/System.Runtime.Numerics.xml", | |
"ref/dotnet/ru/System.Runtime.Numerics.xml", | |
"ref/dotnet/zh-hans/System.Runtime.Numerics.xml", | |
"ref/dotnet/zh-hant/System.Runtime.Numerics.xml", | |
"ref/net45/_._", | |
"ref/netcore50/System.Runtime.Numerics.dll", | |
"ref/netcore50/System.Runtime.Numerics.xml", | |
"ref/win8/_._", | |
"ref/wpa81/_._" | |
] | |
}, | |
"System.Security.Claims/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "dmNtKy/NItcuMMPJ945OGkXz1b1JbtCXbTGoXlkjnTV6Yu3vuvAgEyW+7NPP+lnbOA7UZSnW4OGola+R02u73w==", | |
"files": [ | |
"System.Security.Claims.4.0.1-beta-23302.nupkg", | |
"System.Security.Claims.4.0.1-beta-23302.nupkg.sha512", | |
"System.Security.Claims.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Security.Claims.dll", | |
"lib/net46/System.Security.Claims.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.Claims.dll", | |
"ref/net46/System.Security.Claims.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Security.Cryptography.Algorithms/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "LRFusp+RSvbg0ZVoCQp8f5CJzb7YIRPU8j8tlillaRXXiHOhThnN66fJBhKV2k2wsNc829dJ/nk9wyCB2CnIcA==", | |
"files": [ | |
"System.Security.Cryptography.Algorithms.4.0.0-beta-23302.nupkg", | |
"System.Security.Cryptography.Algorithms.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Cryptography.Algorithms.nuspec", | |
"lib/DNXCore50/System.Security.Cryptography.Algorithms.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Algorithms.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.Cryptography.Algorithms.dll", | |
"ref/net46/System.Security.Cryptography.Algorithms.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Security.Cryptography.Cng/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "aeb3nEhIUNy9NbskugGP9Z6ngtFB09svhYuADGjzGa7yCpYBXZMQGJ4YEd4QVPZEH9yhfu9tiHYVOGpF4fMqfQ==", | |
"files": [ | |
"System.Security.Cryptography.Cng.4.0.0-beta-23302.nupkg", | |
"System.Security.Cryptography.Cng.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Cryptography.Cng.nuspec", | |
"lib/DNXCore50/System.Security.Cryptography.Cng.dll", | |
"lib/net46/System.Security.Cryptography.Cng.dll", | |
"ref/dotnet/System.Security.Cryptography.Cng.dll", | |
"ref/net46/System.Security.Cryptography.Cng.dll" | |
] | |
}, | |
"System.Security.Cryptography.Csp/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "ydSRcGHYtbHhrSbZYoy4B0elKwJ471qebBLM2VO4DT/Yz7WhzUrxrv7gkRmK7D9hpQDcTNK94pnirbg1jjc2Xw==", | |
"files": [ | |
"System.Security.Cryptography.Csp.4.0.0-beta-23302.nupkg", | |
"System.Security.Cryptography.Csp.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Cryptography.Csp.nuspec", | |
"lib/DNXCore50/System.Security.Cryptography.Csp.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Csp.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.Cryptography.Csp.dll", | |
"ref/net46/System.Security.Cryptography.Csp.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Security.Cryptography.Encoding/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "PlA/drS8oBasX072q6GgfUJjO0nWjALew+D0V65C5pDf9hz6zZGJezd7oEn4fiFiXFrurni23G8unGBDtfYOVA==", | |
"files": [ | |
"System.Security.Cryptography.Encoding.4.0.0-beta-23302.nupkg", | |
"System.Security.Cryptography.Encoding.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Cryptography.Encoding.nuspec", | |
"lib/DNXCore50/System.Security.Cryptography.Encoding.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Encoding.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.Cryptography.Encoding.dll", | |
"ref/net46/System.Security.Cryptography.Encoding.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Security.Cryptography.Primitives/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "CZewSchJRNxBPQMPpYPyHGvDpaBwKwTcVWYK0Nvw5IGCInJBViOeuthc1cWJCfC0jGuXbOL5FiG0+dxqRegjMw==", | |
"files": [ | |
"System.Security.Cryptography.Primitives.4.0.0-beta-23302.nupkg", | |
"System.Security.Cryptography.Primitives.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Cryptography.Primitives.nuspec", | |
"lib/DNXCore50/System.Security.Cryptography.Primitives.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.Cryptography.Primitives.dll", | |
"ref/net46/System.Security.Cryptography.Primitives.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Security.Cryptography.X509Certificates/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "H+hPDLOFXXf6ksV9v4FNvZc5f6QbDTLveGZPXjw2Rtj4seOOBV07J1hHVbl6IGaCFRGxKvLllJmg3BTLnQe9dQ==", | |
"files": [ | |
"System.Security.Cryptography.X509Certificates.4.0.0-beta-23302.nupkg", | |
"System.Security.Cryptography.X509Certificates.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Cryptography.X509Certificates.nuspec", | |
"lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.X509Certificates.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.Cryptography.X509Certificates.dll", | |
"ref/net46/System.Security.Cryptography.X509Certificates.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Security.Principal/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "F6yQL65ieg0wS1DJo6AN44OW9Z3CnqlxA11CYLkZanAQLYscw5ZopjoiXne23P4Io4anzGESD7cdCltIk7ntZA==", | |
"files": [ | |
"System.Security.Principal.4.0.1-beta-23302.nupkg", | |
"System.Security.Principal.4.0.1-beta-23302.nupkg.sha512", | |
"System.Security.Principal.nuspec", | |
"lib/dotnet/System.Security.Principal.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Security.Principal.dll", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Security.Principal.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Security.Principal.dll", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._" | |
] | |
}, | |
"System.Security.Principal.Windows/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "ctf+QjguZj/M6gqCacRZtvpKYt68aVcG5DAuDA+MovKl3Zv/cdKv5of5PPdqJvsbZZy/ZxEI5kUSYgovdS+OXw==", | |
"files": [ | |
"System.Security.Principal.Windows.4.0.0-beta-23302.nupkg", | |
"System.Security.Principal.Windows.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.Principal.Windows.nuspec", | |
"lib/DNXCore50/System.Security.Principal.Windows.dll", | |
"lib/net46/System.Security.Principal.Windows.dll", | |
"ref/dotnet/System.Security.Principal.Windows.dll", | |
"ref/net46/System.Security.Principal.Windows.dll" | |
] | |
}, | |
"System.Security.SecureString/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "vTCr2xZaLp3uhwROLeRX1DVbIjQTtopp2Ibe/w5Hfud/8AVnxGZe+LfE6oanpjkYxct7+HC12D8Wg12sYyDycA==", | |
"files": [ | |
"System.Security.SecureString.4.0.0-beta-23302.nupkg", | |
"System.Security.SecureString.4.0.0-beta-23302.nupkg.sha512", | |
"System.Security.SecureString.nuspec", | |
"lib/DNXCore50/System.Security.SecureString.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.SecureString.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Security.SecureString.dll", | |
"ref/net46/System.Security.SecureString.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Text.Encoding/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "wKDUdhgzcIr9N3sCjZnojR68RBlbTg584FlvMMgmCFdDfH/v7RPzTkYt3lp9cLxU9uP8lX8bGgZkFZUib/id/A==", | |
"files": [ | |
"System.Text.Encoding.4.0.11-beta-23302.nupkg", | |
"System.Text.Encoding.4.0.11-beta-23302.nupkg.sha512", | |
"System.Text.Encoding.nuspec", | |
"lib/DNXCore50/System.Text.Encoding.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Text.Encoding.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Text.Encoding.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll" | |
] | |
}, | |
"System.Text.Encoding.Extensions/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "wA0GmktgCwuiCnsQrHNWa4m/KJOYUoigXg/iEv3s99bctOHNUXNVqZPLI9KFjvPpToP6XZmmo1sSVcRcG39rHw==", | |
"files": [ | |
"System.Text.Encoding.Extensions.4.0.11-beta-23302.nupkg", | |
"System.Text.Encoding.Extensions.4.0.11-beta-23302.nupkg.sha512", | |
"System.Text.Encoding.Extensions.nuspec", | |
"lib/DNXCore50/System.Text.Encoding.Extensions.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Text.Encoding.Extensions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Text.Encoding.Extensions.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll" | |
] | |
}, | |
"System.Text.RegularExpressions/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "aW6ve67cOzRFS3vX4aHFWiR/EvlYfu8WCQ50SrkbxlklfTKiVhrPEAatW7f6FjdPbvNVKRaNNfbfLxolmcSxbQ==", | |
"files": [ | |
"System.Text.RegularExpressions.4.0.11-beta-23302.nupkg", | |
"System.Text.RegularExpressions.4.0.11-beta-23302.nupkg.sha512", | |
"System.Text.RegularExpressions.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Text.RegularExpressions.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Text.RegularExpressions.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Threading/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "WZJzV6/dS3Ypn51o5gJD32yvX1JV5YU8+s2D2mBokOzLm6QTmVa5F7t4hNbZIuj7GQgYZX6DnlC5pqGdrR63kQ==", | |
"files": [ | |
"System.Threading.4.0.11-beta-23302.nupkg", | |
"System.Threading.4.0.11-beta-23302.nupkg.sha512", | |
"System.Threading.nuspec", | |
"lib/DNXCore50/System.Threading.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Threading.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Threading.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Threading.dll" | |
] | |
}, | |
"System.Threading.Overlapped/4.0.0": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", | |
"files": [ | |
"System.Threading.Overlapped.4.0.0.nupkg", | |
"System.Threading.Overlapped.4.0.0.nupkg.sha512", | |
"System.Threading.Overlapped.nuspec", | |
"lib/DNXCore50/System.Threading.Overlapped.dll", | |
"lib/net46/System.Threading.Overlapped.dll", | |
"lib/netcore50/System.Threading.Overlapped.dll", | |
"ref/dotnet/System.Threading.Overlapped.dll", | |
"ref/dotnet/System.Threading.Overlapped.xml", | |
"ref/dotnet/de/System.Threading.Overlapped.xml", | |
"ref/dotnet/es/System.Threading.Overlapped.xml", | |
"ref/dotnet/fr/System.Threading.Overlapped.xml", | |
"ref/dotnet/it/System.Threading.Overlapped.xml", | |
"ref/dotnet/ja/System.Threading.Overlapped.xml", | |
"ref/dotnet/ko/System.Threading.Overlapped.xml", | |
"ref/dotnet/ru/System.Threading.Overlapped.xml", | |
"ref/dotnet/zh-hans/System.Threading.Overlapped.xml", | |
"ref/dotnet/zh-hant/System.Threading.Overlapped.xml", | |
"ref/net46/System.Threading.Overlapped.dll" | |
] | |
}, | |
"System.Threading.Tasks/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "Kp7/keX2jwZonKTy77jFKwx01eDfCvQKpzWT/GJEJAqW29mF0WWDRcAR1c0NV8ZEN8cClN9owVGW/sXxHtQnxA==", | |
"files": [ | |
"System.Threading.Tasks.4.0.11-beta-23302.nupkg", | |
"System.Threading.Tasks.4.0.11-beta-23302.nupkg.sha512", | |
"System.Threading.Tasks.nuspec", | |
"lib/DNXCore50/System.Threading.Tasks.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netcore50/System.Threading.Tasks.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Threading.Tasks.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll" | |
] | |
}, | |
"System.Threading.Tasks.Parallel/4.0.1-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "py6Q2XZrKquXk93hJFBCBdKefuUOdJGOX1m65Gg1B6zn4cTTTqI58FvyuoKzhwW2j+Ewnsc9jsfMY2lLJHOoGQ==", | |
"files": [ | |
"System.Threading.Tasks.Parallel.4.0.1-beta-23302.nupkg", | |
"System.Threading.Tasks.Parallel.4.0.1-beta-23302.nupkg.sha512", | |
"System.Threading.Tasks.Parallel.nuspec", | |
"lib/dotnet/System.Threading.Tasks.Parallel.dll", | |
"lib/net45/_._", | |
"lib/netcore50/System.Threading.Tasks.Parallel.dll", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"ref/dotnet/System.Threading.Tasks.Parallel.dll", | |
"ref/net45/_._", | |
"ref/netcore50/System.Threading.Tasks.Parallel.dll", | |
"ref/win8/_._", | |
"ref/wpa81/_._" | |
] | |
}, | |
"System.Threading.Thread/4.0.0-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "0tn5ET6NNDVjJdpacPXM9lwa3tZeKiIYZHOZPtsbORXop84IN93KenlcqEdPizxPsnOAgauVIgeKftnvwcvlsQ==", | |
"files": [ | |
"System.Threading.Thread.4.0.0-beta-23302.nupkg", | |
"System.Threading.Thread.4.0.0-beta-23302.nupkg.sha512", | |
"System.Threading.Thread.nuspec", | |
"lib/DNXCore50/System.Threading.Thread.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Threading.Thread.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Threading.Thread.dll", | |
"ref/net46/System.Threading.Thread.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Threading.ThreadPool/4.0.10-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "dwwA7ce4yVXenjpJU20JyNn3zrXsWWkbw9UMNK49C09D7tmrYLSxzWSzY7/4034okFcOjQmtP5g36ZRZANZL9A==", | |
"files": [ | |
"System.Threading.ThreadPool.4.0.10-beta-23302.nupkg", | |
"System.Threading.ThreadPool.4.0.10-beta-23302.nupkg.sha512", | |
"System.Threading.ThreadPool.nuspec", | |
"lib/DNXCore50/System.Threading.ThreadPool.dll", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Threading.ThreadPool.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Threading.ThreadPool.dll", | |
"ref/net46/System.Threading.ThreadPool.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Xml.ReaderWriter/4.0.10": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", | |
"files": [ | |
"System.Xml.ReaderWriter.4.0.10.nupkg", | |
"System.Xml.ReaderWriter.4.0.10.nupkg.sha512", | |
"System.Xml.ReaderWriter.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Xml.ReaderWriter.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Xml.ReaderWriter.dll", | |
"ref/dotnet/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/de/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/es/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/fr/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/it/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/ja/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/ko/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/ru/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
}, | |
"System.Xml.XDocument/4.0.11-beta-23302": { | |
"type": "package", | |
"serviceable": true, | |
"sha512": "ugSaPpuT0ImDyfbRtUdsBd6PMWaTYGbeRg1jO6/2tW0cBYIUU5h9496L2Pjm4l6UYa4v2G1+IH1CE/a19D+qSQ==", | |
"files": [ | |
"System.Xml.XDocument.4.0.11-beta-23302.nupkg", | |
"System.Xml.XDocument.4.0.11-beta-23302.nupkg.sha512", | |
"System.Xml.XDocument.nuspec", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/dotnet/System.Xml.XDocument.dll", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/dotnet/System.Xml.XDocument.dll", | |
"ref/net46/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._" | |
] | |
} | |
}, | |
"projectFileDependencyGroups": { | |
"": [ | |
"Microsoft.AspNet.Mvc >= 6.0.0-beta8-15875", | |
"Microsoft.AspNet.Server.Kestrel >= 1.0.0-beta8-15674" | |
], | |
"DNXCore,Version=v5.0": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment