From f129025596cafdbbe7d0cd4f6d47b0a4ec336341 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 10 Jun 2016 20:59:18 -0400 Subject: [PATCH] update to rc2 --- AzureTableStorageCache.sln | 32 +- NuGet.Config | 8 - README.md | 19 +- global.json | 2 +- .../AzureTableStorageCache.xproj | 11 +- .../AzureTableStorageCacheExtensions.cs | 37 +- .../AzureTableStorageCacheHandler.cs | 58 +- .../Properties/AssemblyInfo.cs | 6 +- src/AzureTableStorageCache/project.json | 34 +- src/AzureTableStorageCache/project.lock.json | 8532 ++----- .../AzureTableStorageCacheSample.xproj | 20 +- .../Controllers/HomeController.cs | 30 +- src/AzureTableStorageCacheSample/Program.cs | 24 + .../Project_Readme.html | 203 - .../Properties/AssemblyInfo.cs | 23 - .../Properties/launchSettings.json | 27 + src/AzureTableStorageCacheSample/Startup.cs | 57 +- .../Views/Home/About.cshtml | 7 + .../Views/Home/Contact.cshtml | 17 + .../Views/Home/Index.cshtml | 118 +- .../Views/Shared/Error.cshtml | 8 + .../Views/Shared/_Layout.cshtml | 129 +- .../Views/_ViewImports.cshtml | 2 +- src/AzureTableStorageCacheSample/app.config | 5 + .../appsettings.json | 11 +- src/AzureTableStorageCacheSample/bower.json | 12 +- src/AzureTableStorageCacheSample/gulpfile.js | 24 +- src/AzureTableStorageCacheSample/package.json | 3 +- src/AzureTableStorageCacheSample/project.json | 73 +- .../project.lock.json | 20253 +++------------- src/AzureTableStorageCacheSample/web.config | 14 + 31 files changed, 6880 insertions(+), 22919 deletions(-) delete mode 100644 NuGet.Config create mode 100644 src/AzureTableStorageCacheSample/Program.cs delete mode 100644 src/AzureTableStorageCacheSample/Project_Readme.html delete mode 100644 src/AzureTableStorageCacheSample/Properties/AssemblyInfo.cs create mode 100644 src/AzureTableStorageCacheSample/Properties/launchSettings.json create mode 100644 src/AzureTableStorageCacheSample/Views/Home/About.cshtml create mode 100644 src/AzureTableStorageCacheSample/Views/Home/Contact.cshtml create mode 100644 src/AzureTableStorageCacheSample/app.config create mode 100644 src/AzureTableStorageCacheSample/web.config diff --git a/AzureTableStorageCache.sln b/AzureTableStorageCache.sln index 6913c36..ff394b9 100644 --- a/AzureTableStorageCache.sln +++ b/AzureTableStorageCache.sln @@ -1,19 +1,19 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +VisualStudioVersion = 14.0.25123.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C054D790-3899-4B62-97FA-0053C7437FA5}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{265BAFB4-AB2C-452A-93BD-8015490E421E}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A424946D-7019-4CA7-A1F0-05B616CD3A49}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBBE899D-D31C-4DAB-BE1D-2F9DD5B20AB2}" ProjectSection(SolutionItems) = preProject global.json = global.json - NuGet.Config = NuGet.Config + README.md = README.md EndProjectSection EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AzureTableStorageCache", "src\AzureTableStorageCache\AzureTableStorageCache.xproj", "{4220710A-3EC2-4449-BC86-B75F0A58D003}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AzureTableStorageCache", "src\AzureTableStorageCache\AzureTableStorageCache.xproj", "{1976F662-ED03-4321-B4B3-E48BF750E144}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AzureTableStorageCacheSample", "src\AzureTableStorageCacheSample\AzureTableStorageCacheSample.xproj", "{D2C11E75-BAC6-4619-930E-CCA94474365E}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AzureTableStorageCacheSample", "src\AzureTableStorageCacheSample\AzureTableStorageCacheSample.xproj", "{E1B14BDB-46C5-4792-A95E-41D9461298E2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -21,20 +21,20 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4220710A-3EC2-4449-BC86-B75F0A58D003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4220710A-3EC2-4449-BC86-B75F0A58D003}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4220710A-3EC2-4449-BC86-B75F0A58D003}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4220710A-3EC2-4449-BC86-B75F0A58D003}.Release|Any CPU.Build.0 = Release|Any CPU - {D2C11E75-BAC6-4619-930E-CCA94474365E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D2C11E75-BAC6-4619-930E-CCA94474365E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D2C11E75-BAC6-4619-930E-CCA94474365E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D2C11E75-BAC6-4619-930E-CCA94474365E}.Release|Any CPU.Build.0 = Release|Any CPU + {1976F662-ED03-4321-B4B3-E48BF750E144}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1976F662-ED03-4321-B4B3-E48BF750E144}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1976F662-ED03-4321-B4B3-E48BF750E144}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1976F662-ED03-4321-B4B3-E48BF750E144}.Release|Any CPU.Build.0 = Release|Any CPU + {E1B14BDB-46C5-4792-A95E-41D9461298E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1B14BDB-46C5-4792-A95E-41D9461298E2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1B14BDB-46C5-4792-A95E-41D9461298E2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1B14BDB-46C5-4792-A95E-41D9461298E2}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {4220710A-3EC2-4449-BC86-B75F0A58D003} = {C054D790-3899-4B62-97FA-0053C7437FA5} - {D2C11E75-BAC6-4619-930E-CCA94474365E} = {C054D790-3899-4B62-97FA-0053C7437FA5} + {1976F662-ED03-4321-B4B3-E48BF750E144} = {265BAFB4-AB2C-452A-93BD-8015490E421E} + {E1B14BDB-46C5-4792-A95E-41D9461298E2} = {265BAFB4-AB2C-452A-93BD-8015490E421E} EndGlobalSection EndGlobal diff --git a/NuGet.Config b/NuGet.Config deleted file mode 100644 index 95143bd..0000000 --- a/NuGet.Config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/README.md b/README.md index 906734f..a741e95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ # AspNetCache-AzureTableStorage -Use azure table storage for AspNet 5 Distributed Cache. +Use azure table storage for AspNet core 1.0 Distributed Cache. -Azure Table Storage is a very cheap, super fast key value store, and its much cheaper than the redis cluster in azure. This is not a true replacement for redis, and redis should be used if people have money, but this is designed to get people a very cheap cache in azure. \ No newline at end of file +Azure Table Storage is a very cheap, super fast key value store, and its much cheaper than the redis cluster in azure. This is not a true replacement for redis, and redis should be used if people have money, but this is designed to get people a very cheap cache in azure. + + +## How to use + +install-package `AzureTableStorageCache` + +In your startup.cs + + +```csharp + +services.AddAzureTableStorageCache("!!!CONNECTIONSTRINGHERE!!!", "tablename", "cachedDataKey"); + + +``` \ No newline at end of file diff --git a/global.json b/global.json index 0c71551..b51e28b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "projects": [ "src", "test" ], "sdk": { - "version": "1.0.0-beta8" + "version": "1.0.0-preview1-002702" } } diff --git a/src/AzureTableStorageCache/AzureTableStorageCache.xproj b/src/AzureTableStorageCache/AzureTableStorageCache.xproj index affa3f0..f0b6448 100644 --- a/src/AzureTableStorageCache/AzureTableStorageCache.xproj +++ b/src/AzureTableStorageCache/AzureTableStorageCache.xproj @@ -5,16 +5,17 @@ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + - 4220710a-3ec2-4449-bc86-b75f0a58d003 + 1976f662-ed03-4321-b4b3-e48bf750e144 AzureTableStorageCache - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ + v4.5.2 2.0 - + diff --git a/src/AzureTableStorageCache/AzureTableStorageCacheExtensions.cs b/src/AzureTableStorageCache/AzureTableStorageCacheExtensions.cs index 3431267..aa4fcbc 100644 --- a/src/AzureTableStorageCache/AzureTableStorageCacheExtensions.cs +++ b/src/AzureTableStorageCache/AzureTableStorageCacheExtensions.cs @@ -1,12 +1,12 @@ -using System; +using AzureTableStorageCache; +using Microsoft.Extensions.Caching.Distributed; +using Microsoft.Extensions.DependencyInjection; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Microsoft.Framework.Caching.Distributed; -using Microsoft.Framework.DependencyInjection; -using AzureTableStorageCache; -namespace Microsoft.AspNet.Builder +namespace Microsoft.Extensions.DependencyInjection { public static class AzureTableStorageCacheExtensions { @@ -20,20 +20,16 @@ namespace Microsoft.AspNet.Builder /// public static IServiceCollection AddAzureTableStorageCache(this IServiceCollection services, string connectionString, string tableName, string partitionKey) { - if(string.IsNullOrWhiteSpace(connectionString)) + if (string.IsNullOrWhiteSpace(connectionString)) { throw new ArgumentNullException("connectionString must not be null"); } - if(services == null) - { - throw new ArgumentNullException(nameof(services)); - } - //services.AddSingleton - services.Add(ServiceDescriptor.Singleton(a=> new AzureTableStorageCacheHandler(connectionString, tableName, partitionKey))); + services.Add(ServiceDescriptor.Singleton(a => new AzureTableStorageCacheHandler(connectionString, tableName, partitionKey))); return services; } + /// /// Add azure table storage cache as an IDistributedCache to the service container /// @@ -45,36 +41,31 @@ namespace Microsoft.AspNet.Builder /// public static IServiceCollection AddAzureTableStorageCache(this IServiceCollection services, string accountName, string accountKey, string tableName, string partitionKey) { - if(string.IsNullOrWhiteSpace(accountName)) + if (string.IsNullOrWhiteSpace(accountName)) { throw new ArgumentNullException("accountName must not be null"); } - if(string.IsNullOrWhiteSpace(accountKey)) + if (string.IsNullOrWhiteSpace(accountKey)) { throw new ArgumentNullException("accountKey must not be null"); } - if(services == null) - { - throw new ArgumentNullException(nameof(services)); - } //services.AddSingleton services.Add(ServiceDescriptor.Singleton(a => new AzureTableStorageCacheHandler(accountName, accountKey, tableName, partitionKey))); return services; } + private static void checkTableData(string tableName, string partitionkey) { - if(string.IsNullOrWhiteSpace(tableName)) + if (string.IsNullOrWhiteSpace(tableName)) { throw new ArgumentNullException("tableName must not be null"); } - if(string.IsNullOrWhiteSpace(partitionkey)) + if (string.IsNullOrWhiteSpace(partitionkey)) { throw new ArgumentNullException("partitionkey must not be null"); } } - - } -} +} \ No newline at end of file diff --git a/src/AzureTableStorageCache/AzureTableStorageCacheHandler.cs b/src/AzureTableStorageCache/AzureTableStorageCacheHandler.cs index 5e2cb4b..83cdcf6 100644 --- a/src/AzureTableStorageCache/AzureTableStorageCacheHandler.cs +++ b/src/AzureTableStorageCache/AzureTableStorageCacheHandler.cs @@ -1,13 +1,13 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using AzureTableStorageCache.Model; -using Microsoft.Framework.Caching.Distributed; -using Microsoft.Framework.Internal; +using AzureTableStorageCache.Model; +using Microsoft.Extensions.Caching.Distributed; +using Microsoft.Extensions.Internal; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Auth; using Microsoft.WindowsAzure.Storage.Table; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; namespace AzureTableStorageCache { @@ -21,13 +21,14 @@ namespace AzureTableStorageCache private readonly string connectionString; private CloudTableClient client; private CloudTable azuretable; + private AzureTableStorageCacheHandler(string tableName, string partitionKey) { - if(string.IsNullOrWhiteSpace(tableName)) + if (string.IsNullOrWhiteSpace(tableName)) { throw new ArgumentNullException("tableName cannot be null or empty"); } - if(string.IsNullOrWhiteSpace(partitionKey)) + if (string.IsNullOrWhiteSpace(partitionKey)) { throw new ArgumentNullException("partitionKey cannot be null or empty"); } @@ -35,29 +36,29 @@ namespace AzureTableStorageCache this.partitionKey = partitionKey; Connect(); } + public AzureTableStorageCacheHandler(string accountName, string accountKey, string tableName, string partitionKey) - :this(tableName, partitionKey) + : this(tableName, partitionKey) { - if(string.IsNullOrWhiteSpace(accountName)) + if (string.IsNullOrWhiteSpace(accountName)) { throw new ArgumentNullException("accountName cannot be null or empty"); } - if(string.IsNullOrWhiteSpace(accountKey)) + if (string.IsNullOrWhiteSpace(accountKey)) { throw new ArgumentNullException("accountKey cannot be null or empty"); } - + this.accountName = accountName; this.accountKey = accountKey; - } private readonly string tableName; public AzureTableStorageCacheHandler(string connectionString, string tableName, string partitionKey) - :this(tableName, partitionKey) + : this(tableName, partitionKey) { - if(string.IsNullOrWhiteSpace(connectionString)) + if (string.IsNullOrWhiteSpace(connectionString)) { throw new ArgumentNullException("Connection string cannot be null or empty"); } @@ -72,9 +73,9 @@ namespace AzureTableStorageCache public async Task ConnectAsync() { - if(client == null) + if (client == null) { - if(string.IsNullOrWhiteSpace(connectionString)) + if (string.IsNullOrWhiteSpace(connectionString)) { var creds = new StorageCredentials(accountKey, accountKey); client = new CloudStorageAccount(creds, true).CreateCloudTableClient(); @@ -84,7 +85,7 @@ namespace AzureTableStorageCache client = CloudStorageAccount.Parse(connectionString).CreateCloudTableClient(); } } - if(azuretable == null) + if (azuretable == null) { this.azuretable = client.GetTableReference(this.tableName); await this.azuretable.CreateIfNotExistsAsync(); @@ -113,24 +114,24 @@ namespace AzureTableStorageCache var op = TableOperation.Retrieve(partitionKey, key); var result = await azuretable.ExecuteAsync(op); var data = result?.Result as CachedItem; - if(data != null) + if (data != null) { - if(ShouldDelete(data)) + if (ShouldDelete(data)) { await RemoveAsync(key); return; } - } } + private bool ShouldDelete(CachedItem data) { var currentTime = DateTimeOffset.UtcNow; - if(data.AbsolutExperiation != null && data.AbsolutExperiation.Value <= currentTime) + if (data.AbsolutExperiation != null && data.AbsolutExperiation.Value <= currentTime) { return true; } - if(data.SlidingExperiation.HasValue && data.LastAccessTime.HasValue && data.LastAccessTime <= currentTime.Add(data.SlidingExperiation.Value)) + if (data.SlidingExperiation.HasValue && data.LastAccessTime.HasValue && data.LastAccessTime <= currentTime.Add(data.SlidingExperiation.Value)) { return true; } @@ -158,13 +159,13 @@ namespace AzureTableStorageCache { DateTimeOffset? absoluteExpiration = null; var currentTime = DateTimeOffset.UtcNow; - if(options.AbsoluteExpirationRelativeToNow.HasValue) + if (options.AbsoluteExpirationRelativeToNow.HasValue) { absoluteExpiration = currentTime.Add(options.AbsoluteExpirationRelativeToNow.Value); } - else if(options.AbsoluteExpiration.HasValue) + else if (options.AbsoluteExpiration.HasValue) { - if(options.AbsoluteExpiration.Value <= currentTime) + if (options.AbsoluteExpiration.Value <= currentTime) { throw new ArgumentOutOfRangeException( nameof(options.AbsoluteExpiration), @@ -172,9 +173,8 @@ namespace AzureTableStorageCache "The absolute expiration value must be in the future."); } absoluteExpiration = options.AbsoluteExpiration; - } - var item = new CachedItem(partitionKey, key, value) { LastAccessTime = currentTime }; + var item = new CachedItem(partitionKey, key, value) { LastAccessTime = currentTime }; var op = TableOperation.InsertOrReplace(item); return this.azuretable.ExecuteAsync(op); } diff --git a/src/AzureTableStorageCache/Properties/AssemblyInfo.cs b/src/AzureTableStorageCache/Properties/AssemblyInfo.cs index 095ce7e..40ed0f8 100644 --- a/src/AzureTableStorageCache/Properties/AssemblyInfo.cs +++ b/src/AzureTableStorageCache/Properties/AssemblyInfo.cs @@ -5,14 +5,10 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("AzureTableStorageCache")] -[assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("AzureTableStorageCache")] -[assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from @@ -20,4 +16,4 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4220710a-3ec2-4449-bc86-b75f0a58d003")] +[assembly: Guid("1976f662-ed03-4321-b4b3-e48bf750e144")] \ No newline at end of file diff --git a/src/AzureTableStorageCache/project.json b/src/AzureTableStorageCache/project.json index d879f6c..7fe7050 100644 --- a/src/AzureTableStorageCache/project.json +++ b/src/AzureTableStorageCache/project.json @@ -1,25 +1,25 @@ { "version": "1.0.0-*", - "description": "AzureTableStorageCache Class Library", - "authors": [ "parne" ], - "tags": [ "" ], - "projectUrl": "", - "licenseUrl": "", + "dependencies": { - "WindowsAzure.Storage": "6.1.1-preview", - "Microsoft.Framework.Caching.Abstractions": "1.0.0-beta8", - "Microsoft.Framework.DependencyInjection": "1.0.0-beta8" + "NETStandard.Library": "1.5.0-rc2-24027", + "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", + "WindowsAzure.Storage": "7.0.0" }, + "frameworks": { - "net45": { }, - "dnxcore50": { - "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23409", - "System.Collections": "4.0.11-beta-23409", - "System.Linq": "4.0.1-beta-23409", - "System.Runtime": "4.0.21-beta-23409", - "System.Threading": "4.0.11-beta-23409" - } + "net452": { + "imports": "dnxcore50" } + }, + "packOptions": { + "owners": [ "Tommy Parnell" ], + "projectUrl": "https://github.com/tparnell8/AzureTableStorageCache.git", + "repository": { + "type": "git", + "url": "https://github.com/tparnell8/AzureTableStorageCache.git" + }, + "summary": "Use azure table storage for a distributed cache in aspnet applications" } } \ No newline at end of file diff --git a/src/AzureTableStorageCache/project.lock.json b/src/AzureTableStorageCache/project.lock.json index facdbc2..fed6114 100644 --- a/src/AzureTableStorageCache/project.lock.json +++ b/src/AzureTableStorageCache/project.lock.json @@ -2,7 +2,7 @@ "locked": false, "version": 2, "targets": { - ".NETFramework,Version=v4.5": { + ".NETFramework,Version=v4.5.2": { "Microsoft.Azure.KeyVault.Core/1.0.0": { "type": "package", "compile": { @@ -133,70 +133,115 @@ } } }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { + "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { "type": "package", "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-beta8" + "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", + "System.Collections": "4.0.11-rc2-24027", + "System.Threading": "4.0.11-rc2-24027", + "System.Threading.Tasks": "4.0.11-rc2-24027" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net45/Microsoft.Framework.Caching.Abstractions.dll": {} + "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} }, "runtime": { - "lib/net45/Microsoft.Framework.Caching.Abstractions.dll": {} + "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} } }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { "type": "package", "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", + "System.Collections": "4.0.11-rc2-24027", + "System.Collections.Concurrent": "4.0.12-rc2-24027", + "System.Runtime.Extensions": "4.1.0-rc2-24027", + "System.Threading": "4.0.11-rc2-24027", + "System.Threading.Tasks": "4.0.11-rc2-24027" }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], "compile": { - "lib/net45/Microsoft.Framework.DependencyInjection.dll": {} + "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} }, "runtime": { - "lib/net45/Microsoft.Framework.DependencyInjection.dll": {} + "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "dependencies": { + "System.ComponentModel": "4.0.1-rc2-24027", + "System.Diagnostics.Debug": "4.0.11-rc2-24027", + "System.Globalization": "4.0.11-rc2-24027", + "System.Linq": "4.1.0-rc2-24027", + "System.Linq.Expressions": "4.0.11-rc2-24027", + "System.Reflection": "4.1.0-rc2-24027", + "System.Resources.ResourceManager": "4.0.1-rc2-24027" + }, "compile": { - "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, "runtime": { - "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { + "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-rc2-24027", + "System.Runtime": "4.1.0-rc2-24027" + }, "compile": { - "lib/net45/Microsoft.Framework.Primitives.dll": {} + "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} }, "runtime": { - "lib/net45/Microsoft.Framework.Primitives.dll": {} + "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} + } + }, + "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Targets": "1.0.1-rc2-24027" + } + }, + "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": { + "type": "package" + }, + "Microsoft.NETCore.Targets/1.0.1-rc2-24027": { + "type": "package" + }, + "NETStandard.Library/1.5.0-rc2-24027": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", + "Microsoft.NETCore.Runtime": "1.0.2-rc2-24027", + "System.Collections": "4.0.11-rc2-24027", + "System.Collections.Concurrent": "4.0.12-rc2-24027", + "System.Diagnostics.Debug": "4.0.11-rc2-24027", + "System.Diagnostics.Tools": "4.0.1-rc2-24027", + "System.Diagnostics.Tracing": "4.1.0-rc2-24027", + "System.Globalization": "4.0.11-rc2-24027", + "System.IO": "4.1.0-rc2-24027", + "System.IO.Compression": "4.1.0-rc2-24027", + "System.Linq": "4.1.0-rc2-24027", + "System.Net.Http": "4.0.1-rc2-24027", + "System.Net.Primitives": "4.0.11-rc2-24027", + "System.ObjectModel": "4.0.12-rc2-24027", + "System.Reflection": "4.1.0-rc2-24027", + "System.Reflection.Extensions": "4.0.1-rc2-24027", + "System.Reflection.Primitives": "4.0.1-rc2-24027", + "System.Resources.ResourceManager": "4.0.1-rc2-24027", + "System.Runtime": "4.1.0-rc2-24027", + "System.Runtime.Extensions": "4.1.0-rc2-24027", + "System.Runtime.InteropServices": "4.1.0-rc2-24027", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027", + "System.Runtime.Numerics": "4.0.1-rc2-24027", + "System.Text.Encoding": "4.0.11-rc2-24027", + "System.Text.Encoding.Extensions": "4.0.11-rc2-24027", + "System.Text.RegularExpressions": "4.0.12-rc2-24027", + "System.Threading": "4.0.11-rc2-24027", + "System.Threading.Tasks": "4.0.11-rc2-24027", + "System.Threading.Timer": "4.0.1-rc2-24027", + "System.Xml.ReaderWriter": "4.0.11-rc2-24027", + "System.Xml.XDocument": "4.0.11-rc2-24027" } }, "Newtonsoft.Json/6.0.8": { @@ -208,6 +253,232 @@ "lib/net45/Newtonsoft.Json.dll": {} } }, + "System.Collections/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Collections.Concurrent/4.0.12-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.ComponentModel/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Diagnostics.Debug/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Diagnostics.Tools/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Diagnostics.Tracing/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Globalization/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.IO/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.IO.Compression/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win7/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win7" + } + } + }, + "System.Linq/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Linq.Expressions/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Net.Http/4.0.1-rc2-24027": { + "type": "package", + "frameworkAssemblies": [ + "System.Net.Http" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + }, + "runtimeTargets": { + "runtimes/win7/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win7" + } + } + }, + "System.Net.Primitives/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.ObjectModel/4.0.12-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection.Extensions/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Reflection.Primitives/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Resources.ResourceManager/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.Extensions/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.InteropServices/4.1.0-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0-rc2-24027" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.Numerics/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, "System.Spatial/5.6.4": { "type": "package", "compile": { @@ -246,7 +517,79 @@ } } }, - "WindowsAzure.Storage/6.1.1-preview": { + "System.Text.Encoding/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.Encoding.Extensions/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Text.RegularExpressions/4.0.12-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading.Tasks/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading.Timer/4.0.1-rc2-24027": { + "type": "package", + "compile": { + "ref/net451/_._": {} + }, + "runtime": { + "lib/net451/_._": {} + } + }, + "System.Xml.ReaderWriter/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Xml.XDocument/4.0.11-rc2-24027": { + "type": "package", + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "WindowsAzure.Storage/7.0.0": { "type": "package", "dependencies": { "Microsoft.Azure.KeyVault.Core": "1.0.0", @@ -255,9 +598,7 @@ "Newtonsoft.Json": "6.0.8" }, "frameworkAssemblies": [ - "System.Data", - "System.Xml", - "System.Xml.Linq" + "System.Data" ], "compile": { "lib/net40/Microsoft.WindowsAzure.Storage.dll": {} @@ -266,4689 +607,262 @@ "lib/net40/Microsoft.WindowsAzure.Storage.dll": {} } } - }, - "DNXCore,Version=v5.0": { - "Microsoft.CSharp/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Data.Edm/5.6.4": { - "type": "package", - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.OData/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.Edm": "[5.6.4]", - "System.Spatial": "[5.6.4]" - }, - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.Services.Client/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "[5.6.4]" - }, - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Services.Client.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Services.Client.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Services.Client.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Services.Client.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-beta8", - "System.Collections": "4.0.11-beta-23409", - "System.Threading": "4.0.11-beta-23409", - "System.Threading.Tasks": "4.0.11-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", - "System.Collections": "4.0.11-beta-23409", - "System.Collections.Concurrent": "4.0.11-beta-23409", - "System.Threading": "4.0.11-beta-23409", - "System.Threading.Tasks": "4.0.11-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23409", - "System.Diagnostics.Debug": "4.0.11-beta-23409", - "System.Globalization": "4.0.11-beta-23409", - "System.Linq": "4.0.1-beta-23409", - "System.Linq.Expressions": "4.0.11-beta-23409", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.1-beta-23409", - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Newtonsoft.Json/6.0.8": { - "type": "package", - "compile": { - "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} - } - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.Collections.Specialized/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Collections.NonGeneric": "4.0.0-beta-23109", - "System.Globalization": "4.0.10-beta-23109", - "System.Globalization.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.Threading": "4.0.10-beta-23109" - }, - "compile": { - "ref/dotnet/System.Collections.Specialized.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tools.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Diagnostics.TraceSource.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.21-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.0.0-beta-23109": { - "type": "package", - "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.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Queryable/4.0.0-beta-23109": { - "type": "package", - "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.Http/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Net.Http.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23225" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.DataContractSerialization/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Collections": "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.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.Serialization.Primitives": "4.0.10-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": "4.0.10-beta-23109", - "System.Xml.ReaderWriter": "4.0.10-beta-23109", - "System.Xml.XmlSerializer": "4.0.10-beta-23109" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.DataContractSerialization.dll": {} - } - }, - "System.Private.Networking/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23409": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23409" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.21-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/dotnet/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0-beta-23109" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Runtime.Serialization.Xml/4.0.10-beta-23109": { - "type": "package", - "dependencies": { - "System.Private.DataContractSerialization": "4.0.0-beta-23109", - "System.Runtime.Serialization.Primitives": "4.0.10-beta-23109" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Serialization.Xml.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Csp/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Csp.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Globalization.Calendars": "4.0.0", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Csp": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Spatial/5.6.4": { - "type": "package", - "compile": { - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.Text.Encoding/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Thread/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Timer.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Reflection": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10", - "System.Xml.ReaderWriter": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlSerializer/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0-beta-23109", - "System.Runtime": "4.0.0-beta-23109", - "System.Xml.ReaderWriter": "4.0.0-beta-23109" - }, - "compile": { - "ref/dotnet/System.Xml.XmlSerializer.dll": {} - } - }, - "WindowsAzure.Storage/6.1.1-preview": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "5.6.4", - "Microsoft.Data.Services.Client": "5.6.4", - "Newtonsoft.Json": "6.0.8", - "System.Collections": "4.0.11-beta-23225", - "System.Collections.Concurrent": "4.0.11-beta-23225", - "System.Collections.Specialized": "4.0.0-beta-23109", - "System.Diagnostics.Debug": "4.0.11-beta-23225", - "System.Diagnostics.Tools": "4.0.1-beta-23225", - "System.Diagnostics.TraceSource": "4.0.0-beta-23225", - "System.Diagnostics.Tracing": "4.0.21-beta-23225", - "System.Dynamic.Runtime": "4.0.11-beta-23225", - "System.Globalization": "4.0.11-beta-23225", - "System.IO": "4.0.11-beta-23225", - "System.IO.FileSystem": "4.0.1-beta-23225", - "System.IO.FileSystem.Primitives": "4.0.1-beta-23225", - "System.Linq": "4.0.1-beta-23225", - "System.Linq.Expressions": "4.0.11-beta-23225", - "System.Linq.Queryable": "4.0.0-beta-23109", - "System.Net.Http": "4.0.1-beta-23225", - "System.Net.Primitives": "4.0.11-beta-23225", - "System.Reflection": "4.1.0-beta-23225", - "System.Reflection.Extensions": "4.0.1-beta-23225", - "System.Reflection.TypeExtensions": "4.0.1-beta-23225", - "System.Runtime": "4.0.20-beta-23109", - "System.Runtime.Extensions": "4.0.11-beta-23225", - "System.Runtime.InteropServices": "4.0.21-beta-23225", - "System.Runtime.Serialization.Primitives": "4.0.0-beta-23109", - "System.Runtime.Serialization.Xml": "4.0.10-beta-23109", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Spatial": "5.6.4", - "System.Text.Encoding": "4.0.11-beta-23225", - "System.Text.Encoding.Extensions": "4.0.11-beta-23225", - "System.Text.RegularExpressions": "4.0.11-beta-23225", - "System.Threading": "4.0.11-beta-23225", - "System.Threading.Tasks": "4.0.11-beta-23225", - "System.Threading.Thread": "4.0.0-beta-23225", - "System.Threading.ThreadPool": "4.0.10-beta-23225", - "System.Threading.Timer": "4.0.1-beta-23225", - "System.Xml.ReaderWriter": "4.0.11-beta-23225", - "System.Xml.XDocument": "4.0.11-beta-23225", - "System.Xml.XmlSerializer": "4.0.0-beta-23109" - }, - "compile": { - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll": {} - } - } - }, - ".NETFramework,Version=v4.5/win7-x86": { - "Microsoft.Azure.KeyVault.Core/1.0.0": { - "type": "package", - "compile": { - "lib/net40/Microsoft.Azure.KeyVault.Core.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Azure.KeyVault.Core.dll": {} - } - }, - "Microsoft.Data.Edm/5.6.4": { - "type": "package", - "compile": { - "lib/net40/Microsoft.Data.Edm.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Data.Edm.dll": {} - }, - "resource": { - "lib/net40/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/net40/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.OData/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.Edm": "[5.6.4]", - "System.Spatial": "[5.6.4]" - }, - "compile": { - "lib/net40/Microsoft.Data.OData.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Data.OData.dll": {} - }, - "resource": { - "lib/net40/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/net40/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.Services.Client/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "[5.6.4]" - }, - "compile": { - "lib/net40/Microsoft.Data.Services.Client.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Data.Services.Client.dll": {} - }, - "resource": { - "lib/net40/de/Microsoft.Data.Services.Client.resources.dll": { - "locale": "de" - }, - "lib/net40/es/Microsoft.Data.Services.Client.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/Microsoft.Data.Services.Client.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/Microsoft.Data.Services.Client.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-beta8" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.DependencyInjection.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.Primitives.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.Primitives.dll": {} - } - }, - "Newtonsoft.Json/6.0.8": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "System.Spatial/5.6.4": { - "type": "package", - "compile": { - "lib/net40/System.Spatial.dll": {} - }, - "runtime": { - "lib/net40/System.Spatial.dll": {} - }, - "resource": { - "lib/net40/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/net40/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "WindowsAzure.Storage/6.1.1-preview": { - "type": "package", - "dependencies": { - "Microsoft.Azure.KeyVault.Core": "1.0.0", - "Microsoft.Data.OData": "5.6.4", - "Microsoft.Data.Services.Client": "5.6.4", - "Newtonsoft.Json": "6.0.8" - }, - "frameworkAssemblies": [ - "System.Data", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net40/Microsoft.WindowsAzure.Storage.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.WindowsAzure.Storage.dll": {} - } - } - }, - ".NETFramework,Version=v4.5/win7-x64": { - "Microsoft.Azure.KeyVault.Core/1.0.0": { - "type": "package", - "compile": { - "lib/net40/Microsoft.Azure.KeyVault.Core.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Azure.KeyVault.Core.dll": {} - } - }, - "Microsoft.Data.Edm/5.6.4": { - "type": "package", - "compile": { - "lib/net40/Microsoft.Data.Edm.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Data.Edm.dll": {} - }, - "resource": { - "lib/net40/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/net40/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.OData/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.Edm": "[5.6.4]", - "System.Spatial": "[5.6.4]" - }, - "compile": { - "lib/net40/Microsoft.Data.OData.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Data.OData.dll": {} - }, - "resource": { - "lib/net40/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/net40/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.Services.Client/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "[5.6.4]" - }, - "compile": { - "lib/net40/Microsoft.Data.Services.Client.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.Data.Services.Client.dll": {} - }, - "resource": { - "lib/net40/de/Microsoft.Data.Services.Client.resources.dll": { - "locale": "de" - }, - "lib/net40/es/Microsoft.Data.Services.Client.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/Microsoft.Data.Services.Client.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/Microsoft.Data.Services.Client.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-beta8" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.DependencyInjection.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Framework.Primitives.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Framework.Primitives.dll": {} - } - }, - "Newtonsoft.Json/6.0.8": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "System.Spatial/5.6.4": { - "type": "package", - "compile": { - "lib/net40/System.Spatial.dll": {} - }, - "runtime": { - "lib/net40/System.Spatial.dll": {} - }, - "resource": { - "lib/net40/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/net40/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/net40/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/net40/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/net40/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/net40/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/net40/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/net40/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net40/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "WindowsAzure.Storage/6.1.1-preview": { - "type": "package", - "dependencies": { - "Microsoft.Azure.KeyVault.Core": "1.0.0", - "Microsoft.Data.OData": "5.6.4", - "Microsoft.Data.Services.Client": "5.6.4", - "Newtonsoft.Json": "6.0.8" - }, - "frameworkAssemblies": [ - "System.Data", - "System.Xml", - "System.Xml.Linq" - ], - "compile": { - "lib/net40/Microsoft.WindowsAzure.Storage.dll": {} - }, - "runtime": { - "lib/net40/Microsoft.WindowsAzure.Storage.dll": {} - } - } - }, - "DNXCore,Version=v5.0/win7-x86": { - "Microsoft.CSharp/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Data.Edm/5.6.4": { - "type": "package", - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.OData/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.Edm": "[5.6.4]", - "System.Spatial": "[5.6.4]" - }, - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.Services.Client/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "[5.6.4]" - }, - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Services.Client.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Services.Client.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Services.Client.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Services.Client.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-beta8", - "System.Collections": "4.0.11-beta-23409", - "System.Threading": "4.0.11-beta-23409", - "System.Threading.Tasks": "4.0.11-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", - "System.Collections": "4.0.11-beta-23409", - "System.Collections.Concurrent": "4.0.11-beta-23409", - "System.Threading": "4.0.11-beta-23409", - "System.Threading.Tasks": "4.0.11-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23409", - "System.Diagnostics.Debug": "4.0.11-beta-23409", - "System.Globalization": "4.0.11-beta-23409", - "System.Linq": "4.0.1-beta-23409", - "System.Linq.Expressions": "4.0.11-beta-23409", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.1-beta-23409", - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Newtonsoft.Json/6.0.8": { - "type": "package", - "compile": { - "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} - } - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} - } - }, - "runtime.win7.System.Threading/4.0.11-beta-23409": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} - } - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.Collections.Specialized/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Collections.NonGeneric": "4.0.0-beta-23109", - "System.Globalization": "4.0.10-beta-23109", - "System.Globalization.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.Threading": "4.0.10-beta-23109" - }, - "compile": { - "ref/dotnet/System.Collections.Specialized.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tools.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Diagnostics.TraceSource.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.21-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.0.0-beta-23109": { - "type": "package", - "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.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "type": "package", - "native": { - "runtimes/win7-x86/native/clrcompression.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Queryable/4.0.0-beta-23109": { - "type": "package", - "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.Http/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Net.Http.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23225" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.DataContractSerialization/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Collections": "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.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.Serialization.Primitives": "4.0.10-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": "4.0.10-beta-23109", - "System.Xml.ReaderWriter": "4.0.10-beta-23109", - "System.Xml.XmlSerializer": "4.0.10-beta-23109" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.DataContractSerialization.dll": {} - } - }, - "System.Private.Networking/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23409": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23409" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.21-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/dotnet/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0-beta-23109" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Runtime.Serialization.Xml/4.0.10-beta-23109": { - "type": "package", - "dependencies": { - "System.Private.DataContractSerialization": "4.0.0-beta-23109", - "System.Runtime.Serialization.Primitives": "4.0.10-beta-23109" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Serialization.Xml.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Csp/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Csp.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Globalization.Calendars": "4.0.0", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Csp": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Spatial/5.6.4": { - "type": "package", - "compile": { - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.Text.Encoding/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Thread/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Timer.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Reflection": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10", - "System.Xml.ReaderWriter": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlSerializer/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0-beta-23109", - "System.Runtime": "4.0.0-beta-23109", - "System.Xml.ReaderWriter": "4.0.0-beta-23109" - }, - "compile": { - "ref/dotnet/System.Xml.XmlSerializer.dll": {} - } - }, - "WindowsAzure.Storage/6.1.1-preview": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "5.6.4", - "Microsoft.Data.Services.Client": "5.6.4", - "Newtonsoft.Json": "6.0.8", - "System.Collections": "4.0.11-beta-23225", - "System.Collections.Concurrent": "4.0.11-beta-23225", - "System.Collections.Specialized": "4.0.0-beta-23109", - "System.Diagnostics.Debug": "4.0.11-beta-23225", - "System.Diagnostics.Tools": "4.0.1-beta-23225", - "System.Diagnostics.TraceSource": "4.0.0-beta-23225", - "System.Diagnostics.Tracing": "4.0.21-beta-23225", - "System.Dynamic.Runtime": "4.0.11-beta-23225", - "System.Globalization": "4.0.11-beta-23225", - "System.IO": "4.0.11-beta-23225", - "System.IO.FileSystem": "4.0.1-beta-23225", - "System.IO.FileSystem.Primitives": "4.0.1-beta-23225", - "System.Linq": "4.0.1-beta-23225", - "System.Linq.Expressions": "4.0.11-beta-23225", - "System.Linq.Queryable": "4.0.0-beta-23109", - "System.Net.Http": "4.0.1-beta-23225", - "System.Net.Primitives": "4.0.11-beta-23225", - "System.Reflection": "4.1.0-beta-23225", - "System.Reflection.Extensions": "4.0.1-beta-23225", - "System.Reflection.TypeExtensions": "4.0.1-beta-23225", - "System.Runtime": "4.0.20-beta-23109", - "System.Runtime.Extensions": "4.0.11-beta-23225", - "System.Runtime.InteropServices": "4.0.21-beta-23225", - "System.Runtime.Serialization.Primitives": "4.0.0-beta-23109", - "System.Runtime.Serialization.Xml": "4.0.10-beta-23109", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Spatial": "5.6.4", - "System.Text.Encoding": "4.0.11-beta-23225", - "System.Text.Encoding.Extensions": "4.0.11-beta-23225", - "System.Text.RegularExpressions": "4.0.11-beta-23225", - "System.Threading": "4.0.11-beta-23225", - "System.Threading.Tasks": "4.0.11-beta-23225", - "System.Threading.Thread": "4.0.0-beta-23225", - "System.Threading.ThreadPool": "4.0.10-beta-23225", - "System.Threading.Timer": "4.0.1-beta-23225", - "System.Xml.ReaderWriter": "4.0.11-beta-23225", - "System.Xml.XDocument": "4.0.11-beta-23225", - "System.Xml.XmlSerializer": "4.0.0-beta-23109" - }, - "compile": { - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll": {} - } - } - }, - "DNXCore,Version=v5.0/win7-x64": { - "Microsoft.CSharp/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Data.Edm/5.6.4": { - "type": "package", - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.OData/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.Edm": "[5.6.4]", - "System.Spatial": "[5.6.4]" - }, - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.Services.Client/5.6.4": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "[5.6.4]" - }, - "compile": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Services.Client.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Services.Client.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Services.Client.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Services.Client.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Services.Client.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Services.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-beta8", - "System.Collections": "4.0.11-beta-23409", - "System.Threading": "4.0.11-beta-23409", - "System.Threading.Tasks": "4.0.11-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { - "type": "package", - "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", - "System.Collections": "4.0.11-beta-23409", - "System.Collections.Concurrent": "4.0.11-beta-23409", - "System.Threading": "4.0.11-beta-23409", - "System.Threading.Tasks": "4.0.11-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} - } - }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23409", - "System.Diagnostics.Debug": "4.0.11-beta-23409", - "System.Globalization": "4.0.11-beta-23409", - "System.Linq": "4.0.1-beta-23409", - "System.Linq.Expressions": "4.0.11-beta-23409", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.1-beta-23409", - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Newtonsoft.Json/6.0.8": { - "type": "package", - "compile": { - "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} - } - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} - } - }, - "runtime.win7.System.Threading/4.0.11-beta-23409": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} - } - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.Collections.Specialized/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Collections.NonGeneric": "4.0.0-beta-23109", - "System.Globalization": "4.0.10-beta-23109", - "System.Globalization.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.Threading": "4.0.10-beta-23109" - }, - "compile": { - "ref/dotnet/System.Collections.Specialized.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tools.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Diagnostics.TraceSource.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.21-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.Calendars.dll": {} - } - }, - "System.Globalization.Extensions/4.0.0-beta-23109": { - "type": "package", - "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.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.clrcompression-x64/4.0.0": { - "type": "package", - "native": { - "runtimes/win7-x64/native/clrcompression.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Queryable/4.0.0-beta-23109": { - "type": "package", - "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.Http/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Net.Http.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23225" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.DataContractSerialization/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Collections": "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.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.Serialization.Primitives": "4.0.10-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": "4.0.10-beta-23109", - "System.Xml.ReaderWriter": "4.0.10-beta-23109", - "System.Xml.XmlSerializer": "4.0.10-beta-23109" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.DataContractSerialization.dll": {} - } - }, - "System.Private.Networking/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23409": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23409" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.21-beta-23225": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.Numerics/4.0.0": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/dotnet/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0-beta-23109" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Runtime.Serialization.Xml/4.0.10-beta-23109": { - "type": "package", - "dependencies": { - "System.Private.DataContractSerialization": "4.0.0-beta-23109", - "System.Runtime.Serialization.Primitives": "4.0.10-beta-23109" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Serialization.Xml.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Csp/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Csp.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Globalization.Calendars": "4.0.0", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Csp": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Spatial/5.6.4": { - "type": "package", - "compile": { - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll": {} - }, - "runtime": { - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll": {} - }, - "resource": { - "lib/portable-net45+wp8+win8+wpa/de/System.Spatial.resources.dll": { - "locale": "de" - }, - "lib/portable-net45+wp8+win8+wpa/es/System.Spatial.resources.dll": { - "locale": "es" - }, - "lib/portable-net45+wp8+win8+wpa/fr/System.Spatial.resources.dll": { - "locale": "fr" - }, - "lib/portable-net45+wp8+win8+wpa/it/System.Spatial.resources.dll": { - "locale": "it" - }, - "lib/portable-net45+wp8+win8+wpa/ja/System.Spatial.resources.dll": { - "locale": "ja" - }, - "lib/portable-net45+wp8+win8+wpa/ko/System.Spatial.resources.dll": { - "locale": "ko" - }, - "lib/portable-net45+wp8+win8+wpa/ru/System.Spatial.resources.dll": { - "locale": "ru" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll": { - "locale": "zh-Hans" - }, - "lib/portable-net45+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.Text.Encoding/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Thread/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.0.1-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Timer.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-beta-23225": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Reflection": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10", - "System.Xml.ReaderWriter": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} - } - }, - "System.Xml.XmlSerializer/4.0.0-beta-23109": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0-beta-23109", - "System.Runtime": "4.0.0-beta-23109", - "System.Xml.ReaderWriter": "4.0.0-beta-23109" - }, - "compile": { - "ref/dotnet/System.Xml.XmlSerializer.dll": {} - } - }, - "WindowsAzure.Storage/6.1.1-preview": { - "type": "package", - "dependencies": { - "Microsoft.Data.OData": "5.6.4", - "Microsoft.Data.Services.Client": "5.6.4", - "Newtonsoft.Json": "6.0.8", - "System.Collections": "4.0.11-beta-23225", - "System.Collections.Concurrent": "4.0.11-beta-23225", - "System.Collections.Specialized": "4.0.0-beta-23109", - "System.Diagnostics.Debug": "4.0.11-beta-23225", - "System.Diagnostics.Tools": "4.0.1-beta-23225", - "System.Diagnostics.TraceSource": "4.0.0-beta-23225", - "System.Diagnostics.Tracing": "4.0.21-beta-23225", - "System.Dynamic.Runtime": "4.0.11-beta-23225", - "System.Globalization": "4.0.11-beta-23225", - "System.IO": "4.0.11-beta-23225", - "System.IO.FileSystem": "4.0.1-beta-23225", - "System.IO.FileSystem.Primitives": "4.0.1-beta-23225", - "System.Linq": "4.0.1-beta-23225", - "System.Linq.Expressions": "4.0.11-beta-23225", - "System.Linq.Queryable": "4.0.0-beta-23109", - "System.Net.Http": "4.0.1-beta-23225", - "System.Net.Primitives": "4.0.11-beta-23225", - "System.Reflection": "4.1.0-beta-23225", - "System.Reflection.Extensions": "4.0.1-beta-23225", - "System.Reflection.TypeExtensions": "4.0.1-beta-23225", - "System.Runtime": "4.0.20-beta-23109", - "System.Runtime.Extensions": "4.0.11-beta-23225", - "System.Runtime.InteropServices": "4.0.21-beta-23225", - "System.Runtime.Serialization.Primitives": "4.0.0-beta-23109", - "System.Runtime.Serialization.Xml": "4.0.10-beta-23109", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23225", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23225", - "System.Spatial": "5.6.4", - "System.Text.Encoding": "4.0.11-beta-23225", - "System.Text.Encoding.Extensions": "4.0.11-beta-23225", - "System.Text.RegularExpressions": "4.0.11-beta-23225", - "System.Threading": "4.0.11-beta-23225", - "System.Threading.Tasks": "4.0.11-beta-23225", - "System.Threading.Thread": "4.0.0-beta-23225", - "System.Threading.ThreadPool": "4.0.10-beta-23225", - "System.Threading.Timer": "4.0.1-beta-23225", - "System.Xml.ReaderWriter": "4.0.11-beta-23225", - "System.Xml.XDocument": "4.0.11-beta-23225", - "System.Xml.XmlSerializer": "4.0.0-beta-23109" - }, - "compile": { - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll": {} - } - } } }, "libraries": { "Microsoft.Azure.KeyVault.Core/1.0.0": { - "type": "package", "sha512": "iaA0E8xoVlqroQ7Iurg/VyAjfPdhzn+xN7JkdncmNoox/ez49uPbxp2vMrvhopBaUMuoBu38+8e0RvrV+X+BxA==", + "type": "package", "files": [ + "Microsoft.Azure.KeyVault.Core.1.0.0.nupkg.sha512", + "Microsoft.Azure.KeyVault.Core.nuspec", "lib/net40/Microsoft.Azure.KeyVault.Core.dll", "lib/net40/Microsoft.Azure.KeyVault.Core.xml", "lib/portable-net45+wp8+wpa81+win/Microsoft.Azure.KeyVault.Core.dll", - "lib/portable-net45+wp8+wpa81+win/Microsoft.Azure.KeyVault.Core.xml", - "Microsoft.Azure.KeyVault.Core.1.0.0.nupkg", - "Microsoft.Azure.KeyVault.Core.1.0.0.nupkg.sha512", - "Microsoft.Azure.KeyVault.Core.nuspec" - ] - }, - "Microsoft.CSharp/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "GGOOJF47WzXZoka0JHCToQxzSguIy1UeXZywUjA1NPqvKAWVwbSbZ2VxyeIL3jyTV1BHEbBX8FPL6vweUON2aw==", - "files": [ - "lib/dotnet/de/Microsoft.CSharp.xml", - "lib/dotnet/es/Microsoft.CSharp.xml", - "lib/dotnet/fr/Microsoft.CSharp.xml", - "lib/dotnet/it/Microsoft.CSharp.xml", - "lib/dotnet/ja/Microsoft.CSharp.xml", - "lib/dotnet/ko/Microsoft.CSharp.xml", - "lib/dotnet/Microsoft.CSharp.dll", - "lib/dotnet/Microsoft.CSharp.xml", - "lib/dotnet/ru/Microsoft.CSharp.xml", - "lib/dotnet/zh-hans/Microsoft.CSharp.xml", - "lib/dotnet/zh-hant/Microsoft.CSharp.xml", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcore50/Microsoft.CSharp.xml", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23409.nupkg", - "Microsoft.CSharp.4.0.1-beta-23409.nupkg.sha512", - "Microsoft.CSharp.nuspec", - "ref/dotnet/Microsoft.CSharp.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "lib/portable-net45+wp8+wpa81+win/Microsoft.Azure.KeyVault.Core.xml" ] }, "Microsoft.Data.Edm/5.6.4": { - "type": "package", "sha512": "I9ea/CEOufddjjyRYIowshdeFj5SIqfWZ5conK/UIaFx2/jJ+PDRhQ5jcJTqTg/ediCa1C22TeRl/MmL9zwBew==", + "type": "package", "files": [ + "Microsoft.Data.Edm.5.6.4.nupkg.sha512", + "Microsoft.Data.Edm.nuspec", + "lib/net40/Microsoft.Data.Edm.dll", + "lib/net40/Microsoft.Data.Edm.xml", "lib/net40/de/Microsoft.Data.Edm.resources.dll", "lib/net40/es/Microsoft.Data.Edm.resources.dll", "lib/net40/fr/Microsoft.Data.Edm.resources.dll", "lib/net40/it/Microsoft.Data.Edm.resources.dll", "lib/net40/ja/Microsoft.Data.Edm.resources.dll", "lib/net40/ko/Microsoft.Data.Edm.resources.dll", - "lib/net40/Microsoft.Data.Edm.dll", - "lib/net40/Microsoft.Data.Edm.xml", "lib/net40/ru/Microsoft.Data.Edm.resources.dll", "lib/net40/zh-Hans/Microsoft.Data.Edm.resources.dll", "lib/net40/zh-Hant/Microsoft.Data.Edm.resources.dll", + "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.Edm.dll", + "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.Edm.xml", "lib/portable-net40+sl5+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll", - "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.Edm.dll", - "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.Edm.xml", "lib/portable-net40+sl5+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll", + "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll", + "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.xml", "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Edm.resources.dll", - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.dll", - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Edm.xml", "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Edm.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Edm.resources.dll", + "lib/sl4/Microsoft.Data.Edm.dll", + "lib/sl4/Microsoft.Data.Edm.xml", "lib/sl4/de/Microsoft.Data.Edm.resources.dll", "lib/sl4/es/Microsoft.Data.Edm.resources.dll", "lib/sl4/fr/Microsoft.Data.Edm.resources.dll", "lib/sl4/it/Microsoft.Data.Edm.resources.dll", "lib/sl4/ja/Microsoft.Data.Edm.resources.dll", "lib/sl4/ko/Microsoft.Data.Edm.resources.dll", - "lib/sl4/Microsoft.Data.Edm.dll", - "lib/sl4/Microsoft.Data.Edm.xml", "lib/sl4/ru/Microsoft.Data.Edm.resources.dll", "lib/sl4/zh-Hans/Microsoft.Data.Edm.resources.dll", - "lib/sl4/zh-Hant/Microsoft.Data.Edm.resources.dll", - "Microsoft.Data.Edm.5.6.4.nupkg", - "Microsoft.Data.Edm.5.6.4.nupkg.sha512", - "Microsoft.Data.Edm.nuspec" + "lib/sl4/zh-Hant/Microsoft.Data.Edm.resources.dll" ] }, "Microsoft.Data.OData/5.6.4": { - "type": "package", "sha512": "Te71LAvjYppmBCLWomHvhVzKes3q8L5tmmDMSyLP7YrJMYG5/Ded8uJgxWWkUX/Vh11ZDpN2WXRByOg+BAHCYw==", + "type": "package", "files": [ + "Microsoft.Data.OData.5.6.4.nupkg.sha512", + "Microsoft.Data.OData.nuspec", + "lib/net40/Microsoft.Data.OData.dll", + "lib/net40/Microsoft.Data.OData.xml", "lib/net40/de/Microsoft.Data.OData.resources.dll", "lib/net40/es/Microsoft.Data.OData.resources.dll", "lib/net40/fr/Microsoft.Data.OData.resources.dll", "lib/net40/it/Microsoft.Data.OData.resources.dll", "lib/net40/ja/Microsoft.Data.OData.resources.dll", "lib/net40/ko/Microsoft.Data.OData.resources.dll", - "lib/net40/Microsoft.Data.OData.dll", - "lib/net40/Microsoft.Data.OData.xml", "lib/net40/ru/Microsoft.Data.OData.resources.dll", "lib/net40/zh-Hans/Microsoft.Data.OData.resources.dll", "lib/net40/zh-Hant/Microsoft.Data.OData.resources.dll", + "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.OData.dll", + "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.OData.xml", "lib/portable-net40+sl5+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll", - "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.OData.dll", - "lib/portable-net40+sl5+wp8+win8+wpa/Microsoft.Data.OData.xml", "lib/portable-net40+sl5+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll", + "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll", + "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.xml", "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.OData.resources.dll", - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.dll", - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.OData.xml", "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.OData.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.OData.resources.dll", + "lib/sl4/Microsoft.Data.OData.dll", + "lib/sl4/Microsoft.Data.OData.xml", "lib/sl4/de/Microsoft.Data.OData.resources.dll", "lib/sl4/es/Microsoft.Data.OData.resources.dll", "lib/sl4/fr/Microsoft.Data.OData.resources.dll", "lib/sl4/it/Microsoft.Data.OData.resources.dll", "lib/sl4/ja/Microsoft.Data.OData.resources.dll", "lib/sl4/ko/Microsoft.Data.OData.resources.dll", - "lib/sl4/Microsoft.Data.OData.dll", - "lib/sl4/Microsoft.Data.OData.xml", "lib/sl4/ru/Microsoft.Data.OData.resources.dll", "lib/sl4/zh-Hans/Microsoft.Data.OData.resources.dll", - "lib/sl4/zh-Hant/Microsoft.Data.OData.resources.dll", - "Microsoft.Data.OData.5.6.4.nupkg", - "Microsoft.Data.OData.5.6.4.nupkg.sha512", - "Microsoft.Data.OData.nuspec" + "lib/sl4/zh-Hant/Microsoft.Data.OData.resources.dll" ] }, "Microsoft.Data.Services.Client/5.6.4": { - "type": "package", "sha512": "94XNZKwnpHuFAdR70kqNTMBv2ex9m+VVQX8dHknZgtlq+nTlZDgzFmahU0wsBaIqJWc3k8Z+FftQ2Voq9r0NWA==", + "type": "package", "files": [ + "Microsoft.Data.Services.Client.5.6.4.nupkg.sha512", + "Microsoft.Data.Services.Client.nuspec", + "lib/net40/Microsoft.Data.Services.Client.dll", + "lib/net40/Microsoft.Data.Services.Client.xml", "lib/net40/de/Microsoft.Data.Services.Client.resources.dll", "lib/net40/es/Microsoft.Data.Services.Client.resources.dll", "lib/net40/fr/Microsoft.Data.Services.Client.resources.dll", "lib/net40/it/Microsoft.Data.Services.Client.resources.dll", "lib/net40/ja/Microsoft.Data.Services.Client.resources.dll", "lib/net40/ko/Microsoft.Data.Services.Client.resources.dll", - "lib/net40/Microsoft.Data.Services.Client.dll", - "lib/net40/Microsoft.Data.Services.Client.xml", "lib/net40/ru/Microsoft.Data.Services.Client.resources.dll", "lib/net40/zh-Hans/Microsoft.Data.Services.Client.resources.dll", "lib/net40/zh-Hant/Microsoft.Data.Services.Client.resources.dll", + "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll", + "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.xml", "lib/portable-net45+wp8+win8+wpa/de/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/es/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/fr/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/it/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/ja/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/ko/Microsoft.Data.Services.Client.resources.dll", - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.dll", - "lib/portable-net45+wp8+win8+wpa/Microsoft.Data.Services.Client.xml", "lib/portable-net45+wp8+win8+wpa/ru/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hans/Microsoft.Data.Services.Client.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hant/Microsoft.Data.Services.Client.resources.dll", + "lib/sl4/Microsoft.Data.Services.Client.dll", + "lib/sl4/Microsoft.Data.Services.Client.xml", "lib/sl4/de/Microsoft.Data.Services.Client.resources.dll", "lib/sl4/es/Microsoft.Data.Services.Client.resources.dll", "lib/sl4/fr/Microsoft.Data.Services.Client.resources.dll", "lib/sl4/it/Microsoft.Data.Services.Client.resources.dll", "lib/sl4/ja/Microsoft.Data.Services.Client.resources.dll", "lib/sl4/ko/Microsoft.Data.Services.Client.resources.dll", - "lib/sl4/Microsoft.Data.Services.Client.dll", - "lib/sl4/Microsoft.Data.Services.Client.xml", "lib/sl4/ru/Microsoft.Data.Services.Client.resources.dll", "lib/sl4/zh-Hans/Microsoft.Data.Services.Client.resources.dll", - "lib/sl4/zh-Hant/Microsoft.Data.Services.Client.resources.dll", - "Microsoft.Data.Services.Client.5.6.4.nupkg", - "Microsoft.Data.Services.Client.5.6.4.nupkg.sha512", - "Microsoft.Data.Services.Client.nuspec" + "lib/sl4/zh-Hant/Microsoft.Data.Services.Client.resources.dll" ] }, - "Microsoft.Framework.Caching.Abstractions/1.0.0-beta8": { + "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { + "sha512": "Seu7cdYLYDFjYGd9KgzbAa5G6Xkzw6f6mSJjWemal1qNL505ktHMSbve6IPGScipL578rPwPTVqrTWWKIvmvLg==", "type": "package", - "serviceable": true, - "sha512": "CvJ0sdlPcrGDcF7wULMLArda7PsNgbci/DY8AzTjj5rRdu0ZJQ30uFWFsd4CzA7358Qkeq19PmYrptvIG5weqA==", "files": [ - "lib/dnx451/Microsoft.Framework.Caching.Abstractions.dll", - "lib/dnx451/Microsoft.Framework.Caching.Abstractions.xml", - "lib/dnxcore50/Microsoft.Framework.Caching.Abstractions.dll", - "lib/dnxcore50/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-beta8.nupkg", - "Microsoft.Framework.Caching.Abstractions.1.0.0-beta8.nupkg.sha512", - "Microsoft.Framework.Caching.Abstractions.nuspec" + "Microsoft.Extensions.Caching.Abstractions.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Caching.Abstractions.nuspec", + "lib/netcore50/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml" ] }, - "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { + "sha512": "TreRt5BDwivHosFbDpfaJ9CArhyZUHWzv9dlqZx2e0+PSbZznXRBg0QWteh+Y5gEPmJy6hANuz4ZeVK52nLKXA==", "type": "package", - "serviceable": true, - "sha512": "6TmUFq/mt2l7QKoDyCuJOrDFcJ9A3ljZ/P3SBQMb+IYJ9J7XivUb47E+E9dQXhIjs5FpFHUGAE5Mxj2oKpxkfA==", "files": [ - "lib/dnx451/Microsoft.Framework.DependencyInjection.dll", - "lib/dnx451/Microsoft.Framework.DependencyInjection.xml", - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll", - "lib/dnxcore50/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-beta8.nupkg", - "Microsoft.Framework.DependencyInjection.1.0.0-beta8.nupkg.sha512", - "Microsoft.Framework.DependencyInjection.nuspec" + "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.nuspec", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.xml" ] }, - "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { + "sha512": "KRvRif+xioZSjml/O/Y6W/fksieNZ/hp+Bf/4Nau85gQleG8UJl+etaJXj18SWu8bQ3ApD4ikzq6qKXLlO8AMg==", "type": "package", - "serviceable": true, - "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", "files": [ - "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", - "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", - "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", - "lib/dnxcore50/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-beta8.nupkg", - "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", - "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml" ] }, - "Microsoft.Framework.Primitives/1.0.0-beta8": { + "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { + "sha512": "5lXETW9MI0CIOOCtgeJcrX3jODcFkX04tr+K/MB+cRspPvYD3URbf4MRIwWgI5r7cu+8+efPxEH0tG1g8ldhQA==", "type": "package", - "serviceable": true, - "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", "files": [ - "lib/dnx451/Microsoft.Framework.Primitives.dll", - "lib/dnx451/Microsoft.Framework.Primitives.xml", - "lib/dnxcore50/Microsoft.Framework.Primitives.dll", - "lib/dnxcore50/Microsoft.Framework.Primitives.xml", - "lib/dotnet/Microsoft.Framework.Primitives.dll", - "lib/dotnet/Microsoft.Framework.Primitives.xml", - "lib/net45/Microsoft.Framework.Primitives.dll", - "lib/net45/Microsoft.Framework.Primitives.xml", - "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", - "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", - "Microsoft.Framework.Primitives.nuspec" + "Microsoft.Extensions.Primitives.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Primitives.nuspec", + "lib/netcore50/Microsoft.Extensions.Primitives.dll", + "lib/netcore50/Microsoft.Extensions.Primitives.xml", + "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard1.0/Microsoft.Extensions.Primitives.xml" ] }, - "Microsoft.Win32.Primitives/4.0.0": { + "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { + "sha512": "BIZpJMovdHgUbCrZR9suwwLpZMNehIkaFKiIb9X5+wPjXNHMSQ91ETSASAnEXERyU7+ptJAfJGqgr3Y9ly98MQ==", "type": "package", - "serviceable": true, - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", "files": [ - "lib/dotnet/Microsoft.Win32.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.4.0.0.nupkg", - "Microsoft.Win32.Primitives.4.0.0.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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "Microsoft.NETCore.Platforms.1.0.1-rc2-24027.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.json" + ] + }, + "Microsoft.NETCore.Runtime/1.0.2-rc2-24027": { + "sha512": "z/R3npq0vJi1urIComaxGXX2CCfv27N78pNa3dMG4fyCQZA6u50v8ttWFnPV1caSN1O5JvDavqpBXVT1FdHcrA==", + "type": "package", + "files": [ + "Microsoft.NETCore.Runtime.1.0.2-rc2-24027.nupkg.sha512", + "Microsoft.NETCore.Runtime.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt" + ] + }, + "Microsoft.NETCore.Targets/1.0.1-rc2-24027": { + "sha512": "pNy4HhkgeM1kE/IqtDQLfUcMpy3NB3B/p8J/71G9Wvu2p/ARRH2hjq1TkETiqQW7ER9aFUs86wmgHyk3dtDgVQ==", + "type": "package", + "files": [ + "Microsoft.NETCore.Targets.1.0.1-rc2-24027.nupkg.sha512", + "Microsoft.NETCore.Targets.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.json" + ] + }, + "NETStandard.Library/1.5.0-rc2-24027": { + "sha512": "SD27bvP2gNnlpC7HZUbnPOXS1M7VbBZoi0bdlqe5tj7weJQ2EyGDGw8mi7K1yUmeqjL6jPWBLSC28TDaLnyqwA==", + "type": "package", + "files": [ + "NETStandard.Library.1.5.0-rc2-24027.nupkg.sha512", + "NETStandard.Library.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt" ] }, "Newtonsoft.Json/6.0.8": { - "type": "package", "sha512": "7ut47NDedTW19EbL0JpFDYUP62fcuz27hJrehCDNajdCS5NtqL+E39+7Um3OkNc2wl2ym7K8Ln5eNuLus6mVGQ==", + "type": "package", "files": [ + "Newtonsoft.Json.6.0.8.nupkg.sha512", + "Newtonsoft.Json.nuspec", "lib/net20/Newtonsoft.Json.dll", "lib/net20/Newtonsoft.Json.xml", "lib/net35/Newtonsoft.Json.dll", @@ -4963,1430 +877,1528 @@ "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.8.nupkg", - "Newtonsoft.Json.6.0.8.nupkg.sha512", - "Newtonsoft.Json.nuspec", "tools/install.ps1" ] }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "System.Collections/4.0.11-rc2-24027": { + "sha512": "wi4oT2B06Ev7vDPeJki7HVJ3qPYJIilzf+p81JuNaBD9L2wi9Y2L5BsQ6ToncW+lYZafuMea/hiK1xX1Ge1VWQ==", "type": "package", - "serviceable": true, - "sha512": "ITLu13a/DQDMq1mHgxQnAjy4mFlYTTo+veCZ0K9PDYnzg9sNNjF+GhcKMkh3yOcMXwxdJr5gInXuqGHlD7bEug==", "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", - "runtime.win7.System.Diagnostics.Debug.nuspec", - "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", - "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" - ] - }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "9mcAednoAbDrL5t/GBPYFCfrxYaGxfvpkSkAt3LWQeCH0rp4PlJpOQNtIALcyCfG4lD+z0YBAXEQsZmMVs6C+Q==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", - "runtime.win7.System.Private.Uri.nuspec", - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", - "runtimes/win7/lib/netcore50/System.Private.Uri.dll", - "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" - ] - }, - "runtime.win7.System.Threading/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "KUUz+kNOK8ZEaCDERH/lS8RCVN9ww79xSAjWhs1/7pyN43727Xoh4GGODA0BUV3dAmBMvxMQVgDPwi/Ylvj/YQ==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", - "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", - "runtime.win7.System.Threading.nuspec", - "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/System.Threading.dll", - "runtimes/win7/lib/DNXCore50/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", - "runtimes/win7/lib/netcore50/de/System.Threading.xml", - "runtimes/win7/lib/netcore50/es/System.Threading.xml", - "runtimes/win7/lib/netcore50/fr/System.Threading.xml", - "runtimes/win7/lib/netcore50/it/System.Threading.xml", - "runtimes/win7/lib/netcore50/ja/System.Threading.xml", - "runtimes/win7/lib/netcore50/ko/System.Threading.xml", - "runtimes/win7/lib/netcore50/ru/System.Threading.xml", - "runtimes/win7/lib/netcore50/System.Threading.dll", - "runtimes/win7/lib/netcore50/System.Threading.xml", - "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", - "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll" - ] - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "p32VHfH7pe+EUjGSH+XiNjVn735JZnsvAG5nap5q11s6FjoqZ8bl7HOBM8AQGye/oWbKnSsh3dyKa1K0wbMk2w==", - "files": [ - "lib/DNXCore50/de/System.Collections.xml", - "lib/DNXCore50/es/System.Collections.xml", - "lib/DNXCore50/fr/System.Collections.xml", - "lib/DNXCore50/it/System.Collections.xml", - "lib/DNXCore50/ja/System.Collections.xml", - "lib/DNXCore50/ko/System.Collections.xml", - "lib/DNXCore50/ru/System.Collections.xml", - "lib/DNXCore50/System.Collections.dll", - "lib/DNXCore50/System.Collections.xml", - "lib/DNXCore50/zh-hans/System.Collections.xml", - "lib/DNXCore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-rc2-24027.nupkg.sha512", + "System.Collections.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/de/System.Collections.xml", - "lib/netcore50/es/System.Collections.xml", - "lib/netcore50/fr/System.Collections.xml", - "lib/netcore50/it/System.Collections.xml", - "lib/netcore50/ja/System.Collections.xml", - "lib/netcore50/ko/System.Collections.xml", - "lib/netcore50/ru/System.Collections.xml", - "lib/netcore50/System.Collections.dll", - "lib/netcore50/System.Collections.xml", - "lib/netcore50/zh-hans/System.Collections.xml", - "lib/netcore50/zh-hant/System.Collections.xml", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Collections.dll", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "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/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "runtimes/win8-aot/lib/netcore50/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", - "System.Collections.4.0.11-beta-23409.nupkg", - "System.Collections.4.0.11-beta-23409.nupkg.sha512", - "System.Collections.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Collections.Concurrent/4.0.11-beta-23409": { + "System.Collections.Concurrent/4.0.12-rc2-24027": { + "sha512": "0XN+QpKMG5xHRZ50hV6Yn1ojqAhZ2CL8q4vT316ipEB3yEb/ROMjC18Html5QreF12ZS6Le1AWtIB1Qgi2FzvA==", "type": "package", - "serviceable": true, - "sha512": "1IpnM4cumRWH4IQovgaUPJG1uelXn7gGogD1DnBFcTm6oh4DEndwv0TTYPzBcjVmQQUgyoPU/k16oeAr3ZkBbg==", "files": [ - "lib/dotnet/de/System.Collections.Concurrent.xml", - "lib/dotnet/es/System.Collections.Concurrent.xml", - "lib/dotnet/fr/System.Collections.Concurrent.xml", - "lib/dotnet/it/System.Collections.Concurrent.xml", - "lib/dotnet/ja/System.Collections.Concurrent.xml", - "lib/dotnet/ko/System.Collections.Concurrent.xml", - "lib/dotnet/ru/System.Collections.Concurrent.xml", - "lib/dotnet/System.Collections.Concurrent.dll", - "lib/dotnet/System.Collections.Concurrent.xml", - "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", - "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "System.Collections.Concurrent.4.0.12-rc2-24027.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", + "lib/netstandard1.3/System.Collections.Concurrent.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Collections.Concurrent.dll", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.1/System.Collections.Concurrent.dll", + "ref/netstandard1.1/System.Collections.Concurrent.xml", + "ref/netstandard1.1/de/System.Collections.Concurrent.xml", + "ref/netstandard1.1/es/System.Collections.Concurrent.xml", + "ref/netstandard1.1/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.1/it/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.1/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", + "ref/netstandard1.3/System.Collections.Concurrent.dll", + "ref/netstandard1.3/System.Collections.Concurrent.xml", + "ref/netstandard1.3/de/System.Collections.Concurrent.xml", + "ref/netstandard1.3/es/System.Collections.Concurrent.xml", + "ref/netstandard1.3/fr/System.Collections.Concurrent.xml", + "ref/netstandard1.3/it/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ja/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ko/System.Collections.Concurrent.xml", + "ref/netstandard1.3/ru/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", - "System.Collections.Concurrent.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Collections.NonGeneric/4.0.0": { + "System.ComponentModel/4.0.1-rc2-24027": { + "sha512": "6ne+Yk/6J59NZ19jiKjxwRPS2VIofrps2xkGDxMpyiHzEk4xpIY0kzt0ZABvTpdOYpvOw7bz2Ls2/X0QiuSjQg==", "type": "package", - "serviceable": true, - "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", "files": [ - "lib/dotnet/System.Collections.NonGeneric.dll", + "System.ComponentModel.4.0.1-rc2-24027.nupkg.sha512", + "System.ComponentModel.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.4.0.0.nupkg", - "System.Collections.NonGeneric.4.0.0.nupkg.sha512", - "System.Collections.NonGeneric.nuspec" - ] - }, - "System.Collections.Specialized/4.0.0-beta-23109": { - "type": "package", - "serviceable": true, - "sha512": "sHMEvjfZcBO04aDflCBqbNSsrs7NgpkXO4gZN+yt80KMEQ3iWbeK5U8CbdtjDRePNZzoYf5K1mE1c+3RR03UGA==", - "files": [ - "lib/dotnet/System.Collections.Specialized.dll", - "lib/net46/System.Collections.Specialized.dll", - "ref/dotnet/de/System.Collections.Specialized.xml", - "ref/dotnet/es/System.Collections.Specialized.xml", - "ref/dotnet/fr/System.Collections.Specialized.xml", - "ref/dotnet/it/System.Collections.Specialized.xml", - "ref/dotnet/ja/System.Collections.Specialized.xml", - "ref/dotnet/ko/System.Collections.Specialized.xml", - "ref/dotnet/ru/System.Collections.Specialized.xml", - "ref/dotnet/System.Collections.Specialized.dll", - "ref/dotnet/System.Collections.Specialized.xml", - "ref/dotnet/zh-hans/System.Collections.Specialized.xml", - "ref/dotnet/zh-hant/System.Collections.Specialized.xml", - "ref/net46/System.Collections.Specialized.dll", - "System.Collections.Specialized.4.0.0-beta-23109.nupkg", - "System.Collections.Specialized.4.0.0-beta-23109.nupkg.sha512", - "System.Collections.Specialized.nuspec" - ] - }, - "System.ComponentModel/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "4djgHMOshtJ1mwBhceLsbmr2CJyrpSRsKMWmpOfJEjtELVUXRBS2tf+stHEQSkhKgqT2SRjE2aSF4vIzziYsEQ==", - "files": [ - "lib/dotnet/de/System.ComponentModel.xml", - "lib/dotnet/es/System.ComponentModel.xml", - "lib/dotnet/fr/System.ComponentModel.xml", - "lib/dotnet/it/System.ComponentModel.xml", - "lib/dotnet/ja/System.ComponentModel.xml", - "lib/dotnet/ko/System.ComponentModel.xml", - "lib/dotnet/ru/System.ComponentModel.xml", - "lib/dotnet/System.ComponentModel.dll", - "lib/dotnet/System.ComponentModel.xml", - "lib/dotnet/zh-hans/System.ComponentModel.xml", - "lib/dotnet/zh-hant/System.ComponentModel.xml", "lib/net45/_._", "lib/netcore50/System.ComponentModel.dll", - "lib/netcore50/System.ComponentModel.xml", + "lib/netstandard1.3/System.ComponentModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "ref/dotnet/System.ComponentModel.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", + "ref/netstandard1.0/System.ComponentModel.dll", + "ref/netstandard1.0/System.ComponentModel.xml", + "ref/netstandard1.0/de/System.ComponentModel.xml", + "ref/netstandard1.0/es/System.ComponentModel.xml", + "ref/netstandard1.0/fr/System.ComponentModel.xml", + "ref/netstandard1.0/it/System.ComponentModel.xml", + "ref/netstandard1.0/ja/System.ComponentModel.xml", + "ref/netstandard1.0/ko/System.ComponentModel.xml", + "ref/netstandard1.0/ru/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23409.nupkg", - "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", - "System.ComponentModel.nuspec" - ] - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", - "files": [ - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", - "System.ComponentModel.EventBasedAsync.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23409": { + "System.Diagnostics.Debug/4.0.11-rc2-24027": { + "sha512": "k0ckwL97zqxiSjRpgmkjUoP51LvEzMshynNuNOyUsKLQTHVieTsrg2YiBnou0AsDnDk/maCmuPJvoJR0qIcOuQ==", "type": "package", - "serviceable": true, - "sha512": "DWoxJarBvyuhygEDA0rsY5pmEkk9OxefzNxGP1jRbvdEZxy6ONcizLVW1Tq5oXGgTgvN9XVwlK4iDcoe6e8VJQ==", "files": [ + "System.Diagnostics.Debug.4.0.11-rc2-24027.nupkg.sha512", + "System.Diagnostics.Debug.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", - "System.Diagnostics.Debug.nuspec" - ] - }, - "System.Diagnostics.Tools/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "SMLM08CszBMNYYM5gTonJwXl1hVDyn5yyyKYzmUutGTvtdQzcgybBgsnl3U3ePgZ9TdxEkLHJqQWdP1tLjY/1w==", - "files": [ - "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "ref/dotnet/System.Diagnostics.Tools.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "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/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/System.Diagnostics.Debug.dll", + "ref/netstandard1.0/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/System.Diagnostics.Debug.dll", + "ref/netstandard1.3/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/de/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/es/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/it/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Diagnostics.Tools/4.0.1-rc2-24027": { + "sha512": "Afv5y9mVcMGmcN1YB4RIQdK5glUyL5cOIigi2DMuetSKJykMXxVH8KldkjYFwFKHcx8T1gN6/47knzZU3DtrrA==", + "type": "package", + "files": [ + "System.Diagnostics.Tools.4.0.1-rc2-24027.nupkg.sha512", + "System.Diagnostics.Tools.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", - "System.Diagnostics.Tools.4.0.1-beta-23225.nupkg", - "System.Diagnostics.Tools.4.0.1-beta-23225.nupkg.sha512", - "System.Diagnostics.Tools.nuspec" - ] - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "YxtO5PTJ2+g5/aSZpwRg5pti3TyR6pSRfkccazIU17v/+mLwaPnCYmfhm+lbjTwBUlZ/plIt2ngI8gpa/goLEg==", - "files": [ - "lib/DNXCore50/System.Diagnostics.TraceSource.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.TraceSource.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Diagnostics.TraceSource.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.TraceSource.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Diagnostics.TraceSource.4.0.0-beta-23225.nupkg", - "System.Diagnostics.TraceSource.4.0.0-beta-23225.nupkg.sha512", - "System.Diagnostics.TraceSource.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Diagnostics.Tracing/4.0.21-beta-23225": { + "System.Diagnostics.Tracing/4.1.0-rc2-24027": { + "sha512": "ZRR3q7pPGqKc5rcHAhNP9bTjtIILmZu82E86n+mDyMYx+KEpuYpj8P+kQMWeLKYK1U4gxftqyidwm6+j0b+YoQ==", "type": "package", - "serviceable": true, - "sha512": "5wQpoAWxFiJFFx5iSZVKIs/3bRZNpyTdCz8Uoj01Kb0FICPO2Q0fXbKAno/0zDv25Irq7q1urWG+f3At9d22sw==", "files": [ - "lib/DNXCore50/System.Diagnostics.Tracing.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Diagnostics.Tracing.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.4.0.21-beta-23225.nupkg", - "System.Diagnostics.Tracing.4.0.21-beta-23225.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec" - ] - }, - "System.Dynamic.Runtime/4.0.11-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "aI2Fu/s7rQ4q2HyyLxfpZV5sqqBVjkLRrTJH9duObtSyRcCbuKXAk4H1/GtzTVUpqF804xE5dYnRYDmFohkq/Q==", - "files": [ - "lib/DNXCore50/System.Dynamic.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Dynamic.Runtime.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Dynamic.Runtime.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", - "System.Dynamic.Runtime.4.0.11-beta-23225.nupkg", - "System.Dynamic.Runtime.4.0.11-beta-23225.nupkg.sha512", - "System.Dynamic.Runtime.nuspec" - ] - }, - "System.Globalization/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "v3CMBhz+deioqW3RQMridiJTGoUMv5trwWlTkD++78LcIgEU/KmhoK7oGWLYEKKCOCmn3ZsY5+V1gltKTc69tw==", - "files": [ - "lib/DNXCore50/System.Globalization.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Globalization.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Globalization.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23409.nupkg", - "System.Globalization.4.0.11-beta-23409.nupkg.sha512", - "System.Globalization.nuspec" - ] - }, - "System.Globalization.Calendars/4.0.0": { - "type": "package", - "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", - "files": [ - "lib/DNXCore50/System.Globalization.Calendars.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/netcore50/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", - "System.Globalization.Calendars.4.0.0.nupkg", - "System.Globalization.Calendars.4.0.0.nupkg.sha512", - "System.Globalization.Calendars.nuspec" - ] - }, - "System.Globalization.Extensions/4.0.0-beta-23109": { - "type": "package", - "serviceable": true, - "sha512": "YO+kZA7Lb6oWj9Voas0F/xiKPDvBcOqOnaDaJfDFSO42IDX/4Y+e63AX6ri+c8CvPmc+5sQc3wavjSGTjRPklg==", - "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.11-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "k0ifEyjQmQhEc1MLynTPTp7Up3vikFu3ogB+i8x9KhdPeSq+CaEH9+eIVULiX2DdduyVjZV5mQanGyHLWprXHg==", - "files": [ - "lib/DNXCore50/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.IO.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.IO.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.4.0.11-beta-23225.nupkg", - "System.IO.4.0.11-beta-23225.nupkg.sha512", - "System.IO.nuspec" - ] - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", - "files": [ - "lib/dotnet/System.IO.Compression.dll", + "System.Diagnostics.Tracing.4.1.0-rc2-24027.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.IO.Compression.dll", + "lib/net462/System.Diagnostics.Tracing.dll", + "lib/portable-net45+win8+wpa81/_._", "lib/win8/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.Compression.xml", - "ref/dotnet/es/System.IO.Compression.xml", - "ref/dotnet/fr/System.IO.Compression.xml", - "ref/dotnet/it/System.IO.Compression.xml", - "ref/dotnet/ja/System.IO.Compression.xml", - "ref/dotnet/ko/System.IO.Compression.xml", - "ref/dotnet/ru/System.IO.Compression.xml", - "ref/dotnet/System.IO.Compression.dll", - "ref/dotnet/System.IO.Compression.xml", - "ref/dotnet/zh-hans/System.IO.Compression.xml", - "ref/dotnet/zh-hant/System.IO.Compression.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/net462/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.dll", + "ref/netcore50/System.Diagnostics.Tracing.xml", + "ref/netcore50/de/System.Diagnostics.Tracing.xml", + "ref/netcore50/es/System.Diagnostics.Tracing.xml", + "ref/netcore50/fr/System.Diagnostics.Tracing.xml", + "ref/netcore50/it/System.Diagnostics.Tracing.xml", + "ref/netcore50/ja/System.Diagnostics.Tracing.xml", + "ref/netcore50/ko/System.Diagnostics.Tracing.xml", + "ref/netcore50/ru/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/System.Diagnostics.Tracing.dll", + "ref/netstandard1.1/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/System.Diagnostics.Tracing.dll", + "ref/netstandard1.2/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/System.Diagnostics.Tracing.dll", + "ref/netstandard1.3/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/System.Diagnostics.Tracing.dll", + "ref/netstandard1.5/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", + "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Globalization/4.0.11-rc2-24027": { + "sha512": "RDterYo6tAE2YslHrhvAdrAkTdhGkml7tg5JGX/XwgN2GGkB3NkiqigBSaUEV4S2ftCzCFDIhCxqQy57lAsEIA==", + "type": "package", + "files": [ + "System.Globalization.4.0.11-rc2-24027.nupkg.sha512", + "System.Globalization.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "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/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO/4.1.0-rc2-24027": { + "sha512": "VQRYN33mwALJ1UWfxxMqXzKCYUDNMUeU6j8YCxVcLCBx3Oa/l7i15NQv/OAebfOVSmBa3LmBTRP4rQqChrCbFg==", + "type": "package", + "files": [ + "System.IO.4.1.0-rc2-24027.nupkg.sha512", + "System.IO.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.IO.Compression/4.1.0-rc2-24027": { + "sha512": "tDUl9OuEauxpXOcWFXLW5nPqE0GqpC4sHOq5KbruncfTsTLQp+/vX156Wm8LpdHmeC35sQmSyYeRGJQHfoPfww==", + "type": "package", + "files": [ + "System.IO.Compression.4.1.0-rc2-24027.nupkg.sha512", + "System.IO.Compression.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.IO.Compression.4.0.0.nupkg", - "System.IO.Compression.4.0.0.nupkg.sha512", - "System.IO.Compression.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win7/lib/netstandard1.3/System.IO.Compression.dll" ] }, - "System.IO.Compression.clrcompression-x64/4.0.0": { + "System.Linq/4.1.0-rc2-24027": { + "sha512": "uf9wbc/YWrM4xa6g0T8n1XpY/zRcTHSPw+sCwkdrL2aJbYyLFKs1Yeg8M0zjMX4SwmiNeDiZR2gkAHAPsIfKCg==", "type": "package", - "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", "files": [ - "runtimes/win10-x64/native/ClrCompression.dll", - "runtimes/win7-x64/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", - "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", - "System.IO.Compression.clrcompression-x64.nuspec" - ] - }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "type": "package", - "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", - "files": [ - "runtimes/win10-x86/native/ClrCompression.dll", - "runtimes/win7-x86/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", - "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", - "System.IO.Compression.clrcompression-x86.nuspec" - ] - }, - "System.IO.FileSystem/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "R1t2THiMBUI3Sa5lXJiGzjO4fLXIyQZGp/MUGR4gnt6nar05/nk8ilZplzakk4YXN3V5h+F8LeeiQNZ+4Yw/Bw==", - "files": [ - "lib/DNXCore50/System.IO.FileSystem.dll", + "System.Linq.4.1.0-rc2-24027.nupkg.sha512", + "System.Linq.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/netcore50/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.IO.FileSystem.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.4.0.1-beta-23225.nupkg", - "System.IO.FileSystem.4.0.1-beta-23225.nupkg.sha512", - "System.IO.FileSystem.nuspec" - ] - }, - "System.IO.FileSystem.Primitives/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "OguYM1tjYAxnzxsCrxlU6YbTUqBhLFuaBPUe0BZ4tgRV3XHK6n+Y3bmNpzcCW7NouiNYJkCOEALYJH6aFmEbmw==", - "files": [ - "lib/dotnet/System.IO.FileSystem.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.IO.FileSystem.Primitives.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.4.0.1-beta-23225.nupkg", - "System.IO.FileSystem.Primitives.4.0.1-beta-23225.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec" - ] - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "PaualgQ0um/Dw8y3iKD5bUNZ4PoJGfmFgKh3U//0VsCj+IEQH3oeKwvrPIlWr/YHKwwmLz0uvWKPWxGG+u5Oag==", - "files": [ - "lib/dotnet/de/System.Linq.xml", - "lib/dotnet/es/System.Linq.xml", - "lib/dotnet/fr/System.Linq.xml", - "lib/dotnet/it/System.Linq.xml", - "lib/dotnet/ja/System.Linq.xml", - "lib/dotnet/ko/System.Linq.xml", - "lib/dotnet/ru/System.Linq.xml", - "lib/dotnet/System.Linq.dll", - "lib/dotnet/System.Linq.xml", - "lib/dotnet/zh-hans/System.Linq.xml", - "lib/dotnet/zh-hant/System.Linq.xml", "lib/net45/_._", + "lib/net462/System.Linq.dll", "lib/netcore50/System.Linq.dll", - "lib/netcore50/System.Linq.xml", + "lib/netstandard1.5/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "ref/dotnet/System.Linq.dll", - "ref/net45/_._", - "ref/netcore50/System.Linq.dll", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23409.nupkg", - "System.Linq.4.0.1-beta-23409.nupkg.sha512", - "System.Linq.nuspec" - ] - }, - "System.Linq.Expressions/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "ISOgZYf8k95HBBxCzuUzRLmBu2RF2mWGfaaX3j3tc59p7qJNv1qe8BvLUg1YDvK3wBqcQZq1pkI5qO8ySQBd9w==", - "files": [ - "lib/DNXCore50/de/System.Linq.Expressions.xml", - "lib/DNXCore50/es/System.Linq.Expressions.xml", - "lib/DNXCore50/fr/System.Linq.Expressions.xml", - "lib/DNXCore50/it/System.Linq.Expressions.xml", - "lib/DNXCore50/ja/System.Linq.Expressions.xml", - "lib/DNXCore50/ko/System.Linq.Expressions.xml", - "lib/DNXCore50/ru/System.Linq.Expressions.xml", - "lib/DNXCore50/System.Linq.Expressions.dll", - "lib/DNXCore50/System.Linq.Expressions.xml", - "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", - "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/de/System.Linq.Expressions.xml", - "lib/netcore50/es/System.Linq.Expressions.xml", - "lib/netcore50/fr/System.Linq.Expressions.xml", - "lib/netcore50/it/System.Linq.Expressions.xml", - "lib/netcore50/ja/System.Linq.Expressions.xml", - "lib/netcore50/ko/System.Linq.Expressions.xml", - "lib/netcore50/ru/System.Linq.Expressions.xml", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/netcore50/System.Linq.Expressions.xml", - "lib/netcore50/zh-hans/System.Linq.Expressions.xml", - "lib/netcore50/zh-hant/System.Linq.Expressions.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Linq.Expressions.dll", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", - "System.Linq.Expressions.4.0.11-beta-23409.nupkg", - "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", - "System.Linq.Expressions.nuspec" - ] - }, - "System.Linq.Queryable/4.0.0-beta-23109": { - "type": "package", - "serviceable": true, - "sha512": "LwtHRyqV+JSR5vDfHdDP5V0nfw229gq0h6yHTQY5nZD2xs6NyCNGlwbTXLuZNgjqj/A2GnZUKa1kNFsBEChjww==", - "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/net462/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.5/System.Linq.dll", + "ref/netstandard1.5/System.Linq.xml", + "ref/netstandard1.5/de/System.Linq.xml", + "ref/netstandard1.5/es/System.Linq.xml", + "ref/netstandard1.5/fr/System.Linq.xml", + "ref/netstandard1.5/it/System.Linq.xml", + "ref/netstandard1.5/ja/System.Linq.xml", + "ref/netstandard1.5/ko/System.Linq.xml", + "ref/netstandard1.5/ru/System.Linq.xml", + "ref/netstandard1.5/zh-hans/System.Linq.xml", + "ref/netstandard1.5/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "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" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Net.Http/4.0.1-beta-23225": { + "System.Linq.Expressions/4.0.11-rc2-24027": { + "sha512": "CfLNPBWzWdqfRGkdIXNWQ+2zSyaegOL4MAQSry0k6t8CQnPwJLywZLIZAV+cU47gi/7C2eM2I63r2eBZNJDovw==", "type": "package", - "serviceable": true, - "sha512": "PFh0rGs7K+NaRAzijr/ENcFDCOraQ7Tr22Ip++CI298rZWtLsA7nJ/INsibL0clFDwqd/hj4kGwZ65D+9zHwhQ==", "files": [ - "lib/DNXCore50/System.Net.Http.dll", + "System.Linq.Expressions.4.0.11-rc2-24027.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.3/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll" + ] + }, + "System.Net.Http/4.0.1-rc2-24027": { + "sha512": "5CK9SN0sEFUk7xHiV/8tqTiWuTlO7CkeqGmrfMsKIqcS/XFvRkMDKm2z8+IkLfzV77k6xnYse7n3Y3F9JqXaGw==", + "type": "package", + "files": [ + "System.Net.Http.4.0.1-rc2-24027.nupkg.sha512", + "System.Net.Http.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", "lib/net45/_._", "lib/netcore50/System.Net.Http.dll", + "lib/netstandard1.4/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", "lib/win8/_._", "lib/wpa81/_._", - "ref/dotnet/System.Net.Http.dll", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", "ref/net45/_._", + "ref/net46/_._", "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", - "System.Net.Http.4.0.1-beta-23225.nupkg", - "System.Net.Http.4.0.1-beta-23225.nupkg.sha512", - "System.Net.Http.nuspec" + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win7/lib/net46/_._", + "runtimes/win7/lib/netcore50/System.Net.Http.dll", + "runtimes/win7/lib/netstandard1.3/System.Net.Http.dll" ] }, - "System.Net.Primitives/4.0.11-beta-23225": { + "System.Net.Primitives/4.0.11-rc2-24027": { + "sha512": "K4oOpa82emlHY0QCsWTcgLrZUw2X6BNvOVWiJOKTPxtUhUqru03Ncy0tFXbXyc9hdEvMLL3BDaN1iFTV8u1AhA==", "type": "package", - "serviceable": true, - "sha512": "OngOJnmjl2P6CRIAsGfJItiTmuKM+TfrcKVjt+nv24ZtxmnSV45wyPghSPRb2/cHiVjHKQ/L7m582LDSfMu/jA==", "files": [ - "lib/DNXCore50/System.Net.Primitives.dll", + "System.Net.Primitives.4.0.11-rc2-24027.nupkg.sha512", + "System.Net.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Net.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Net.Primitives.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Net.Primitives.4.0.11-beta-23225.nupkg", - "System.Net.Primitives.4.0.11-beta-23225.nupkg.sha512", - "System.Net.Primitives.nuspec" - ] - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", - "files": [ - "lib/dotnet/System.ObjectModel.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ObjectModel.4.0.10.nupkg", - "System.ObjectModel.4.0.10.nupkg.sha512", - "System.ObjectModel.nuspec" - ] - }, - "System.Private.DataContractSerialization/4.0.0-beta-23109": { - "type": "package", - "serviceable": true, - "sha512": "pkQQTBZ5unPWpS0txMVtOqFCfbvOkmQj9obZNWtsuECE31L/OJAbBAztk19EnjfkVS0eh2LHwTG2RjVozkz44g==", - "files": [ - "lib/DNXCore50/System.Private.DataContractSerialization.dll", - "lib/netcore50/System.Private.DataContractSerialization.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll", - "System.Private.DataContractSerialization.4.0.0-beta-23109.nupkg", - "System.Private.DataContractSerialization.4.0.0-beta-23109.nupkg.sha512", - "System.Private.DataContractSerialization.nuspec" - ] - }, - "System.Private.Networking/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "PcMdwhnkodbZmOj2RGGH/I5LvsIIdC+GJHORHnvdRFLUZNqIJE/0mEfA2BhWj5wiEbp8TlLyj/vEX6CXE8IKPQ==", - "files": [ - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23225.nupkg", - "System.Private.Networking.4.0.1-beta-23225.nupkg.sha512", - "System.Private.Networking.nuspec" - ] - }, - "System.Private.Uri/4.0.1-beta-23409": { - "type": "package", - "sha512": "CDTFX1023ZLDnJvOH9lnBxZbTlosJhta4ymKSgXU4Yk9BVkO3cTwqdiIV5VRddXqQuJ4ksDHV0UmbPNs15pVvQ==", - "files": [ - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "System.Private.Uri.4.0.1-beta-23409.nupkg", - "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", - "System.Private.Uri.nuspec" - ] - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", - "files": [ - "lib/DNXCore50/System.Reflection.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Reflection.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.4.1.0-beta-23225.nupkg", - "System.Reflection.4.1.0-beta-23225.nupkg.sha512", - "System.Reflection.nuspec" - ] - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.dll", - "lib/MonoAndroid10/_._", "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/net45/_._", - "ref/xamarinmac20/_._", - "System.Reflection.Emit.4.0.0.nupkg", - "System.Reflection.Emit.4.0.0.nupkg.sha512", - "System.Reflection.Emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", - "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.nupkg", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec" - ] - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", - "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.nupkg", - "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", - "System.Reflection.Emit.Lightweight.nuspec" - ] - }, - "System.Reflection.Extensions/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "edn0X2pCm6QN0FpmupFgCwAFhZbLDiQSU3Bx267gZ60gS9nbKfq9Q4qTPKN2Oq+ImhQvbPoFCZtSw9aqO1K3fA==", - "files": [ - "lib/DNXCore50/System.Reflection.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "ref/dotnet/System.Reflection.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.ObjectModel/4.0.12-rc2-24027": { + "sha512": "8wgKzGVl3RlTMBYsWCjOizWpzH8mm7i0pv2vHwXbpV/rGptDDKzXHyTmdqFdBAfrnsnicwh79hNTc5zzKWKK1A==", + "type": "package", + "files": [ + "System.ObjectModel.4.0.12-rc2-24027.nupkg.sha512", + "System.ObjectModel.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection/4.1.0-rc2-24027": { + "sha512": "RMJrRP3I71J5PLfsX2reWDPltwJs/pJ+CbIqa2ccDVop2WlBq6CuV7FOo7l77nuYFKODI6kpATLXZKiq8V8aEQ==", + "type": "package", + "files": [ + "System.Reflection.4.1.0-rc2-24027.nupkg.sha512", + "System.Reflection.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Reflection.Extensions/4.0.1-rc2-24027": { + "sha512": "5N1tt+n0OHyaZ3Wb73FIfNsRrkFDW1I2fuAzojudgcZ0XcAHqLE0Wb9/JQ2eG6Lp89l2qntx4HvXcIDjVwvYuw==", + "type": "package", + "files": [ + "System.Reflection.Extensions.4.0.1-rc2-24027.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", + "ref/netstandard1.0/System.Reflection.Extensions.dll", + "ref/netstandard1.0/System.Reflection.Extensions.xml", + "ref/netstandard1.0/de/System.Reflection.Extensions.xml", + "ref/netstandard1.0/es/System.Reflection.Extensions.xml", + "ref/netstandard1.0/fr/System.Reflection.Extensions.xml", + "ref/netstandard1.0/it/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ja/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ko/System.Reflection.Extensions.xml", + "ref/netstandard1.0/ru/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.4.0.1-beta-23225.nupkg", - "System.Reflection.Extensions.4.0.1-beta-23225.nupkg.sha512", - "System.Reflection.Extensions.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.0.1-rc2-24027": { + "sha512": "/FgLaA5DnqSVZVm5+eqhSjezjBCRo7+W5LzUsa3nQul6hHbMGkB2uuN8Tt6UfpLzKZ5QimefeDKkLYmChBnskQ==", "type": "package", - "serviceable": true, - "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", "files": [ - "lib/DNXCore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.1-rc2-24027.nupkg.sha512", + "System.Reflection.Primitives.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "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", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Reflection.Primitives.dll", "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", - "System.Reflection.Primitives.4.0.0.nupkg", - "System.Reflection.Primitives.4.0.0.nupkg.sha512", - "System.Reflection.Primitives.nuspec" - ] - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "Etpayh8D2py7/uLdpT/U3qtKY00gJR1gfnnowPHIEi6revIRgvtADbCgJ5vybAYkDU9vMbjxt+lYvYafPPQ1rg==", - "files": [ - "lib/DNXCore50/System.Reflection.TypeExtensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Reflection.TypeExtensions.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "System.Reflection.TypeExtensions.4.0.1-beta-23225.nupkg", - "System.Reflection.TypeExtensions.4.0.1-beta-23225.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23409": { + "System.Resources.ResourceManager/4.0.1-rc2-24027": { + "sha512": "WFDuYprqRWAVcQzArAqgabw9bbGPBaogBG17sGtZ5Iyb7ddOcIs89QYdcxdatPkSYOFNWydwSY2fyOjhIKMIcA==", "type": "package", - "serviceable": true, - "sha512": "EHNY58/HhDFTLMfxeNtRStY33JAOx+USo0+WhyZyzcYeaE+Bol6YQYpM7/HbfEV5c8tUBCTTBf81u0Q40AoEPw==", "files": [ - "lib/DNXCore50/System.Resources.ResourceManager.dll", + "System.Resources.ResourceManager.4.0.1-rc2-24027.nupkg.sha512", + "System.Resources.ResourceManager.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "ref/dotnet/System.Resources.ResourceManager.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", - "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", - "System.Resources.ResourceManager.nuspec" - ] - }, - "System.Runtime/4.0.21-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "tv8k2UjvoQdk/XQqPpqmL8nayLjYIIqluTN4n/jnZijUI7JLAFoTSUEl/6Ru//mqYhE3c5sGS5d8c+e7aC1hKA==", - "files": [ - "lib/DNXCore50/de/System.Runtime.xml", - "lib/DNXCore50/es/System.Runtime.xml", - "lib/DNXCore50/fr/System.Runtime.xml", - "lib/DNXCore50/it/System.Runtime.xml", - "lib/DNXCore50/ja/System.Runtime.xml", - "lib/DNXCore50/ko/System.Runtime.xml", - "lib/DNXCore50/ru/System.Runtime.xml", - "lib/DNXCore50/System.Runtime.dll", - "lib/DNXCore50/System.Runtime.xml", - "lib/DNXCore50/zh-hans/System.Runtime.xml", - "lib/DNXCore50/zh-hant/System.Runtime.xml", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/de/System.Runtime.xml", - "lib/netcore50/es/System.Runtime.xml", - "lib/netcore50/fr/System.Runtime.xml", - "lib/netcore50/it/System.Runtime.xml", - "lib/netcore50/ja/System.Runtime.xml", - "lib/netcore50/ko/System.Runtime.xml", - "lib/netcore50/ru/System.Runtime.xml", - "lib/netcore50/System.Runtime.dll", - "lib/netcore50/System.Runtime.xml", - "lib/netcore50/zh-hans/System.Runtime.xml", - "lib/netcore50/zh-hant/System.Runtime.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Runtime.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", - "System.Runtime.4.0.21-beta-23409.nupkg", - "System.Runtime.4.0.21-beta-23409.nupkg.sha512", - "System.Runtime.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "System.Runtime.Extensions/4.0.11-beta-23225": { + "System.Runtime/4.1.0-rc2-24027": { + "sha512": "sDyyCeXycMSiNP4z1wyeyXlZSb26/OXIAwqnDsOAjw9PL3r8OgDRJgt4SH6Qid5z6E5IEGTKwjBjrHJGoa8bag==", "type": "package", - "serviceable": true, - "sha512": "crElsF4wljPNYuK8RgwEwxW0++MGp0AWpwz+aeMoAmcvqD7pNyf760u+kK+DFjbhkPLRf3lB8mVfgIOxLrZzyg==", "files": [ - "lib/DNXCore50/System.Runtime.Extensions.dll", + "System.Runtime.4.1.0-rc2-24027.nupkg.sha512", + "System.Runtime.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", - "System.Runtime.Extensions.4.0.11-beta-23225.nupkg", - "System.Runtime.Extensions.4.0.11-beta-23225.nupkg.sha512", - "System.Runtime.Extensions.nuspec" - ] - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "files": [ - "lib/DNXCore50/System.Runtime.Handles.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.4.0.0.nupkg", - "System.Runtime.Handles.4.0.0.nupkg.sha512", - "System.Runtime.Handles.nuspec" - ] - }, - "System.Runtime.InteropServices/4.0.21-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "hVsdPKJ4xS0LZNBMnggMkdYTDbD5xiHbWNTUXKSEfP27XES8GmJH91885cR9m+mu+vdN2VGVVaxRVOY5jY0uQA==", - "files": [ - "lib/DNXCore50/System.Runtime.InteropServices.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Runtime.InteropServices.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.4.0.21-beta-23225.nupkg", - "System.Runtime.InteropServices.4.0.21-beta-23225.nupkg.sha512", - "System.Runtime.InteropServices.nuspec" - ] - }, - "System.Runtime.Numerics/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", - "files": [ - "lib/dotnet/System.Runtime.Numerics.dll", "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "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/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Extensions/4.1.0-rc2-24027": { + "sha512": "rHmAgtQY8XlVd4tB/5ta8IzxAL9gpUlkTYQgUXDjdHux2MFmDSJv4vgm/atmwbKZcd0TnzjD2SYpnkWSqDWgFg==", + "type": "package", + "files": [ + "System.Runtime.Extensions.4.1.0-rc2-24027.nupkg.sha512", + "System.Runtime.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "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/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices/4.1.0-rc2-24027": { + "sha512": "HMTGM3YyFBqDSP4STwC2YC51PInAQNMRj4V3rodwhaeAl+DnRKYqRFnd3eO2l99JqrcBIgg48SFGU9zglQC38w==", + "type": "package", + "files": [ + "System.Runtime.InteropServices.4.1.0-rc2-24027.nupkg.sha512", + "System.Runtime.InteropServices.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/portable-net45+win8+wpa81/_._", "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", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/System.Runtime.InteropServices.dll", + "ref/netstandard1.1/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/System.Runtime.InteropServices.dll", + "ref/netstandard1.2/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/System.Runtime.InteropServices.dll", + "ref/netstandard1.3/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/System.Runtime.InteropServices.dll", + "ref/netstandard1.5/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/de/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/es/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/it/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc2-24027": { + "sha512": "nsKC00hUZY8SbNHMK3RMu62zEmgdB9xKO+7B30DfLLy5R/10ICrfUVUJvvc/HQC/VSObPUdjYUsqAFoQMIaHHA==", + "type": "package", + "files": [ + "System.Runtime.InteropServices.RuntimeInformation.4.0.0-rc2-24027.nupkg.sha512", + "System.Runtime.InteropServices.RuntimeInformation.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Runtime.Numerics/4.0.1-rc2-24027": { + "sha512": "ZcDlNWYNdyPJruJdoFiQjdD9aj17MUnK9vlShMaqIYtZmn5NuRY5Iyn0yojyA9SgJPaAoQkbvb/rJ7Nafly8sg==", + "type": "package", + "files": [ + "System.Runtime.Numerics.4.0.1-rc2-24027.nupkg.sha512", + "System.Runtime.Numerics.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/netstandard1.3/System.Runtime.Numerics.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.Numerics.dll", "ref/netcore50/System.Runtime.Numerics.xml", + "ref/netcore50/de/System.Runtime.Numerics.xml", + "ref/netcore50/es/System.Runtime.Numerics.xml", + "ref/netcore50/fr/System.Runtime.Numerics.xml", + "ref/netcore50/it/System.Runtime.Numerics.xml", + "ref/netcore50/ja/System.Runtime.Numerics.xml", + "ref/netcore50/ko/System.Runtime.Numerics.xml", + "ref/netcore50/ru/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", + "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", + "ref/netstandard1.1/System.Runtime.Numerics.dll", + "ref/netstandard1.1/System.Runtime.Numerics.xml", + "ref/netstandard1.1/de/System.Runtime.Numerics.xml", + "ref/netstandard1.1/es/System.Runtime.Numerics.xml", + "ref/netstandard1.1/fr/System.Runtime.Numerics.xml", + "ref/netstandard1.1/it/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ja/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ko/System.Runtime.Numerics.xml", + "ref/netstandard1.1/ru/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", + "ref/portable-net45+win8+wpa81/_._", "ref/win8/_._", "ref/wpa81/_._", - "System.Runtime.Numerics.4.0.0.nupkg", - "System.Runtime.Numerics.4.0.0.nupkg.sha512", - "System.Runtime.Numerics.nuspec" - ] - }, - "System.Runtime.Serialization.Primitives/4.0.0-beta-23109": { - "type": "package", - "sha512": "vpu8yAOi2v24NuZ+Uvbka6DBpHAUkSQNlx3U6MeOGY0Xas3np5rPgyhEniyASDEelDfmHpxKylcnq7ginJBNOQ==", - "files": [ - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "License.rtf", - "ref/dotnet/de/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/es/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/fr/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/it/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ja/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ko/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ru/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/System.Runtime.Serialization.Primitives.dll", - "ref/dotnet/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/zh-hant/System.Runtime.Serialization.Primitives.xml", - "ref/net45/_._", - "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/System.Runtime.Serialization.Primitives.dll", - "ref/netcore50/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Runtime.Serialization.Primitives.4.0.0-beta-23109.nupkg", - "System.Runtime.Serialization.Primitives.4.0.0-beta-23109.nupkg.sha512", - "System.Runtime.Serialization.Primitives.nuspec" - ] - }, - "System.Runtime.Serialization.Xml/4.0.10-beta-23109": { - "type": "package", - "sha512": "1FrHeYgE66pSKlJyjvVdAnDUkpcPkUFR2ptAyzTGOIvZrL8G+2dhmGDMTUrXDzdUWWIa5WR7EhyOJ4MuUE9yzA==", - "files": [ - "lib/DNXCore50/System.Runtime.Serialization.Xml.dll", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Serialization.Xml.dll", - "ref/dotnet/de/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/es/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/fr/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/it/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/ja/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/ko/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/ru/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/System.Runtime.Serialization.Xml.dll", - "ref/dotnet/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/zh-hans/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/zh-hant/System.Runtime.Serialization.Xml.xml", - "ref/net46/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll", - "System.Runtime.Serialization.Xml.4.0.10-beta-23109.nupkg", - "System.Runtime.Serialization.Xml.4.0.10-beta-23109.nupkg.sha512", - "System.Runtime.Serialization.Xml.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "BvUX0qHC9DKP6kjhS6EvHFKSXiiTxPlNvni44x+QAKWsBPWZQLUJVNyiORdRZEqg1zKKV4UI3fo0WTgBIHAPhw==", - "files": [ - "lib/DNXCore50/System.Security.Cryptography.Algorithms.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Algorithms.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23225.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23225.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec" - ] - }, - "System.Security.Cryptography.Csp/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "0DJq6Ju6Bo77cMRi8S94uNhkUtpRG6OKUA7EL7qR+Vls31eMtHzG7b8AumxvUDn2dDZLAOyTnIK9Dr+/O5gJFw==", - "files": [ - "lib/DNXCore50/System.Security.Cryptography.Csp.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Csp.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Csp.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Csp.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23225.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23225.nupkg.sha512", - "System.Security.Cryptography.Csp.nuspec" - ] - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "enH7FuDRTkGo8SN2uZRs3y54zPC80WMtFpmeBA3/lD6FfSz07B7Pm2fihm0vPSxKCkv5szj/WivwpxS1LqN9LQ==", - "files": [ - "lib/DNXCore50/System.Security.Cryptography.Encoding.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Encoding.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.Encoding.4.0.0-beta-23225.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23225.nupkg.sha512", - "System.Security.Cryptography.Encoding.nuspec" - ] - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "+d/qgU+N70qzg5oE5x/7NC4Y6LPwGVFbcQRl4MggXJrjWtO/dbybLTpMr3hj07nl17Fj7GxGjpwRZaIGnpux/w==", - "files": [ - "lib/DNXCore50/System.Security.Cryptography.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Primitives.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23225.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23225.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec" - ] - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "SsMAR1PZq3JfGX8IsSdK2sc6pxRp0u/m5EPqo6y5j6Z08hEWsD/U9keQhSKBEG/4Ny1RyQ7yB7xMgDuB/MPd4Q==", - "files": [ - "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23225.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23225.nupkg.sha512", - "System.Security.Cryptography.X509Certificates.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, "System.Spatial/5.6.4": { - "type": "package", "sha512": "BoXUQ0mHyeAbkR3qlhwXqUFxzJ7rZuFOrvFM/jZRk+S6JLI2JxXRKby6bxuWbmwYv2o/eRPQPbAOvEk5hB2Gmg==", + "type": "package", "files": [ + "System.Spatial.5.6.4.nupkg.sha512", + "System.Spatial.nuspec", + "lib/net40/System.Spatial.dll", + "lib/net40/System.Spatial.xml", "lib/net40/de/System.Spatial.resources.dll", "lib/net40/es/System.Spatial.resources.dll", "lib/net40/fr/System.Spatial.resources.dll", @@ -6394,10 +2406,10 @@ "lib/net40/ja/System.Spatial.resources.dll", "lib/net40/ko/System.Spatial.resources.dll", "lib/net40/ru/System.Spatial.resources.dll", - "lib/net40/System.Spatial.dll", - "lib/net40/System.Spatial.xml", "lib/net40/zh-Hans/System.Spatial.resources.dll", "lib/net40/zh-Hant/System.Spatial.resources.dll", + "lib/portable-net40+sl5+wp8+win8+wpa/System.Spatial.dll", + "lib/portable-net40+sl5+wp8+win8+wpa/System.Spatial.xml", "lib/portable-net40+sl5+wp8+win8+wpa/de/System.Spatial.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/es/System.Spatial.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/fr/System.Spatial.resources.dll", @@ -6405,10 +2417,10 @@ "lib/portable-net40+sl5+wp8+win8+wpa/ja/System.Spatial.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/ko/System.Spatial.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/ru/System.Spatial.resources.dll", - "lib/portable-net40+sl5+wp8+win8+wpa/System.Spatial.dll", - "lib/portable-net40+sl5+wp8+win8+wpa/System.Spatial.xml", "lib/portable-net40+sl5+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll", "lib/portable-net40+sl5+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll", + "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll", + "lib/portable-net45+wp8+win8+wpa/System.Spatial.xml", "lib/portable-net45+wp8+win8+wpa/de/System.Spatial.resources.dll", "lib/portable-net45+wp8+win8+wpa/es/System.Spatial.resources.dll", "lib/portable-net45+wp8+win8+wpa/fr/System.Spatial.resources.dll", @@ -6416,10 +2428,10 @@ "lib/portable-net45+wp8+win8+wpa/ja/System.Spatial.resources.dll", "lib/portable-net45+wp8+win8+wpa/ko/System.Spatial.resources.dll", "lib/portable-net45+wp8+win8+wpa/ru/System.Spatial.resources.dll", - "lib/portable-net45+wp8+win8+wpa/System.Spatial.dll", - "lib/portable-net45+wp8+win8+wpa/System.Spatial.xml", "lib/portable-net45+wp8+win8+wpa/zh-Hans/System.Spatial.resources.dll", "lib/portable-net45+wp8+win8+wpa/zh-Hant/System.Spatial.resources.dll", + "lib/sl4/System.Spatial.dll", + "lib/sl4/System.Spatial.xml", "lib/sl4/de/System.Spatial.resources.dll", "lib/sl4/es/System.Spatial.resources.dll", "lib/sl4/fr/System.Spatial.resources.dll", @@ -6427,375 +2439,553 @@ "lib/sl4/ja/System.Spatial.resources.dll", "lib/sl4/ko/System.Spatial.resources.dll", "lib/sl4/ru/System.Spatial.resources.dll", - "lib/sl4/System.Spatial.dll", - "lib/sl4/System.Spatial.xml", "lib/sl4/zh-Hans/System.Spatial.resources.dll", - "lib/sl4/zh-Hant/System.Spatial.resources.dll", - "System.Spatial.5.6.4.nupkg", - "System.Spatial.5.6.4.nupkg.sha512", - "System.Spatial.nuspec" + "lib/sl4/zh-Hant/System.Spatial.resources.dll" ] }, - "System.Text.Encoding/4.0.11-beta-23225": { + "System.Text.Encoding/4.0.11-rc2-24027": { + "sha512": "WyhCB3a669kXgMXEBx+T0G+bulfT0xzhYqZvuIGm22qIFlS85z11df279viqqjkwv2PDQvLjE2YKhRqkvdEd3g==", "type": "package", - "serviceable": true, - "sha512": "Eq4Fw6/CIoNdQ9Kb4fP2dqwF6fq8oY8M4pCoYG1VYENEevYSFMpvtJG58IbtNoq2ojR8vucv4HtKiMI3rQdRzg==", "files": [ - "lib/DNXCore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-rc2-24027.nupkg.sha512", + "System.Text.Encoding.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Text.Encoding.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.4.0.11-beta-23225.nupkg", - "System.Text.Encoding.4.0.11-beta-23225.nupkg.sha512", - "System.Text.Encoding.nuspec" - ] - }, - "System.Text.Encoding.Extensions/4.0.11-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "/AYqaPQmD6Sm3sFQ4cffQYaw12Konredul2cdu9GX0TQgnSwG67DzMD7MAd7u2cNFwmpGDstXnG1EgzQw7cIRQ==", - "files": [ - "lib/DNXCore50/System.Text.Encoding.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", - "System.Text.Encoding.Extensions.4.0.11-beta-23225.nupkg", - "System.Text.Encoding.Extensions.4.0.11-beta-23225.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec" - ] - }, - "System.Text.RegularExpressions/4.0.11-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "Wkrt+Fa6JjzRACz7Dgaqd3wdDhZ1giI8M9ISBaVayKXK1D82dCdR+B5ttl4oP+XoH8/kOJvrYxFqahANXeiOlA==", - "files": [ - "lib/dotnet/System.Text.RegularExpressions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Text.RegularExpressions.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Text.RegularExpressions.4.0.11-beta-23225.nupkg", - "System.Text.RegularExpressions.4.0.11-beta-23225.nupkg.sha512", - "System.Text.RegularExpressions.nuspec" - ] - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "SixT7aIE7gXBZ260KRaxJvIG1vGGO59pzw7MVHMy0RkgDwBel+EgIMdQsEAfVBot9OVnO6GlI/ezFhxFvpCRTQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Threading.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Threading.4.0.11-beta-23409.nupkg", - "System.Threading.4.0.11-beta-23409.nupkg.sha512", - "System.Threading.nuspec" - ] - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", - "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.nupkg", - "System.Threading.Overlapped.4.0.0.nupkg.sha512", - "System.Threading.Overlapped.nuspec" - ] - }, - "System.Threading.Tasks/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "PhdzC4vUeWMDoroEAKXwGq5uymvEEPa7Zx+qCgO/Lp8YGvK1hTDWepGDsKtdvJH0pCR/gmjzwAMbkwUN4GvYUw==", - "files": [ - "lib/DNXCore50/de/System.Threading.Tasks.xml", - "lib/DNXCore50/es/System.Threading.Tasks.xml", - "lib/DNXCore50/fr/System.Threading.Tasks.xml", - "lib/DNXCore50/it/System.Threading.Tasks.xml", - "lib/DNXCore50/ja/System.Threading.Tasks.xml", - "lib/DNXCore50/ko/System.Threading.Tasks.xml", - "lib/DNXCore50/ru/System.Threading.Tasks.xml", - "lib/DNXCore50/System.Threading.Tasks.dll", - "lib/DNXCore50/System.Threading.Tasks.xml", - "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", - "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/de/System.Threading.Tasks.xml", - "lib/netcore50/es/System.Threading.Tasks.xml", - "lib/netcore50/fr/System.Threading.Tasks.xml", - "lib/netcore50/it/System.Threading.Tasks.xml", - "lib/netcore50/ja/System.Threading.Tasks.xml", - "lib/netcore50/ko/System.Threading.Tasks.xml", - "lib/netcore50/ru/System.Threading.Tasks.xml", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/netcore50/System.Threading.Tasks.xml", - "lib/netcore50/zh-hans/System.Threading.Tasks.xml", - "lib/netcore50/zh-hant/System.Threading.Tasks.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Threading.Tasks.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", - "System.Threading.Tasks.4.0.11-beta-23409.nupkg", - "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", - "System.Threading.Tasks.nuspec" - ] - }, - "System.Threading.Thread/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "ZRcBjGWWC/KBJkobKqs2VLh6WBm1hMwQnY502FYl/2lR2XexzIzkWw1vC5bhNKVJ8jMEK82nSVt775q0i8k1rg==", - "files": [ - "lib/DNXCore50/System.Threading.Thread.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.Thread.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Threading.Thread.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.Thread.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.Thread.4.0.0-beta-23225.nupkg", - "System.Threading.Thread.4.0.0-beta-23225.nupkg.sha512", - "System.Threading.Thread.nuspec" - ] - }, - "System.Threading.ThreadPool/4.0.10-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "PhzoJxm1zWxvCg96n3Ok1rDIQbWmi37bhnFgY1GJoGp5s/0RGDOFI3T6uWQX27NHMy1L2uU5f5x5HmuzRjLyMQ==", - "files": [ - "lib/DNXCore50/System.Threading.ThreadPool.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.ThreadPool.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Threading.ThreadPool.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.ThreadPool.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.ThreadPool.4.0.10-beta-23225.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23225.nupkg.sha512", - "System.Threading.ThreadPool.nuspec" - ] - }, - "System.Threading.Timer/4.0.1-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "yvM2+vU/AQ1n+y317/ZUd0WEDSQ687c5pbcc4vc2bm14HG49j0rFem91qok5UEyh1Vnah0nF/NiIydhr9cTmNg==", - "files": [ - "lib/DNXCore50/System.Threading.Timer.dll", - "lib/net451/_._", - "lib/netcore50/System.Threading.Timer.dll", - "lib/win81/_._", - "lib/wpa81/_._", - "ref/dotnet/System.Threading.Timer.dll", - "ref/net451/_._", - "ref/netcore50/System.Threading.Timer.dll", - "ref/win81/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll", - "System.Threading.Timer.4.0.1-beta-23225.nupkg", - "System.Threading.Timer.4.0.1-beta-23225.nupkg.sha512", - "System.Threading.Timer.nuspec" - ] - }, - "System.Xml.ReaderWriter/4.0.11-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "ObCcU3hOf8Cbn3BwzUjxbaqa+UnSVN6bxf5l9A9iVrzuzbYUkVkjB+/JN/O5lmwpYwiKzYO5fv91O53PZ0hgXw==", - "files": [ - "lib/dotnet/System.Xml.ReaderWriter.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Xml.ReaderWriter.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Xml.ReaderWriter.4.0.11-beta-23225.nupkg", - "System.Xml.ReaderWriter.4.0.11-beta-23225.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec" - ] - }, - "System.Xml.XDocument/4.0.11-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "TQhCw2C05bU1UDLZuL9TK8GUxbeYUgbOWO+WEICz1otfVNPcUsDN9o0lEoqxjiZP4K4tv+eK+gQXwOlkHg2JKQ==", - "files": [ - "lib/dotnet/System.Xml.XDocument.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Xml.XDocument.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Xml.XDocument.4.0.11-beta-23225.nupkg", - "System.Xml.XDocument.4.0.11-beta-23225.nupkg.sha512", - "System.Xml.XDocument.nuspec" - ] - }, - "System.Xml.XmlSerializer/4.0.0-beta-23109": { - "type": "package", - "sha512": "jImyL5OqwD4oHtUGEwHK1P9RIiVrsYiyMFQEcyUJP6cxxR6Jfc5TPmYBbzfS2IIqsKwp4gNjrAOXDrf7InfjuA==", - "files": [ "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "License.rtf", - "ref/dotnet/de/System.Xml.XmlSerializer.xml", - "ref/dotnet/es/System.Xml.XmlSerializer.xml", - "ref/dotnet/fr/System.Xml.XmlSerializer.xml", - "ref/dotnet/it/System.Xml.XmlSerializer.xml", - "ref/dotnet/ja/System.Xml.XmlSerializer.xml", - "ref/dotnet/ko/System.Xml.XmlSerializer.xml", - "ref/dotnet/ru/System.Xml.XmlSerializer.xml", - "ref/dotnet/System.Xml.XmlSerializer.dll", - "ref/dotnet/System.Xml.XmlSerializer.xml", - "ref/dotnet/zh-hans/System.Xml.XmlSerializer.xml", - "ref/dotnet/zh-hant/System.Xml.XmlSerializer.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/de/System.Xml.XmlSerializer.xml", - "ref/netcore50/es/System.Xml.XmlSerializer.xml", - "ref/netcore50/fr/System.Xml.XmlSerializer.xml", - "ref/netcore50/it/System.Xml.XmlSerializer.xml", - "ref/netcore50/ja/System.Xml.XmlSerializer.xml", - "ref/netcore50/ko/System.Xml.XmlSerializer.xml", - "ref/netcore50/ru/System.Xml.XmlSerializer.xml", - "ref/netcore50/System.Xml.XmlSerializer.dll", - "ref/netcore50/System.Xml.XmlSerializer.xml", - "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", - "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Xml.XmlSerializer.4.0.0-beta-23109.nupkg", - "System.Xml.XmlSerializer.4.0.0-beta-23109.nupkg.sha512", - "System.Xml.XmlSerializer.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "WindowsAzure.Storage/6.1.1-preview": { + "System.Text.Encoding.Extensions/4.0.11-rc2-24027": { + "sha512": "wj8if+6Wg+2Li3/T/+1+0qkuI7IZfeymtDhTiDThXDwc8+U9ZlZ2QcGHv9v9AEuh1ljWzp6dysuwehWSqAyhpg==", "type": "package", - "sha512": "mDSDuW0GcVYsV1jILYz2nvMX0ADNXUBL6vvy5xKbcHGlKY3lZWhA9AuD/UA2dMoAnto611s5j2XPWWXGmB8N8g==", "files": [ - "lib/dnx451/Microsoft.WindowsAzure.Storage.dll", - "lib/dnx451/Microsoft.WindowsAzure.Storage.pdb", - "lib/dnx451/Microsoft.WindowsAzure.Storage.xml", - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.dll", - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.pdb", - "lib/dnxcore50/Microsoft.WindowsAzure.Storage.xml", + "System.Text.Encoding.Extensions.4.0.11-rc2-24027.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.Extensions.dll", + "ref/netcore50/System.Text.Encoding.Extensions.xml", + "ref/netcore50/de/System.Text.Encoding.Extensions.xml", + "ref/netcore50/es/System.Text.Encoding.Extensions.xml", + "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", + "ref/netcore50/it/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", + "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.0/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll", + "ref/netstandard1.3/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Text.RegularExpressions/4.0.12-rc2-24027": { + "sha512": "Hot88dwmUASuTWne7upZ1yfnXxZ9tGhRJNtlD9+s3QOqSLPy1a8fGlFIaxBVgAk7kKTb/3Eg4j+1QG6TGXDeDQ==", + "type": "package", + "files": [ + "System.Text.RegularExpressions.4.0.12-rc2-24027.nupkg.sha512", + "System.Text.RegularExpressions.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.3/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading/4.0.11-rc2-24027": { + "sha512": "JdVfUj82+pkIGfpUeb28HdwxoUMR7lTL5LT2iX9gyKtIo4yv2VirGPFVvohdlN9t9My+dIlYb9W4z1YlZV/RIA==", + "type": "package", + "files": [ + "System.Threading.4.0.11-rc2-24027.nupkg.sha512", + "System.Threading.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "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/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Threading.Tasks/4.0.11-rc2-24027": { + "sha512": "BULvVgPxKNzMgAZpaRHREYhbGFTDbwG84mR61gGcajhLo6nn7XS9E1Lzixiv3gANtT7HROH7h3LeMPMRsEvEPQ==", + "type": "package", + "files": [ + "System.Threading.Tasks.4.0.11-rc2-24027.nupkg.sha512", + "System.Threading.Tasks.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Threading.Timer/4.0.1-rc2-24027": { + "sha512": "AA9O27bBDE+sNy3PsN3RLoHaQzK7OldejkpXoi3UAeVcR+8Yr4O0UmcdCkucE4KfGk/ID+BxHCWdws4FEDV+4w==", + "type": "package", + "files": [ + "System.Threading.Timer.4.0.1-rc2-24027.nupkg.sha512", + "System.Threading.Timer.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.ReaderWriter/4.0.11-rc2-24027": { + "sha512": "PET0DO5ec5Cp6bAK40aWkv/gq4+/3KslTnkpw8UcYfoNkZafIsmd11UzWY+FnjJIpVxHDG3u4SlQAinKlABxFw==", + "type": "package", + "files": [ + "System.Xml.ReaderWriter.4.0.11-rc2-24027.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "System.Xml.XDocument/4.0.11-rc2-24027": { + "sha512": "e2rpl8sRIEw2YiizX6CzL/g7BU9OeIRXdsuVAL3DWDFBsYrLac+Wcdn1HM1bHhrZ8Gbw+KmFQBMtnXHzv+xGsA==", + "type": "package", + "files": [ + "System.Xml.XDocument.4.0.11-rc2-24027.nupkg.sha512", + "System.Xml.XDocument.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "WindowsAzure.Storage/7.0.0": { + "sha512": "AKxGH6NpZN0fRc2eRKtlDdkk1JW5uqCMeHCF06Z/L5xkYajM7OWquzsjAkQsi2s5a2O0Y4iE6WZOcT5PLE0IMA==", + "type": "package", + "files": [ + "WindowsAzure.Storage.7.0.0.nupkg.sha512", + "WindowsAzure.Storage.nuspec", "lib/net40/Microsoft.WindowsAzure.Storage.dll", "lib/net40/Microsoft.WindowsAzure.Storage.pdb", "lib/net40/Microsoft.WindowsAzure.Storage.xml", - "lib/portable-net45+netcore45+wpa81+MonoAndroid1+MonoTouch1/Microsoft.WindowsAzure.Storage.dll", - "lib/portable-net45+netcore45+wpa81+MonoAndroid1+MonoTouch1/Microsoft.WindowsAzure.Storage.pdb", "lib/win8/Microsoft.WindowsAzure.Storage.dll", "lib/win8/Microsoft.WindowsAzure.Storage.pdb", "lib/wp8/Microsoft.WindowsAzure.Storage.dll", "lib/wp8/Microsoft.WindowsAzure.Storage.pdb", "lib/wpa/Microsoft.WindowsAzure.Storage.dll", - "lib/wpa/Microsoft.WindowsAzure.Storage.pdb", - "WindowsAzure.Storage.6.1.1-preview.nupkg", - "WindowsAzure.Storage.6.1.1-preview.nupkg.sha512", - "WindowsAzure.Storage.nuspec" + "lib/wpa/Microsoft.WindowsAzure.Storage.pdb" ] } }, "projectFileDependencyGroups": { "": [ - "WindowsAzure.Storage >= 6.1.1-preview", - "Microsoft.Framework.Caching.Abstractions >= 1.0.0-beta8", - "Microsoft.Framework.DependencyInjection >= 1.0.0-beta8" + "Microsoft.Extensions.Caching.Abstractions >= 1.0.0-rc2-final", + "Microsoft.Extensions.DependencyInjection >= 1.0.0-rc2-final", + "NETStandard.Library >= 1.5.0-rc2-24027", + "WindowsAzure.Storage >= 7.0.0" ], - ".NETFramework,Version=v4.5": [], - "DNXCore,Version=v5.0": [ - "Microsoft.CSharp >= 4.0.1-beta-23409", - "System.Collections >= 4.0.11-beta-23409", - "System.Linq >= 4.0.1-beta-23409", - "System.Runtime >= 4.0.21-beta-23409", - "System.Threading >= 4.0.11-beta-23409" - ] - } + ".NETFramework,Version=v4.5.2": [] + }, + "tools": {}, + "projectFileToolGroups": {} } \ No newline at end of file diff --git a/src/AzureTableStorageCacheSample/AzureTableStorageCacheSample.xproj b/src/AzureTableStorageCacheSample/AzureTableStorageCacheSample.xproj index 58216ae..d093779 100644 --- a/src/AzureTableStorageCacheSample/AzureTableStorageCacheSample.xproj +++ b/src/AzureTableStorageCacheSample/AzureTableStorageCacheSample.xproj @@ -4,16 +4,22 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + - d2c11e75-bac6-4619-930e-cca94474365e + e1b14bdb-46c5-4792-a95e-41d9461298e2 AzureTableStorageCacheSample - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ + v4.5.2 2.0 - 50593 - - \ No newline at end of file + + + + + + + + diff --git a/src/AzureTableStorageCacheSample/Controllers/HomeController.cs b/src/AzureTableStorageCacheSample/Controllers/HomeController.cs index 2870b9c..8c9ccbc 100644 --- a/src/AzureTableStorageCacheSample/Controllers/HomeController.cs +++ b/src/AzureTableStorageCacheSample/Controllers/HomeController.cs @@ -1,39 +1,23 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading.Tasks; -using Microsoft.AspNet.Mvc; -using Microsoft.Framework.Caching.Distributed; +using Microsoft.AspNetCore.Mvc; -namespace AzureTableStorageCache.Sample.Controllers +namespace AzureTableStorageCacheSample.Controllers { public class HomeController : Controller { - private readonly IDistributedCache cacheMechanism; - - public HomeController(IDistributedCache cacheMechanism) + public IActionResult Index() { - this.cacheMechanism = cacheMechanism; - } - public async Task Index() - { - var data = await cacheMechanism.GetAsync("awesomeRecord"); - var result = string.Empty; - if(data != null) - { - result = Encoding.UTF32.GetString(data); - } - return View(result); - + return View(); } - public async Task AddCache() + public IActionResult About() { - cacheMechanism.SetAsync("awesomeRecord", Encoding.UTF32.GetBytes("Im Awesome")); ViewData["Message"] = "Your application description page."; - return RedirectToAction("Index"); + return View(); } public IActionResult Contact() @@ -45,7 +29,7 @@ namespace AzureTableStorageCache.Sample.Controllers public IActionResult Error() { - return View("~/Views/Shared/Error.cshtml"); + return View(); } } } diff --git a/src/AzureTableStorageCacheSample/Program.cs b/src/AzureTableStorageCacheSample/Program.cs new file mode 100644 index 0000000..f34237a --- /dev/null +++ b/src/AzureTableStorageCacheSample/Program.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Hosting; + +namespace AzureTableStorageCacheSample +{ + public class Program + { + public static void Main(string[] args) + { + var host = new WebHostBuilder() + .UseKestrel() + .UseContentRoot(Directory.GetCurrentDirectory()) + .UseIISIntegration() + .UseStartup() + .Build(); + + host.Run(); + } + } +} diff --git a/src/AzureTableStorageCacheSample/Project_Readme.html b/src/AzureTableStorageCacheSample/Project_Readme.html deleted file mode 100644 index bc23184..0000000 --- a/src/AzureTableStorageCacheSample/Project_Readme.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Welcome to ASP.NET 5 - - - - - - - - - - diff --git a/src/AzureTableStorageCacheSample/Properties/AssemblyInfo.cs b/src/AzureTableStorageCacheSample/Properties/AssemblyInfo.cs deleted file mode 100644 index b041abe..0000000 --- a/src/AzureTableStorageCacheSample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("AzureTableStorageCacheSample")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AzureTableStorageCacheSample")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d2c11e75-bac6-4619-930e-cca94474365e")] diff --git a/src/AzureTableStorageCacheSample/Properties/launchSettings.json b/src/AzureTableStorageCacheSample/Properties/launchSettings.json new file mode 100644 index 0000000..fb44059 --- /dev/null +++ b/src/AzureTableStorageCacheSample/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:53721/", + "sslPort": 0 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "AzureTableStorageCacheSample": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file diff --git a/src/AzureTableStorageCacheSample/Startup.cs b/src/AzureTableStorageCacheSample/Startup.cs index a48c534..98cd80b 100644 --- a/src/AzureTableStorageCacheSample/Startup.cs +++ b/src/AzureTableStorageCacheSample/Startup.cs @@ -1,80 +1,63 @@ -using System; +using AzureTableStorageCache; +using AzureTableStorageCacheSample; +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Hosting; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Microsoft.AspNet.Builder; -using Microsoft.AspNet.Hosting; -using Microsoft.Dnx.Runtime; -using Microsoft.Framework.Configuration; -using Microsoft.Framework.DependencyInjection; -using Microsoft.Framework.Logging; namespace AzureTableStorageCacheSample { public class Startup { - public Startup(IHostingEnvironment env, IApplicationEnvironment appEnv) + public Startup(IHostingEnvironment env) { - // Setup configuration sources. var builder = new ConfigurationBuilder() - .SetBasePath(appEnv.ApplicationBasePath) - .AddJsonFile("appsettings.json") + .SetBasePath(env.ContentRootPath) + .AddJsonFile("appsettings.json", optional: true, reloadOnChange: true) + .AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true) .AddEnvironmentVariables(); Configuration = builder.Build(); } - public IConfigurationRoot Configuration { get; set; } + public IConfigurationRoot Configuration { get; } - // This method gets called by the runtime. + // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection services) { - services.AddAzureTableStorageCache("!!!CONNECTIONSTRINGHERE!!!", "awesomeTable", "cachedDataKey"); - // Add MVC services to the services container. + services.AddAzureTableStorageCache("!!!CONNECTIONSTRINGHERE!!!", "tablename", "partitionKey"); + // Add framework services. services.AddMvc(); - - // Uncomment the following line to add Web API services which makes it easier to port Web API 2 controllers. - // You will also need to add the Microsoft.AspNet.Mvc.WebApiCompatShim package to the 'dependencies' section of project.json. - // services.AddWebApiConventions(); } - // Configure is called after ConfigureServices is called. + // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) { - loggerFactory.MinimumLevel = LogLevel.Information; - loggerFactory.AddConsole(); + loggerFactory.AddConsole(Configuration.GetSection("Logging")); loggerFactory.AddDebug(); - // Configure the HTTP request pipeline. - - // Add the following to the request pipeline only in development environment. if (env.IsDevelopment()) { - app.UseBrowserLink(); app.UseDeveloperExceptionPage(); + app.UseBrowserLink(); } else { - // Add Error handling middleware which catches all application specific errors and - // send the request to the following path or controller action. app.UseExceptionHandler("/Home/Error"); } - // Add the platform handler to the request pipeline. - app.UseIISPlatformHandler(); - - // Add static files to the request pipeline. app.UseStaticFiles(); - // Add MVC to the request pipeline. app.UseMvc(routes => { routes.MapRoute( name: "default", template: "{controller=Home}/{action=Index}/{id?}"); - - // Uncomment the following line to add a route for porting Web API 2 controllers. - // routes.MapWebApiRoute("DefaultApi", "api/{controller}/{id?}"); }); } } -} +} \ No newline at end of file diff --git a/src/AzureTableStorageCacheSample/Views/Home/About.cshtml b/src/AzureTableStorageCacheSample/Views/Home/About.cshtml new file mode 100644 index 0000000..50476d1 --- /dev/null +++ b/src/AzureTableStorageCacheSample/Views/Home/About.cshtml @@ -0,0 +1,7 @@ +@{ + ViewData["Title"] = "About"; +} +

@ViewData["Title"].

+

@ViewData["Message"]

+ +

Use this area to provide additional information.

diff --git a/src/AzureTableStorageCacheSample/Views/Home/Contact.cshtml b/src/AzureTableStorageCacheSample/Views/Home/Contact.cshtml new file mode 100644 index 0000000..15c12c6 --- /dev/null +++ b/src/AzureTableStorageCacheSample/Views/Home/Contact.cshtml @@ -0,0 +1,17 @@ +@{ + ViewData["Title"] = "Contact"; +} +

@ViewData["Title"].

+

@ViewData["Message"]

+ +
+ One Microsoft Way
+ Redmond, WA 98052-6399
+ P: + 425.555.0100 +
+ +
+ Support: Support@example.com
+ Marketing: Marketing@example.com +
diff --git a/src/AzureTableStorageCacheSample/Views/Home/Index.cshtml b/src/AzureTableStorageCacheSample/Views/Home/Index.cshtml index fe6d9ba..146ccc3 100644 --- a/src/AzureTableStorageCacheSample/Views/Home/Index.cshtml +++ b/src/AzureTableStorageCacheSample/Views/Home/Index.cshtml @@ -1,17 +1,109 @@ -@model string -@{ +@{ ViewData["Title"] = "Home Page"; } -
- @if(string.IsNullOrWhiteSpace(Model)) - { - No data found - Add Item To Cache + - } - else - { - Cached Data: @Model - } -
\ No newline at end of file + diff --git a/src/AzureTableStorageCacheSample/Views/Shared/Error.cshtml b/src/AzureTableStorageCacheSample/Views/Shared/Error.cshtml index 4852442..e514139 100644 --- a/src/AzureTableStorageCacheSample/Views/Shared/Error.cshtml +++ b/src/AzureTableStorageCacheSample/Views/Shared/Error.cshtml @@ -4,3 +4,11 @@

Error.

An error occurred while processing your request.

+ +

Development Mode

+

+ Swapping to Development environment will display more detailed information about the error that occurred. +

+

+ Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. +

diff --git a/src/AzureTableStorageCacheSample/Views/Shared/_Layout.cshtml b/src/AzureTableStorageCacheSample/Views/Shared/_Layout.cshtml index 5bf1afe..810a551 100644 --- a/src/AzureTableStorageCacheSample/Views/Shared/_Layout.cshtml +++ b/src/AzureTableStorageCacheSample/Views/Shared/_Layout.cshtml @@ -1,78 +1,67 @@  - - - - @ViewData["Title"] - AzureTableStorageCacheSample + + + + @ViewData["Title"] - AzureTableStorageCacheSample - - - - - - - - - - - - -