Skip to content

Instantly share code, notes, and snippets.

@tinganho
Created July 22, 2015 17:22
Show Gist options
  • Save tinganho/009468541e010c4ed0d0 to your computer and use it in GitHub Desktop.
Save tinganho/009468541e010c4ed0d0 to your computer and use it in GitHub Desktop.
{
"locked": false,
"version": 1,
"targets": {
"DNX,Version=v4.5.1": {
"EntityFramework.Core/7.0.0-beta6-13752": {
"dependencies": {
"Ix-Async": "1.2.3",
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta6-11618",
"Microsoft.Framework.Caching.Memory": "1.0.0-beta6-11618",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta6-11591",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta6-11591",
"Microsoft.Framework.Logging": "1.0.0-beta6-11596",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta6-11596",
"Microsoft.Framework.OptionsModel": "1.0.0-beta6-11560",
"Remotion.Linq": "2.0.0-alpha-004",
"System.Collections.Immutable": "1.1.37-beta-23109"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Collections",
"System.ComponentModel.DataAnnotations",
"System.Core",
"System.Diagnostics.Debug",
"System.Diagnostics.Tools",
"System.Globalization",
"System.Linq",
"System.Linq.Expressions",
"System.Linq.Queryable",
"System.ObjectModel",
"System.Reflection",
"System.Reflection.Extensions",
"System.Resources.ResourceManager",
"System.Runtime",
"System.Runtime.Extensions",
"System.Threading"
],
"compile": {
"lib/dnx451/EntityFramework.Core.dll": {}
},
"runtime": {
"lib/dnx451/EntityFramework.Core.dll": {}
}
},
"EntityFramework.Relational/7.0.0-beta6-13752": {
"dependencies": {
"EntityFramework.Core": "7.0.0-beta6-13752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.Data",
"System.Transactions"
],
"compile": {
"lib/net45/EntityFramework.Relational.dll": {}
},
"runtime": {
"lib/net45/EntityFramework.Relational.dll": {}
}
},
"EntityFramework.SqlServer/7.0.0-beta6-13752": {
"dependencies": {
"EntityFramework.Relational": "7.0.0-beta6-13752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/net45/EntityFramework.SqlServer.dll": {}
},
"runtime": {
"lib/net45/EntityFramework.SqlServer.dll": {}
}
},
"Ix-Async/1.2.3": {
"frameworkAssemblies": [
"System",
"System.Core"
],
"compile": {
"lib/net45/System.Interactive.Async.dll": {}
},
"runtime": {
"lib/net45/System.Interactive.Async.dll": {}
}
},
"Kestrel/1.0.0-beta7-12017": {
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-beta7-12163",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-beta7-12017"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Kestrel.dll": {}
},
"runtime": {
"lib/dnx451/Kestrel.dll": {}
}
},
"Microsoft.AspNet.Antiforgery/1.0.0-beta7-10179": {
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-beta7-11647",
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.WebUtilities": "1.0.0-beta7-11752",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"Microsoft.Framework.WebEncoders": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Antiforgery.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Antiforgery.dll": {}
}
},
"Microsoft.AspNet.Authorization/1.0.0-beta7-12726": {
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-beta7-11752",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Authorization.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Authorization.dll": {}
}
},
"Microsoft.AspNet.Cors.Core/1.0.0-beta7-10704": {
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-beta7-11752",
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Cors.Core.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Cors.Core.dll": {}
}
},
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta7-11647": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Cryptography.Internal.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Cryptography.Internal.dll": {}
}
},
"Microsoft.AspNet.DataProtection/1.0.0-beta7-11647": {
"dependencies": {
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-beta7-11647",
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta7-11647",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.IO",
"System.Security",
"System.Xml",
"System.Xml.Linq"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.DataProtection.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.DataProtection.dll": {}
}
},
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta7-11647": {
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.DataProtection.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.DataProtection.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta7-13439": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Diagnostics.Abstractions.dll": {}
}
},
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta7-11648": {
"dependencies": {
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta7-11640"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.FileProviders.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.FileProviders.Abstractions.dll": {}
}
},
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta7-11648": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.FileProviders.Physical.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.FileProviders.Physical.dll": {}
}
},
"Microsoft.AspNet.Hosting/1.0.0-beta7-12163": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta7-11648",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Http": "1.0.0-beta7-11752",
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.CommandLine": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.Ini": "1.0.0-beta7-11610",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta7-11609",
"Microsoft.Framework.Logging": "1.0.0-beta7-11614",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"Newtonsoft.Json": "6.0.6"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Hosting.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Hosting.dll": {}
}
},
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta7-12163": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Hosting.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Hosting.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta7-12163": {
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-beta7-11752",
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Hosting.Server.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Html.Abstractions/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Html.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Html.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Http/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.WebUtilities": "1.0.0-beta7-11752",
"Microsoft.Net.Http.Headers": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Http.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Http.dll": {}
}
},
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-beta7-11752",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Http.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Http.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Http.Extensions/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752",
"Microsoft.Net.Http.Headers": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Http.Extensions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Http.Extensions.dll": {}
}
},
"Microsoft.AspNet.Http.Features/1.0.0-beta7-11752": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Http.Features.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Http.Features.dll": {}
}
},
"Microsoft.AspNet.JsonPatch/1.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Newtonsoft.Json": "6.0.6"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.JsonPatch.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.JsonPatch.dll": {}
}
},
"Microsoft.AspNet.Loader.IIS/1.0.0-beta7-12096": {
"dependencies": {
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta7-11647",
"Microsoft.AspNet.Hosting": "1.0.0-beta7-12163",
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.Ini": "1.0.0-beta7-11610",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Loader.IIS.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Loader.IIS.dll": {}
}
},
"Microsoft.AspNet.Loader.IIS.Interop/1.0.0-beta7-12096": {},
"Microsoft.AspNet.Localization/1.0.0-beta7-10364": {
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-beta7-10364",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta7-10364"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Localization.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Localization.dll": {}
}
},
"Microsoft.AspNet.Mvc/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.ApiExplorer": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Cors": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Localization": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta7-14347",
"Microsoft.Framework.Caching.Memory": "1.0.0-beta7-11640",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta7-11609"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.dll": {}
}
},
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Routing": "1.0.0-beta7-12026"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.ApiExplorer.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.ApiExplorer.dll": {}
}
},
"Microsoft.AspNet.Mvc.Core/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Authorization": "1.0.0-beta7-12726",
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Http": "1.0.0-beta7-11752",
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-beta7-14347",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.Notification": "1.0.0-beta7-10247",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264",
"Newtonsoft.Json": "6.0.6"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Core.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Core.dll": {}
}
},
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Cors.Core": "1.0.0-beta7-10704",
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Cors.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Cors.dll": {}
}
},
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.ComponentModel.DataAnnotations",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.DataAnnotations.dll": {}
}
},
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.JsonPatch": "1.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347",
"Newtonsoft.Json": "6.0.6"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Formatters.Json.dll": {}
}
},
"Microsoft.AspNet.Mvc.Localization/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-beta7-10364",
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta7-14347",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta7-11609",
"Microsoft.Framework.Localization": "1.0.0-beta7-10364"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Localization.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Localization.dll": {}
}
},
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta7-14347",
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-beta7-14347",
"Microsoft.Framework.Runtime.Roslyn.Abstractions": "1.0.0-beta7-12264",
"Microsoft.Framework.Runtime.Roslyn.Common": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Collections",
"System.Core",
"System.IO",
"System.Runtime",
"System.Text.Encoding",
"System.Threading.Tasks"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.dll": {}
}
},
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta7-11648",
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta7-11709",
"Microsoft.Framework.Caching.Memory": "1.0.0-beta7-11640",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.Host.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.Razor.Host.dll": {}
}
},
"Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Antiforgery": "1.0.0-beta7-10179",
"Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-beta7-13439",
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta7-14347"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.ComponentModel.DataAnnotations",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Mvc.ViewFeatures.dll": {}
}
},
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta7-14347": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {}
}
},
"Microsoft.AspNet.Razor/4.0.0-beta7-11709": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Razor.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Razor.dll": {}
}
},
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta7-11709": {
"dependencies": {
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.Razor": "4.0.0-beta7-11709"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.Xml",
"System.Xml.Linq"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Razor.Runtime.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Razor.Runtime.dll": {}
}
},
"Microsoft.AspNet.Routing/1.0.0-beta7-12026": {
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Routing.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Routing.dll": {}
}
},
"Microsoft.AspNet.Server.IIS/1.0.0-beta7-12096": {
"dependencies": {
"Microsoft.AspNet.Loader.IIS": "1.0.0-beta7-12096",
"Microsoft.AspNet.Loader.IIS.Interop": "1.0.0-beta7-12096"
}
},
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta7-12017": {
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Server.Kestrel.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Server.Kestrel.dll": {}
}
},
"Microsoft.AspNet.Server.WebListener/1.0.0-beta7-12472": {
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-beta7-12163",
"Microsoft.Net.Http.Headers": "1.0.0-beta7-11752",
"Microsoft.Net.Http.Server": "1.0.0-beta7-12472"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.Server.WebListener.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.Server.WebListener.dll": {}
}
},
"Microsoft.AspNet.StaticFiles/1.0.0-beta7-12212": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.WebEncoders": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.StaticFiles.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.StaticFiles.dll": {}
}
},
"Microsoft.AspNet.WebUtilities/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.AspNet.WebUtilities.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.AspNet.WebUtilities.dll": {}
}
},
"Microsoft.CodeAnalysis.Analyzers/1.0.0": {
"frameworkAssemblies": [
"System"
]
},
"Microsoft.CodeAnalysis.Common/1.0.0": {
"dependencies": {
"Microsoft.CodeAnalysis.Analyzers": "[1.0.0]",
"System.Collections.Immutable": "1.1.36",
"System.Reflection.Metadata": "1.0.21"
},
"compile": {
"lib/net45/Microsoft.CodeAnalysis.dll": {}
},
"runtime": {
"lib/net45/Microsoft.CodeAnalysis.dll": {}
}
},
"Microsoft.CodeAnalysis.CSharp/1.0.0": {
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[1.0.0]"
},
"compile": {
"lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {}
},
"runtime": {
"lib/net45/Microsoft.CodeAnalysis.CSharp.dll": {}
}
},
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta7-11640": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Caching.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Caching.Abstractions.dll": {}
}
},
"Microsoft.Framework.Caching.Memory/1.0.0-beta7-11640": {
"dependencies": {
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta7-11640",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Caching.Memory.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Caching.Memory.dll": {}
}
},
"Microsoft.Framework.Configuration/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Configuration.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Configuration.dll": {}
}
},
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta7-11610": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {}
}
},
"Microsoft.Framework.Configuration.Binder/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {}
}
},
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Configuration.CommandLine.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Configuration.CommandLine.dll": {}
}
},
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {}
}
},
"Microsoft.Framework.Configuration.Ini/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Configuration.Ini.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Configuration.Ini.dll": {}
}
},
"Microsoft.Framework.DependencyInjection/1.0.0-beta7-11609": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {}
}
},
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta7-11609": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {}
}
},
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta7-10364": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Globalization.CultureInfoCache.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Globalization.CultureInfoCache.dll": {}
}
},
"Microsoft.Framework.Localization/1.0.0-beta7-10364": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta7-10364",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Localization.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Localization.dll": {}
}
},
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta7-10364": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Localization.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Localization.Abstractions.dll": {}
}
},
"Microsoft.Framework.Logging/1.0.0-beta7-11614": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Collections.Concurrent",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Logging.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Logging.dll": {}
}
},
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta7-11614": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {}
}
},
"Microsoft.Framework.Notification/1.0.0-beta7-10247": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Collections.Concurrent",
"System.Core",
"System.Linq"
],
"compile": {
"lib/net45/Microsoft.Framework.Notification.dll": {}
},
"runtime": {
"lib/net45/Microsoft.Framework.Notification.dll": {}
}
},
"Microsoft.Framework.OptionsModel/1.0.0-beta7-11578": {
"dependencies": {
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.Binder": "1.0.0-beta7-11610",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.OptionsModel.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.OptionsModel.dll": {}
}
},
"Microsoft.Framework.Runtime.Abstractions/1.0.0-beta7-12264": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Runtime.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Runtime.Abstractions.dll": {}
}
},
"Microsoft.Framework.Runtime.Compilation.Abstractions/1.0.0-beta7-12264": {
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Runtime.Compilation.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Runtime.Compilation.Abstractions.dll": {}
}
},
"Microsoft.Framework.Runtime.Roslyn.Abstractions/1.0.0-beta7-12264": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Abstractions.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Abstractions.dll": {}
}
},
"Microsoft.Framework.Runtime.Roslyn.Common/1.0.0-beta7-12264": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.Runtime"
],
"compile": {
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Common.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Common.dll": {}
}
},
"Microsoft.Framework.WebEncoders/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.WebEncoders.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.WebEncoders.dll": {}
}
},
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta7-11752": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Framework.WebEncoders.Core.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Framework.WebEncoders.Core.dll": {}
}
},
"Microsoft.Net.Http.Headers/1.0.0-beta7-11752": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Net.Http.Headers.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Net.Http.Headers.dll": {}
}
},
"Microsoft.Net.Http.Server/1.0.0-beta7-12472": {
"dependencies": {
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Net.WebSockets": "1.0.0-beta7-12472"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Net.Http.Server.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Net.Http.Server.dll": {}
}
},
"Microsoft.Net.WebSockets/1.0.0-beta7-12472": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/dnx451/Microsoft.Net.WebSockets.dll": {}
},
"runtime": {
"lib/dnx451/Microsoft.Net.WebSockets.dll": {}
}
},
"Newtonsoft.Json/6.0.6": {
"compile": {
"lib/net45/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/net45/Newtonsoft.Json.dll": {}
}
},
"Remotion.Linq/2.0.0-alpha-004": {
"compile": {
"lib/net45/Remotion.Linq.dll": {}
},
"runtime": {
"lib/net45/Remotion.Linq.dll": {}
}
},
"System.Collections/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Collections.Immutable/1.1.37-beta-23109": {
"dependencies": {
"System.Collections": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.0-beta-23109",
"System.Globalization": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.0-beta-23109",
"System.Threading": "4.0.0-beta-23109"
},
"compile": {
"lib/dotnet/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/dotnet/System.Collections.Immutable.dll": {}
}
},
"System.Diagnostics.Debug/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Linq/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Reflection.Metadata/1.0.21": {
"dependencies": {
"System.Collections.Immutable": "1.1.36"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
},
"System.Resources.ResourceManager/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Runtime/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Runtime.Extensions/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Threading/4.0.0-beta-23109": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
}
},
"DNXCore,Version=v5.0": {
"EntityFramework.Core/7.0.0-beta6-13752": {
"dependencies": {
"Ix-Async": "1.2.3",
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta6-11618",
"Microsoft.Framework.Caching.Memory": "1.0.0-beta6-11618",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta6-11591",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta6-11591",
"Microsoft.Framework.Logging": "1.0.0-beta6-11596",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta6-11596",
"Microsoft.Framework.OptionsModel": "1.0.0-beta6-11560",
"Remotion.Linq": "2.0.0-alpha-004",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.Collections.Immutable": "1.1.37-beta-23109",
"System.ComponentModel": "4.0.0-beta-23109",
"System.ComponentModel.Annotations": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Diagnostics.Tools": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Queryable": "4.0.0-beta-23109",
"System.ObjectModel": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/EntityFramework.Core.dll": {}
},
"runtime": {
"lib/dotnet/EntityFramework.Core.dll": {}
}
},
"EntityFramework.Relational/7.0.0-beta6-13752": {
"dependencies": {
"EntityFramework.Core": "7.0.0-beta6-13752",
"Microsoft.CSharp": "4.0.0-beta-23109",
"System.Data.Common": "4.0.0-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/EntityFramework.Relational.dll": {}
},
"runtime": {
"lib/dotnet/EntityFramework.Relational.dll": {}
}
},
"EntityFramework.SqlServer/7.0.0-beta6-13752": {
"dependencies": {
"EntityFramework.Relational": "7.0.0-beta6-13752",
"System.Data.SqlClient": "4.0.0-beta-23109",
"System.Text.Encoding.CodePages": "4.0.0-beta-23109",
"System.Threading.Thread": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/EntityFramework.SqlServer.dll": {}
},
"runtime": {
"lib/dnxcore50/EntityFramework.SqlServer.dll": {}
}
},
"Ix-Async/1.2.3": {
"compile": {
"lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/System.Interactive.Async.dll": {}
},
"runtime": {
"lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/System.Interactive.Async.dll": {}
}
},
"Kestrel/1.0.0-beta7-12017": {
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-beta7-12163",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-beta7-12017",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"lib/dnxcore50/Kestrel.dll": {}
},
"runtime": {
"lib/dnxcore50/Kestrel.dll": {}
}
},
"Microsoft.AspNet.Antiforgery/1.0.0-beta7-10179": {
"dependencies": {
"Microsoft.AspNet.DataProtection": "1.0.0-beta7-11647",
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.WebUtilities": "1.0.0-beta7-11752",
"Microsoft.CSharp": "4.0.0-beta-23109",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"Microsoft.Framework.WebEncoders": "1.0.0-beta7-11752",
"System.Collections": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23109",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Antiforgery.dll": {}
}
},
"Microsoft.AspNet.Authorization/1.0.0-beta7-12726": {
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-beta7-11752",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Authorization.dll": {}
}
},
"Microsoft.AspNet.Cors.Core/1.0.0-beta7-10704": {
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-beta7-11752",
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Cors.Core.dll": {}
}
},
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta7-11647": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Cryptography.Internal.dll": {}
}
},
"Microsoft.AspNet.DataProtection/1.0.0-beta7-11647": {
"dependencies": {
"Microsoft.AspNet.Cryptography.Internal": "1.0.0-beta7-11647",
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta7-11647",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"Microsoft.Win32.Registry": "4.0.0-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Security.Claims": "4.0.0-beta-23109",
"System.Security.Cryptography.Encryption.Aes": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23109",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-23109",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23109",
"System.Security.Principal.Windows": "4.0.0-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Xml.XDocument": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.DataProtection.dll": {}
}
},
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta7-11647": {
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"System.ComponentModel": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.DataProtection.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta7-13439": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Diagnostics.Abstractions.dll": {}
}
},
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta7-11648": {
"dependencies": {
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta7-11640",
"System.IO": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Abstractions.dll": {}
}
},
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta7-11648": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23109",
"System.IO.FileSystem.Watcher": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.FileProviders.Physical.dll": {}
}
},
"Microsoft.AspNet.Hosting/1.0.0-beta7-12163": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta7-11648",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Http": "1.0.0-beta7-11752",
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.CommandLine": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.Ini": "1.0.0-beta7-11610",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta7-11609",
"Microsoft.Framework.Logging": "1.0.0-beta7-11614",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"Newtonsoft.Json": "6.0.6",
"System.Console": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Hosting.dll": {}
}
},
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta7-12163": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Hosting.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta7-12163": {
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-beta7-11752",
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610"
},
"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-beta7-11752": {
"dependencies": {
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Html.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Http/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.WebUtilities": "1.0.0-beta7-11752",
"Microsoft.Net.Http.Headers": "1.0.0-beta7-11752",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Http.dll": {}
}
},
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-beta7-11752",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752",
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Tools": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Globalization.Extensions": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Expressions": "4.0.10-beta-23109",
"System.Net.Primitives": "4.0.10-beta-23109",
"System.Net.WebSockets": "4.0.0-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Claims": "4.0.0-beta-23109",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23109",
"System.Security.Principal": "4.0.0-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Http.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Http.Extensions/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta7-11752",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752",
"Microsoft.Net.Http.Headers": "1.0.0-beta7-11752",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Http.Extensions.dll": {}
}
},
"Microsoft.AspNet.Http.Features/1.0.0-beta7-11752": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Net.Primitives": "4.0.10-beta-23109",
"System.Net.WebSockets": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Security.Claims": "4.0.0-beta-23109",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23109",
"System.Security.Principal": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Http.Features.dll": {}
}
},
"Microsoft.AspNet.JsonPatch/1.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.CSharp": "4.0.0-beta-23109",
"Newtonsoft.Json": "6.0.6",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.ComponentModel.TypeConverter": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.JsonPatch.dll": {}
}
},
"Microsoft.AspNet.Loader.IIS/1.0.0-beta7-12096": {
"dependencies": {
"Microsoft.AspNet.DataProtection.Abstractions": "1.0.0-beta7-11647",
"Microsoft.AspNet.Hosting": "1.0.0-beta7-12163",
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.Ini": "1.0.0-beta7-11610",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752",
"Microsoft.Win32.Registry": "4.0.0-beta-23109",
"System.Diagnostics.Process": "4.0.0-beta-23109",
"System.Net.NetworkInformation": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Security.Principal.Windows": "4.0.0-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.ThreadPool": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Loader.IIS.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Loader.IIS.dll": {}
}
},
"Microsoft.AspNet.Loader.IIS.Interop/1.0.0-beta7-12096": {},
"Microsoft.AspNet.Localization/1.0.0-beta7-10364": {
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.CSharp": "4.0.0-beta-23109",
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-beta7-10364",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta7-10364",
"System.Collections": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Localization.dll": {}
}
},
"Microsoft.AspNet.Mvc/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.ApiExplorer": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Cors": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Localization": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta7-14347",
"Microsoft.Framework.Caching.Memory": "1.0.0-beta7-11640",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta7-11609"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.dll": {}
}
},
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Routing": "1.0.0-beta7-12026",
"Microsoft.CSharp": "4.0.0-beta-23109",
"System.ComponentModel.TypeConverter": "4.0.0-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Abstractions.dll": {}
}
},
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.ApiExplorer.dll": {}
}
},
"Microsoft.AspNet.Mvc.Core/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Authorization": "1.0.0-beta7-12726",
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Http": "1.0.0-beta7-11752",
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-beta7-14347",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.Notification": "1.0.0-beta7-10247",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264",
"Newtonsoft.Json": "6.0.6"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Core.dll": {}
}
},
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Cors.Core": "1.0.0-beta7-10704",
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Cors.dll": {}
}
},
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347",
"System.ComponentModel.Annotations": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.DataAnnotations.dll": {}
}
},
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.JsonPatch": "1.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347",
"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-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Localization": "1.0.0-beta7-10364",
"Microsoft.AspNet.Mvc.Razor": "6.0.0-beta7-14347",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta7-11609",
"Microsoft.Framework.Localization": "1.0.0-beta7-10364"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Localization.dll": {}
}
},
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-beta7-14347",
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": "1.0.0-beta7-14347",
"Microsoft.Framework.Runtime.Roslyn.Abstractions": "1.0.0-beta7-12264",
"Microsoft.Framework.Runtime.Roslyn.Common": "1.0.0-beta7-12264",
"System.Threading.Tasks.Parallel": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.Razor.dll": {}
}
},
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta7-11648",
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta7-11709",
"Microsoft.Framework.Caching.Memory": "1.0.0-beta7-11640",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.ComponentModel.TypeConverter": "4.0.0-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109"
},
"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-beta7-14347": {
"dependencies": {
"Microsoft.AspNet.Antiforgery": "1.0.0-beta7-10179",
"Microsoft.AspNet.Diagnostics.Abstractions": "1.0.0-beta7-13439",
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.Mvc.Core": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-beta7-14347",
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-beta7-14347",
"System.ComponentModel.Annotations": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Mvc.ViewFeatures.dll": {}
}
},
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta7-14347": {
"dependencies": {
"System.IO": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.dll": {}
}
},
"Microsoft.AspNet.Razor/4.0.0-beta7-11709": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Diagnostics.Tools": "4.0.0-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109",
"System.Threading.Thread": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Razor.dll": {}
}
},
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta7-11709": {
"dependencies": {
"Microsoft.AspNet.Html.Abstractions": "1.0.0-beta7-11752",
"Microsoft.AspNet.Razor": "4.0.0-beta7-11709",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Razor.Runtime.dll": {}
}
},
"Microsoft.AspNet.Routing/1.0.0-beta7-12026": {
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Routing.dll": {}
}
},
"Microsoft.AspNet.Server.IIS/1.0.0-beta7-12096": {
"dependencies": {
"Microsoft.AspNet.Loader.IIS": "1.0.0-beta7-12096",
"Microsoft.AspNet.Loader.IIS.Interop": "1.0.0-beta7-12096"
}
},
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta7-12017": {
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Diagnostics.TraceSource": "4.0.0-beta-23109",
"System.Diagnostics.Tracing": "4.0.20-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Net.Primitives": "4.0.10-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109",
"System.Threading.Thread": "4.0.0-beta-23109",
"System.Threading.ThreadPool": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Server.Kestrel.dll": {}
}
},
"Microsoft.AspNet.Server.WebListener/1.0.0-beta7-12472": {
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-beta7-12163",
"Microsoft.Net.Http.Headers": "1.0.0-beta7-11752",
"Microsoft.Net.Http.Server": "1.0.0-beta7-12472",
"System.Security.Claims": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.Server.WebListener.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.Server.WebListener.dll": {}
}
},
"Microsoft.AspNet.StaticFiles/1.0.0-beta7-12212": {
"dependencies": {
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta7-11648",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-beta7-12163",
"Microsoft.AspNet.Http.Extensions": "1.0.0-beta7-11752",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Framework.WebEncoders": "1.0.0-beta7-11752"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.StaticFiles.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.StaticFiles.dll": {}
}
},
"Microsoft.AspNet.WebUtilities/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752",
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.AspNet.WebUtilities.dll": {}
}
},
"Microsoft.CodeAnalysis.Analyzers/1.0.0": {},
"Microsoft.CodeAnalysis.Common/1.0.0": {
"dependencies": {
"Microsoft.CodeAnalysis.Analyzers": "[1.0.0]",
"System.Collections.Immutable": "1.1.36",
"System.Reflection.Metadata": "1.0.21"
},
"compile": {
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {}
},
"runtime": {
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {}
}
},
"Microsoft.CodeAnalysis.CSharp/1.0.0": {
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[1.0.0]"
},
"compile": {
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {}
},
"runtime": {
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {}
}
},
"Microsoft.CSharp/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Dynamic.Runtime": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Expressions": "4.0.0-beta-23109",
"System.ObjectModel": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/Microsoft.CSharp.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.CSharp.dll": {}
}
},
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta7-11640": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Caching.Abstractions.dll": {}
}
},
"Microsoft.Framework.Caching.Memory/1.0.0-beta7-11640": {
"dependencies": {
"Microsoft.Framework.Caching.Abstractions": "1.0.0-beta7-11640",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"System.Linq": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Caching.Memory.dll": {}
}
},
"Microsoft.Framework.Configuration/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610",
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Configuration.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Configuration.dll": {}
}
},
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta7-11610": {
"dependencies": {
"System.Linq": "4.0.0-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll": {}
}
},
"Microsoft.Framework.Configuration.Binder/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Configuration.Binder.dll": {}
}
},
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Configuration.CommandLine.dll": {}
}
},
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Configuration.EnvironmentVariables.dll": {}
}
},
"Microsoft.Framework.Configuration.Ini/1.0.0-beta7-11610": {
"dependencies": {
"Microsoft.Framework.Configuration": "1.0.0-beta7-11610"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Configuration.Ini.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Configuration.Ini.dll": {}
}
},
"Microsoft.Framework.DependencyInjection/1.0.0-beta7-11609": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.DependencyInjection.dll": {}
}
},
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta7-11609": {
"dependencies": {
"System.ComponentModel": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Expressions": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll": {}
}
},
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta7-10364": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-23109",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Globalization.CultureInfoCache.dll": {}
}
},
"Microsoft.Framework.Localization/1.0.0-beta7-10364": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-23109",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-beta7-10364",
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Resources.ReaderWriter": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Localization.dll": {}
}
},
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta7-10364": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-23109",
"System.Collections": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Localization.Abstractions.dll": {}
}
},
"Microsoft.Framework.Logging/1.0.0-beta7-11614": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.ComponentModel": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Logging.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Logging.dll": {}
}
},
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta7-11614": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll": {}
}
},
"Microsoft.Framework.Notification/1.0.0-beta7-10247": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.ComponentModel": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Expressions": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Emit": "4.0.0-beta-23109",
"System.Reflection.Emit.Lightweight": "4.0.0-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.Notification.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.Notification.dll": {}
}
},
"Microsoft.Framework.OptionsModel/1.0.0-beta7-11578": {
"dependencies": {
"Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta7-11610",
"Microsoft.Framework.Configuration.Binder": "1.0.0-beta7-11610",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"System.ComponentModel": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Expressions": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Framework.OptionsModel.dll": {}
}
},
"Microsoft.Framework.Runtime.Abstractions/1.0.0-beta7-12264": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.ComponentModel": "4.0.0-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Abstractions.dll": {}
}
},
"Microsoft.Framework.Runtime.Compilation.Abstractions/1.0.0-beta7-12264": {
"dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-beta7-12264",
"System.IO.FileSystem": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Compilation.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Compilation.Abstractions.dll": {}
}
},
"Microsoft.Framework.Runtime.Roslyn.Abstractions/1.0.0-beta7-12264": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Abstractions.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Abstractions.dll": {}
}
},
"Microsoft.Framework.Runtime.Roslyn.Common/1.0.0-beta7-12264": {
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.0.0",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-beta7-12264"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Common.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Common.dll": {}
}
},
"Microsoft.Framework.WebEncoders/1.0.0-beta7-11752": {
"dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta7-11609",
"Microsoft.Framework.OptionsModel": "1.0.0-beta7-11578",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-beta7-11752"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.WebEncoders.dll": {}
}
},
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta7-11752": {
"dependencies": {
"System.ComponentModel": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Framework.WebEncoders.Core.dll": {}
}
},
"Microsoft.Net.Http.Headers/1.0.0-beta7-11752": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Contracts": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Globalization.Extensions": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Net.Http.Headers.dll": {}
}
},
"Microsoft.Net.Http.Server/1.0.0-beta7-12472": {
"dependencies": {
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta7-11614",
"Microsoft.Net.WebSockets": "1.0.0-beta7-12472",
"Microsoft.Win32.Primitives": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Security.Claims": "4.0.0-beta-23109",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23109",
"System.Security.Principal.Windows": "4.0.0-beta-23109",
"System.Threading.Overlapped": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Net.Http.Server.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Net.Http.Server.dll": {}
}
},
"Microsoft.Net.WebSockets/1.0.0-beta7-12472": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Contracts": "4.0.0-beta-23109",
"System.Diagnostics.Tools": "4.0.0-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Net.Primitives": "4.0.10-beta-23109",
"System.Net.WebSockets": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109",
"System.Threading.ThreadPool": "4.0.10-beta-23109",
"System.Threading.Timer": "4.0.0-beta-23109"
},
"compile": {
"lib/dnxcore50/Microsoft.Net.WebSockets.dll": {}
},
"runtime": {
"lib/dnxcore50/Microsoft.Net.WebSockets.dll": {}
}
},
"Microsoft.Win32.Primitives/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/Microsoft.Win32.Primitives.dll": {}
},
"runtime": {
"lib/dotnet/Microsoft.Win32.Primitives.dll": {}
}
},
"Microsoft.Win32.Registry/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/Microsoft.Win32.Registry.dll": {}
},
"runtime": {
"lib/DNXCore50/Microsoft.Win32.Registry.dll": {}
}
},
"Newtonsoft.Json/6.0.6": {
"compile": {
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {}
}
},
"Remotion.Linq/2.0.0-alpha-004": {
"compile": {
"lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll": {}
},
"runtime": {
"lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll": {}
}
},
"System.Collections/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.Collections.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Collections.dll": {}
}
},
"System.Collections.Concurrent/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Diagnostics.Tracing": "4.0.20-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Collections.Concurrent.dll": {}
},
"runtime": {
"lib/dotnet/System.Collections.Concurrent.dll": {}
}
},
"System.Collections.Immutable/1.1.37-beta-23109": {
"dependencies": {
"System.Collections": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.0-beta-23109",
"System.Globalization": "4.0.0-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109",
"System.Runtime.Extensions": "4.0.0-beta-23109",
"System.Threading": "4.0.0-beta-23109"
},
"compile": {
"lib/dotnet/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/dotnet/System.Collections.Immutable.dll": {}
}
},
"System.Collections.NonGeneric/4.0.0-beta-23109": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Collections.NonGeneric.dll": {}
},
"runtime": {
"lib/dotnet/System.Collections.NonGeneric.dll": {}
}
},
"System.ComponentModel/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.ComponentModel.dll": {}
},
"runtime": {
"lib/dotnet/System.ComponentModel.dll": {}
}
},
"System.ComponentModel.Annotations/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.ComponentModel": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.ComponentModel.Annotations.dll": {}
},
"runtime": {
"lib/dotnet/System.ComponentModel.Annotations.dll": {}
}
},
"System.ComponentModel.EventBasedAsync/4.0.10-beta-23109": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
},
"runtime": {
"lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {}
}
},
"System.ComponentModel.Primitives/4.0.0-beta-23109": {
"dependencies": {
"System.ComponentModel": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.ComponentModel.Primitives.dll": {}
},
"runtime": {
"lib/dotnet/System.ComponentModel.Primitives.dll": {}
}
},
"System.ComponentModel.TypeConverter/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.ComponentModel": "4.0.0-beta-23109",
"System.ComponentModel.Primitives": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.ComponentModel.TypeConverter.dll": {}
},
"runtime": {
"lib/dotnet/System.ComponentModel.TypeConverter.dll": {}
}
},
"System.Console/4.0.0-beta-23109": {
"dependencies": {
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Console.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Console.dll": {}
}
},
"System.Data.Common/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Collections.NonGeneric": "4.0.0-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Text.RegularExpressions": "4.0.0-beta-23109",
"System.Threading.Tasks": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Data.Common.dll": {}
},
"runtime": {
"lib/dotnet/System.Data.Common.dll": {}
}
},
"System.Data.SqlClient/4.0.0-beta-23109": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0-beta-23109",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.0-beta-23109",
"System.Collections.NonGeneric": "4.0.0-beta-23109",
"System.Data.Common": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Principal.Windows": "4.0.0-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Text.Encoding.CodePages": "4.0.0-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109",
"System.Threading.Thread": "4.0.0-beta-23109",
"System.Threading.ThreadPool": "4.0.0-beta-23109",
"System.Threading.Timer": "4.0.0-beta-23109",
"System.Xml.ReaderWriter": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Data.SqlClient.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Data.SqlClient.dll": {}
}
},
"System.Diagnostics.Contracts/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.Contracts.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Diagnostics.Contracts.dll": {}
}
},
"System.Diagnostics.Debug/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.Debug.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Diagnostics.Debug.dll": {}
}
},
"System.Diagnostics.Process/4.0.0-beta-23109": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0-beta-23109",
"Microsoft.Win32.Registry": "4.0.0-beta-23109",
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.SecureString": "4.0.0-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109",
"System.Threading.Thread": "4.0.0-beta-23109",
"System.Threading.ThreadPool": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.Process.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Diagnostics.Process.dll": {}
}
},
"System.Diagnostics.Tools/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.Tools.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Diagnostics.Tools.dll": {}
}
},
"System.Diagnostics.TraceSource/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.TraceSource.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Diagnostics.TraceSource.dll": {}
}
},
"System.Diagnostics.Tracing/4.0.20-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.Tracing.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
}
},
"System.Dynamic.Runtime/4.0.0-beta-23109": {
"dependencies": {
"System.Linq.Expressions": "4.0.0-beta-23109",
"System.ObjectModel": "4.0.0-beta-23109",
"System.Reflection": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Dynamic.Runtime.dll": {}
}
},
"System.Globalization/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Globalization.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Globalization.dll": {}
}
},
"System.Globalization.Calendars/4.0.0-beta-23109": {
"dependencies": {
"System.Globalization": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Globalization.Calendars.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Globalization.Calendars.dll": {}
}
},
"System.Globalization.Extensions/4.0.0-beta-23109": {
"dependencies": {
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.Globalization.Extensions.dll": {}
},
"runtime": {
"lib/dotnet/System.Globalization.Extensions.dll": {}
}
},
"System.IO/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.0-beta-23109",
"System.Threading.Tasks": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.IO.dll": {}
},
"runtime": {
"lib/DNXCore50/System.IO.dll": {}
}
},
"System.IO.FileSystem/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Overlapped": "4.0.0-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.IO.FileSystem.dll": {}
},
"runtime": {
"lib/DNXCore50/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
},
"runtime": {
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
}
},
"System.IO.FileSystem.Watcher/4.0.0-beta-23109": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Overlapped": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.IO.FileSystem.Watcher.dll": {}
},
"runtime": {
"lib/DNXCore50/System.IO.FileSystem.Watcher.dll": {}
}
},
"System.Linq/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Linq.dll": {}
},
"runtime": {
"lib/dotnet/System.Linq.dll": {}
}
},
"System.Linq.Expressions/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.ObjectModel": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Emit": "4.0.0-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Reflection.TypeExtensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Linq.Expressions.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Linq.Expressions.dll": {}
}
},
"System.Linq.Queryable/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Linq": "4.0.0-beta-23109",
"System.Linq.Expressions": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Reflection.Extensions": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.Linq.Queryable.dll": {}
},
"runtime": {
"lib/dotnet/System.Linq.Queryable.dll": {}
}
},
"System.Net.NetworkInformation/4.0.10-beta-23109": {
"dependencies": {
"System.Private.Networking": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Net.NetworkInformation.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Net.NetworkInformation.dll": {}
}
},
"System.Net.Primitives/4.0.10-beta-23109": {
"dependencies": {
"System.Private.Networking": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Net.Primitives.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Net.Primitives.dll": {}
}
},
"System.Net.WebSockets/4.0.0-beta-23109": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Threading.Tasks": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Net.WebSockets.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Net.WebSockets.dll": {}
}
},
"System.ObjectModel/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.ObjectModel.dll": {}
},
"runtime": {
"lib/dotnet/System.ObjectModel.dll": {}
}
},
"System.Private.Networking/4.0.0-beta-23109": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0-beta-23109",
"System.Collections": "4.0.10-beta-23109",
"System.Collections.Concurrent": "4.0.0-beta-23109",
"System.Collections.NonGeneric": "4.0.0-beta-23109",
"System.ComponentModel.EventBasedAsync": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Diagnostics.Tracing": "4.0.20-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23109",
"System.Security.Principal.Windows": "4.0.0-beta-23109",
"System.Security.SecureString": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Overlapped": "4.0.0-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109",
"System.Threading.ThreadPool": "4.0.10-beta-23109"
},
"compile": {
"ref/dnxcore50/_._": {}
},
"runtime": {
"lib/DNXCore50/System.Private.Networking.dll": {}
}
},
"System.Private.Uri/4.0.0-beta-23109": {
"compile": {
"ref/dnxcore50/_._": {}
},
"runtime": {
"lib/DNXCore50/System.Private.Uri.dll": {}
}
},
"System.Reflection/4.0.10-beta-23109": {
"dependencies": {
"System.IO": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.dll": {}
}
},
"System.Reflection.Emit/4.0.0-beta-23109": {
"dependencies": {
"System.IO": "4.0.0-beta-23109",
"System.Reflection": "4.0.0-beta-23109",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.Emit.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.Emit.dll": {}
}
},
"System.Reflection.Emit.ILGeneration/4.0.0-beta-23109": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {}
}
},
"System.Reflection.Emit.Lightweight/4.0.0-beta-23109": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23109",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {}
}
},
"System.Reflection.Extensions/4.0.0-beta-23109": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.Extensions.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.Extensions.dll": {}
}
},
"System.Reflection.Metadata/1.0.21": {
"dependencies": {
"System.Collections.Immutable": "1.1.36"
},
"compile": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
}
},
"System.Reflection.Primitives/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.Primitives.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.Primitives.dll": {}
}
},
"System.Reflection.TypeExtensions/4.0.0-beta-23109": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Reflection.TypeExtensions.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
}
},
"System.Resources.ReaderWriter/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Resources.ReaderWriter.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Resources.ReaderWriter.dll": {}
}
},
"System.Resources.ResourceManager/4.0.0-beta-23109": {
"dependencies": {
"System.Globalization": "4.0.0-beta-23109",
"System.Reflection": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Resources.ResourceManager.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Resources.ResourceManager.dll": {}
}
},
"System.Runtime/4.0.20-beta-23109": {
"dependencies": {
"System.Private.Uri": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Runtime.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Runtime.dll": {}
}
},
"System.Runtime.Extensions/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.Runtime.Extensions.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Runtime.Extensions.dll": {}
}
},
"System.Runtime.Handles/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Runtime.Handles.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Runtime.Handles.dll": {}
}
},
"System.Runtime.InteropServices/4.0.20-beta-23109": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23109",
"System.Reflection.Primitives": "4.0.0-beta-23109",
"System.Runtime": "4.0.0-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Runtime.InteropServices.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Runtime.InteropServices.dll": {}
}
},
"System.Runtime.Numerics/4.0.0-beta-23109": {
"dependencies": {
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Runtime.Numerics.dll": {}
},
"runtime": {
"lib/dotnet/System.Runtime.Numerics.dll": {}
}
},
"System.Security.Claims/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.0-beta-23109",
"System.Globalization": "4.0.0-beta-23109",
"System.IO": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.0-beta-23109",
"System.Security.Principal": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Claims.dll": {}
},
"runtime": {
"lib/dotnet/System.Security.Claims.dll": {}
}
},
"System.Security.Cryptography.Encoding/4.0.0-beta-23109": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.Encoding.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {}
}
},
"System.Security.Cryptography.Encryption/4.0.0-beta-23109": {
"dependencies": {
"System.Globalization": "4.0.0-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Threading.Tasks": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.Encryption.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.Encryption.dll": {}
}
},
"System.Security.Cryptography.Encryption.Aes/4.0.0-beta-23109": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.Encryption.Aes.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.Encryption.Aes.dll": {}
}
},
"System.Security.Cryptography.Hashing/4.0.0-beta-23109": {
"dependencies": {
"System.IO": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.Hashing.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.Hashing.dll": {}
}
},
"System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23109": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing": "4.0.0-beta-23109",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.Hashing.Algorithms.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {}
}
},
"System.Security.Cryptography.RandomNumberGenerator/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.RandomNumberGenerator.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.RandomNumberGenerator.dll": {}
}
},
"System.Security.Cryptography.RSA/4.0.0-beta-23109": {
"dependencies": {
"System.IO": "4.0.10-beta-23109",
"System.Reflection": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Cryptography.Encoding": "4.0.0-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.RSA.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.RSA.dll": {}
}
},
"System.Security.Cryptography.X509Certificates/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Globalization.Calendars": "4.0.0-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Runtime.Numerics": "4.0.0-beta-23109",
"System.Security.Cryptography.Encoding": "4.0.0-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing": "4.0.0-beta-23109",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23109",
"System.Security.Cryptography.RSA": "4.0.0-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {}
}
},
"System.Security.Principal/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Principal.dll": {}
},
"runtime": {
"lib/dotnet/System.Security.Principal.dll": {}
}
},
"System.Security.Principal.Windows/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.0-beta-23109",
"System.Diagnostics.Debug": "4.0.0-beta-23109",
"System.Reflection": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.0-beta-23109",
"System.Security.Claims": "4.0.0-beta-23109",
"System.Security.Principal": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.Principal.Windows.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.Principal.Windows.dll": {}
}
},
"System.Security.SecureString/4.0.0-beta-23109": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Security.Cryptography.Encryption": "4.0.0-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Security.SecureString.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Security.SecureString.dll": {}
}
},
"System.Text.Encoding/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Text.Encoding.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Text.Encoding.dll": {}
}
},
"System.Text.Encoding.CodePages/4.0.0-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Text.Encoding.CodePages.dll": {}
},
"runtime": {
"lib/dotnet/System.Text.Encoding.CodePages.dll": {}
}
},
"System.Text.Encoding.Extensions/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Text.Encoding.Extensions.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
}
},
"System.Text.RegularExpressions/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Text.RegularExpressions.dll": {}
},
"runtime": {
"lib/dotnet/System.Text.RegularExpressions.dll": {}
}
},
"System.Threading/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109",
"System.Threading.Tasks": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Threading.dll": {}
}
},
"System.Threading.Overlapped/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109",
"System.Runtime.Handles": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.Overlapped.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Threading.Overlapped.dll": {}
}
},
"System.Threading.Tasks/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.Tasks.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Threading.Tasks.dll": {}
}
},
"System.Threading.Tasks.Parallel/4.0.0-beta-23109": {
"dependencies": {
"System.Collections.Concurrent": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Diagnostics.Tracing": "4.0.20-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
},
"runtime": {
"lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
}
},
"System.Threading.Thread/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.Thread.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Threading.Thread.dll": {}
}
},
"System.Threading.ThreadPool/4.0.10-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109",
"System.Runtime.InteropServices": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.ThreadPool.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Threading.ThreadPool.dll": {}
}
},
"System.Threading.Timer/4.0.0-beta-23109": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Threading.Timer.dll": {}
},
"runtime": {
"lib/DNXCore50/System.Threading.Timer.dll": {}
}
},
"System.Xml.ReaderWriter/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.IO.FileSystem": "4.0.0-beta-23109",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Runtime.InteropServices": "4.0.20-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Text.Encoding.Extensions": "4.0.10-beta-23109",
"System.Text.RegularExpressions": "4.0.10-beta-23109",
"System.Threading.Tasks": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Xml.ReaderWriter.dll": {}
},
"runtime": {
"lib/dotnet/System.Xml.ReaderWriter.dll": {}
}
},
"System.Xml.XDocument/4.0.10-beta-23109": {
"dependencies": {
"System.Collections": "4.0.10-beta-23109",
"System.Diagnostics.Debug": "4.0.10-beta-23109",
"System.Globalization": "4.0.10-beta-23109",
"System.IO": "4.0.10-beta-23109",
"System.Reflection": "4.0.10-beta-23109",
"System.Resources.ResourceManager": "4.0.0-beta-23109",
"System.Runtime": "4.0.20-beta-23109",
"System.Runtime.Extensions": "4.0.10-beta-23109",
"System.Text.Encoding": "4.0.10-beta-23109",
"System.Threading": "4.0.10-beta-23109",
"System.Xml.ReaderWriter": "4.0.10-beta-23109"
},
"compile": {
"ref/dotnet/System.Xml.XDocument.dll": {}
},
"runtime": {
"lib/dotnet/System.Xml.XDocument.dll": {}
}
}
}
},
"libraries": {
"EntityFramework.Core/7.0.0-beta6-13752": {
"serviceable": true,
"sha512": "19wjrZSmfrj/5euPb1IOinXoHCdgHceWlm8ar75lvAVdVKDvaXyBLjpJHQ76Ejh9x9dc6lwsUykrc6b4gH1hIQ==",
"files": [
"EntityFramework.Core.7.0.0-beta6-13752.nupkg",
"EntityFramework.Core.7.0.0-beta6-13752.nupkg.sha512",
"EntityFramework.Core.nuspec",
"lib/dnx451/EntityFramework.Core.dll",
"lib/dnx451/EntityFramework.Core.xml",
"lib/dotnet/EntityFramework.Core.dll",
"lib/dotnet/EntityFramework.Core.xml",
"lib/net45/EntityFramework.Core.dll",
"lib/net45/EntityFramework.Core.xml",
"repo.json"
]
},
"EntityFramework.Relational/7.0.0-beta6-13752": {
"serviceable": true,
"sha512": "DU0ppvtdgBUu0oc0zjoU8dvT261FJv/smPjWKbmB8sZPgs7Fd6HaWpVsYdHQthqRbUKBCF9ku8yWXah5KfMROw==",
"files": [
"EntityFramework.Relational.7.0.0-beta6-13752.nupkg",
"EntityFramework.Relational.7.0.0-beta6-13752.nupkg.sha512",
"EntityFramework.Relational.nuspec",
"lib/dotnet/EntityFramework.Relational.dll",
"lib/dotnet/EntityFramework.Relational.xml",
"lib/net45/EntityFramework.Relational.dll",
"lib/net45/EntityFramework.Relational.xml",
"repo.json"
]
},
"EntityFramework.SqlServer/7.0.0-beta6-13752": {
"serviceable": true,
"sha512": "xaxJsk43jeraL0YuXcj+VLKGcciXpiFpPyJ3vX5MdSibJzl/vybnp1Y0cgE90nXINFS7k/xFTPrhsgyYSWQTGw==",
"files": [
"EntityFramework.SqlServer.7.0.0-beta6-13752.nupkg",
"EntityFramework.SqlServer.7.0.0-beta6-13752.nupkg.sha512",
"EntityFramework.SqlServer.nuspec",
"lib/dnxcore50/EntityFramework.SqlServer.dll",
"lib/dnxcore50/EntityFramework.SqlServer.xml",
"lib/net45/EntityFramework.SqlServer.dll",
"lib/net45/EntityFramework.SqlServer.xml",
"repo.json"
]
},
"Ix-Async/1.2.3": {
"sha512": "ytmPAD08eQL81pJRSjl13uN2cATHgOSGELx4uKnkFcI9fu9d+l2XlOdpXkqnJvFp/85svr65yatzDzNNIMD8Lg==",
"files": [
"Ix-Async.1.2.3.nupkg",
"Ix-Async.1.2.3.nupkg.sha512",
"Ix-Async.nuspec",
"lib/net40/System.Interactive.Async.dll",
"lib/net40/System.Interactive.Async.XML",
"lib/net45/System.Interactive.Async.dll",
"lib/net45/System.Interactive.Async.XML",
"lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/System.Interactive.Async.dll",
"lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/System.Interactive.Async.XML"
]
},
"Kestrel/1.0.0-beta7-12017": {
"serviceable": true,
"sha512": "ItAOh/9WBQs4+HRjGZ+A9HqY93GpcnGG5esdx4DhMapxVi9u0uRQEGJ731+6WxnAJR2hg+Qw1zH8z51VgwMSog==",
"files": [
"Kestrel.1.0.0-beta7-12017.nupkg",
"Kestrel.1.0.0-beta7-12017.nupkg.sha512",
"Kestrel.nuspec",
"lib/dnx451/Kestrel.dll",
"lib/dnx451/Kestrel.xml",
"lib/dnxcore50/Kestrel.dll",
"lib/dnxcore50/Kestrel.xml",
"repo.json"
]
},
"Microsoft.AspNet.Antiforgery/1.0.0-beta7-10179": {
"serviceable": true,
"sha512": "U1+2XBKQRhRQkxcDN0rQ2bTcUepA+LcrCsPDsOqwaTupeIzSLpDUgOvb6Cb44cDtHZK0To0QN3dTCoK9LZNc3g==",
"files": [
"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.Antiforgery.1.0.0-beta7-10179.nupkg",
"Microsoft.AspNet.Antiforgery.1.0.0-beta7-10179.nupkg.sha512",
"Microsoft.AspNet.Antiforgery.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Authorization/1.0.0-beta7-12726": {
"serviceable": true,
"sha512": "FB+ceLGu0J0vsrItM4oty3Af4HMSAUTAugscvJaxCznwqCsqFHbEhjBNW4INDDPUhfQOlBzykV5WOQwRLd8tnA==",
"files": [
"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.Authorization.1.0.0-beta7-12726.nupkg",
"Microsoft.AspNet.Authorization.1.0.0-beta7-12726.nupkg.sha512",
"Microsoft.AspNet.Authorization.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Cors.Core/1.0.0-beta7-10704": {
"serviceable": true,
"sha512": "C+qQQRpeNrF5IbgVOwW1lPc9wlKQi4tO728v4rhqk5iErmkKlpO0VCUN+Iqy64+R+l1w5Mx6mCg6jfMB4VRHbg==",
"files": [
"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.Cors.Core.1.0.0-beta7-10704.nupkg",
"Microsoft.AspNet.Cors.Core.1.0.0-beta7-10704.nupkg.sha512",
"Microsoft.AspNet.Cors.Core.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Cryptography.Internal/1.0.0-beta7-11647": {
"serviceable": true,
"sha512": "8bRJ93aNSl1S/xblvPNjArQ8WfbTIRZLhj9JbRxwpwXxYiXWAi0XVNNvqpjvKC1XtPlT2jqtXatc7KGZjoAB7g==",
"files": [
"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.Cryptography.Internal.1.0.0-beta7-11647.nupkg",
"Microsoft.AspNet.Cryptography.Internal.1.0.0-beta7-11647.nupkg.sha512",
"Microsoft.AspNet.Cryptography.Internal.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.DataProtection/1.0.0-beta7-11647": {
"serviceable": true,
"sha512": "2tawRv6eiAMwu1brSZZmnzH2kMGVWnSM83hyFQYRGy+pli9H8GyCV61ceOHSuS20eunIHDbhA43x75gOMaFAWg==",
"files": [
"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.1.0.0-beta7-11647.nupkg",
"Microsoft.AspNet.DataProtection.1.0.0-beta7-11647.nupkg.sha512",
"Microsoft.AspNet.DataProtection.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.DataProtection.Abstractions/1.0.0-beta7-11647": {
"serviceable": true,
"sha512": "apyIBf73e/kQpsEhSoL9EK/4ExSAkuJDT6w+ByMAeA5okKQdwafrkLb1HYEF0fZuvj29vH1Tk6xhd9kfwbrPZg==",
"files": [
"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.DataProtection.Abstractions.1.0.0-beta7-11647.nupkg",
"Microsoft.AspNet.DataProtection.Abstractions.1.0.0-beta7-11647.nupkg.sha512",
"Microsoft.AspNet.DataProtection.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Diagnostics.Abstractions/1.0.0-beta7-13439": {
"serviceable": true,
"sha512": "EI+V7jNCi6ID0WXJ/rZbeD+cBxybCauhy4KFEsbUL0RosGao8T2XMs/wyiEAzjqqAvJWOGLW08N0q5w3R0DH0w==",
"files": [
"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.Diagnostics.Abstractions.1.0.0-beta7-13439.nupkg",
"Microsoft.AspNet.Diagnostics.Abstractions.1.0.0-beta7-13439.nupkg.sha512",
"Microsoft.AspNet.Diagnostics.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.FileProviders.Abstractions/1.0.0-beta7-11648": {
"serviceable": true,
"sha512": "cnUWuHqH74nF8orKnvhKiB68Bwa93QHUnYZjZJ0n+ukiUrPWErP1hNPuzjZG9+kxkdZsPQXvMqqZIrlszCZ2Sw==",
"files": [
"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.Abstractions.1.0.0-beta7-11648.nupkg",
"Microsoft.AspNet.FileProviders.Abstractions.1.0.0-beta7-11648.nupkg.sha512",
"Microsoft.AspNet.FileProviders.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.FileProviders.Physical/1.0.0-beta7-11648": {
"serviceable": true,
"sha512": "ULaPxgGAuP77lpySyz2EAs+5L7RYz07KyX3T+5hpShHME4fq3A8vMP9o0awlCfiFcgRIClbOb6Nj4/rHIWCnEw==",
"files": [
"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.FileProviders.Physical.1.0.0-beta7-11648.nupkg",
"Microsoft.AspNet.FileProviders.Physical.1.0.0-beta7-11648.nupkg.sha512",
"Microsoft.AspNet.FileProviders.Physical.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Hosting/1.0.0-beta7-12163": {
"serviceable": true,
"sha512": "WB3WswaDi5ostnTGt8fVL3rztykiumOkpzkrkI3gcwZL+meE68ZtKT3+tex4mmuAdJB1FaQTr/gM/Q6WF+u5xA==",
"files": [
"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.1.0.0-beta7-12163.nupkg",
"Microsoft.AspNet.Hosting.1.0.0-beta7-12163.nupkg.sha512",
"Microsoft.AspNet.Hosting.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Hosting.Abstractions/1.0.0-beta7-12163": {
"serviceable": true,
"sha512": "1H2w0RxIKZwpnhNk610soycQQcFv1w5h9kMbLLEo1WrT6GTGMCh7K6nI6BYVbq6R0bDbKQKCaC3TWcjOuFpoQw==",
"files": [
"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.Abstractions.1.0.0-beta7-12163.nupkg",
"Microsoft.AspNet.Hosting.Abstractions.1.0.0-beta7-12163.nupkg.sha512",
"Microsoft.AspNet.Hosting.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Hosting.Server.Abstractions/1.0.0-beta7-12163": {
"sha512": "PLBeJGtVBF1pI68Klgl5E9SPnTnx4I35b3l64lDjRuDDDAkDaUKQzS77Asmzi35uf3K2Oucy4N+16sje9l/B/Q==",
"files": [
"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.Hosting.Server.Abstractions.1.0.0-beta7-12163.nupkg",
"Microsoft.AspNet.Hosting.Server.Abstractions.1.0.0-beta7-12163.nupkg.sha512",
"Microsoft.AspNet.Hosting.Server.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Html.Abstractions/1.0.0-beta7-11752": {
"sha512": "eA3u77mLCbkWqBP0fwTSgqzvRiJj3ahYEBNXM46xDjqUXBRx6/UrW/xIqHMViGvdPJoFNbtd/Re8vUD6PyxtUA==",
"files": [
"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.Html.Abstractions.1.0.0-beta7-11752.nupkg",
"Microsoft.AspNet.Html.Abstractions.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.AspNet.Html.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Http/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "OQ/WdNtO3dbHSwsd+5m09SYWp+FsyexlVb7LDTO/+i9GJvuanvY01VEv5rM69XNfx2BV5Fy7+BtiVoQdl7HhSw==",
"files": [
"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.1.0.0-beta7-11752.nupkg",
"Microsoft.AspNet.Http.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.AspNet.Http.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Http.Abstractions/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "Sp5Qq6ZhWKv5WNVBjYbjg1l/RmB15B4BeOG842BgvPIvc7NAUFo4IY9zzyFoRwleGGGWDv47xroI5uJPzfv+Ig==",
"files": [
"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.Abstractions.1.0.0-beta7-11752.nupkg",
"Microsoft.AspNet.Http.Abstractions.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.AspNet.Http.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Http.Extensions/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "8EPcENQmIS3o5fqGa/uFhDvojUC9dX9zvB+SPnuTEX48Lu5mz1pq9IetnNRBCKwolIocwuQgjj9QRzsQLqjNKA==",
"files": [
"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.Extensions.1.0.0-beta7-11752.nupkg",
"Microsoft.AspNet.Http.Extensions.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.AspNet.Http.Extensions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Http.Features/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "p+BTM5EwIeQA1lcFRGXM9Mr+Pz/Yk21lp5Gk3GHSSNG5PxT3j+r6Zcra2idRueU/SvFEV/YoAtBFFFR07bJ8nQ==",
"files": [
"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.Http.Features.1.0.0-beta7-11752.nupkg",
"Microsoft.AspNet.Http.Features.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.AspNet.Http.Features.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.JsonPatch/1.0.0-beta7-14347": {
"serviceable": true,
"sha512": "AoY/dXj8wpsRw+RpjjWH/IO6wl30M0WhsU2GJ22ktsWvPMo3Vu35g0DTmiO/5NaJ1O7eh/BweTPtbUgxYVg6cA==",
"files": [
"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.JsonPatch.1.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.JsonPatch.1.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.JsonPatch.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Loader.IIS/1.0.0-beta7-12096": {
"serviceable": true,
"sha512": "pGlBziwYgCWyNa7fqtCWDoCQ1u2SAhwQA8b6DqD98rqDpMd14w91nICCLk0v+vavRgPo8v6FqOqTxIadQLtXhA==",
"files": [
"lib/dnx451/Microsoft.AspNet.Loader.IIS.dll",
"lib/dnx451/Microsoft.AspNet.Loader.IIS.xml",
"lib/dnxcore50/Microsoft.AspNet.Loader.IIS.dll",
"lib/dnxcore50/Microsoft.AspNet.Loader.IIS.xml",
"Microsoft.AspNet.Loader.IIS.1.0.0-beta7-12096.nupkg",
"Microsoft.AspNet.Loader.IIS.1.0.0-beta7-12096.nupkg.sha512",
"Microsoft.AspNet.Loader.IIS.nuspec"
]
},
"Microsoft.AspNet.Loader.IIS.Interop/1.0.0-beta7-12096": {
"serviceable": true,
"sha512": "InjgW66K6fzMiMpYRpI6DqIjrbeL1kpVl/n2dPe8mWmYdugh1t0xw76TCvLXRcx5VonvIkYZMXpHTZNePE6IUA==",
"files": [
"InteropAssemblies/amd64/Microsoft.AspNet.Loader.IIS.Interop.dll",
"InteropAssemblies/x86/Microsoft.AspNet.Loader.IIS.Interop.dll",
"Microsoft.AspNet.Loader.IIS.Interop.1.0.0-beta7-12096.nupkg",
"Microsoft.AspNet.Loader.IIS.Interop.1.0.0-beta7-12096.nupkg.sha512",
"Microsoft.AspNet.Loader.IIS.Interop.nuspec",
"tools/AspNet.Loader.dll"
]
},
"Microsoft.AspNet.Localization/1.0.0-beta7-10364": {
"sha512": "k7OPXXZKEV9PMjYJJrsr9TALuB/F56lOFRZ1PbuJpkzyLIfzgXnmBykPw7cz1JQEysXmE6/cTWG/dOtxEuhTcw==",
"files": [
"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.Localization.1.0.0-beta7-10364.nupkg",
"Microsoft.AspNet.Localization.1.0.0-beta7-10364.nupkg.sha512",
"Microsoft.AspNet.Localization.nuspec"
]
},
"Microsoft.AspNet.Mvc/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "o2pRusyS3FPpFy64ogJmmouG8DqxA3kkE/m0NDMVwQPeqrd9dlND47b5Gn8/kkLdYDXjK5JoUc+geeH2Q5xkng==",
"files": [
"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.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.Abstractions/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "0SNraHIQkZAZUXpBbbUdP3GpvPeVk9PUpQj1I8Tgr+BVHbHvCXOHzYo1A4SHya6vzMMZ20UF1lv3GPLsGPbj1Q==",
"files": [
"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.Abstractions.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Abstractions.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.ApiExplorer/6.0.0-beta7-14347": {
"sha512": "El3Qz12gfRH+RBAJcg95n4JDPCh5mMIMOKctRPj/odaoi4RMWMvMbbbzbeP//+KRAwTUZwducoorBxg23HFC0A==",
"files": [
"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.ApiExplorer.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.ApiExplorer.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.ApiExplorer.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.Core/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "1mMOwffc3EsOUKNXraxA4pp2Wij36q35EGEiKVcKZrCJ05Dxyk8gkbhI20BW67ICImrHaf6V1nONfF8ABsi8PQ==",
"files": [
"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.Core.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Core.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Core.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.Cors/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "D+XODPJI0JL/f/TQ1FtN7OzQ1jpuSfBjmMwTlXVTTZvGJ134rfWI8kXreewL8LR70paEpeHTNseHQOpdzCFdew==",
"files": [
"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.Cors.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Cors.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Cors.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.DataAnnotations/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "KyS6G5GXWJKH5YAaA42CVUt9cY7YYsWV6qELhyU3i/ta5/zEC/EZxuNslyz4DoMyuF2okARhq6En6dF0TDCPww==",
"files": [
"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.DataAnnotations.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.DataAnnotations.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.DataAnnotations.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.Formatters.Json/6.0.0-beta7-14347": {
"sha512": "jDvwMRBUb4O/c23csjcAAkjMVMQPDKN7iFRssRMbIN0mcBLT98EQNdUORH5TR7JrUBxx8IZzxI9p2SPshS2POQ==",
"files": [
"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.Formatters.Json.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Formatters.Json.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Formatters.Json.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.Localization/6.0.0-beta7-14347": {
"sha512": "nzJZ6812x1OIzu79dSR5W4gD2IQY4iu83xpLJWOwCQ9wku4+XDdwdUi9onFVJALyvCkshK1VX6CUfjEGNL1AMA==",
"files": [
"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.Localization.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Localization.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Localization.nuspec"
]
},
"Microsoft.AspNet.Mvc.Razor/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "gcw/LNPAGYA+y3UG/IVMsh0Ar0oW+z0IkEwcNiRvgeQQWJYrIZaaBlBchLAoxFfHGgG1EzlgaoXRyIY6MiI21w==",
"files": [
"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.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Razor.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Razor.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.Razor.Host/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "zgvKDwidN0EN8aM3sKDXwxCe5f/7jBpEY3sVF8I1qc7ul9jVW13vGr2FYaldO5FlitVar8RTIMvwnZTL9HQjyw==",
"files": [
"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.Razor.Host.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.Razor.Host.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.Razor.Host.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Mvc.ViewFeatures/6.0.0-beta7-14347": {
"serviceable": true,
"sha512": "ecJYYIwHByAq+dvBeY6l2C/efiv+eX7mH2AedtXZRj74rQ3P6iXiArqaY14tCceRXBwqeXSnkah6Hze1+IaaSw==",
"files": [
"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.Mvc.ViewFeatures.6.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.Mvc.ViewFeatures.6.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.Mvc.ViewFeatures.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces/1.0.0-beta7-14347": {
"serviceable": true,
"sha512": "EU3MEULwH/t4m7RZOVfCSd7SbSDUUv5ZMe5NZ1SzJmHUgLlsKFRCem5YSXXyo8KCo/d5NRzLPqSkmA8eYB9Blg==",
"files": [
"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.PageExecutionInstrumentation.Interfaces.1.0.0-beta7-14347.nupkg",
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.1.0.0-beta7-14347.nupkg.sha512",
"Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Razor/4.0.0-beta7-11709": {
"serviceable": true,
"sha512": "r9dJ3NMmNSlhd2ty+k3AZPiW8vtm0aqppsx8/vw4kgkfUAxotS2TYINBtiNPgITxTp7y42rfXZvVUxoXQy0dtQ==",
"files": [
"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.4.0.0-beta7-11709.nupkg",
"Microsoft.AspNet.Razor.4.0.0-beta7-11709.nupkg.sha512",
"Microsoft.AspNet.Razor.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Razor.Runtime/4.0.0-beta7-11709": {
"serviceable": true,
"sha512": "U5UMccKofI/X8d1l2ZOD6TBaQd/Rtx4e5HLLegmcfz1ur+Uz/XG+LFH0BePB1kFqnt6eafRX1zORORFH+/ZKRQ==",
"files": [
"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.4.0.0-beta7-11709.nupkg",
"Microsoft.AspNet.Razor.Runtime.4.0.0-beta7-11709.nupkg.sha512",
"Microsoft.AspNet.Razor.Runtime.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Routing/1.0.0-beta7-12026": {
"serviceable": true,
"sha512": "f+vD7NOh+jquCe+K6sNuxig4NjSFgzmzAorc1rp03Dt49uYEJ5otapm0TcEQSnS1xXZLbiLu10dc1DQH52V/sg==",
"files": [
"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.Routing.1.0.0-beta7-12026.nupkg",
"Microsoft.AspNet.Routing.1.0.0-beta7-12026.nupkg.sha512",
"Microsoft.AspNet.Routing.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.Server.IIS/1.0.0-beta7-12096": {
"sha512": "EyplX3c/9rYimD1bGNffMy6Q3kptIAqUdcD94N3whlsRACQulVzuYk5EY8sHVbA16kqA2viR/NPw42AKOfA8iA==",
"files": [
"Microsoft.AspNet.Server.IIS.1.0.0-beta7-12096.nupkg",
"Microsoft.AspNet.Server.IIS.1.0.0-beta7-12096.nupkg.sha512",
"Microsoft.AspNet.Server.IIS.nuspec"
]
},
"Microsoft.AspNet.Server.Kestrel/1.0.0-beta7-12017": {
"serviceable": true,
"sha512": "uurwGI8I+d/oRNnpoBt79k3NeIiwMamd3pJqzlPz1pEXX76yXEk2crqn1N+T+EOT9mAAdvzmkLj0C3nBq32dww==",
"files": [
"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",
"Microsoft.AspNet.Server.Kestrel.1.0.0-beta7-12017.nupkg",
"Microsoft.AspNet.Server.Kestrel.1.0.0-beta7-12017.nupkg.sha512",
"Microsoft.AspNet.Server.Kestrel.nuspec",
"native/darwin/universal/libuv.dylib",
"native/windows/amd64/libuv.dll",
"native/windows/x86/libuv.dll",
"repo.json"
]
},
"Microsoft.AspNet.Server.WebListener/1.0.0-beta7-12472": {
"serviceable": true,
"sha512": "LZf2c1cUoUGw1ddRaqENa7mSxQBSUext698Mu9y8jgg/TesfBzfFG2FmgSA8bp8/vrsG9texpYGaGAOm8VnLQQ==",
"files": [
"lib/dnx451/Microsoft.AspNet.Server.WebListener.dll",
"lib/dnx451/Microsoft.AspNet.Server.WebListener.xml",
"lib/dnxcore50/Microsoft.AspNet.Server.WebListener.dll",
"lib/dnxcore50/Microsoft.AspNet.Server.WebListener.xml",
"Microsoft.AspNet.Server.WebListener.1.0.0-beta7-12472.nupkg",
"Microsoft.AspNet.Server.WebListener.1.0.0-beta7-12472.nupkg.sha512",
"Microsoft.AspNet.Server.WebListener.nuspec"
]
},
"Microsoft.AspNet.StaticFiles/1.0.0-beta7-12212": {
"serviceable": true,
"sha512": "GCCBvx/z4l1HxfzKa8p8zu7e3zNkwMuVzoHHFkVGjnver5sOtJsAIIEJJ3QeT4NZ5iMj5n4hzjsr+1Hv4TYjGg==",
"files": [
"lib/dnx451/Microsoft.AspNet.StaticFiles.dll",
"lib/dnx451/Microsoft.AspNet.StaticFiles.xml",
"lib/dnxcore50/Microsoft.AspNet.StaticFiles.dll",
"lib/dnxcore50/Microsoft.AspNet.StaticFiles.xml",
"Microsoft.AspNet.StaticFiles.1.0.0-beta7-12212.nupkg",
"Microsoft.AspNet.StaticFiles.1.0.0-beta7-12212.nupkg.sha512",
"Microsoft.AspNet.StaticFiles.nuspec",
"repo.json"
]
},
"Microsoft.AspNet.WebUtilities/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "J0Nbo8GhS7DEOMM31w2Qdt5j/PDOjnjJPyCHVx9mz1izni4IlRe0QrhjXdsq+TOrwQC9IQ+2npKaYR1EdLIsoQ==",
"files": [
"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.AspNet.WebUtilities.1.0.0-beta7-11752.nupkg",
"Microsoft.AspNet.WebUtilities.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.AspNet.WebUtilities.nuspec",
"repo.json"
]
},
"Microsoft.CodeAnalysis.Analyzers/1.0.0": {
"sha512": "WNkXBsd3S0c8NKv8/6Yb5NJf7DI1C2lJbPm162BLF9v2JQfFcKtrH4AOw9evNbJa19UMu6KZx0pvsVFBXahNog==",
"files": [
"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",
"Microsoft.CodeAnalysis.Analyzers.1.0.0.nupkg",
"Microsoft.CodeAnalysis.Analyzers.1.0.0.nupkg.sha512",
"Microsoft.CodeAnalysis.Analyzers.nuspec",
"ThirdPartyNotices.rtf",
"tools/install.ps1",
"tools/uninstall.ps1"
]
},
"Microsoft.CodeAnalysis.Common/1.0.0": {
"sha512": "F6CWioHEnsl7OPPAHqo8Pr7EpD1M2ROmK2pRZU0fk9MIFUDN/THh41wOw4FZgxpAIYBWMUbVR9XZPY1mpj+1Pw==",
"files": [
"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.CodeAnalysis.Common.1.0.0.nupkg",
"Microsoft.CodeAnalysis.Common.1.0.0.nupkg.sha512",
"Microsoft.CodeAnalysis.Common.nuspec",
"ThirdPartyNotices.rtf"
]
},
"Microsoft.CodeAnalysis.CSharp/1.0.0": {
"sha512": "kl1gAomPlV6MLoj2zUiEneL64HlE8BxETlstfrq88D/exZYW091kcFrz0u1sLGT2ovQvS7+N+mt1JVGl6vXdHw==",
"files": [
"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.CSharp.1.0.0.nupkg",
"Microsoft.CodeAnalysis.CSharp.1.0.0.nupkg.sha512",
"Microsoft.CodeAnalysis.CSharp.nuspec",
"ThirdPartyNotices.rtf"
]
},
"Microsoft.CSharp/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "7fvpHYho71PHIu5eC4nhyzJtBxrijza8VviOoJZuweLv5wHaASaV03Mt9eOTJvQChiFXQ/ZNziVSu9xWU4ruTw==",
"files": [
"lib/dotnet/Microsoft.CSharp.dll",
"lib/net45/_._",
"lib/netcore50/Microsoft.CSharp.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"Microsoft.CSharp.4.0.0-beta-23109.nupkg",
"Microsoft.CSharp.4.0.0-beta-23109.nupkg.sha512",
"Microsoft.CSharp.nuspec",
"ref/dotnet/de/Microsoft.CSharp.xml",
"ref/dotnet/es/Microsoft.CSharp.xml",
"ref/dotnet/fr/Microsoft.CSharp.xml",
"ref/dotnet/it/Microsoft.CSharp.xml",
"ref/dotnet/ja/Microsoft.CSharp.xml",
"ref/dotnet/ko/Microsoft.CSharp.xml",
"ref/dotnet/Microsoft.CSharp.dll",
"ref/dotnet/Microsoft.CSharp.xml",
"ref/dotnet/ru/Microsoft.CSharp.xml",
"ref/dotnet/zh-hans/Microsoft.CSharp.xml",
"ref/dotnet/zh-hant/Microsoft.CSharp.xml",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
"ref/netcore50/Microsoft.CSharp.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._"
]
},
"Microsoft.Framework.Caching.Abstractions/1.0.0-beta7-11640": {
"serviceable": true,
"sha512": "zRWXo4n3zshV2QAeHHKJBCMD9me7M3GFloBWd9F4U1x1S7ASs2w6TSbPWkoBZb8+7CLi9GAlkpqfPNBamLzg3w==",
"files": [
"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.Abstractions.1.0.0-beta7-11640.nupkg",
"Microsoft.Framework.Caching.Abstractions.1.0.0-beta7-11640.nupkg.sha512",
"Microsoft.Framework.Caching.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Caching.Memory/1.0.0-beta7-11640": {
"serviceable": true,
"sha512": "qSYtDEweY+IKzN7lbUO54tf4a04XsSXCd7DRS5NcIfxowVJbu4fA7Q/hWvHnY6kxVMDl1M0oXGU/QP5s5EQfqA==",
"files": [
"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.Caching.Memory.1.0.0-beta7-11640.nupkg",
"Microsoft.Framework.Caching.Memory.1.0.0-beta7-11640.nupkg.sha512",
"Microsoft.Framework.Caching.Memory.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Configuration/1.0.0-beta7-11610": {
"serviceable": true,
"sha512": "LUIgGDzgfxrpRu51qIMVIlaELeImJIzQegyxThZVnOgu4Ke0GiPqHQCENxL9ya5TK/g3Cn5Hk3zlzRJlfpK7Tg==",
"files": [
"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.1.0.0-beta7-11610.nupkg",
"Microsoft.Framework.Configuration.1.0.0-beta7-11610.nupkg.sha512",
"Microsoft.Framework.Configuration.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Configuration.Abstractions/1.0.0-beta7-11610": {
"serviceable": true,
"sha512": "oE9mQDBorBnHZhcrP745fZYQsgU6dA1eW5j34E8sEYV+jLjtc1YWnZEQ777OFV9JLh4+kizMoH/tmpn1o1QEAw==",
"files": [
"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.Abstractions.1.0.0-beta7-11610.nupkg",
"Microsoft.Framework.Configuration.Abstractions.1.0.0-beta7-11610.nupkg.sha512",
"Microsoft.Framework.Configuration.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Configuration.Binder/1.0.0-beta7-11610": {
"serviceable": true,
"sha512": "6cAJrd7CzrutdGbQGfrIrWpfGpacTIpujHgmafu7hUiKgVA1wJ6FihGwhRQRv9RYC4vkfJy7NFvO2r8A/xSoOQ==",
"files": [
"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.Binder.1.0.0-beta7-11610.nupkg",
"Microsoft.Framework.Configuration.Binder.1.0.0-beta7-11610.nupkg.sha512",
"Microsoft.Framework.Configuration.Binder.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Configuration.CommandLine/1.0.0-beta7-11610": {
"serviceable": true,
"sha512": "Xg1BRnBccQl/X4VerT5NIcmFP/bQdHFjrhLHWDwU4VV3a8djIx70oavqu7pBa6sE9EKD5JayjoDSEhMNjxVnOA==",
"files": [
"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.CommandLine.1.0.0-beta7-11610.nupkg",
"Microsoft.Framework.Configuration.CommandLine.1.0.0-beta7-11610.nupkg.sha512",
"Microsoft.Framework.Configuration.CommandLine.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Configuration.EnvironmentVariables/1.0.0-beta7-11610": {
"serviceable": true,
"sha512": "tPYobu8c9vR/RO5mpFRFLkwNHYkx2IrQKuy8rlONYN1qLmWnqSBc8oVxZTrKqzZu/eBZCyuMGd0m5bjUCEyAGw==",
"files": [
"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.EnvironmentVariables.1.0.0-beta7-11610.nupkg",
"Microsoft.Framework.Configuration.EnvironmentVariables.1.0.0-beta7-11610.nupkg.sha512",
"Microsoft.Framework.Configuration.EnvironmentVariables.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Configuration.Ini/1.0.0-beta7-11610": {
"serviceable": true,
"sha512": "3vkg/ICL29KPIi+C/HdE5C5aIHdj5N+LJgxwcdylodqyR+ZW4dRVwcE0ERf2EttsbJrzniHFzkP7RHKN+P8cmQ==",
"files": [
"lib/dnx451/Microsoft.Framework.Configuration.Ini.dll",
"lib/dnx451/Microsoft.Framework.Configuration.Ini.xml",
"lib/dotnet/Microsoft.Framework.Configuration.Ini.dll",
"lib/dotnet/Microsoft.Framework.Configuration.Ini.xml",
"lib/net45/Microsoft.Framework.Configuration.Ini.dll",
"lib/net45/Microsoft.Framework.Configuration.Ini.xml",
"Microsoft.Framework.Configuration.Ini.1.0.0-beta7-11610.nupkg",
"Microsoft.Framework.Configuration.Ini.1.0.0-beta7-11610.nupkg.sha512",
"Microsoft.Framework.Configuration.Ini.nuspec",
"repo.json"
]
},
"Microsoft.Framework.DependencyInjection/1.0.0-beta7-11609": {
"serviceable": true,
"sha512": "qFwmIJ9CzUHnQ9iVAAs2faxaI1JGOXux0Ig61SODYQDqI4ycDbT7QlCVvpixhefumFAC7Y4q9u7Soa31w8TwCg==",
"files": [
"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.1.0.0-beta7-11609.nupkg",
"Microsoft.Framework.DependencyInjection.1.0.0-beta7-11609.nupkg.sha512",
"Microsoft.Framework.DependencyInjection.nuspec",
"repo.json"
]
},
"Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta7-11609": {
"serviceable": true,
"sha512": "/3GCUPjBO7ajMcro07SaF1K/4VEqNbYIXVPM2Ulru/i30TGKsvCh4mtB/jw0sPZQNiH80Bbx/kcbB+1lgNiXdw==",
"files": [
"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.DependencyInjection.Abstractions.1.0.0-beta7-11609.nupkg",
"Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta7-11609.nupkg.sha512",
"Microsoft.Framework.DependencyInjection.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Globalization.CultureInfoCache/1.0.0-beta7-10364": {
"sha512": "x76hMLc15LIHmk+JbrO3wsrsIGxaQjPSEo9pQ2Adf/rE5py1y3bzrqqGgvYyebTrY7cML5Bi5MiGW1h3phAahg==",
"files": [
"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.Globalization.CultureInfoCache.1.0.0-beta7-10364.nupkg",
"Microsoft.Framework.Globalization.CultureInfoCache.1.0.0-beta7-10364.nupkg.sha512",
"Microsoft.Framework.Globalization.CultureInfoCache.nuspec"
]
},
"Microsoft.Framework.Localization/1.0.0-beta7-10364": {
"sha512": "Xg2G94YcR6zAtZR4TqbmbFta+YUYuZFpec3DqY4tdxP+wr66Y5yWTEFSSTd7NhTetBuBhLB1ERcLAqH40S9Blg==",
"files": [
"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.1.0.0-beta7-10364.nupkg",
"Microsoft.Framework.Localization.1.0.0-beta7-10364.nupkg.sha512",
"Microsoft.Framework.Localization.nuspec"
]
},
"Microsoft.Framework.Localization.Abstractions/1.0.0-beta7-10364": {
"sha512": "xisTvuG8oKJHBmk3AieendwWl2kb9B1HnNOf7tI+QejF0trs9GUVSFo5K0j+REYllhv+/DKRrWGIOLMDfQgmZA==",
"files": [
"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.Localization.Abstractions.1.0.0-beta7-10364.nupkg",
"Microsoft.Framework.Localization.Abstractions.1.0.0-beta7-10364.nupkg.sha512",
"Microsoft.Framework.Localization.Abstractions.nuspec"
]
},
"Microsoft.Framework.Logging/1.0.0-beta7-11614": {
"serviceable": true,
"sha512": "8yyyyDHMMfmFZq0Eld8K4z2easYnSHJndJz2pAxuA7e9OoaaX1R+p0no/5wffrp7iUolJPK1SyL7xK88Vo+JSw==",
"files": [
"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.1.0.0-beta7-11614.nupkg",
"Microsoft.Framework.Logging.1.0.0-beta7-11614.nupkg.sha512",
"Microsoft.Framework.Logging.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Logging.Abstractions/1.0.0-beta7-11614": {
"serviceable": true,
"sha512": "XnxtQdcUapikUNesoAjqmC1CVu2u+ufuk+HWK3FtGLRjoeYUwOBYBXKcdgg68J6yQ0TBaOcb3yGqAsmJ3ptFXg==",
"files": [
"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.Logging.Abstractions.1.0.0-beta7-11614.nupkg",
"Microsoft.Framework.Logging.Abstractions.1.0.0-beta7-11614.nupkg.sha512",
"Microsoft.Framework.Logging.Abstractions.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Notification/1.0.0-beta7-10247": {
"sha512": "P7Z/T0hZIvL5iQb6fYM6uge6GEpuhnLLwmLkvNUrPeuYMHoQGoRKFpjN5+JCFJK+4aqEipk3ddr8jg9EIFxJkQ==",
"files": [
"lib/dotnet/Microsoft.Framework.Notification.dll",
"lib/dotnet/Microsoft.Framework.Notification.xml",
"lib/net45/Microsoft.Framework.Notification.dll",
"lib/net45/Microsoft.Framework.Notification.xml",
"lib/win50/Microsoft.Framework.Notification.dll",
"lib/win50/Microsoft.Framework.Notification.xml",
"Microsoft.Framework.Notification.1.0.0-beta7-10247.nupkg",
"Microsoft.Framework.Notification.1.0.0-beta7-10247.nupkg.sha512",
"Microsoft.Framework.Notification.nuspec"
]
},
"Microsoft.Framework.OptionsModel/1.0.0-beta7-11578": {
"serviceable": true,
"sha512": "LxC8iNGf7NnZzLO06lSGyZD/q5qSuXfkWXALkiy3v5gdQs0NgECvXLV7wuUQzjy2d4IwovZHXNWBXgZcXNrvdA==",
"files": [
"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.OptionsModel.1.0.0-beta7-11578.nupkg",
"Microsoft.Framework.OptionsModel.1.0.0-beta7-11578.nupkg.sha512",
"Microsoft.Framework.OptionsModel.nuspec",
"repo.json"
]
},
"Microsoft.Framework.Runtime.Abstractions/1.0.0-beta7-12264": {
"serviceable": true,
"sha512": "GdvvKHkmdemDjBSSYzcG0Jsjbwjl5RkYjEUU49O0KTrADmKyDEZfrmYuEHbbdjM7Zs2BkSyFXv8vTwAGuX4/cQ==",
"files": [
"lib/dnx451/Microsoft.Framework.Runtime.Abstractions.dll",
"lib/dnx451/Microsoft.Framework.Runtime.Abstractions.xml",
"lib/dnxcore50/Microsoft.Framework.Runtime.Abstractions.dll",
"lib/dnxcore50/Microsoft.Framework.Runtime.Abstractions.xml",
"Microsoft.Framework.Runtime.Abstractions.1.0.0-beta7-12264.nupkg",
"Microsoft.Framework.Runtime.Abstractions.1.0.0-beta7-12264.nupkg.sha512",
"Microsoft.Framework.Runtime.Abstractions.nuspec"
]
},
"Microsoft.Framework.Runtime.Compilation.Abstractions/1.0.0-beta7-12264": {
"serviceable": true,
"sha512": "P62S4xGCpnQqSOr7Ldu5T8oimwUFeJwYTM9yBbyp/JCjUQFNiPAWi8NR80mMChyzxWDd56XN7IKGyn0K5du9fA==",
"files": [
"lib/dnx451/Microsoft.Framework.Runtime.Compilation.Abstractions.dll",
"lib/dnx451/Microsoft.Framework.Runtime.Compilation.Abstractions.xml",
"lib/dnxcore50/Microsoft.Framework.Runtime.Compilation.Abstractions.dll",
"lib/dnxcore50/Microsoft.Framework.Runtime.Compilation.Abstractions.xml",
"Microsoft.Framework.Runtime.Compilation.Abstractions.1.0.0-beta7-12264.nupkg",
"Microsoft.Framework.Runtime.Compilation.Abstractions.1.0.0-beta7-12264.nupkg.sha512",
"Microsoft.Framework.Runtime.Compilation.Abstractions.nuspec"
]
},
"Microsoft.Framework.Runtime.Roslyn.Abstractions/1.0.0-beta7-12264": {
"serviceable": true,
"sha512": "sEgRYSR5dFLk/8E/iB3VgVT9qsoWxsQNJuEMMoIBS10w0JzrpVuyNtZoEQyGMjudC/ucFlarWheixZYGpzCHNQ==",
"files": [
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Abstractions.dll",
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Abstractions.xml",
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Abstractions.dll",
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Abstractions.xml",
"Microsoft.Framework.Runtime.Roslyn.Abstractions.1.0.0-beta7-12264.nupkg",
"Microsoft.Framework.Runtime.Roslyn.Abstractions.1.0.0-beta7-12264.nupkg.sha512",
"Microsoft.Framework.Runtime.Roslyn.Abstractions.nuspec"
]
},
"Microsoft.Framework.Runtime.Roslyn.Common/1.0.0-beta7-12264": {
"serviceable": true,
"sha512": "1l/EsdvyVw2UeZa8lUpFc0Rdm1trBzoCHfP0Bkk+MgxRTjiT0LoSUakUXxjjo7MPfFbcEGRxKjxp5V0CVMHCnQ==",
"files": [
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Common.dll",
"lib/dnx451/Microsoft.Framework.Runtime.Roslyn.Common.xml",
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Common.dll",
"lib/dnxcore50/Microsoft.Framework.Runtime.Roslyn.Common.xml",
"Microsoft.Framework.Runtime.Roslyn.Common.1.0.0-beta7-12264.nupkg",
"Microsoft.Framework.Runtime.Roslyn.Common.1.0.0-beta7-12264.nupkg.sha512",
"Microsoft.Framework.Runtime.Roslyn.Common.nuspec"
]
},
"Microsoft.Framework.WebEncoders/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "wgjezOxJJzQlolMQULuwTTaKmAPfq0lfAK4aF26ES6ZNCZ+LJWB2xFZdhDkgR3O+mTvHHjoW1WDg0gWYZRppIg==",
"files": [
"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.1.0.0-beta7-11752.nupkg",
"Microsoft.Framework.WebEncoders.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.Framework.WebEncoders.nuspec",
"repo.json"
]
},
"Microsoft.Framework.WebEncoders.Core/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "1+eCWJyGaFBdxybebuYT3H/FTr/E0SCqZqUO+ea02mLSTiqoAed8RrAgZKFXmsAR41fPAL3lsyXcSCv/kCLNfA==",
"files": [
"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.Framework.WebEncoders.Core.1.0.0-beta7-11752.nupkg",
"Microsoft.Framework.WebEncoders.Core.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.Framework.WebEncoders.Core.nuspec",
"repo.json"
]
},
"Microsoft.Net.Http.Headers/1.0.0-beta7-11752": {
"serviceable": true,
"sha512": "VDyPDL7oSxE5DbgFSBnfZ83kqn0cx/iWoSkGWG4k/vAl/5621ZPkIlQsKrcHCwuMuSyRvzZPgRoSMHjdaECYLg==",
"files": [
"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.Net.Http.Headers.1.0.0-beta7-11752.nupkg",
"Microsoft.Net.Http.Headers.1.0.0-beta7-11752.nupkg.sha512",
"Microsoft.Net.Http.Headers.nuspec",
"repo.json"
]
},
"Microsoft.Net.Http.Server/1.0.0-beta7-12472": {
"serviceable": true,
"sha512": "o2cZ5S9jiPcM0Gf0zGS6GF2J4Myeo75j4MtkduUIVFw/ITPzL8+efPi4s4PhM51EnCnfAH1xpBG8hGjYDlZpBA==",
"files": [
"lib/dnx451/Microsoft.Net.Http.Server.dll",
"lib/dnx451/Microsoft.Net.Http.Server.xml",
"lib/dnxcore50/Microsoft.Net.Http.Server.dll",
"lib/dnxcore50/Microsoft.Net.Http.Server.xml",
"lib/net451/Microsoft.Net.Http.Server.dll",
"lib/net451/Microsoft.Net.Http.Server.xml",
"Microsoft.Net.Http.Server.1.0.0-beta7-12472.nupkg",
"Microsoft.Net.Http.Server.1.0.0-beta7-12472.nupkg.sha512",
"Microsoft.Net.Http.Server.nuspec"
]
},
"Microsoft.Net.WebSockets/1.0.0-beta7-12472": {
"serviceable": true,
"sha512": "8Wd5wC7zV9mub+MGhIB8zNTJiUwFC4Z17QWOdACfc2bDq8M7fmaUQZMCIZDX8FpAO8RoGjwdglzb6+mxlnsK1g==",
"files": [
"lib/dnx451/Microsoft.Net.WebSockets.dll",
"lib/dnx451/Microsoft.Net.WebSockets.xml",
"lib/dnxcore50/Microsoft.Net.WebSockets.dll",
"lib/dnxcore50/Microsoft.Net.WebSockets.xml",
"lib/net451/Microsoft.Net.WebSockets.dll",
"lib/net451/Microsoft.Net.WebSockets.xml",
"Microsoft.Net.WebSockets.1.0.0-beta7-12472.nupkg",
"Microsoft.Net.WebSockets.1.0.0-beta7-12472.nupkg.sha512",
"Microsoft.Net.WebSockets.nuspec"
]
},
"Microsoft.Win32.Primitives/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "kT/QQj39eybp9MIb3bKeBaqZJgLTvi8c7gcQ+O2xRH2iAYpjolKGOy5B6r4xp+K3kc5iA7GuCiWHS/tQzi3y2A==",
"files": [
"lib/dotnet/Microsoft.Win32.Primitives.dll",
"lib/net46/Microsoft.Win32.Primitives.dll",
"Microsoft.Win32.Primitives.4.0.0-beta-23109.nupkg",
"Microsoft.Win32.Primitives.4.0.0-beta-23109.nupkg.sha512",
"Microsoft.Win32.Primitives.nuspec",
"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/Microsoft.Win32.Primitives.dll",
"ref/dotnet/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"
]
},
"Microsoft.Win32.Registry/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "yqLUwYJ2G6jgTp1D9t4KPs3rhPFmJ6aGiIk69VQxekku5VeDbuGIAj/4e3pf+JovBuB6n2eO4sURshnY+vDV8g==",
"files": [
"lib/DNXCore50/Microsoft.Win32.Registry.dll",
"lib/net46/Microsoft.Win32.Registry.dll",
"Microsoft.Win32.Registry.4.0.0-beta-23109.nupkg",
"Microsoft.Win32.Registry.4.0.0-beta-23109.nupkg.sha512",
"Microsoft.Win32.Registry.nuspec",
"ref/dotnet/de/Microsoft.Win32.Registry.xml",
"ref/dotnet/es/Microsoft.Win32.Registry.xml",
"ref/dotnet/fr/Microsoft.Win32.Registry.xml",
"ref/dotnet/it/Microsoft.Win32.Registry.xml",
"ref/dotnet/ja/Microsoft.Win32.Registry.xml",
"ref/dotnet/ko/Microsoft.Win32.Registry.xml",
"ref/dotnet/Microsoft.Win32.Registry.dll",
"ref/dotnet/Microsoft.Win32.Registry.xml",
"ref/dotnet/ru/Microsoft.Win32.Registry.xml",
"ref/dotnet/zh-hans/Microsoft.Win32.Registry.xml",
"ref/dotnet/zh-hant/Microsoft.Win32.Registry.xml",
"ref/net46/Microsoft.Win32.Registry.dll"
]
},
"Newtonsoft.Json/6.0.6": {
"sha512": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==",
"files": [
"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",
"Newtonsoft.Json.6.0.6.nupkg",
"Newtonsoft.Json.6.0.6.nupkg.sha512",
"Newtonsoft.Json.nuspec",
"tools/install.ps1"
]
},
"Remotion.Linq/2.0.0-alpha-004": {
"sha512": "pwbyws9/UQKYKwsX5qwoqf1BszAhpFaXQJLmmvCitxQjx9cVUrQpRuoz1dd7wnyHzgA0IDkp+tf/FsJXW+x1yQ==",
"files": [
"lib/net35/Remotion.Linq.dll",
"lib/net35/Remotion.Linq.XML",
"lib/net40/Remotion.Linq.dll",
"lib/net40/Remotion.Linq.XML",
"lib/net45/Remotion.Linq.dll",
"lib/net45/Remotion.Linq.xml",
"lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll",
"lib/portable-net45+win+wpa81+wp80/Remotion.Linq.xml",
"Remotion.Linq.2.0.0-alpha-004.nupkg",
"Remotion.Linq.2.0.0-alpha-004.nupkg.sha512",
"Remotion.Linq.nuspec"
]
},
"System.Collections/4.0.0-beta-23109": {
"sha512": "2Z9+y38Oq9SKyI234ZPsttmcV3i4IelcjDSZXUlocVKjcYZJu1hhBnNWsa+E/2cirMyh+uPeSmRMGgkGlK62Vw==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Collections.xml",
"ref/dotnet/es/System.Collections.xml",
"ref/dotnet/fr/System.Collections.xml",
"ref/dotnet/it/System.Collections.xml",
"ref/dotnet/ja/System.Collections.xml",
"ref/dotnet/ko/System.Collections.xml",
"ref/dotnet/ru/System.Collections.xml",
"ref/dotnet/System.Collections.dll",
"ref/dotnet/System.Collections.xml",
"ref/dotnet/zh-hans/System.Collections.xml",
"ref/dotnet/zh-hant/System.Collections.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Collections.xml",
"ref/netcore50/es/System.Collections.xml",
"ref/netcore50/fr/System.Collections.xml",
"ref/netcore50/it/System.Collections.xml",
"ref/netcore50/ja/System.Collections.xml",
"ref/netcore50/ko/System.Collections.xml",
"ref/netcore50/ru/System.Collections.xml",
"ref/netcore50/System.Collections.dll",
"ref/netcore50/System.Collections.xml",
"ref/netcore50/zh-hans/System.Collections.xml",
"ref/netcore50/zh-hant/System.Collections.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Collections.4.0.0-beta-23109.nupkg",
"System.Collections.4.0.0-beta-23109.nupkg.sha512",
"System.Collections.nuspec"
]
},
"System.Collections/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "AWwdIi5Ye6BUYI0ANekbB3LxjJjLswbm90FB0MBJRtL/g0ViXFhggZN1bfR5m+4fN7nO2xYlbJ7TRqJaypUvIw==",
"files": [
"lib/DNXCore50/System.Collections.dll",
"lib/net46/_._",
"lib/netcore50/System.Collections.dll",
"ref/dotnet/de/System.Collections.xml",
"ref/dotnet/es/System.Collections.xml",
"ref/dotnet/fr/System.Collections.xml",
"ref/dotnet/it/System.Collections.xml",
"ref/dotnet/ja/System.Collections.xml",
"ref/dotnet/ko/System.Collections.xml",
"ref/dotnet/ru/System.Collections.xml",
"ref/dotnet/System.Collections.dll",
"ref/dotnet/System.Collections.xml",
"ref/dotnet/zh-hans/System.Collections.xml",
"ref/dotnet/zh-hant/System.Collections.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Collections.dll",
"System.Collections.4.0.10-beta-23109.nupkg",
"System.Collections.4.0.10-beta-23109.nupkg.sha512",
"System.Collections.nuspec"
]
},
"System.Collections.Concurrent/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "mxAkmCoes7bh2xL8BgAdj6Cq0o8ZIOooOsDbgM0fKuTQjtJoXBKEgcEYxAkfhiRAs6uZFztiWllQcS+PTVqqNg==",
"files": [
"lib/dotnet/System.Collections.Concurrent.dll",
"lib/net46/_._",
"ref/dotnet/de/System.Collections.Concurrent.xml",
"ref/dotnet/es/System.Collections.Concurrent.xml",
"ref/dotnet/fr/System.Collections.Concurrent.xml",
"ref/dotnet/it/System.Collections.Concurrent.xml",
"ref/dotnet/ja/System.Collections.Concurrent.xml",
"ref/dotnet/ko/System.Collections.Concurrent.xml",
"ref/dotnet/ru/System.Collections.Concurrent.xml",
"ref/dotnet/System.Collections.Concurrent.dll",
"ref/dotnet/System.Collections.Concurrent.xml",
"ref/dotnet/zh-hans/System.Collections.Concurrent.xml",
"ref/dotnet/zh-hant/System.Collections.Concurrent.xml",
"ref/net46/_._",
"System.Collections.Concurrent.4.0.10-beta-23109.nupkg",
"System.Collections.Concurrent.4.0.10-beta-23109.nupkg.sha512",
"System.Collections.Concurrent.nuspec"
]
},
"System.Collections.Immutable/1.1.37-beta-23109": {
"serviceable": true,
"sha512": "5oTg9lD0nHayzLttY2PgLZxL109tFvr+jCJSiO/+BxNJ5LkJW7gEstt5Du974EnQ3ZYeTn6ZHDDTJawGkMHROQ==",
"files": [
"lib/dotnet/System.Collections.Immutable.dll",
"lib/dotnet/System.Collections.Immutable.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
"System.Collections.Immutable.1.1.37-beta-23109.nupkg",
"System.Collections.Immutable.1.1.37-beta-23109.nupkg.sha512",
"System.Collections.Immutable.nuspec"
]
},
"System.Collections.NonGeneric/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "1eH6cAQhXXdDGPw3xAFYWZZQvMNswv8JsmAF05uvxr0vjfwlWDA3wS/jBAG792aRQzy2W8zjDVL96jvfAUFOjw==",
"files": [
"lib/dotnet/System.Collections.NonGeneric.dll",
"lib/net46/System.Collections.NonGeneric.dll",
"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/System.Collections.NonGeneric.dll",
"ref/dotnet/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",
"System.Collections.NonGeneric.4.0.0-beta-23109.nupkg",
"System.Collections.NonGeneric.4.0.0-beta-23109.nupkg.sha512",
"System.Collections.NonGeneric.nuspec"
]
},
"System.ComponentModel/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "d70vqg76A1I9oS5nFWJw8wgHgt4QfFPVccuN1+Wkqq7awe30kPMVJpXJ4LXAarFioSZSzDWobUDKLv3buJcxfA==",
"files": [
"lib/dotnet/System.ComponentModel.dll",
"lib/net45/_._",
"lib/netcore50/System.ComponentModel.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.ComponentModel.xml",
"ref/dotnet/es/System.ComponentModel.xml",
"ref/dotnet/fr/System.ComponentModel.xml",
"ref/dotnet/it/System.ComponentModel.xml",
"ref/dotnet/ja/System.ComponentModel.xml",
"ref/dotnet/ko/System.ComponentModel.xml",
"ref/dotnet/ru/System.ComponentModel.xml",
"ref/dotnet/System.ComponentModel.dll",
"ref/dotnet/System.ComponentModel.xml",
"ref/dotnet/zh-hans/System.ComponentModel.xml",
"ref/dotnet/zh-hant/System.ComponentModel.xml",
"ref/net45/_._",
"ref/netcore50/System.ComponentModel.dll",
"ref/netcore50/System.ComponentModel.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.ComponentModel.4.0.0-beta-23109.nupkg",
"System.ComponentModel.4.0.0-beta-23109.nupkg.sha512",
"System.ComponentModel.nuspec"
]
},
"System.ComponentModel.Annotations/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "JPooKa69IqtMmyFMrwRAChYRUw9aaezJDb1NSBtj01DuB/kmU6Xi1/yVCYznSwKFHVGhtrR55CgTS5FK1u/j6g==",
"files": [
"lib/dotnet/System.ComponentModel.Annotations.dll",
"lib/net46/_._",
"ref/dotnet/de/System.ComponentModel.Annotations.xml",
"ref/dotnet/es/System.ComponentModel.Annotations.xml",
"ref/dotnet/fr/System.ComponentModel.Annotations.xml",
"ref/dotnet/it/System.ComponentModel.Annotations.xml",
"ref/dotnet/ja/System.ComponentModel.Annotations.xml",
"ref/dotnet/ko/System.ComponentModel.Annotations.xml",
"ref/dotnet/ru/System.ComponentModel.Annotations.xml",
"ref/dotnet/System.ComponentModel.Annotations.dll",
"ref/dotnet/System.ComponentModel.Annotations.xml",
"ref/dotnet/zh-hans/System.ComponentModel.Annotations.xml",
"ref/dotnet/zh-hant/System.ComponentModel.Annotations.xml",
"ref/net46/_._",
"System.ComponentModel.Annotations.4.0.10-beta-23109.nupkg",
"System.ComponentModel.Annotations.4.0.10-beta-23109.nupkg.sha512",
"System.ComponentModel.Annotations.nuspec"
]
},
"System.ComponentModel.EventBasedAsync/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "8p3Lp8qAkItIlEfWXFFfNYd84+yo+TN07Vq1ezWDg5HmcvovgzaihpkWgS67EvKfgRwK8Zm9cyarJ3K0pz0YqA==",
"files": [
"lib/dotnet/System.ComponentModel.EventBasedAsync.dll",
"lib/net46/_._",
"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/System.ComponentModel.EventBasedAsync.dll",
"ref/dotnet/System.ComponentModel.EventBasedAsync.xml",
"ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml",
"ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml",
"ref/net46/_._",
"System.ComponentModel.EventBasedAsync.4.0.10-beta-23109.nupkg",
"System.ComponentModel.EventBasedAsync.4.0.10-beta-23109.nupkg.sha512",
"System.ComponentModel.EventBasedAsync.nuspec"
]
},
"System.ComponentModel.Primitives/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "b0/h6SRKKN2OpjgFxvcOU6Y0ybzIUiGOVReV27H6ko+nA6o7/ePD3UwAcDZ2MvjPZkhTt8j5yRwAh2h1MPwIIA==",
"files": [
"lib/dotnet/System.ComponentModel.Primitives.dll",
"lib/net46/System.ComponentModel.Primitives.dll",
"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/System.ComponentModel.Primitives.dll",
"ref/dotnet/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",
"System.ComponentModel.Primitives.4.0.0-beta-23109.nupkg",
"System.ComponentModel.Primitives.4.0.0-beta-23109.nupkg.sha512",
"System.ComponentModel.Primitives.nuspec"
]
},
"System.ComponentModel.TypeConverter/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "MmlKxy4AdsvXkLk5uLw/visQ1ONBjwArB7MqdJkvF9+3Fk+BxxBILDVaOX6ioFNLbITjH4kB/4jCIQCVxUwE+g==",
"files": [
"lib/dotnet/System.ComponentModel.TypeConverter.dll",
"lib/net46/System.ComponentModel.TypeConverter.dll",
"ref/dotnet/de/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/es/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/fr/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/it/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/ja/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/ko/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/ru/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/System.ComponentModel.TypeConverter.dll",
"ref/dotnet/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/zh-hans/System.ComponentModel.TypeConverter.xml",
"ref/dotnet/zh-hant/System.ComponentModel.TypeConverter.xml",
"ref/net46/System.ComponentModel.TypeConverter.dll",
"System.ComponentModel.TypeConverter.4.0.0-beta-23109.nupkg",
"System.ComponentModel.TypeConverter.4.0.0-beta-23109.nupkg.sha512",
"System.ComponentModel.TypeConverter.nuspec"
]
},
"System.Console/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "W4XOtlJWkcM3bBtt/N3rQ9j0fjYON7+QD0NhFOd71lvEplt/Ry1d1PKv2cThL+4nHs3bwpixXmOOfTGCiQGqww==",
"files": [
"lib/DNXCore50/System.Console.dll",
"lib/net46/System.Console.dll",
"ref/dotnet/de/System.Console.xml",
"ref/dotnet/es/System.Console.xml",
"ref/dotnet/fr/System.Console.xml",
"ref/dotnet/it/System.Console.xml",
"ref/dotnet/ja/System.Console.xml",
"ref/dotnet/ko/System.Console.xml",
"ref/dotnet/ru/System.Console.xml",
"ref/dotnet/System.Console.dll",
"ref/dotnet/System.Console.xml",
"ref/dotnet/zh-hans/System.Console.xml",
"ref/dotnet/zh-hant/System.Console.xml",
"ref/net46/System.Console.dll",
"System.Console.4.0.0-beta-23109.nupkg",
"System.Console.4.0.0-beta-23109.nupkg.sha512",
"System.Console.nuspec"
]
},
"System.Data.Common/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "Ns3qGZdvHivJXpDzrIT1asjsn7QFh0Owhp4ia8A2q73EN0ZcEjguTceIK/PzlALEsSM+bCeRLhAaAXwOmjfZcQ==",
"files": [
"lib/dotnet/System.Data.Common.dll",
"lib/net46/System.Data.Common.dll",
"ref/dotnet/de/System.Data.Common.xml",
"ref/dotnet/es/System.Data.Common.xml",
"ref/dotnet/fr/System.Data.Common.xml",
"ref/dotnet/it/System.Data.Common.xml",
"ref/dotnet/ja/System.Data.Common.xml",
"ref/dotnet/ko/System.Data.Common.xml",
"ref/dotnet/ru/System.Data.Common.xml",
"ref/dotnet/System.Data.Common.dll",
"ref/dotnet/System.Data.Common.xml",
"ref/dotnet/zh-hans/System.Data.Common.xml",
"ref/dotnet/zh-hant/System.Data.Common.xml",
"ref/net46/System.Data.Common.dll",
"System.Data.Common.4.0.0-beta-23109.nupkg",
"System.Data.Common.4.0.0-beta-23109.nupkg.sha512",
"System.Data.Common.nuspec"
]
},
"System.Data.SqlClient/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "/DzcDMU8XI6oscLk2Xg0OaVP71o+jrpTA5HF62kgp/STWIsMYQGFhG3PiCE5RTx7f2MKqR5krVWi9ouOHz1y6A==",
"files": [
"lib/DNXCore50/System.Data.SqlClient.dll",
"lib/net46/System.Data.SqlClient.dll",
"ref/dotnet/de/System.Data.SqlClient.xml",
"ref/dotnet/es/System.Data.SqlClient.xml",
"ref/dotnet/fr/System.Data.SqlClient.xml",
"ref/dotnet/it/System.Data.SqlClient.xml",
"ref/dotnet/ja/System.Data.SqlClient.xml",
"ref/dotnet/ko/System.Data.SqlClient.xml",
"ref/dotnet/ru/System.Data.SqlClient.xml",
"ref/dotnet/System.Data.SqlClient.dll",
"ref/dotnet/System.Data.SqlClient.xml",
"ref/dotnet/zh-hans/System.Data.SqlClient.xml",
"ref/dotnet/zh-hant/System.Data.SqlClient.xml",
"ref/net46/System.Data.SqlClient.dll",
"runtime.json",
"System.Data.SqlClient.4.0.0-beta-23109.nupkg",
"System.Data.SqlClient.4.0.0-beta-23109.nupkg.sha512",
"System.Data.SqlClient.nuspec"
]
},
"System.Diagnostics.Contracts/4.0.0-beta-23109": {
"sha512": "BnK6W8wO257Mirt0mh0WwzEU+zS/ZcQyARXHzVr2BD6gWKT4jHD7/SYPTvIjTYFnU8NX9lUq5g2sGnxia92uDA==",
"files": [
"lib/DNXCore50/System.Diagnostics.Contracts.dll",
"lib/net45/_._",
"lib/netcore50/System.Diagnostics.Contracts.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Diagnostics.Contracts.xml",
"ref/dotnet/es/System.Diagnostics.Contracts.xml",
"ref/dotnet/fr/System.Diagnostics.Contracts.xml",
"ref/dotnet/it/System.Diagnostics.Contracts.xml",
"ref/dotnet/ja/System.Diagnostics.Contracts.xml",
"ref/dotnet/ko/System.Diagnostics.Contracts.xml",
"ref/dotnet/ru/System.Diagnostics.Contracts.xml",
"ref/dotnet/System.Diagnostics.Contracts.dll",
"ref/dotnet/System.Diagnostics.Contracts.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Contracts.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Contracts.xml",
"ref/net45/_._",
"ref/netcore50/System.Diagnostics.Contracts.dll",
"ref/netcore50/System.Diagnostics.Contracts.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll",
"System.Diagnostics.Contracts.4.0.0-beta-23109.nupkg",
"System.Diagnostics.Contracts.4.0.0-beta-23109.nupkg.sha512",
"System.Diagnostics.Contracts.nuspec"
]
},
"System.Diagnostics.Debug/4.0.0-beta-23109": {
"sha512": "OZ9IMrgDKYCnUcEOBAX//EqDxQjpHuuA1c2EKE1+v7vxQVASLiIz9SyHDXMZGP+eMdSVFpubNglPba7gpZrPug==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Diagnostics.Debug.xml",
"ref/dotnet/es/System.Diagnostics.Debug.xml",
"ref/dotnet/fr/System.Diagnostics.Debug.xml",
"ref/dotnet/it/System.Diagnostics.Debug.xml",
"ref/dotnet/ja/System.Diagnostics.Debug.xml",
"ref/dotnet/ko/System.Diagnostics.Debug.xml",
"ref/dotnet/ru/System.Diagnostics.Debug.xml",
"ref/dotnet/System.Diagnostics.Debug.dll",
"ref/dotnet/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Diagnostics.Debug.xml",
"ref/netcore50/es/System.Diagnostics.Debug.xml",
"ref/netcore50/fr/System.Diagnostics.Debug.xml",
"ref/netcore50/it/System.Diagnostics.Debug.xml",
"ref/netcore50/ja/System.Diagnostics.Debug.xml",
"ref/netcore50/ko/System.Diagnostics.Debug.xml",
"ref/netcore50/ru/System.Diagnostics.Debug.xml",
"ref/netcore50/System.Diagnostics.Debug.dll",
"ref/netcore50/System.Diagnostics.Debug.xml",
"ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
"ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Diagnostics.Debug.4.0.0-beta-23109.nupkg",
"System.Diagnostics.Debug.4.0.0-beta-23109.nupkg.sha512",
"System.Diagnostics.Debug.nuspec"
]
},
"System.Diagnostics.Debug/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "vulHJ/VPQTK+pJGqyLjs9yMgmgxukhtK/DRtOlHs4clW0FJbyNNrN09YWMh3XQWRSuZ3WkcvR3VDY9g1NsFzeA==",
"files": [
"lib/DNXCore50/System.Diagnostics.Debug.dll",
"lib/net46/_._",
"lib/netcore50/System.Diagnostics.Debug.dll",
"ref/dotnet/de/System.Diagnostics.Debug.xml",
"ref/dotnet/es/System.Diagnostics.Debug.xml",
"ref/dotnet/fr/System.Diagnostics.Debug.xml",
"ref/dotnet/it/System.Diagnostics.Debug.xml",
"ref/dotnet/ja/System.Diagnostics.Debug.xml",
"ref/dotnet/ko/System.Diagnostics.Debug.xml",
"ref/dotnet/ru/System.Diagnostics.Debug.xml",
"ref/dotnet/System.Diagnostics.Debug.dll",
"ref/dotnet/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
"System.Diagnostics.Debug.4.0.10-beta-23109.nupkg",
"System.Diagnostics.Debug.4.0.10-beta-23109.nupkg.sha512",
"System.Diagnostics.Debug.nuspec"
]
},
"System.Diagnostics.Process/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "fGW3Ef2A/CKl3JcE7E64IfUrqKK7exahpcc/DYj+82dtIT1fpRZVZhLvZ0I776JQ7lg6zBQE2zEUJ29+2P9aKw==",
"files": [
"lib/DNXCore50/System.Diagnostics.Process.dll",
"lib/net46/System.Diagnostics.Process.dll",
"ref/dotnet/de/System.Diagnostics.Process.xml",
"ref/dotnet/es/System.Diagnostics.Process.xml",
"ref/dotnet/fr/System.Diagnostics.Process.xml",
"ref/dotnet/it/System.Diagnostics.Process.xml",
"ref/dotnet/ja/System.Diagnostics.Process.xml",
"ref/dotnet/ko/System.Diagnostics.Process.xml",
"ref/dotnet/ru/System.Diagnostics.Process.xml",
"ref/dotnet/System.Diagnostics.Process.dll",
"ref/dotnet/System.Diagnostics.Process.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Process.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Process.xml",
"ref/net46/System.Diagnostics.Process.dll",
"System.Diagnostics.Process.4.0.0-beta-23109.nupkg",
"System.Diagnostics.Process.4.0.0-beta-23109.nupkg.sha512",
"System.Diagnostics.Process.nuspec"
]
},
"System.Diagnostics.Tools/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "DqB7rE6Mr0HT/Pxy7NxjVMn3uk4KR+00Y12su+6a5Hz0QXAZrJAXo50GWVaw49+lwmZEJBoaZSBdGKge3jN1sA==",
"files": [
"lib/DNXCore50/System.Diagnostics.Tools.dll",
"lib/net45/_._",
"lib/netcore50/System.Diagnostics.Tools.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Diagnostics.Tools.xml",
"ref/dotnet/es/System.Diagnostics.Tools.xml",
"ref/dotnet/fr/System.Diagnostics.Tools.xml",
"ref/dotnet/it/System.Diagnostics.Tools.xml",
"ref/dotnet/ja/System.Diagnostics.Tools.xml",
"ref/dotnet/ko/System.Diagnostics.Tools.xml",
"ref/dotnet/ru/System.Diagnostics.Tools.xml",
"ref/dotnet/System.Diagnostics.Tools.dll",
"ref/dotnet/System.Diagnostics.Tools.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Tools.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Tools.xml",
"ref/net45/_._",
"ref/netcore50/System.Diagnostics.Tools.dll",
"ref/netcore50/System.Diagnostics.Tools.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
"System.Diagnostics.Tools.4.0.0-beta-23109.nupkg",
"System.Diagnostics.Tools.4.0.0-beta-23109.nupkg.sha512",
"System.Diagnostics.Tools.nuspec"
]
},
"System.Diagnostics.TraceSource/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "XaA8PoW0eSoWQaiyi1IGSbeMzbDKiWNEPQs5Jp9OAFcdwLJv4ucHwyMoJy78ydmvOi5Mjs7nuJC80MtxyAzo9A==",
"files": [
"lib/DNXCore50/System.Diagnostics.TraceSource.dll",
"lib/net46/System.Diagnostics.TraceSource.dll",
"ref/dotnet/de/System.Diagnostics.TraceSource.xml",
"ref/dotnet/es/System.Diagnostics.TraceSource.xml",
"ref/dotnet/fr/System.Diagnostics.TraceSource.xml",
"ref/dotnet/it/System.Diagnostics.TraceSource.xml",
"ref/dotnet/ja/System.Diagnostics.TraceSource.xml",
"ref/dotnet/ko/System.Diagnostics.TraceSource.xml",
"ref/dotnet/ru/System.Diagnostics.TraceSource.xml",
"ref/dotnet/System.Diagnostics.TraceSource.dll",
"ref/dotnet/System.Diagnostics.TraceSource.xml",
"ref/dotnet/zh-hans/System.Diagnostics.TraceSource.xml",
"ref/dotnet/zh-hant/System.Diagnostics.TraceSource.xml",
"ref/net46/System.Diagnostics.TraceSource.dll",
"System.Diagnostics.TraceSource.4.0.0-beta-23109.nupkg",
"System.Diagnostics.TraceSource.4.0.0-beta-23109.nupkg.sha512",
"System.Diagnostics.TraceSource.nuspec"
]
},
"System.Diagnostics.Tracing/4.0.20-beta-23109": {
"serviceable": true,
"sha512": "3wPLcrXNQBwG1NIfHimY5fz9UCVvlm6rK9YJ2WHzUjYth2Qig73rdO5haLdq3ASWIl4XmOY+xAknwzZOl/L1vQ==",
"files": [
"lib/DNXCore50/System.Diagnostics.Tracing.dll",
"lib/net46/_._",
"lib/netcore50/System.Diagnostics.Tracing.dll",
"ref/dotnet/de/System.Diagnostics.Tracing.xml",
"ref/dotnet/es/System.Diagnostics.Tracing.xml",
"ref/dotnet/fr/System.Diagnostics.Tracing.xml",
"ref/dotnet/it/System.Diagnostics.Tracing.xml",
"ref/dotnet/ja/System.Diagnostics.Tracing.xml",
"ref/dotnet/ko/System.Diagnostics.Tracing.xml",
"ref/dotnet/ru/System.Diagnostics.Tracing.xml",
"ref/dotnet/System.Diagnostics.Tracing.dll",
"ref/dotnet/System.Diagnostics.Tracing.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll",
"System.Diagnostics.Tracing.4.0.20-beta-23109.nupkg",
"System.Diagnostics.Tracing.4.0.20-beta-23109.nupkg.sha512",
"System.Diagnostics.Tracing.nuspec"
]
},
"System.Dynamic.Runtime/4.0.0-beta-23109": {
"sha512": "asI/r2HHUYqyKNMP8RHcC7CygxRUeM5JAMVGsijp6xok2+AkzLFRKyZ+9rFqJLaISlS9fN9x+e4NqYCjRQ+xEQ==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Dynamic.Runtime.xml",
"ref/dotnet/es/System.Dynamic.Runtime.xml",
"ref/dotnet/fr/System.Dynamic.Runtime.xml",
"ref/dotnet/it/System.Dynamic.Runtime.xml",
"ref/dotnet/ja/System.Dynamic.Runtime.xml",
"ref/dotnet/ko/System.Dynamic.Runtime.xml",
"ref/dotnet/ru/System.Dynamic.Runtime.xml",
"ref/dotnet/System.Dynamic.Runtime.dll",
"ref/dotnet/System.Dynamic.Runtime.xml",
"ref/dotnet/zh-hans/System.Dynamic.Runtime.xml",
"ref/dotnet/zh-hant/System.Dynamic.Runtime.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Dynamic.Runtime.xml",
"ref/netcore50/es/System.Dynamic.Runtime.xml",
"ref/netcore50/fr/System.Dynamic.Runtime.xml",
"ref/netcore50/it/System.Dynamic.Runtime.xml",
"ref/netcore50/ja/System.Dynamic.Runtime.xml",
"ref/netcore50/ko/System.Dynamic.Runtime.xml",
"ref/netcore50/ru/System.Dynamic.Runtime.xml",
"ref/netcore50/System.Dynamic.Runtime.dll",
"ref/netcore50/System.Dynamic.Runtime.xml",
"ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
"ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Dynamic.Runtime.4.0.0-beta-23109.nupkg",
"System.Dynamic.Runtime.4.0.0-beta-23109.nupkg.sha512",
"System.Dynamic.Runtime.nuspec"
]
},
"System.Globalization/4.0.0-beta-23109": {
"sha512": "UF0kiSr75ihvL6NhhEo8W4cV8kyDvxqhBhG7Hthpf7v/5wEDUyQ2rFveOPl2/1Gr5PMouu497mYS+3vhu4PHuA==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Globalization.xml",
"ref/netcore50/es/System.Globalization.xml",
"ref/netcore50/fr/System.Globalization.xml",
"ref/netcore50/it/System.Globalization.xml",
"ref/netcore50/ja/System.Globalization.xml",
"ref/netcore50/ko/System.Globalization.xml",
"ref/netcore50/ru/System.Globalization.xml",
"ref/netcore50/System.Globalization.dll",
"ref/netcore50/System.Globalization.xml",
"ref/netcore50/zh-hans/System.Globalization.xml",
"ref/netcore50/zh-hant/System.Globalization.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Globalization.4.0.0-beta-23109.nupkg",
"System.Globalization.4.0.0-beta-23109.nupkg.sha512",
"System.Globalization.nuspec"
]
},
"System.Globalization/4.0.10-beta-23109": {
"sha512": "KxDNlJB+k7T9rRq7V3Rx7fh0UsoWLjPltk61m6MD7fJGz5fi98n3B/N51PioMxwC1XL6kwBh38zKy7ylAcfrSA==",
"files": [
"lib/DNXCore50/System.Globalization.dll",
"lib/net46/_._",
"lib/netcore50/System.Globalization.dll",
"ref/dotnet/de/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"System.Globalization.4.0.10-beta-23109.nupkg",
"System.Globalization.4.0.10-beta-23109.nupkg.sha512",
"System.Globalization.nuspec"
]
},
"System.Globalization.Calendars/4.0.0-beta-23109": {
"sha512": "b10atmZYEYA0ZKvXCACMBz7E7i4cLWfAUOkI1qg/AMmHbaN57udfu1tdUq0k5AwdiGcTRuII6PKCNDdLk9gKgA==",
"files": [
"lib/DNXCore50/System.Globalization.Calendars.dll",
"lib/net46/System.Globalization.Calendars.dll",
"lib/netcore50/System.Globalization.Calendars.dll",
"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/System.Globalization.Calendars.dll",
"ref/dotnet/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",
"runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll",
"System.Globalization.Calendars.4.0.0-beta-23109.nupkg",
"System.Globalization.Calendars.4.0.0-beta-23109.nupkg.sha512",
"System.Globalization.Calendars.nuspec"
]
},
"System.Globalization.Extensions/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "hxl3/ycpIHbt2fBWy1SenfFPW1Mv8CyeRLCUbxN5PJgU+vShx9lDNRkAQm7qskAwVRXOTYr1+moPHyfn31fI0A==",
"files": [
"lib/dotnet/System.Globalization.Extensions.dll",
"lib/net46/System.Globalization.Extensions.dll",
"ref/dotnet/de/System.Globalization.Extensions.xml",
"ref/dotnet/es/System.Globalization.Extensions.xml",
"ref/dotnet/fr/System.Globalization.Extensions.xml",
"ref/dotnet/it/System.Globalization.Extensions.xml",
"ref/dotnet/ja/System.Globalization.Extensions.xml",
"ref/dotnet/ko/System.Globalization.Extensions.xml",
"ref/dotnet/ru/System.Globalization.Extensions.xml",
"ref/dotnet/System.Globalization.Extensions.dll",
"ref/dotnet/System.Globalization.Extensions.xml",
"ref/dotnet/zh-hans/System.Globalization.Extensions.xml",
"ref/dotnet/zh-hant/System.Globalization.Extensions.xml",
"ref/net46/System.Globalization.Extensions.dll",
"System.Globalization.Extensions.4.0.0-beta-23109.nupkg",
"System.Globalization.Extensions.4.0.0-beta-23109.nupkg.sha512",
"System.Globalization.Extensions.nuspec"
]
},
"System.IO/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "C8ckViTew34qWEZghLEOA4HdjFtCzwXpU4tzhbY+wli3H0rojUL6O/KAeoMktXAkj5nXFjMCO28c1VTeredFwg==",
"files": [
"lib/DNXCore50/System.IO.dll",
"lib/net46/_._",
"lib/netcore50/System.IO.dll",
"ref/dotnet/de/System.IO.xml",
"ref/dotnet/es/System.IO.xml",
"ref/dotnet/fr/System.IO.xml",
"ref/dotnet/it/System.IO.xml",
"ref/dotnet/ja/System.IO.xml",
"ref/dotnet/ko/System.IO.xml",
"ref/dotnet/ru/System.IO.xml",
"ref/dotnet/System.IO.dll",
"ref/dotnet/System.IO.xml",
"ref/dotnet/zh-hans/System.IO.xml",
"ref/dotnet/zh-hant/System.IO.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.IO.dll",
"System.IO.4.0.10-beta-23109.nupkg",
"System.IO.4.0.10-beta-23109.nupkg.sha512",
"System.IO.nuspec"
]
},
"System.IO.FileSystem/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "0T0OLyznA19P6YJJPAfIbtjT/znKcOXywQ2b/gjr0hYCEJN8Mp9d/KEksXiOaVWEcDmkwxFHpEYVAD8RURn4YA==",
"files": [
"lib/DNXCore50/System.IO.FileSystem.dll",
"lib/net46/System.IO.FileSystem.dll",
"lib/netcore50/System.IO.FileSystem.dll",
"ref/dotnet/de/System.IO.FileSystem.xml",
"ref/dotnet/es/System.IO.FileSystem.xml",
"ref/dotnet/fr/System.IO.FileSystem.xml",
"ref/dotnet/it/System.IO.FileSystem.xml",
"ref/dotnet/ja/System.IO.FileSystem.xml",
"ref/dotnet/ko/System.IO.FileSystem.xml",
"ref/dotnet/ru/System.IO.FileSystem.xml",
"ref/dotnet/System.IO.FileSystem.dll",
"ref/dotnet/System.IO.FileSystem.xml",
"ref/dotnet/zh-hans/System.IO.FileSystem.xml",
"ref/dotnet/zh-hant/System.IO.FileSystem.xml",
"ref/net46/System.IO.FileSystem.dll",
"System.IO.FileSystem.4.0.0-beta-23109.nupkg",
"System.IO.FileSystem.4.0.0-beta-23109.nupkg.sha512",
"System.IO.FileSystem.nuspec"
]
},
"System.IO.FileSystem.Primitives/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "jtXuWcOn7GcPTbv/a3lAsuZi9sXpFgsikg90ZDTW2JGjVL51CKU1UWi/r8IaiX1kbyybV2LWu/v+Vf+tVHMAWA==",
"files": [
"lib/dotnet/System.IO.FileSystem.Primitives.dll",
"lib/net46/System.IO.FileSystem.Primitives.dll",
"ref/dotnet/de/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/es/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/fr/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/it/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/ja/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/ko/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/ru/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/System.IO.FileSystem.Primitives.dll",
"ref/dotnet/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml",
"ref/net46/System.IO.FileSystem.Primitives.dll",
"System.IO.FileSystem.Primitives.4.0.0-beta-23109.nupkg",
"System.IO.FileSystem.Primitives.4.0.0-beta-23109.nupkg.sha512",
"System.IO.FileSystem.Primitives.nuspec"
]
},
"System.IO.FileSystem.Watcher/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "65mjzUmGA5UUJK80qUqks+CFAEeF8X6jWR6lft3BETII5w8PtDscGF2cVVTYG6UZwbMW/roYoqiZL8NNROw7wA==",
"files": [
"lib/DNXCore50/System.IO.FileSystem.Watcher.dll",
"lib/net46/System.IO.FileSystem.Watcher.dll",
"ref/dotnet/de/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/es/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/fr/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/it/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/ja/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/ko/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/ru/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/System.IO.FileSystem.Watcher.dll",
"ref/dotnet/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/zh-hans/System.IO.FileSystem.Watcher.xml",
"ref/dotnet/zh-hant/System.IO.FileSystem.Watcher.xml",
"ref/net46/System.IO.FileSystem.Watcher.dll",
"System.IO.FileSystem.Watcher.4.0.0-beta-23109.nupkg",
"System.IO.FileSystem.Watcher.4.0.0-beta-23109.nupkg.sha512",
"System.IO.FileSystem.Watcher.nuspec"
]
},
"System.Linq/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "N08PwMdjX3F9055FY/PcVpuMN8MbYZAcIQBoeaPonHOztZj0rM1qgdHe/3LVa1IWFF5VqrJdTyhoybSPIjeHag==",
"files": [
"lib/dotnet/System.Linq.dll",
"lib/net45/_._",
"lib/netcore50/System.Linq.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Linq.xml",
"ref/dotnet/es/System.Linq.xml",
"ref/dotnet/fr/System.Linq.xml",
"ref/dotnet/it/System.Linq.xml",
"ref/dotnet/ja/System.Linq.xml",
"ref/dotnet/ko/System.Linq.xml",
"ref/dotnet/ru/System.Linq.xml",
"ref/dotnet/System.Linq.dll",
"ref/dotnet/System.Linq.xml",
"ref/dotnet/zh-hans/System.Linq.xml",
"ref/dotnet/zh-hant/System.Linq.xml",
"ref/net45/_._",
"ref/netcore50/System.Linq.dll",
"ref/netcore50/System.Linq.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Linq.4.0.0-beta-23109.nupkg",
"System.Linq.4.0.0-beta-23109.nupkg.sha512",
"System.Linq.nuspec"
]
},
"System.Linq.Expressions/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "x3zWB8x0/HY2KUkIDDxsAyUdjRy/Cwnkgvk8YZA9C4qm/yeYMLxvg35rxmsuGyTMLOYYJ8A7Pzbkob+F+ctfuA==",
"files": [
"lib/DNXCore50/System.Linq.Expressions.dll",
"lib/net46/_._",
"lib/netcore50/System.Linq.Expressions.dll",
"ref/dotnet/de/System.Linq.Expressions.xml",
"ref/dotnet/es/System.Linq.Expressions.xml",
"ref/dotnet/fr/System.Linq.Expressions.xml",
"ref/dotnet/it/System.Linq.Expressions.xml",
"ref/dotnet/ja/System.Linq.Expressions.xml",
"ref/dotnet/ko/System.Linq.Expressions.xml",
"ref/dotnet/ru/System.Linq.Expressions.xml",
"ref/dotnet/System.Linq.Expressions.dll",
"ref/dotnet/System.Linq.Expressions.xml",
"ref/dotnet/zh-hans/System.Linq.Expressions.xml",
"ref/dotnet/zh-hant/System.Linq.Expressions.xml",
"ref/net46/_._",
"runtime.json",
"runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll",
"System.Linq.Expressions.4.0.10-beta-23109.nupkg",
"System.Linq.Expressions.4.0.10-beta-23109.nupkg.sha512",
"System.Linq.Expressions.nuspec"
]
},
"System.Linq.Queryable/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "3g8F1zvScHjWkn68Jgddi5zAz6Nhbu5ygbVdBmVVXfZfV/g/Zrv6YNp2enRG1vvAW9lEL59tUP1vCY7zQHFhUw==",
"files": [
"lib/dotnet/System.Linq.Queryable.dll",
"lib/net45/_._",
"lib/netcore50/System.Linq.Queryable.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Linq.Queryable.xml",
"ref/dotnet/es/System.Linq.Queryable.xml",
"ref/dotnet/fr/System.Linq.Queryable.xml",
"ref/dotnet/it/System.Linq.Queryable.xml",
"ref/dotnet/ja/System.Linq.Queryable.xml",
"ref/dotnet/ko/System.Linq.Queryable.xml",
"ref/dotnet/ru/System.Linq.Queryable.xml",
"ref/dotnet/System.Linq.Queryable.dll",
"ref/dotnet/System.Linq.Queryable.xml",
"ref/dotnet/zh-hans/System.Linq.Queryable.xml",
"ref/dotnet/zh-hant/System.Linq.Queryable.xml",
"ref/net45/_._",
"ref/netcore50/System.Linq.Queryable.dll",
"ref/netcore50/System.Linq.Queryable.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Linq.Queryable.4.0.0-beta-23109.nupkg",
"System.Linq.Queryable.4.0.0-beta-23109.nupkg.sha512",
"System.Linq.Queryable.nuspec"
]
},
"System.Net.NetworkInformation/4.0.10-beta-23109": {
"sha512": "dEYA8oafLLutiYOu+M/DJxNSjZvI/x4+bMz/4fN+C9cWQ/XAxpQriJ5DrCrUYwegsuaq7ltvEmnUJ2+FYoUGZg==",
"files": [
"lib/DNXCore50/System.Net.NetworkInformation.dll",
"lib/net46/_._",
"ref/dotnet/de/System.Net.NetworkInformation.xml",
"ref/dotnet/es/System.Net.NetworkInformation.xml",
"ref/dotnet/fr/System.Net.NetworkInformation.xml",
"ref/dotnet/it/System.Net.NetworkInformation.xml",
"ref/dotnet/ja/System.Net.NetworkInformation.xml",
"ref/dotnet/ko/System.Net.NetworkInformation.xml",
"ref/dotnet/ru/System.Net.NetworkInformation.xml",
"ref/dotnet/System.Net.NetworkInformation.dll",
"ref/dotnet/System.Net.NetworkInformation.xml",
"ref/dotnet/zh-hans/System.Net.NetworkInformation.xml",
"ref/dotnet/zh-hant/System.Net.NetworkInformation.xml",
"ref/net46/_._",
"System.Net.NetworkInformation.4.0.10-beta-23109.nupkg",
"System.Net.NetworkInformation.4.0.10-beta-23109.nupkg.sha512",
"System.Net.NetworkInformation.nuspec"
]
},
"System.Net.Primitives/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "v1XOXrP/QCFq9O7SKSnUm98WpEHOZlyezmT0yQdqbx7wcXDRsNYnvUj5iTtMLqxt1vzFRRb06Cfh2y3EXtJFBg==",
"files": [
"lib/DNXCore50/System.Net.Primitives.dll",
"lib/net46/_._",
"lib/netcore50/System.Net.Primitives.dll",
"ref/dotnet/de/System.Net.Primitives.xml",
"ref/dotnet/es/System.Net.Primitives.xml",
"ref/dotnet/fr/System.Net.Primitives.xml",
"ref/dotnet/it/System.Net.Primitives.xml",
"ref/dotnet/ja/System.Net.Primitives.xml",
"ref/dotnet/ko/System.Net.Primitives.xml",
"ref/dotnet/ru/System.Net.Primitives.xml",
"ref/dotnet/System.Net.Primitives.dll",
"ref/dotnet/System.Net.Primitives.xml",
"ref/dotnet/zh-hans/System.Net.Primitives.xml",
"ref/dotnet/zh-hant/System.Net.Primitives.xml",
"ref/net46/_._",
"System.Net.Primitives.4.0.10-beta-23109.nupkg",
"System.Net.Primitives.4.0.10-beta-23109.nupkg.sha512",
"System.Net.Primitives.nuspec"
]
},
"System.Net.WebSockets/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "h9FRmuOv78GKdTZhj8fsXimZTTffASkqBJOUqQWn1wPGtSTl+JsG4zLeA1NvC2J6s33oUrlf7myNrpFAFIfLMQ==",
"files": [
"lib/DNXCore50/System.Net.WebSockets.dll",
"lib/net46/System.Net.WebSockets.dll",
"ref/dotnet/de/System.Net.WebSockets.xml",
"ref/dotnet/es/System.Net.WebSockets.xml",
"ref/dotnet/fr/System.Net.WebSockets.xml",
"ref/dotnet/it/System.Net.WebSockets.xml",
"ref/dotnet/ja/System.Net.WebSockets.xml",
"ref/dotnet/ko/System.Net.WebSockets.xml",
"ref/dotnet/ru/System.Net.WebSockets.xml",
"ref/dotnet/System.Net.WebSockets.dll",
"ref/dotnet/System.Net.WebSockets.xml",
"ref/dotnet/zh-hans/System.Net.WebSockets.xml",
"ref/dotnet/zh-hant/System.Net.WebSockets.xml",
"ref/net46/System.Net.WebSockets.dll",
"System.Net.WebSockets.4.0.0-beta-23109.nupkg",
"System.Net.WebSockets.4.0.0-beta-23109.nupkg.sha512",
"System.Net.WebSockets.nuspec"
]
},
"System.ObjectModel/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "aGVck1Um1sWodB1k9mO+in9bve7kM5lXU9a59V2kxIOoZ6Sx8XDWDUVKKcRfxsVWiEZAPW2G9XHBlcr2YQBbMQ==",
"files": [
"lib/dotnet/System.ObjectModel.dll",
"lib/net46/_._",
"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/System.ObjectModel.dll",
"ref/dotnet/System.ObjectModel.xml",
"ref/dotnet/zh-hans/System.ObjectModel.xml",
"ref/dotnet/zh-hant/System.ObjectModel.xml",
"ref/net46/_._",
"System.ObjectModel.4.0.10-beta-23109.nupkg",
"System.ObjectModel.4.0.10-beta-23109.nupkg.sha512",
"System.ObjectModel.nuspec"
]
},
"System.Private.Networking/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "AZJh9HeyWM60+VsZBwDrusFPLifulxOBbwLMcDLQHtipyzE3vuysMsVpaIDiWUvtNdjVvotWmSu4Qq7QjuLOLA==",
"files": [
"lib/DNXCore50/System.Private.Networking.dll",
"lib/netcore50/System.Private.Networking.dll",
"ref/dnxcore50/_._",
"ref/netcore50/_._",
"System.Private.Networking.4.0.0-beta-23109.nupkg",
"System.Private.Networking.4.0.0-beta-23109.nupkg.sha512",
"System.Private.Networking.nuspec"
]
},
"System.Private.Uri/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "b7xqqNskbBRep2ur+D7bhEj8XUAIMUz7ikofgOkarb/k5StLqDxVYD8pP7nvYKDeMeWLvEQgq/5cAFSp+tWY8Q==",
"files": [
"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.Private.Uri.4.0.0-beta-23109.nupkg",
"System.Private.Uri.4.0.0-beta-23109.nupkg.sha512",
"System.Private.Uri.nuspec"
]
},
"System.Reflection/4.0.10-beta-23109": {
"sha512": "VJJlqbSXl7wH/G0/nebcokyW07AMhxuPXv5trj276XsgK+S5CvBOrvGZigWeGGDgy61+fZ3XaT8yC5F67+sNaA==",
"files": [
"lib/DNXCore50/System.Reflection.dll",
"lib/net46/_._",
"lib/netcore50/System.Reflection.dll",
"ref/dotnet/de/System.Reflection.xml",
"ref/dotnet/es/System.Reflection.xml",
"ref/dotnet/fr/System.Reflection.xml",
"ref/dotnet/it/System.Reflection.xml",
"ref/dotnet/ja/System.Reflection.xml",
"ref/dotnet/ko/System.Reflection.xml",
"ref/dotnet/ru/System.Reflection.xml",
"ref/dotnet/System.Reflection.dll",
"ref/dotnet/System.Reflection.xml",
"ref/dotnet/zh-hans/System.Reflection.xml",
"ref/dotnet/zh-hant/System.Reflection.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
"System.Reflection.4.0.10-beta-23109.nupkg",
"System.Reflection.4.0.10-beta-23109.nupkg.sha512",
"System.Reflection.nuspec"
]
},
"System.Reflection.Emit/4.0.0-beta-23109": {
"sha512": "gqybDC1jUSN8ouNUCGauXYlXVk5gDWg0yEWxRqRqSqhiNJMHJ8BWNuUf9NvaWLUFr5RfygUlKJbG6v6X3p+JNg==",
"files": [
"lib/DNXCore50/System.Reflection.Emit.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Emit.dll",
"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/System.Reflection.Emit.dll",
"ref/dotnet/System.Reflection.Emit.xml",
"ref/dotnet/zh-hans/System.Reflection.Emit.xml",
"ref/dotnet/zh-hant/System.Reflection.Emit.xml",
"ref/net45/_._",
"System.Reflection.Emit.4.0.0-beta-23109.nupkg",
"System.Reflection.Emit.4.0.0-beta-23109.nupkg.sha512",
"System.Reflection.Emit.nuspec"
]
},
"System.Reflection.Emit.ILGeneration/4.0.0-beta-23109": {
"sha512": "RGYi17lH8OoKxga6zsWlQ5aqlwV+rjpPXfLdBFc7nIxJhSqsqkAHtTbMY/40taLP5/Vs9EzzAA1w/yorHYvvIg==",
"files": [
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
"lib/wp80/_._",
"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/System.Reflection.Emit.ILGeneration.dll",
"ref/dotnet/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.Emit.ILGeneration.4.0.0-beta-23109.nupkg",
"System.Reflection.Emit.ILGeneration.4.0.0-beta-23109.nupkg.sha512",
"System.Reflection.Emit.ILGeneration.nuspec"
]
},
"System.Reflection.Emit.Lightweight/4.0.0-beta-23109": {
"sha512": "q+G75bRERbt92oCJ/Cm2PZnm5m2qQn+W00LsScgB9WgeplSWLEHR2AbU1EdIA6IsPwNyjfEhCh37eaPhixAhqQ==",
"files": [
"lib/DNXCore50/System.Reflection.Emit.Lightweight.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Emit.Lightweight.dll",
"lib/wp80/_._",
"ref/dotnet/de/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/es/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/it/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/System.Reflection.Emit.Lightweight.dll",
"ref/dotnet/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml",
"ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml",
"ref/net45/_._",
"ref/wp80/_._",
"System.Reflection.Emit.Lightweight.4.0.0-beta-23109.nupkg",
"System.Reflection.Emit.Lightweight.4.0.0-beta-23109.nupkg.sha512",
"System.Reflection.Emit.Lightweight.nuspec"
]
},
"System.Reflection.Extensions/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "LWVj+WUEa7MejVpSVK3KLO7UcQnyHvZo0JcKizYRJ+BpvkymeSL6OV6bYR++ofDWqUWOKCm56/lS/SCjH6J8dQ==",
"files": [
"lib/DNXCore50/System.Reflection.Extensions.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Extensions.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Reflection.Extensions.xml",
"ref/dotnet/es/System.Reflection.Extensions.xml",
"ref/dotnet/fr/System.Reflection.Extensions.xml",
"ref/dotnet/it/System.Reflection.Extensions.xml",
"ref/dotnet/ja/System.Reflection.Extensions.xml",
"ref/dotnet/ko/System.Reflection.Extensions.xml",
"ref/dotnet/ru/System.Reflection.Extensions.xml",
"ref/dotnet/System.Reflection.Extensions.dll",
"ref/dotnet/System.Reflection.Extensions.xml",
"ref/dotnet/zh-hans/System.Reflection.Extensions.xml",
"ref/dotnet/zh-hant/System.Reflection.Extensions.xml",
"ref/net45/_._",
"ref/netcore50/System.Reflection.Extensions.dll",
"ref/netcore50/System.Reflection.Extensions.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
"System.Reflection.Extensions.4.0.0-beta-23109.nupkg",
"System.Reflection.Extensions.4.0.0-beta-23109.nupkg.sha512",
"System.Reflection.Extensions.nuspec"
]
},
"System.Reflection.Metadata/1.0.21": {
"serviceable": true,
"sha512": "CAhcY0EJFLXfxo5YRV/ytkTOeTBho8zKjLu+9LvEI5NIVmanp1yMUzYQdjvXpHbyV0Qt1KuLXcTCc9t9FVH3Wg==",
"files": [
"lib/portable-net45+win8/System.Reflection.Metadata.dll",
"lib/portable-net45+win8/System.Reflection.Metadata.xml",
"License-Stable.rtf",
"System.Reflection.Metadata.1.0.21.nupkg",
"System.Reflection.Metadata.1.0.21.nupkg.sha512",
"System.Reflection.Metadata.nuspec"
]
},
"System.Reflection.Primitives/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "l34HUV4GBg8iJ/ka1pha5SjOxZ1Ev+5g5M05fdkqb2t5tHrQIPPa2dQtYt7LAXdjCVvb7I5+fnE3FNwgyCjRqA==",
"files": [
"lib/DNXCore50/System.Reflection.Primitives.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Primitives.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"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/System.Reflection.Primitives.dll",
"ref/dotnet/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.Primitives.4.0.0-beta-23109.nupkg",
"System.Reflection.Primitives.4.0.0-beta-23109.nupkg.sha512",
"System.Reflection.Primitives.nuspec"
]
},
"System.Reflection.TypeExtensions/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "MNGufo1LdPJ/g47BOgfXRiEg8D5L1KIDElYgeBh6II/I9bWrXXFaH5xGJ7A9eCYBT+shq8VYElSTLmmBOI2j0A==",
"files": [
"lib/DNXCore50/System.Reflection.TypeExtensions.dll",
"lib/net46/System.Reflection.TypeExtensions.dll",
"lib/netcore50/System.Reflection.TypeExtensions.dll",
"ref/dotnet/de/System.Reflection.TypeExtensions.xml",
"ref/dotnet/es/System.Reflection.TypeExtensions.xml",
"ref/dotnet/fr/System.Reflection.TypeExtensions.xml",
"ref/dotnet/it/System.Reflection.TypeExtensions.xml",
"ref/dotnet/ja/System.Reflection.TypeExtensions.xml",
"ref/dotnet/ko/System.Reflection.TypeExtensions.xml",
"ref/dotnet/ru/System.Reflection.TypeExtensions.xml",
"ref/dotnet/System.Reflection.TypeExtensions.dll",
"ref/dotnet/System.Reflection.TypeExtensions.xml",
"ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml",
"ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml",
"ref/net46/System.Reflection.TypeExtensions.dll",
"runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll",
"System.Reflection.TypeExtensions.4.0.0-beta-23109.nupkg",
"System.Reflection.TypeExtensions.4.0.0-beta-23109.nupkg.sha512",
"System.Reflection.TypeExtensions.nuspec"
]
},
"System.Resources.ReaderWriter/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "LXAK56kYC2LhwPDR/Vp6ZN33VUH9vJi2Lg/OOL7UwHWCt74HRKXhPIwmlfOc31504rtTGHHqGNW95XiNRt2tOQ==",
"files": [
"lib/DNXCore50/System.Resources.ReaderWriter.dll",
"lib/net46/System.Resources.ReaderWriter.dll",
"ref/dotnet/de/System.Resources.ReaderWriter.xml",
"ref/dotnet/es/System.Resources.ReaderWriter.xml",
"ref/dotnet/fr/System.Resources.ReaderWriter.xml",
"ref/dotnet/it/System.Resources.ReaderWriter.xml",
"ref/dotnet/ja/System.Resources.ReaderWriter.xml",
"ref/dotnet/ko/System.Resources.ReaderWriter.xml",
"ref/dotnet/ru/System.Resources.ReaderWriter.xml",
"ref/dotnet/System.Resources.ReaderWriter.dll",
"ref/dotnet/System.Resources.ReaderWriter.xml",
"ref/dotnet/zh-hans/System.Resources.ReaderWriter.xml",
"ref/dotnet/zh-hant/System.Resources.ReaderWriter.xml",
"ref/net46/System.Resources.ReaderWriter.dll",
"System.Resources.ReaderWriter.4.0.0-beta-23109.nupkg",
"System.Resources.ReaderWriter.4.0.0-beta-23109.nupkg.sha512",
"System.Resources.ReaderWriter.nuspec"
]
},
"System.Resources.ResourceManager/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "EzHmFDNXwxSmxHEngXzt1q+X9rg54DJypZ2G1J9QSej9sS/ui6FgkiAN2LHSZ7JXiSWlPnt3HAk8Rb8xENKbag==",
"files": [
"lib/DNXCore50/System.Resources.ResourceManager.dll",
"lib/net45/_._",
"lib/netcore50/System.Resources.ResourceManager.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Resources.ResourceManager.xml",
"ref/dotnet/es/System.Resources.ResourceManager.xml",
"ref/dotnet/fr/System.Resources.ResourceManager.xml",
"ref/dotnet/it/System.Resources.ResourceManager.xml",
"ref/dotnet/ja/System.Resources.ResourceManager.xml",
"ref/dotnet/ko/System.Resources.ResourceManager.xml",
"ref/dotnet/ru/System.Resources.ResourceManager.xml",
"ref/dotnet/System.Resources.ResourceManager.dll",
"ref/dotnet/System.Resources.ResourceManager.xml",
"ref/dotnet/zh-hans/System.Resources.ResourceManager.xml",
"ref/dotnet/zh-hant/System.Resources.ResourceManager.xml",
"ref/net45/_._",
"ref/netcore50/System.Resources.ResourceManager.dll",
"ref/netcore50/System.Resources.ResourceManager.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
"System.Resources.ResourceManager.4.0.0-beta-23109.nupkg",
"System.Resources.ResourceManager.4.0.0-beta-23109.nupkg.sha512",
"System.Resources.ResourceManager.nuspec"
]
},
"System.Runtime/4.0.0-beta-23109": {
"sha512": "csCSOxkuv2ahbIqeOoTyk9zVS5ZzTz7jCxoS8jICvpP5xDJK6F2ryIYB8QUkuk6yYg4Q59q0eWUfbf4B7Q6AXA==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Runtime.xml",
"ref/dotnet/es/System.Runtime.xml",
"ref/dotnet/fr/System.Runtime.xml",
"ref/dotnet/it/System.Runtime.xml",
"ref/dotnet/ja/System.Runtime.xml",
"ref/dotnet/ko/System.Runtime.xml",
"ref/dotnet/ru/System.Runtime.xml",
"ref/dotnet/System.Runtime.dll",
"ref/dotnet/System.Runtime.xml",
"ref/dotnet/zh-hans/System.Runtime.xml",
"ref/dotnet/zh-hant/System.Runtime.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Runtime.xml",
"ref/netcore50/es/System.Runtime.xml",
"ref/netcore50/fr/System.Runtime.xml",
"ref/netcore50/it/System.Runtime.xml",
"ref/netcore50/ja/System.Runtime.xml",
"ref/netcore50/ko/System.Runtime.xml",
"ref/netcore50/ru/System.Runtime.xml",
"ref/netcore50/System.Runtime.dll",
"ref/netcore50/System.Runtime.xml",
"ref/netcore50/zh-hans/System.Runtime.xml",
"ref/netcore50/zh-hant/System.Runtime.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Runtime.4.0.0-beta-23109.nupkg",
"System.Runtime.4.0.0-beta-23109.nupkg.sha512",
"System.Runtime.nuspec"
]
},
"System.Runtime/4.0.20-beta-23109": {
"serviceable": true,
"sha512": "4fCy/GsXAORQtTG4r8I6EIM1j0V2PlhiujJzN0Tqc5l1bfLdqe5/bI1KzggdrF2jPYDd0K/FXINto78fcOCXQg==",
"files": [
"lib/DNXCore50/System.Runtime.dll",
"lib/net46/_._",
"lib/netcore50/System.Runtime.dll",
"ref/dotnet/de/System.Runtime.xml",
"ref/dotnet/es/System.Runtime.xml",
"ref/dotnet/fr/System.Runtime.xml",
"ref/dotnet/it/System.Runtime.xml",
"ref/dotnet/ja/System.Runtime.xml",
"ref/dotnet/ko/System.Runtime.xml",
"ref/dotnet/ru/System.Runtime.xml",
"ref/dotnet/System.Runtime.dll",
"ref/dotnet/System.Runtime.xml",
"ref/dotnet/zh-hans/System.Runtime.xml",
"ref/dotnet/zh-hant/System.Runtime.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
"System.Runtime.4.0.20-beta-23109.nupkg",
"System.Runtime.4.0.20-beta-23109.nupkg.sha512",
"System.Runtime.nuspec"
]
},
"System.Runtime.Extensions/4.0.0-beta-23109": {
"sha512": "5878ZgyCiHVjGVStbpRqeSviOLDwakPAD8IWL18pteLd/TYe106puhGoM4X49ZULLhQXg1QrLM7dR7LOC3ujyg==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Runtime.Extensions.xml",
"ref/dotnet/es/System.Runtime.Extensions.xml",
"ref/dotnet/fr/System.Runtime.Extensions.xml",
"ref/dotnet/it/System.Runtime.Extensions.xml",
"ref/dotnet/ja/System.Runtime.Extensions.xml",
"ref/dotnet/ko/System.Runtime.Extensions.xml",
"ref/dotnet/ru/System.Runtime.Extensions.xml",
"ref/dotnet/System.Runtime.Extensions.dll",
"ref/dotnet/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Runtime.Extensions.xml",
"ref/netcore50/es/System.Runtime.Extensions.xml",
"ref/netcore50/fr/System.Runtime.Extensions.xml",
"ref/netcore50/it/System.Runtime.Extensions.xml",
"ref/netcore50/ja/System.Runtime.Extensions.xml",
"ref/netcore50/ko/System.Runtime.Extensions.xml",
"ref/netcore50/ru/System.Runtime.Extensions.xml",
"ref/netcore50/System.Runtime.Extensions.dll",
"ref/netcore50/System.Runtime.Extensions.xml",
"ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
"ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Runtime.Extensions.4.0.0-beta-23109.nupkg",
"System.Runtime.Extensions.4.0.0-beta-23109.nupkg.sha512",
"System.Runtime.Extensions.nuspec"
]
},
"System.Runtime.Extensions/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "S1PpQStr/ZpjOolZYjHyRCIV54SEDar06iA+bru0Ve4DX6QY/mlC7Y9YrUyg9HIlwX1rp+gR4ZaGoJpdtjABlA==",
"files": [
"lib/DNXCore50/System.Runtime.Extensions.dll",
"lib/net46/_._",
"lib/netcore50/System.Runtime.Extensions.dll",
"ref/dotnet/de/System.Runtime.Extensions.xml",
"ref/dotnet/es/System.Runtime.Extensions.xml",
"ref/dotnet/fr/System.Runtime.Extensions.xml",
"ref/dotnet/it/System.Runtime.Extensions.xml",
"ref/dotnet/ja/System.Runtime.Extensions.xml",
"ref/dotnet/ko/System.Runtime.Extensions.xml",
"ref/dotnet/ru/System.Runtime.Extensions.xml",
"ref/dotnet/System.Runtime.Extensions.dll",
"ref/dotnet/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll",
"System.Runtime.Extensions.4.0.10-beta-23109.nupkg",
"System.Runtime.Extensions.4.0.10-beta-23109.nupkg.sha512",
"System.Runtime.Extensions.nuspec"
]
},
"System.Runtime.Handles/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "Tb6J9ag+Zx4r5vO97PoxZkj0LvsaJTo9LFEYQSgNw6KXXaX2+B7fQF2wWQiZ50AEom4sXn5DfEkrMZZ+GCuddQ==",
"files": [
"lib/DNXCore50/System.Runtime.Handles.dll",
"lib/net46/_._",
"lib/netcore50/System.Runtime.Handles.dll",
"ref/dotnet/de/System.Runtime.Handles.xml",
"ref/dotnet/es/System.Runtime.Handles.xml",
"ref/dotnet/fr/System.Runtime.Handles.xml",
"ref/dotnet/it/System.Runtime.Handles.xml",
"ref/dotnet/ja/System.Runtime.Handles.xml",
"ref/dotnet/ko/System.Runtime.Handles.xml",
"ref/dotnet/ru/System.Runtime.Handles.xml",
"ref/dotnet/System.Runtime.Handles.dll",
"ref/dotnet/System.Runtime.Handles.xml",
"ref/dotnet/zh-hans/System.Runtime.Handles.xml",
"ref/dotnet/zh-hant/System.Runtime.Handles.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll",
"System.Runtime.Handles.4.0.0-beta-23109.nupkg",
"System.Runtime.Handles.4.0.0-beta-23109.nupkg.sha512",
"System.Runtime.Handles.nuspec"
]
},
"System.Runtime.InteropServices/4.0.20-beta-23109": {
"serviceable": true,
"sha512": "7B79somNwMK7Tgmuig565ihnnDTEH5VqCYFgh+yP/WxBUoSejB4NKmlZ8eQhM6IXHZrFpRmj0S78rIaCsp2/Cg==",
"files": [
"lib/DNXCore50/System.Runtime.InteropServices.dll",
"lib/net46/_._",
"lib/netcore50/System.Runtime.InteropServices.dll",
"ref/dotnet/de/System.Runtime.InteropServices.xml",
"ref/dotnet/es/System.Runtime.InteropServices.xml",
"ref/dotnet/fr/System.Runtime.InteropServices.xml",
"ref/dotnet/it/System.Runtime.InteropServices.xml",
"ref/dotnet/ja/System.Runtime.InteropServices.xml",
"ref/dotnet/ko/System.Runtime.InteropServices.xml",
"ref/dotnet/ru/System.Runtime.InteropServices.xml",
"ref/dotnet/System.Runtime.InteropServices.dll",
"ref/dotnet/System.Runtime.InteropServices.xml",
"ref/dotnet/zh-hans/System.Runtime.InteropServices.xml",
"ref/dotnet/zh-hant/System.Runtime.InteropServices.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
"System.Runtime.InteropServices.4.0.20-beta-23109.nupkg",
"System.Runtime.InteropServices.4.0.20-beta-23109.nupkg.sha512",
"System.Runtime.InteropServices.nuspec"
]
},
"System.Runtime.Numerics/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "2dQE8+gVnkNFs/6xnBIDXyPvEe8L+X9GahZZaaseR9LTbisNnZYnKCE76Cl4xNf1s8xIP/Nro+whcvpeEX7DLQ==",
"files": [
"lib/dotnet/System.Runtime.Numerics.dll",
"lib/net45/_._",
"lib/netcore50/System.Runtime.Numerics.dll",
"lib/win8/_._",
"lib/wpa81/_._",
"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/System.Runtime.Numerics.dll",
"ref/dotnet/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.Runtime.Numerics.4.0.0-beta-23109.nupkg",
"System.Runtime.Numerics.4.0.0-beta-23109.nupkg.sha512",
"System.Runtime.Numerics.nuspec"
]
},
"System.Security.Claims/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "GfD1EvUHVHv6YgNjylusvOuq2AY0C7B9zsAQhvtQMxsN9YCpK2DDWawbtQjiYctET/f9ReJC34Kq2VBrIPFzVw==",
"files": [
"lib/dotnet/System.Security.Claims.dll",
"lib/net46/System.Security.Claims.dll",
"ref/dotnet/de/System.Security.Claims.xml",
"ref/dotnet/es/System.Security.Claims.xml",
"ref/dotnet/fr/System.Security.Claims.xml",
"ref/dotnet/it/System.Security.Claims.xml",
"ref/dotnet/ja/System.Security.Claims.xml",
"ref/dotnet/ko/System.Security.Claims.xml",
"ref/dotnet/ru/System.Security.Claims.xml",
"ref/dotnet/System.Security.Claims.dll",
"ref/dotnet/System.Security.Claims.xml",
"ref/dotnet/zh-hans/System.Security.Claims.xml",
"ref/dotnet/zh-hant/System.Security.Claims.xml",
"ref/net46/System.Security.Claims.dll",
"System.Security.Claims.4.0.0-beta-23109.nupkg",
"System.Security.Claims.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Claims.nuspec"
]
},
"System.Security.Cryptography.Encoding/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "Zl1dU/j+P3ifXYBZxcdXTmxnmxScSXog+TWSnHZrzzAMwmGsuATorfg9rSPgigaELiy9rlKmTyoVpV+DX5HLjg==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.Encoding.dll",
"lib/net46/System.Security.Cryptography.Encoding.dll",
"ref/dotnet/de/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/es/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/fr/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/it/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/ja/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/ko/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/ru/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/System.Security.Cryptography.Encoding.dll",
"ref/dotnet/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml",
"ref/net46/System.Security.Cryptography.Encoding.dll",
"System.Security.Cryptography.Encoding.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.Encoding.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.Encoding.nuspec"
]
},
"System.Security.Cryptography.Encryption/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "jnhHwMWLdvLPTvozxcyqOrlxTJeyq2NzZBFa4RN7sQ2V9/YWYo8zBcLy7L9LOFpvfgCkbT4VJd0961DY3dVI7Q==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.Encryption.dll",
"lib/net46/System.Security.Cryptography.Encryption.dll",
"ref/dotnet/de/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/es/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/fr/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/it/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/ja/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/ko/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/ru/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/System.Security.Cryptography.Encryption.dll",
"ref/dotnet/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.Encryption.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.Encryption.xml",
"ref/net46/System.Security.Cryptography.Encryption.dll",
"System.Security.Cryptography.Encryption.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.Encryption.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.Encryption.nuspec"
]
},
"System.Security.Cryptography.Encryption.Aes/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "2d+9xLhooTmMOBa1KjgML/lxIgSGbO7w0axcQxusgCM9TafkvnBwr0bHnqZQXcWlz8ru+WIumwuZn2JZcGkZIg==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.Encryption.Aes.dll",
"lib/net46/System.Security.Cryptography.Encryption.Aes.dll",
"ref/dotnet/de/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/es/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/fr/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/it/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/ja/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/ko/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/ru/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/System.Security.Cryptography.Encryption.Aes.dll",
"ref/dotnet/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.Encryption.Aes.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.Encryption.Aes.xml",
"ref/net46/System.Security.Cryptography.Encryption.Aes.dll",
"System.Security.Cryptography.Encryption.Aes.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.Encryption.Aes.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.Encryption.Aes.nuspec"
]
},
"System.Security.Cryptography.Hashing/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "vC3CC39fbGrLX9edeBW5uID6yuvNf2wamHEfZrMJkK+S8v4+rkOniEc6dotnTfIh0jFwOZmLNk02Rji3XOPwAw==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.Hashing.dll",
"lib/net46/System.Security.Cryptography.Hashing.dll",
"ref/dotnet/de/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/es/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/fr/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/it/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/ja/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/ko/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/ru/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/System.Security.Cryptography.Hashing.dll",
"ref/dotnet/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.Hashing.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.Hashing.xml",
"ref/net46/System.Security.Cryptography.Hashing.dll",
"System.Security.Cryptography.Hashing.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.Hashing.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.Hashing.nuspec"
]
},
"System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "wZYU/3BQwi5Hufq1ibdqeCr/fETvEmc40jeofQf8rL1ZDdUU0Tl+KAWpbSAQJxWPHDGzDecNB9Np3LAzNEYNwA==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll",
"lib/net46/System.Security.Cryptography.Hashing.Algorithms.dll",
"ref/dotnet/de/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/es/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/fr/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/it/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/ja/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/ko/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/ru/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/System.Security.Cryptography.Hashing.Algorithms.dll",
"ref/dotnet/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.Hashing.Algorithms.xml",
"ref/net46/System.Security.Cryptography.Hashing.Algorithms.dll",
"System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.Hashing.Algorithms.nuspec"
]
},
"System.Security.Cryptography.RandomNumberGenerator/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "jhzi8Eyh9vg7rw7QVSrodLcsS19xayjzWXItsjq4l2M6jvFRqOp1RL0fswzZQH02pRhb+faQCOUZtPLGtGUB1Q==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.RandomNumberGenerator.dll",
"lib/net46/System.Security.Cryptography.RandomNumberGenerator.dll",
"ref/dotnet/de/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/es/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/fr/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/it/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/ja/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/ko/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/ru/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/System.Security.Cryptography.RandomNumberGenerator.dll",
"ref/dotnet/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.RandomNumberGenerator.xml",
"ref/net46/System.Security.Cryptography.RandomNumberGenerator.dll",
"System.Security.Cryptography.RandomNumberGenerator.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.RandomNumberGenerator.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.RandomNumberGenerator.nuspec"
]
},
"System.Security.Cryptography.RSA/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "jRfklSGEevv8iVQISUgyrK3d9paFXC73i3U6Df22QmRTWWA8DhhDr2jh8VKzAXmfwTZLlztuUuMlxSfrcuZahQ==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.RSA.dll",
"lib/net46/System.Security.Cryptography.RSA.dll",
"ref/dotnet/de/System.Security.Cryptography.RSA.xml",
"ref/dotnet/es/System.Security.Cryptography.RSA.xml",
"ref/dotnet/fr/System.Security.Cryptography.RSA.xml",
"ref/dotnet/it/System.Security.Cryptography.RSA.xml",
"ref/dotnet/ja/System.Security.Cryptography.RSA.xml",
"ref/dotnet/ko/System.Security.Cryptography.RSA.xml",
"ref/dotnet/ru/System.Security.Cryptography.RSA.xml",
"ref/dotnet/System.Security.Cryptography.RSA.dll",
"ref/dotnet/System.Security.Cryptography.RSA.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.RSA.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.RSA.xml",
"ref/net46/System.Security.Cryptography.RSA.dll",
"System.Security.Cryptography.RSA.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.RSA.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.RSA.nuspec"
]
},
"System.Security.Cryptography.X509Certificates/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "zCqO+nUgphvBMTme13YKsWwryNshU8gpko58U8b6dZzNJoYu+yTDB2LXzgayGRv9QvQpWTDz+MfQKhJ/Nz0+5A==",
"files": [
"lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll",
"lib/net46/System.Security.Cryptography.X509Certificates.dll",
"ref/dotnet/de/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/es/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/fr/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/it/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/ja/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/ko/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/ru/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/System.Security.Cryptography.X509Certificates.dll",
"ref/dotnet/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml",
"ref/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml",
"ref/net46/System.Security.Cryptography.X509Certificates.dll",
"System.Security.Cryptography.X509Certificates.4.0.0-beta-23109.nupkg",
"System.Security.Cryptography.X509Certificates.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Cryptography.X509Certificates.nuspec"
]
},
"System.Security.Principal/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "KdYU3+TN6ThNN1RgGEcYH1E4YHMFhWgfwgxunnxoJWrbT9lBekeEj0QbB973O2R0+00bZC1xmG6MwWIGBcspAA==",
"files": [
"lib/dotnet/System.Security.Principal.dll",
"lib/net45/_._",
"lib/netcore50/System.Security.Principal.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Security.Principal.xml",
"ref/dotnet/es/System.Security.Principal.xml",
"ref/dotnet/fr/System.Security.Principal.xml",
"ref/dotnet/it/System.Security.Principal.xml",
"ref/dotnet/ja/System.Security.Principal.xml",
"ref/dotnet/ko/System.Security.Principal.xml",
"ref/dotnet/ru/System.Security.Principal.xml",
"ref/dotnet/System.Security.Principal.dll",
"ref/dotnet/System.Security.Principal.xml",
"ref/dotnet/zh-hans/System.Security.Principal.xml",
"ref/dotnet/zh-hant/System.Security.Principal.xml",
"ref/net45/_._",
"ref/netcore50/System.Security.Principal.dll",
"ref/netcore50/System.Security.Principal.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Security.Principal.4.0.0-beta-23109.nupkg",
"System.Security.Principal.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Principal.nuspec"
]
},
"System.Security.Principal.Windows/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "w0IzNyqHw9ra1PBc/YGE/goGLpzTNtxbj9InB1jr/W+h3P8B+tH+HWCvqimuGemhq2ZeD9RyxjW9RJhr28nOIA==",
"files": [
"lib/DNXCore50/System.Security.Principal.Windows.dll",
"lib/net46/System.Security.Principal.Windows.dll",
"ref/dotnet/de/System.Security.Principal.Windows.xml",
"ref/dotnet/es/System.Security.Principal.Windows.xml",
"ref/dotnet/fr/System.Security.Principal.Windows.xml",
"ref/dotnet/it/System.Security.Principal.Windows.xml",
"ref/dotnet/ja/System.Security.Principal.Windows.xml",
"ref/dotnet/ko/System.Security.Principal.Windows.xml",
"ref/dotnet/ru/System.Security.Principal.Windows.xml",
"ref/dotnet/System.Security.Principal.Windows.dll",
"ref/dotnet/System.Security.Principal.Windows.xml",
"ref/dotnet/zh-hans/System.Security.Principal.Windows.xml",
"ref/dotnet/zh-hant/System.Security.Principal.Windows.xml",
"ref/net46/System.Security.Principal.Windows.dll",
"System.Security.Principal.Windows.4.0.0-beta-23109.nupkg",
"System.Security.Principal.Windows.4.0.0-beta-23109.nupkg.sha512",
"System.Security.Principal.Windows.nuspec"
]
},
"System.Security.SecureString/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "Mi2GcVt83SOLz39a30ysJ4/V0AFLEMjMF6MkHnSkzNCKDAhtIeVr9/FWiHnn7XSJhD0yquU6/Bdun9DN39Ghpw==",
"files": [
"lib/DNXCore50/System.Security.SecureString.dll",
"lib/net46/System.Security.SecureString.dll",
"ref/dotnet/de/System.Security.SecureString.xml",
"ref/dotnet/es/System.Security.SecureString.xml",
"ref/dotnet/fr/System.Security.SecureString.xml",
"ref/dotnet/it/System.Security.SecureString.xml",
"ref/dotnet/ja/System.Security.SecureString.xml",
"ref/dotnet/ko/System.Security.SecureString.xml",
"ref/dotnet/ru/System.Security.SecureString.xml",
"ref/dotnet/System.Security.SecureString.dll",
"ref/dotnet/System.Security.SecureString.xml",
"ref/dotnet/zh-hans/System.Security.SecureString.xml",
"ref/dotnet/zh-hant/System.Security.SecureString.xml",
"ref/net46/System.Security.SecureString.dll",
"System.Security.SecureString.4.0.0-beta-23109.nupkg",
"System.Security.SecureString.4.0.0-beta-23109.nupkg.sha512",
"System.Security.SecureString.nuspec"
]
},
"System.Text.Encoding/4.0.10-beta-23109": {
"sha512": "mC5gFE/lq3HsB0vUbNa9y9o+wT8rtXOU8pugH+4PKwiwYkRupMw48zfF/LZJxt8LJk6XqJphx5CuKGCSyHfVmw==",
"files": [
"lib/DNXCore50/System.Text.Encoding.dll",
"lib/net46/_._",
"lib/netcore50/System.Text.Encoding.dll",
"ref/dotnet/de/System.Text.Encoding.xml",
"ref/dotnet/es/System.Text.Encoding.xml",
"ref/dotnet/fr/System.Text.Encoding.xml",
"ref/dotnet/it/System.Text.Encoding.xml",
"ref/dotnet/ja/System.Text.Encoding.xml",
"ref/dotnet/ko/System.Text.Encoding.xml",
"ref/dotnet/ru/System.Text.Encoding.xml",
"ref/dotnet/System.Text.Encoding.dll",
"ref/dotnet/System.Text.Encoding.xml",
"ref/dotnet/zh-hans/System.Text.Encoding.xml",
"ref/dotnet/zh-hant/System.Text.Encoding.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll",
"System.Text.Encoding.4.0.10-beta-23109.nupkg",
"System.Text.Encoding.4.0.10-beta-23109.nupkg.sha512",
"System.Text.Encoding.nuspec"
]
},
"System.Text.Encoding.CodePages/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "w8dIY6AIHKyZA7JKAu2haUOraSl5OHLfudXBpM74VzWtx3Ck4ad6t5p8BJMs5oJHGjv8frG98mi6/VtUm6t/Jg==",
"files": [
"lib/dotnet/System.Text.Encoding.CodePages.dll",
"ref/dotnet/de/System.Text.Encoding.CodePages.xml",
"ref/dotnet/es/System.Text.Encoding.CodePages.xml",
"ref/dotnet/fr/System.Text.Encoding.CodePages.xml",
"ref/dotnet/it/System.Text.Encoding.CodePages.xml",
"ref/dotnet/ja/System.Text.Encoding.CodePages.xml",
"ref/dotnet/ko/System.Text.Encoding.CodePages.xml",
"ref/dotnet/ru/System.Text.Encoding.CodePages.xml",
"ref/dotnet/System.Text.Encoding.CodePages.dll",
"ref/dotnet/System.Text.Encoding.CodePages.xml",
"ref/dotnet/zh-hans/System.Text.Encoding.CodePages.xml",
"ref/dotnet/zh-hant/System.Text.Encoding.CodePages.xml",
"System.Text.Encoding.CodePages.4.0.0-beta-23109.nupkg",
"System.Text.Encoding.CodePages.4.0.0-beta-23109.nupkg.sha512",
"System.Text.Encoding.CodePages.nuspec"
]
},
"System.Text.Encoding.Extensions/4.0.10-beta-23109": {
"sha512": "g4bKhO1tb8pWbOwfdHCJOZJLPzm57fBv3jJzmKq8IUhlfOGghfpoRh7MkWfDWM3rHEBGL5+AAtae4/GFf0Leng==",
"files": [
"lib/DNXCore50/System.Text.Encoding.Extensions.dll",
"lib/net46/_._",
"lib/netcore50/System.Text.Encoding.Extensions.dll",
"ref/dotnet/de/System.Text.Encoding.Extensions.xml",
"ref/dotnet/es/System.Text.Encoding.Extensions.xml",
"ref/dotnet/fr/System.Text.Encoding.Extensions.xml",
"ref/dotnet/it/System.Text.Encoding.Extensions.xml",
"ref/dotnet/ja/System.Text.Encoding.Extensions.xml",
"ref/dotnet/ko/System.Text.Encoding.Extensions.xml",
"ref/dotnet/ru/System.Text.Encoding.Extensions.xml",
"ref/dotnet/System.Text.Encoding.Extensions.dll",
"ref/dotnet/System.Text.Encoding.Extensions.xml",
"ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml",
"ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll",
"System.Text.Encoding.Extensions.4.0.10-beta-23109.nupkg",
"System.Text.Encoding.Extensions.4.0.10-beta-23109.nupkg.sha512",
"System.Text.Encoding.Extensions.nuspec"
]
},
"System.Text.RegularExpressions/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "SiidJ6Eveg59OZA/3amuChUr6mUn8vXfUBx1lkwwd5netIAy7Ii8zTRHx3oT+brT/n/B1J1wb3Fgn1LI12HgSg==",
"files": [
"lib/dotnet/System.Text.RegularExpressions.dll",
"lib/net46/_._",
"ref/dotnet/de/System.Text.RegularExpressions.xml",
"ref/dotnet/es/System.Text.RegularExpressions.xml",
"ref/dotnet/fr/System.Text.RegularExpressions.xml",
"ref/dotnet/it/System.Text.RegularExpressions.xml",
"ref/dotnet/ja/System.Text.RegularExpressions.xml",
"ref/dotnet/ko/System.Text.RegularExpressions.xml",
"ref/dotnet/ru/System.Text.RegularExpressions.xml",
"ref/dotnet/System.Text.RegularExpressions.dll",
"ref/dotnet/System.Text.RegularExpressions.xml",
"ref/dotnet/zh-hans/System.Text.RegularExpressions.xml",
"ref/dotnet/zh-hant/System.Text.RegularExpressions.xml",
"ref/net46/_._",
"System.Text.RegularExpressions.4.0.10-beta-23109.nupkg",
"System.Text.RegularExpressions.4.0.10-beta-23109.nupkg.sha512",
"System.Text.RegularExpressions.nuspec"
]
},
"System.Threading/4.0.0-beta-23109": {
"sha512": "AIm6tpw89jHPu2qog/vaYI+DEcfkkMvtgCeP9SJzCOoYHemoMphhgV897jgjVPYpXb3GBbfOB57KqqGZmZ1NUg==",
"files": [
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"License.rtf",
"ref/dotnet/de/System.Threading.xml",
"ref/dotnet/es/System.Threading.xml",
"ref/dotnet/fr/System.Threading.xml",
"ref/dotnet/it/System.Threading.xml",
"ref/dotnet/ja/System.Threading.xml",
"ref/dotnet/ko/System.Threading.xml",
"ref/dotnet/ru/System.Threading.xml",
"ref/dotnet/System.Threading.dll",
"ref/dotnet/System.Threading.xml",
"ref/dotnet/zh-hans/System.Threading.xml",
"ref/dotnet/zh-hant/System.Threading.xml",
"ref/net45/_._",
"ref/netcore50/de/System.Threading.xml",
"ref/netcore50/es/System.Threading.xml",
"ref/netcore50/fr/System.Threading.xml",
"ref/netcore50/it/System.Threading.xml",
"ref/netcore50/ja/System.Threading.xml",
"ref/netcore50/ko/System.Threading.xml",
"ref/netcore50/ru/System.Threading.xml",
"ref/netcore50/System.Threading.dll",
"ref/netcore50/System.Threading.xml",
"ref/netcore50/zh-hans/System.Threading.xml",
"ref/netcore50/zh-hant/System.Threading.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Threading.4.0.0-beta-23109.nupkg",
"System.Threading.4.0.0-beta-23109.nupkg.sha512",
"System.Threading.nuspec"
]
},
"System.Threading/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "nG7j3zkJfcr+6Nm3FYtGXqOfRGeOl2RKyZH1odHXPxCZzAzWieDO6srTW5QrT6BP6D6JkLcXNTsCxZkaqVLROw==",
"files": [
"lib/DNXCore50/System.Threading.dll",
"lib/net46/_._",
"lib/netcore50/System.Threading.dll",
"ref/dotnet/de/System.Threading.xml",
"ref/dotnet/es/System.Threading.xml",
"ref/dotnet/fr/System.Threading.xml",
"ref/dotnet/it/System.Threading.xml",
"ref/dotnet/ja/System.Threading.xml",
"ref/dotnet/ko/System.Threading.xml",
"ref/dotnet/ru/System.Threading.xml",
"ref/dotnet/System.Threading.dll",
"ref/dotnet/System.Threading.xml",
"ref/dotnet/zh-hans/System.Threading.xml",
"ref/dotnet/zh-hant/System.Threading.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.dll",
"System.Threading.4.0.10-beta-23109.nupkg",
"System.Threading.4.0.10-beta-23109.nupkg.sha512",
"System.Threading.nuspec"
]
},
"System.Threading.Overlapped/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "zD9cvEpF3/Qx5XSvtOcLyW9doRL0vk4QJv+m2Br55AgtOL1KXKLGwCYdNgDHIwYGADrwgIJ++CQKWFq2ENC9HQ==",
"files": [
"lib/DNXCore50/System.Threading.Overlapped.dll",
"lib/net46/System.Threading.Overlapped.dll",
"lib/netcore50/System.Threading.Overlapped.dll",
"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/System.Threading.Overlapped.dll",
"ref/dotnet/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.Overlapped.4.0.0-beta-23109.nupkg",
"System.Threading.Overlapped.4.0.0-beta-23109.nupkg.sha512",
"System.Threading.Overlapped.nuspec"
]
},
"System.Threading.Tasks/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "c3OeJjTAnITTyVX4L7njSqT+z1SBsnW83DfK984K/B9wxTUpTLSupiUiO0GOcRNJDX+EeekY0pER+n/EaS7A1Q==",
"files": [
"lib/DNXCore50/System.Threading.Tasks.dll",
"lib/net46/_._",
"lib/netcore50/System.Threading.Tasks.dll",
"ref/dotnet/de/System.Threading.Tasks.xml",
"ref/dotnet/es/System.Threading.Tasks.xml",
"ref/dotnet/fr/System.Threading.Tasks.xml",
"ref/dotnet/it/System.Threading.Tasks.xml",
"ref/dotnet/ja/System.Threading.Tasks.xml",
"ref/dotnet/ko/System.Threading.Tasks.xml",
"ref/dotnet/ru/System.Threading.Tasks.xml",
"ref/dotnet/System.Threading.Tasks.dll",
"ref/dotnet/System.Threading.Tasks.xml",
"ref/dotnet/zh-hans/System.Threading.Tasks.xml",
"ref/dotnet/zh-hant/System.Threading.Tasks.xml",
"ref/net46/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
"System.Threading.Tasks.4.0.10-beta-23109.nupkg",
"System.Threading.Tasks.4.0.10-beta-23109.nupkg.sha512",
"System.Threading.Tasks.nuspec"
]
},
"System.Threading.Tasks.Parallel/4.0.0-beta-23109": {
"serviceable": true,
"sha512": "YMP4ec3CqyxBeAoBab49rT9uFmGPVUIISwMq4IW3Sysse+FtSik7xTf9oVjb9AKy+QLpW98of6fEE+aG3QJH6w==",
"files": [
"lib/dotnet/System.Threading.Tasks.Parallel.dll",
"lib/net45/_._",
"lib/netcore50/System.Threading.Tasks.Parallel.dll",
"lib/win8/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/es/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/fr/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/it/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/ja/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/ko/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/ru/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/System.Threading.Tasks.Parallel.dll",
"ref/dotnet/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/zh-hans/System.Threading.Tasks.Parallel.xml",
"ref/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml",
"ref/net45/_._",
"ref/netcore50/System.Threading.Tasks.Parallel.dll",
"ref/netcore50/System.Threading.Tasks.Parallel.xml",
"ref/win8/_._",
"ref/wpa81/_._",
"System.Threading.Tasks.Parallel.4.0.0-beta-23109.nupkg",
"System.Threading.Tasks.Parallel.4.0.0-beta-23109.nupkg.sha512",
"System.Threading.Tasks.Parallel.nuspec"
]
},
"System.Threading.Thread/4.0.0-beta-23109": {
"sha512": "UjwnM0FSrqMo49+cZ7qD7EXTxxtY8aKVIvyJOyhPz5ptkj3zoqJjtouBjMEh1j3l19b1TRmZZnQIlqO6/QhEuw==",
"files": [
"lib/DNXCore50/System.Threading.Thread.dll",
"lib/net46/System.Threading.Thread.dll",
"ref/dotnet/de/System.Threading.Thread.xml",
"ref/dotnet/es/System.Threading.Thread.xml",
"ref/dotnet/fr/System.Threading.Thread.xml",
"ref/dotnet/it/System.Threading.Thread.xml",
"ref/dotnet/ja/System.Threading.Thread.xml",
"ref/dotnet/ko/System.Threading.Thread.xml",
"ref/dotnet/ru/System.Threading.Thread.xml",
"ref/dotnet/System.Threading.Thread.dll",
"ref/dotnet/System.Threading.Thread.xml",
"ref/dotnet/zh-hans/System.Threading.Thread.xml",
"ref/dotnet/zh-hant/System.Threading.Thread.xml",
"ref/net46/System.Threading.Thread.dll",
"System.Threading.Thread.4.0.0-beta-23109.nupkg",
"System.Threading.Thread.4.0.0-beta-23109.nupkg.sha512",
"System.Threading.Thread.nuspec"
]
},
"System.Threading.ThreadPool/4.0.10-beta-23109": {
"sha512": "t7+7nKmkO1wUOBImdadeOfXUP5HMbFNdjvIGzY6tUaBgdyhSVmrBzcJv/7uI5SvbNo2eaAtfnEBG3vfLSfQUdQ==",
"files": [
"lib/DNXCore50/System.Threading.ThreadPool.dll",
"lib/net46/System.Threading.ThreadPool.dll",
"ref/dotnet/de/System.Threading.ThreadPool.xml",
"ref/dotnet/es/System.Threading.ThreadPool.xml",
"ref/dotnet/fr/System.Threading.ThreadPool.xml",
"ref/dotnet/it/System.Threading.ThreadPool.xml",
"ref/dotnet/ja/System.Threading.ThreadPool.xml",
"ref/dotnet/ko/System.Threading.ThreadPool.xml",
"ref/dotnet/ru/System.Threading.ThreadPool.xml",
"ref/dotnet/System.Threading.ThreadPool.dll",
"ref/dotnet/System.Threading.ThreadPool.xml",
"ref/dotnet/zh-hans/System.Threading.ThreadPool.xml",
"ref/dotnet/zh-hant/System.Threading.ThreadPool.xml",
"ref/net46/System.Threading.ThreadPool.dll",
"System.Threading.ThreadPool.4.0.10-beta-23109.nupkg",
"System.Threading.ThreadPool.4.0.10-beta-23109.nupkg.sha512",
"System.Threading.ThreadPool.nuspec"
]
},
"System.Threading.Timer/4.0.0-beta-23109": {
"sha512": "Eds+/M6JlQwjUtq9IrtqaZu/cFatRX0cTqqJLCGP2DcDlbQPWvip8g+rzgTZzwaBU4HcChvCY4T4xHt+mOA7jw==",
"files": [
"lib/DNXCore50/System.Threading.Timer.dll",
"lib/net451/_._",
"lib/netcore50/System.Threading.Timer.dll",
"lib/win81/_._",
"lib/wpa81/_._",
"ref/dotnet/de/System.Threading.Timer.xml",
"ref/dotnet/es/System.Threading.Timer.xml",
"ref/dotnet/fr/System.Threading.Timer.xml",
"ref/dotnet/it/System.Threading.Timer.xml",
"ref/dotnet/ja/System.Threading.Timer.xml",
"ref/dotnet/ko/System.Threading.Timer.xml",
"ref/dotnet/ru/System.Threading.Timer.xml",
"ref/dotnet/System.Threading.Timer.dll",
"ref/dotnet/System.Threading.Timer.xml",
"ref/dotnet/zh-hans/System.Threading.Timer.xml",
"ref/dotnet/zh-hant/System.Threading.Timer.xml",
"ref/net451/_._",
"ref/netcore50/System.Threading.Timer.dll",
"ref/netcore50/System.Threading.Timer.xml",
"ref/win81/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll",
"System.Threading.Timer.4.0.0-beta-23109.nupkg",
"System.Threading.Timer.4.0.0-beta-23109.nupkg.sha512",
"System.Threading.Timer.nuspec"
]
},
"System.Xml.ReaderWriter/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "H612PfBN+MgpFTLU/Lc7AreFsW821wY4MbcGEA3kHs7YDAXciuQBnjlX/D/xtPOcJde2STIHmj4wpY9FgrkyXQ==",
"files": [
"lib/dotnet/System.Xml.ReaderWriter.dll",
"lib/net46/_._",
"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/System.Xml.ReaderWriter.dll",
"ref/dotnet/System.Xml.ReaderWriter.xml",
"ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml",
"ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml",
"ref/net46/_._",
"System.Xml.ReaderWriter.4.0.10-beta-23109.nupkg",
"System.Xml.ReaderWriter.4.0.10-beta-23109.nupkg.sha512",
"System.Xml.ReaderWriter.nuspec"
]
},
"System.Xml.XDocument/4.0.10-beta-23109": {
"serviceable": true,
"sha512": "AcnP9MCoPMZlJllwgjQZuMIDBBYSRN6zzWFr+uNwZdzssUmNirb+cZ/WfmMPOva67NMtl6pMDswgkvHcqHuKhw==",
"files": [
"lib/dotnet/System.Xml.XDocument.dll",
"lib/net46/_._",
"ref/dotnet/de/System.Xml.XDocument.xml",
"ref/dotnet/es/System.Xml.XDocument.xml",
"ref/dotnet/fr/System.Xml.XDocument.xml",
"ref/dotnet/it/System.Xml.XDocument.xml",
"ref/dotnet/ja/System.Xml.XDocument.xml",
"ref/dotnet/ko/System.Xml.XDocument.xml",
"ref/dotnet/ru/System.Xml.XDocument.xml",
"ref/dotnet/System.Xml.XDocument.dll",
"ref/dotnet/System.Xml.XDocument.xml",
"ref/dotnet/zh-hans/System.Xml.XDocument.xml",
"ref/dotnet/zh-hant/System.Xml.XDocument.xml",
"ref/net46/_._",
"System.Xml.XDocument.4.0.10-beta-23109.nupkg",
"System.Xml.XDocument.4.0.10-beta-23109.nupkg.sha512",
"System.Xml.XDocument.nuspec"
]
}
},
"projectFileDependencyGroups": {
"": [
"Microsoft.AspNet.Mvc >= 6.0.0-*",
"Microsoft.AspNet.Server.IIS >= 1.0.0-*",
"Kestrel >= 1.0.0-*",
"Microsoft.AspNet.Server.WebListener >= 1.0.0-*",
"Microsoft.AspNet.StaticFiles >= 1.0.0-*",
"EntityFramework.SqlServer >= 7.0.0-*"
],
"DNX,Version=v4.5.1": [],
"DNXCore,Version=v5.0": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment