From: Wonyoung Choi Date: Tue, 28 Aug 2018 01:04:26 +0000 (+0900) Subject: Update to dotnet-sdk 2.1.500 X-Git-Tag: submit/tizen/20181130.063521^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20d5f5d3063eceb367de8e18c2faa2b2cca0f898;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Update to dotnet-sdk 2.1.500 Change-Id: If12e2a34869b7be56a0ba5750c6d637f9c55b8ee --- diff --git a/dotnet/LICENSE.txt b/dotnet/LICENSE.txt deleted file mode 100644 index cd10d697..00000000 --- a/dotnet/LICENSE.txt +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 .NET Foundation - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/dotnet/TIZEN.txt b/dotnet/TIZEN.txt deleted file mode 100644 index 5eb9b4bf..00000000 --- a/dotnet/TIZEN.txt +++ /dev/null @@ -1,6 +0,0 @@ -The following files are added to build Tizen stuff with dotnet-cli. - -- Dependent libraries for x86-64 -deps/* - - diff --git a/dotnet/ThirdPartyNotices.txt b/dotnet/ThirdPartyNotices.txt deleted file mode 100644 index 30f02414..00000000 --- a/dotnet/ThirdPartyNotices.txt +++ /dev/null @@ -1,183 +0,0 @@ -.NET Core uses third-party libraries or other resources that may be -distributed under licenses different than the .NET Core software. - -In the event that we accidentally failed to list a required notice, please -bring it to our attention. Post an issue or email us: - - dotnet@microsoft.com - -The attached notices are provided for information only. - -License notice for Slicing-by-8 -------------------------------- - -http://sourceforge.net/projects/slicing-by-8/ - -Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - - -This software program is licensed subject to the BSD License, available at -http://www.opensource.org/licenses/bsd-license.html. - - -License notice for Unicode data -------------------------------- - -http://www.unicode.org/Public/idna/6.3.0/ -http://www.unicode.org/Public/UCD/latest/ucd/NormalizationTest.txt - -Copyright © 1991-2015 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in -http://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, -(b) this copyright and permission notice appear in associated -documentation, and -(c) there is clear notice in each modified Data File or in the Software -as well as in the documentation associated with the Data File(s) or -Software that the data or software has been modified. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, -use or other dealings in these Data Files or Software without prior -written authorization of the copyright holder. - -License notice for Zlib -------------------------------- - -zlib -1995-2013 Jean-loup Gailly and Mark Adler -zlib/libpng License -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: -1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. - -License notice for Libuv -------------------------------- - -Libuv - -This software is licensed to you by Microsoft Corporation under the original terms of the copyright holder provided below: - -========================================= - - -libuv is part of the Node project: http://nodejs.org/ -libuv may be distributed alone under Node's license: - -==== - -Copyright Joyent, Inc. and other Node contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. - -==== - -This license applies to all parts of libuv that are not externally -maintained libraries. - -The externally maintained libraries used by libuv are: - - - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license. - - - inet_pton and inet_ntop implementations, contained in src/inet.c, are - copyright the Internet Systems Consortium, Inc., and licensed under the ISC - license. - - - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three - clause BSD license. - - - pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile - Communications AB. Three clause BSD license. - - - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design - Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement - n° 289016). Three clause BSD license. - -========================================= - -License notice for RFC 3492 ---------------------------- - -Copyright (C) The Internet Society (2003). All Rights Reserved. - -This document and translations of it may be copied and furnished to -others, and derivative works that comment on or otherwise explain it -or assist in its implementation may be prepared, copied, published -and distributed, in whole or in part, without restriction of any -kind, provided that the above copyright notice and this paragraph are -included on all such copies and derivative works. However, this -document itself may not be modified in any way, such as by removing -the copyright notice or references to the Internet Society or other -Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for -copyrights defined in the Internet Standards process must be -followed, or as required to translate it into languages other than -English. - -The limited permissions granted above are perpetual and will not be -revoked by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an -"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - -License notice for The C++ REST SDK -------------------------------- - - ==++== - - Copyright (c) Microsoft Corporation. All rights reserved. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - ==--== diff --git a/dotnet/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json b/dotnet/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json deleted file mode 100755 index 5d6bd57c..00000000 --- a/dotnet/additionalDeps/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.deps.json +++ /dev/null @@ -1,1574 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "60693c12f5fd3dc38b4e93aede646754e19e0910" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "Internal.AspNetCore.Sdk/2.0.1-rtm-15400": { - "dependencies": { - "Microsoft.AspNetCore.BuildTools.ApiCheck": "2.0.0-rtm-15400" - } - }, - "Microsoft.ApplicationInsights/2.4.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.ApplicationInsights.DependencyCollector": "2.4.1", - "Microsoft.AspNetCore.Hosting": "2.0.0", - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.Configuration.Json": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll": {} - } - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.4.0", - "Microsoft.Extensions.PlatformAbstractions": "1.1.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Diagnostics.StackTrace": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll": {} - } - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights.AspNetCore": "2.1.1", - "Microsoft.AspNetCore.Hosting": "2.0.0", - "Microsoft.AspNetCore.Razor.Runtime": "2.0.0", - "Microsoft.Extensions.Configuration.Json": "2.0.0", - "Microsoft.Extensions.DiagnosticAdapter": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.0", - "Microsoft.Extensions.Logging.Configuration": "2.0.0" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.BuildTools.ApiCheck/2.0.0-rtm-15400": {}, - "Microsoft.AspNetCore.Hosting/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http": "2.0.0", - "Microsoft.AspNetCore.Http.Extensions": "2.0.0", - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.0", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.0": { - "dependencies": { - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.AspNetCore.WebUtilities": "2.0.0", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.Razor/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} - } - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Html.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Razor": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CSharp/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.Extensions.Configuration/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.0": { - "dependencies": { - "System.Diagnostics.DiagnosticSource": "4.4.1" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", - "Microsoft.Extensions.Configuration.Binder": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "dependencies": { - "System.Reflection.TypeExtensions": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.3.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.5.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - } - } - }, - "libraries": { - "Internal.AspNetCore.Sdk/2.0.1-rtm-15400": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dsnB29fx23vBCtUFNzBjf3+tlarip4s9K8iHZsOZ+MkGjDZDAwZedFvlQ2q53fhSjMjyQo2fOUbrEubcgthQA==", - "path": "internal.aspnetcore.sdk/2.0.1-rtm-15400", - "hashPath": "internal.aspnetcore.sdk.2.0.1-rtm-15400.nupkg.sha512" - }, - "Microsoft.ApplicationInsights/2.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dX/zu3Psz9oM3ErU64xfOHuSxOwMxN6q5RabSkeYbX42Yn6dR/kDToqjs+txCRjrfHUxyYjfeJHu+MbCfvAsg==", - "path": "microsoft.applicationinsights/2.4.0", - "hashPath": "microsoft.applicationinsights.2.4.0.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.AspNetCore/2.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kiGmzl9Cav34dF7AHVMoJxdJJQEeLB8KZGNwX1LjImG9iem5hGk4DkHpW7/m9Nh3DrL8IKSL3mqQo+IPqWfMRQ==", - "path": "microsoft.applicationinsights.aspnetcore/2.1.1", - "hashPath": "microsoft.applicationinsights.aspnetcore.2.1.1.nupkg.sha512" - }, - "Microsoft.ApplicationInsights.DependencyCollector/2.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RWxdX90MY6tNF8S5lwRvJcHiBMIWwVLCxd4TGIEl3X0yAKaolY2vs4zTCvyCIVkEAMs1aInTgWkYwOjzYvAHWw==", - "path": "microsoft.applicationinsights.dependencycollector/2.4.1", - "hashPath": "microsoft.applicationinsights.dependencycollector.2.4.1.nupkg.sha512" - }, - "Microsoft.AspNetCore.ApplicationInsights.HostingStartup/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+EzeECvDSxFFJwZhsplt7X7wecMEzkjui9/TqcK05cFlZNhb0HWzIB3w2QgjBJb2AaN3cZFn7fm7p4t1HcXVvg==", - "path": "microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.0", - "hashPath": "microsoft.aspnetcore.applicationinsights.hostingstartup.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.BuildTools.ApiCheck/2.0.0-rtm-15400": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QABhdpIFN1a0xtzOffWvleAvmARV2dpUfXwnoD2Bp36dKJe/QxzDKoTEDMOHSI/sSir9sK1aPWPhXx4bbJRaKA==", - "path": "microsoft.aspnetcore.buildtools.apicheck/2.0.0-rtm-15400", - "hashPath": "microsoft.aspnetcore.buildtools.apicheck.2.0.0-rtm-15400.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sXN+jNAvXFZJy+WS7talZ3kR/ByZ6s3LQGsT6gButv5opXFss118Prf/hAwgGghMdOtqE+waodhzq5cIVPbORw==", - "path": "microsoft.aspnetcore.hosting/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-836NSTzCM1r1tgCRw92y2/TOKVI8HC0ahh+SDer4oMNwuk7LYgSayjQ3rYHDpQDAaGCMF8vFjFphhRECc9Xtog==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uBCwlqzxbZe5btbMhN+0TClYV63cH+t4gOAhzrwOqwaZ8nAsWmGDZ7gfKVi4PakWEBpbUIPObS9KkhYorA9R2w==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Html.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IBmEeABg9CmCh/Pnk3uesekZZTCOk3JNDzwOqIsEA2XaZetn1vc1yUtkKapaO5Xpa4r2YyzubdrJlyAvIXD+6w==", - "path": "microsoft.aspnetcore.html.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.html.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AK7P6+hY59Pb9X2QcsrDRBOucWMFh7XaDK3rugKSZeXO+xOV3t/7fZgHUUR1H5KWd9NKHBO5v5Ab8ehgpLDJOg==", - "path": "microsoft.aspnetcore.http/2.0.0", - "hashPath": "microsoft.aspnetcore.http.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUk7dPKYC+Jsx84OkJBfm1iGwFpAFToVmKLAet6nlOTL2FmMjaZVv8Z8mfiCLze+d7zuhoTsirCtv0/X3pyLRQ==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XqOo2Ft/o0bXtFGG9CH4s2wIsSIsNjXcH7Xd8CEDD0JAM4rOnzY4Xih5mz495S2gOTtJxA5gKji5+P6xvmE+Fg==", - "path": "microsoft.aspnetcore.http.extensions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GmQvA8TVUdqT2laWdZjAw4hlPwEDugDAWBFixgtLPS8l4BKCJRHt4YsQLZYotpPkEEAz2MlKHD2ifhAl/pmzoQ==", - "path": "microsoft.aspnetcore.http.features/2.0.0", - "hashPath": "microsoft.aspnetcore.http.features.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZAr4PuoISPU+OJsGpGhiy/XgnuATGPXqk6+4DBss8PFcLYBeR26HuefDvE+RHloWB9BrKkWZCAiLgoFyYdpMIw==", - "path": "microsoft.aspnetcore.razor/2.0.0", - "hashPath": "microsoft.aspnetcore.razor.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Razor.Runtime/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Bf2M+QDaVuQ+qRjZTQQ4/xYaoPZX155tHcypHeTlaaGOI4T6LTso8cQU0fEVbe0xJA189OVu4vBxNq76AmyDDw==", - "path": "microsoft.aspnetcore.razor.runtime/2.0.0", - "hashPath": "microsoft.aspnetcore.razor.runtime.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6rCEXyBo2SJv895O9tD0fZwe5xoOl03Nspukub3Vbg9DCeDEgDZ9VP5YwM4Nybs76sZcGegXZBwlYayHcavj4Q==", - "path": "microsoft.aspnetcore.webutilities/2.0.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", - "path": "microsoft.csharp/4.3.0", - "hashPath": "microsoft.csharp.4.3.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bpYXo+l1JgguFBahJiJVgMn8JmeAxFX4aXauu/URPr1a6n1e2CrkjYIAdyQ1P2zd2O8y2tTjG1UCzCrh3z1ng==", - "path": "microsoft.extensions.configuration/2.0.0", - "hashPath": "microsoft.extensions.configuration.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NmFtL5uY2udyBlsPWHuzfuxpxj6KpogLJ5wRmaWbu47RzHAtmbUhvRZE5VPeYlRNOijVUXUX824Ss6z4ED7Qbw==", - "path": "microsoft.extensions.configuration.abstractions/2.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XEg+ejlfKuFIjecIwQKcL5IXPTAERdM5aed7uOPgdmHTt5EcVnVJKi0m1B2d9Kh23fHDtoaE4fIZNVRCQcdElQ==", - "path": "microsoft.extensions.configuration.binder/2.0.0", - "hashPath": "microsoft.extensions.configuration.binder.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f41RDoGpOP4S6K+8tVJDCqbyZ+o0WQE3rWONcaO2ve+BA/jJxVrlB3vrDzvBqOa4guGqtYKO84ZlagUfXUscag==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-06Cjh9v/nWA3WjuMpU/rc9awJvzOSCq+yFbqyCq/zxoOSRmXc3MHU0+ktR+HXQge2TF3EaTfsbO0oyQfBarijA==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F+fND72nxA6yfuCctv3wxl6rjxasDggQvnvVoM3DKYGrebT6xQ2zbFC4iBqw2HOQceGiHG+1VAuBvXstV446qg==", - "path": "microsoft.extensions.configuration.json/2.0.0", - "hashPath": "microsoft.extensions.configuration.json.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BnW/BTg3/08mh/yutZgfH3G3kN8XcMcZI8QtDTGQF4HSX1jelN+6/GnuH5RQIMH/q0tkAP4ZZ28Pc1oUFRBXdg==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lFvOQVLYhlnYesNVtQ38ItAk6IIFJ1JmFNcvE58qib43fFVrDdVMaS6eRcjtbwRxwZjlyC5uRJfgkGHnsnKCDQ==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DiagnosticAdapter/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vw1n2uR6GVzE5VqFi1Z4SZ9HENJBbRLcWeSU+CRiytoDXBo/QhFNpXJzXQ53kt4NS2A1F4fywFApsXtJ27ey8Q==", - "path": "microsoft.extensions.diagnosticadapter/2.0.0", - "hashPath": "microsoft.extensions.diagnosticadapter.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LWNmPXeytf1JOx7phTZfPFjPBBJ0LbHbbc1VXosVsadsp96M+aIhJ3TSBdG5BC0NVWS61R+Thop861dSq80MAA==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ioP6SFxgASu1ibm3H4d1+l53V+dcQ72DK3iHSdJlZdP0JDQysq7CbMecjE3C1EfozIpY7nYnSkKopCsyuuQ+/w==", - "path": "microsoft.extensions.fileproviders.physical/2.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H2hCmEVrfk7P2lBvtDugmDEF7u9Kx09HUSbTCLncWG4Cu4aiyM7SeSKj6xgAwwSbIpncbalYZBzjLb44pR/HIg==", - "path": "microsoft.extensions.filesystemglobbing/2.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hBzJOvfylYRkbWYtrQp98hMVSl8btFXKza8f324TkfD+aatzbjNbHNR7qN4njNKxLYx65F8ZkgOfc9TI1dVl0g==", - "path": "microsoft.extensions.hosting.abstractions/2.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpPYncmVaGqnxQDhnBUrqKR3aAVl0Njs/kfSqvbaWMWOrl8C7Z72aCL01RzUi7Bq1wjbW/Yzh4i4oWaSbFay9g==", - "path": "microsoft.extensions.logging/2.0.0", - "hashPath": "microsoft.extensions.logging.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZH+y/Nvw0ZMBL1MXWO47uSX3nD25Pxgb5ioWNAdqeWb18rLrSDlobndNdulaqeEbcRrVHFDFW9vPV75e1oIZuQ==", - "path": "microsoft.extensions.logging.abstractions/2.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-S9lSdsTz5v77BqIJyqanESlVrgIOH4oLVR71A3ogzKbz9B17H99Dn/Yo2BKFcvfK6QeZCz2/6DmMUJ0yK83l9A==", - "path": "microsoft.extensions.logging.configuration/2.0.0", - "hashPath": "microsoft.extensions.logging.configuration.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CcfOOINhhIIK0HwcFcdcBovjWJZSfSsjNydUfCR6USqM0JV4Lt2xNfUDGjLgwfq3GXhY6Ekgdpwg3+MJvk6yEA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qv/pNao+mAzklDiChYv3DREwhXfjfwI8fnhnb5pE6mFHLqMpuzu5aoYq3we72Za83gD/qd6IRkmy3wquEVEKQg==", - "path": "microsoft.extensions.options/2.0.0", - "hashPath": "microsoft.extensions.options.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80ZvERZxtfq3ant9ndn4u9ZFebfRVXBWnN7TJZQIFrg9SmcaMEmqq8UmFxrLtFEvZuxisYGcHjv7ip4o8RM20A==", - "path": "microsoft.extensions.options.configurationextensions/2.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.PlatformAbstractions/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==", - "path": "microsoft.extensions.platformabstractions/1.1.0", - "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+qnNA7B9huGERBlDCoBD8KTAdCbpoimHm4xvuVD3dWcNT5L3gHwfK+N9dwdnPiUflNPvk7BbJPWR7RJE/NtDA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hyz0ke5XLEIIuhctQWHm2RPS7sK6GZaZm3cV0t19SWvHhZASqN4bAg/fCrMxFB8Z1BSdMohY7vEKSCfNFXYj6Q==", - "path": "microsoft.net.http.headers/2.0.0", - "hashPath": "microsoft.net.http.headers.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "path": "system.security.principal.windows/4.3.0", - "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/dotnet/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json b/dotnet/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json deleted file mode 100755 index 4e7f359d..00000000 --- a/dotnet/additionalDeps/Microsoft.AspNetCore.AzureAppServices.HostingStartup/shared/Microsoft.NETCore.App/2.0.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json +++ /dev/null @@ -1,1318 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "5e814c43a4bb318be73c818ca300cacedf418e91" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "Internal.AspNetCore.Sdk/2.0.1-rtm-15400": { - "dependencies": { - "Microsoft.AspNetCore.BuildTools.ApiCheck": "2.0.0-rtm-15400" - } - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": "2.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll": {} - } - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "2.0.0", - "Microsoft.Extensions.Logging.AzureAppServices": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll": {} - } - }, - "Microsoft.AspNetCore.BuildTools.ApiCheck/2.0.0-rtm-15400": {}, - "Microsoft.AspNetCore.Hosting/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http": "2.0.0", - "Microsoft.AspNetCore.Http.Extensions": "2.0.0", - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.0", - "Microsoft.Extensions.DependencyInjection": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0", - "System.Diagnostics.DiagnosticSource": "4.4.1", - "System.Reflection.Metadata": "1.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.AspNetCore.WebUtilities": "2.0.0", - "Microsoft.Extensions.ObjectPool": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} - } - }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} - } - }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { - "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.0", - "System.Text.Encodings.Web": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {} - } - }, - "Microsoft.CSharp/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.Extensions.Configuration/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.FileProviders.Physical": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} - } - }, - "Microsoft.Extensions.Configuration.Json/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "2.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "2.0.0", - "Newtonsoft.Json": "10.0.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.0", - "Microsoft.Extensions.Configuration.Json": "2.0.0", - "Microsoft.Extensions.Logging": "2.0.0", - "Microsoft.Extensions.Logging.Abstractions": "2.0.0", - "Microsoft.Extensions.Logging.Configuration": "2.0.0", - "System.ValueTuple": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Logging": "2.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll": {} - } - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {} - } - }, - "Microsoft.Extensions.Options/2.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Primitives": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", - "Microsoft.Extensions.Configuration.Binder": "2.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", - "Microsoft.Extensions.Options": "2.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} - } - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} - } - }, - "Microsoft.Net.Http.Headers/2.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "2.0.0", - "System.Buffers": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Newtonsoft.Json/10.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.3.0", - "System.Collections": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Newtonsoft.Json.dll": {} - } - }, - "System.Buffers/4.4.0": {}, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.4.1": {}, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.5.0": {}, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ValueTuple/4.4.0": {}, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - } - } - }, - "libraries": { - "Internal.AspNetCore.Sdk/2.0.1-rtm-15400": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4dsnB29fx23vBCtUFNzBjf3+tlarip4s9K8iHZsOZ+MkGjDZDAwZedFvlQ2q53fhSjMjyQo2fOUbrEubcgthQA==", - "path": "internal.aspnetcore.sdk/2.0.1-rtm-15400", - "hashPath": "internal.aspnetcore.sdk.2.0.1-rtm-15400.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServices.HostingStartup/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ebtl6+oBjEAJ/wQicthDgIOovsbvfsgREhHr4QB0vOvy1PMldqQmy/7DZTPvznN4mokJQrd15dJqLXc6ZGE3lA==", - "path": "microsoft.aspnetcore.azureappservices.hostingstartup/2.0.0", - "hashPath": "microsoft.aspnetcore.azureappservices.hostingstartup.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.AzureAppServicesIntegration/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iVmzE3f7f40JPRDiuvL8yyVLTHnU/4EchSbGWMA31h3ZcRgABh6iMbodovZrNgqWmmewjHiR+q3kuChTlZmUsQ==", - "path": "microsoft.aspnetcore.azureappservicesintegration/2.0.0", - "hashPath": "microsoft.aspnetcore.azureappservicesintegration.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.BuildTools.ApiCheck/2.0.0-rtm-15400": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QABhdpIFN1a0xtzOffWvleAvmARV2dpUfXwnoD2Bp36dKJe/QxzDKoTEDMOHSI/sSir9sK1aPWPhXx4bbJRaKA==", - "path": "microsoft.aspnetcore.buildtools.apicheck/2.0.0-rtm-15400", - "hashPath": "microsoft.aspnetcore.buildtools.apicheck.2.0.0-rtm-15400.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sXN+jNAvXFZJy+WS7talZ3kR/ByZ6s3LQGsT6gButv5opXFss118Prf/hAwgGghMdOtqE+waodhzq5cIVPbORw==", - "path": "microsoft.aspnetcore.hosting/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-836NSTzCM1r1tgCRw92y2/TOKVI8HC0ahh+SDer4oMNwuk7LYgSayjQ3rYHDpQDAaGCMF8vFjFphhRECc9Xtog==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uBCwlqzxbZe5btbMhN+0TClYV63cH+t4gOAhzrwOqwaZ8nAsWmGDZ7gfKVi4PakWEBpbUIPObS9KkhYorA9R2w==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AK7P6+hY59Pb9X2QcsrDRBOucWMFh7XaDK3rugKSZeXO+xOV3t/7fZgHUUR1H5KWd9NKHBO5v5Ab8ehgpLDJOg==", - "path": "microsoft.aspnetcore.http/2.0.0", - "hashPath": "microsoft.aspnetcore.http.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUk7dPKYC+Jsx84OkJBfm1iGwFpAFToVmKLAet6nlOTL2FmMjaZVv8Z8mfiCLze+d7zuhoTsirCtv0/X3pyLRQ==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XqOo2Ft/o0bXtFGG9CH4s2wIsSIsNjXcH7Xd8CEDD0JAM4rOnzY4Xih5mz495S2gOTtJxA5gKji5+P6xvmE+Fg==", - "path": "microsoft.aspnetcore.http.extensions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GmQvA8TVUdqT2laWdZjAw4hlPwEDugDAWBFixgtLPS8l4BKCJRHt4YsQLZYotpPkEEAz2MlKHD2ifhAl/pmzoQ==", - "path": "microsoft.aspnetcore.http.features/2.0.0", - "hashPath": "microsoft.aspnetcore.http.features.2.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6rCEXyBo2SJv895O9tD0fZwe5xoOl03Nspukub3Vbg9DCeDEgDZ9VP5YwM4Nybs76sZcGegXZBwlYayHcavj4Q==", - "path": "microsoft.aspnetcore.webutilities/2.0.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", - "path": "microsoft.csharp/4.3.0", - "hashPath": "microsoft.csharp.4.3.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bpYXo+l1JgguFBahJiJVgMn8JmeAxFX4aXauu/URPr1a6n1e2CrkjYIAdyQ1P2zd2O8y2tTjG1UCzCrh3z1ng==", - "path": "microsoft.extensions.configuration/2.0.0", - "hashPath": "microsoft.extensions.configuration.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NmFtL5uY2udyBlsPWHuzfuxpxj6KpogLJ5wRmaWbu47RzHAtmbUhvRZE5VPeYlRNOijVUXUX824Ss6z4ED7Qbw==", - "path": "microsoft.extensions.configuration.abstractions/2.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XEg+ejlfKuFIjecIwQKcL5IXPTAERdM5aed7uOPgdmHTt5EcVnVJKi0m1B2d9Kh23fHDtoaE4fIZNVRCQcdElQ==", - "path": "microsoft.extensions.configuration.binder/2.0.0", - "hashPath": "microsoft.extensions.configuration.binder.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f41RDoGpOP4S6K+8tVJDCqbyZ+o0WQE3rWONcaO2ve+BA/jJxVrlB3vrDzvBqOa4guGqtYKO84ZlagUfXUscag==", - "path": "microsoft.extensions.configuration.environmentvariables/2.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-06Cjh9v/nWA3WjuMpU/rc9awJvzOSCq+yFbqyCq/zxoOSRmXc3MHU0+ktR+HXQge2TF3EaTfsbO0oyQfBarijA==", - "path": "microsoft.extensions.configuration.fileextensions/2.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F+fND72nxA6yfuCctv3wxl6rjxasDggQvnvVoM3DKYGrebT6xQ2zbFC4iBqw2HOQceGiHG+1VAuBvXstV446qg==", - "path": "microsoft.extensions.configuration.json/2.0.0", - "hashPath": "microsoft.extensions.configuration.json.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BnW/BTg3/08mh/yutZgfH3G3kN8XcMcZI8QtDTGQF4HSX1jelN+6/GnuH5RQIMH/q0tkAP4ZZ28Pc1oUFRBXdg==", - "path": "microsoft.extensions.dependencyinjection/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lFvOQVLYhlnYesNVtQ38ItAk6IIFJ1JmFNcvE58qib43fFVrDdVMaS6eRcjtbwRxwZjlyC5uRJfgkGHnsnKCDQ==", - "path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LWNmPXeytf1JOx7phTZfPFjPBBJ0LbHbbc1VXosVsadsp96M+aIhJ3TSBdG5BC0NVWS61R+Thop861dSq80MAA==", - "path": "microsoft.extensions.fileproviders.abstractions/2.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ioP6SFxgASu1ibm3H4d1+l53V+dcQ72DK3iHSdJlZdP0JDQysq7CbMecjE3C1EfozIpY7nYnSkKopCsyuuQ+/w==", - "path": "microsoft.extensions.fileproviders.physical/2.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H2hCmEVrfk7P2lBvtDugmDEF7u9Kx09HUSbTCLncWG4Cu4aiyM7SeSKj6xgAwwSbIpncbalYZBzjLb44pR/HIg==", - "path": "microsoft.extensions.filesystemglobbing/2.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hBzJOvfylYRkbWYtrQp98hMVSl8btFXKza8f324TkfD+aatzbjNbHNR7qN4njNKxLYx65F8ZkgOfc9TI1dVl0g==", - "path": "microsoft.extensions.hosting.abstractions/2.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lpPYncmVaGqnxQDhnBUrqKR3aAVl0Njs/kfSqvbaWMWOrl8C7Z72aCL01RzUi7Bq1wjbW/Yzh4i4oWaSbFay9g==", - "path": "microsoft.extensions.logging/2.0.0", - "hashPath": "microsoft.extensions.logging.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZH+y/Nvw0ZMBL1MXWO47uSX3nD25Pxgb5ioWNAdqeWb18rLrSDlobndNdulaqeEbcRrVHFDFW9vPV75e1oIZuQ==", - "path": "microsoft.extensions.logging.abstractions/2.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.AzureAppServices/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RU2NzkDQ4viw6st3fgP//WTcUPrUIScf/ozkDgSnRMQUWiVp0Jk/r7fmFdptlgX0oTxsvLAvbK8fL6kpAZvHbg==", - "path": "microsoft.extensions.logging.azureappservices/2.0.0", - "hashPath": "microsoft.extensions.logging.azureappservices.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-S9lSdsTz5v77BqIJyqanESlVrgIOH4oLVR71A3ogzKbz9B17H99Dn/Yo2BKFcvfK6QeZCz2/6DmMUJ0yK83l9A==", - "path": "microsoft.extensions.logging.configuration/2.0.0", - "hashPath": "microsoft.extensions.logging.configuration.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CcfOOINhhIIK0HwcFcdcBovjWJZSfSsjNydUfCR6USqM0JV4Lt2xNfUDGjLgwfq3GXhY6Ekgdpwg3+MJvk6yEA==", - "path": "microsoft.extensions.objectpool/2.0.0", - "hashPath": "microsoft.extensions.objectpool.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qv/pNao+mAzklDiChYv3DREwhXfjfwI8fnhnb5pE6mFHLqMpuzu5aoYq3we72Za83gD/qd6IRkmy3wquEVEKQg==", - "path": "microsoft.extensions.options/2.0.0", - "hashPath": "microsoft.extensions.options.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80ZvERZxtfq3ant9ndn4u9ZFebfRVXBWnN7TJZQIFrg9SmcaMEmqq8UmFxrLtFEvZuxisYGcHjv7ip4o8RM20A==", - "path": "microsoft.extensions.options.configurationextensions/2.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.2.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8+qnNA7B9huGERBlDCoBD8KTAdCbpoimHm4xvuVD3dWcNT5L3gHwfK+N9dwdnPiUflNPvk7BbJPWR7RJE/NtDA==", - "path": "microsoft.extensions.primitives/2.0.0", - "hashPath": "microsoft.extensions.primitives.2.0.0.nupkg.sha512" - }, - "Microsoft.Net.Http.Headers/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hyz0ke5XLEIIuhctQWHm2RPS7sK6GZaZm3cV0t19SWvHhZASqN4bAg/fCrMxFB8Z1BSdMohY7vEKSCfNFXYj6Q==", - "path": "microsoft.net.http.headers/2.0.0", - "hashPath": "microsoft.net.http.headers.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Newtonsoft.Json/10.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==", - "path": "newtonsoft.json/10.0.1", - "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U/KcC19fyLsPN1GLmeU2zQq15MMVcPwMOYPADVo1+WIoJpvMHxrzvl+BLLZwTEZSneGwaPFZ0aWr0nJ7B7LSdA==", - "path": "system.diagnostics.diagnosticsource/4.4.1", - "hashPath": "system.diagnostics.diagnosticsource.4.4.1.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-423hF/x1/1/aBT6hjgrp8RH2zdKOd1iTujlHisSesTW/cgv1ixUitfk23ZknVzItMm6jnwp9CBwI2P3r9jpitw==", - "path": "system.reflection.metadata/1.5.0", - "hashPath": "system.reflection.metadata.1.5.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Formatters/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "path": "system.runtime.serialization.formatters/4.3.0", - "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l/tYeikqMHX2MD2jzrHDfR9ejrpTTF7wvAEbR51AMvzip1wSJgiURbDik4iv/w7ZgytmTD/hlwpplEhF9bmFNw==", - "path": "system.text.encodings.web/4.4.0", - "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BahUww/+mdP4ARCAh2RQhQTg13wYLVrBb9SYVgW8ZlrwjraGCXHGjo0oIiUfZ34LUZkMMR+RAzR7dEY4S1HeQQ==", - "path": "system.valuetuple/4.4.0", - "hashPath": "system.valuetuple.4.4.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/dotnet/deps/engines/lib4758cca.so b/dotnet/deps/engines/lib4758cca.so deleted file mode 100755 index 41b8e2ae..00000000 Binary files a/dotnet/deps/engines/lib4758cca.so and /dev/null differ diff --git a/dotnet/deps/engines/libaep.so b/dotnet/deps/engines/libaep.so deleted file mode 100755 index 8a09431f..00000000 Binary files a/dotnet/deps/engines/libaep.so and /dev/null differ diff --git a/dotnet/deps/engines/libatalla.so b/dotnet/deps/engines/libatalla.so deleted file mode 100755 index dc1aea50..00000000 Binary files a/dotnet/deps/engines/libatalla.so and /dev/null differ diff --git a/dotnet/deps/engines/libcapi.so b/dotnet/deps/engines/libcapi.so deleted file mode 100755 index df2e0d77..00000000 Binary files a/dotnet/deps/engines/libcapi.so and /dev/null differ diff --git a/dotnet/deps/engines/libchil.so b/dotnet/deps/engines/libchil.so deleted file mode 100755 index 49a5395f..00000000 Binary files a/dotnet/deps/engines/libchil.so and /dev/null differ diff --git a/dotnet/deps/engines/libcswift.so b/dotnet/deps/engines/libcswift.so deleted file mode 100755 index 9116fc03..00000000 Binary files a/dotnet/deps/engines/libcswift.so and /dev/null differ diff --git a/dotnet/deps/engines/libgmp.so b/dotnet/deps/engines/libgmp.so deleted file mode 100755 index 3a34b9b9..00000000 Binary files a/dotnet/deps/engines/libgmp.so and /dev/null differ diff --git a/dotnet/deps/engines/libgost.so b/dotnet/deps/engines/libgost.so deleted file mode 100755 index 95ee0ba5..00000000 Binary files a/dotnet/deps/engines/libgost.so and /dev/null differ diff --git a/dotnet/deps/engines/libnuron.so b/dotnet/deps/engines/libnuron.so deleted file mode 100755 index 39c79ec9..00000000 Binary files a/dotnet/deps/engines/libnuron.so and /dev/null differ diff --git a/dotnet/deps/engines/libpadlock.so b/dotnet/deps/engines/libpadlock.so deleted file mode 100755 index 65b2fbba..00000000 Binary files a/dotnet/deps/engines/libpadlock.so and /dev/null differ diff --git a/dotnet/deps/engines/libsureware.so b/dotnet/deps/engines/libsureware.so deleted file mode 100755 index f7f22de0..00000000 Binary files a/dotnet/deps/engines/libsureware.so and /dev/null differ diff --git a/dotnet/deps/engines/libubsec.so b/dotnet/deps/engines/libubsec.so deleted file mode 100755 index 8cb54148..00000000 Binary files a/dotnet/deps/engines/libubsec.so and /dev/null differ diff --git a/dotnet/deps/ld-2.24.so b/dotnet/deps/ld-2.24.so deleted file mode 100755 index fc141956..00000000 Binary files a/dotnet/deps/ld-2.24.so and /dev/null differ diff --git a/dotnet/deps/ld-linux-x86-64.so.2 b/dotnet/deps/ld-linux-x86-64.so.2 deleted file mode 120000 index 6b1a56f0..00000000 --- a/dotnet/deps/ld-linux-x86-64.so.2 +++ /dev/null @@ -1 +0,0 @@ -ld-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libBrokenLocale-2.24.so b/dotnet/deps/libBrokenLocale-2.24.so deleted file mode 100755 index 14c9cbbb..00000000 Binary files a/dotnet/deps/libBrokenLocale-2.24.so and /dev/null differ diff --git a/dotnet/deps/libBrokenLocale.so.1 b/dotnet/deps/libBrokenLocale.so.1 deleted file mode 120000 index 0548abaf..00000000 --- a/dotnet/deps/libBrokenLocale.so.1 +++ /dev/null @@ -1 +0,0 @@ -libBrokenLocale-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libanl-2.24.so b/dotnet/deps/libanl-2.24.so deleted file mode 100755 index cb681cde..00000000 Binary files a/dotnet/deps/libanl-2.24.so and /dev/null differ diff --git a/dotnet/deps/libanl.so.1 b/dotnet/deps/libanl.so.1 deleted file mode 120000 index 8dc3b360..00000000 --- a/dotnet/deps/libanl.so.1 +++ /dev/null @@ -1 +0,0 @@ -libanl-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libasan.so b/dotnet/deps/libasan.so deleted file mode 120000 index 129db993..00000000 --- a/dotnet/deps/libasan.so +++ /dev/null @@ -1 +0,0 @@ -libasan.so.3.0.0 \ No newline at end of file diff --git a/dotnet/deps/libasan.so.3 b/dotnet/deps/libasan.so.3 deleted file mode 120000 index 129db993..00000000 --- a/dotnet/deps/libasan.so.3 +++ /dev/null @@ -1 +0,0 @@ -libasan.so.3.0.0 \ No newline at end of file diff --git a/dotnet/deps/libasan.so.3.0.0 b/dotnet/deps/libasan.so.3.0.0 deleted file mode 100755 index 3071f9b4..00000000 Binary files a/dotnet/deps/libasan.so.3.0.0 and /dev/null differ diff --git a/dotnet/deps/libc-2.24.so b/dotnet/deps/libc-2.24.so deleted file mode 100755 index f207da81..00000000 Binary files a/dotnet/deps/libc-2.24.so and /dev/null differ diff --git a/dotnet/deps/libc.so.6 b/dotnet/deps/libc.so.6 deleted file mode 120000 index 77d3c6de..00000000 --- a/dotnet/deps/libc.so.6 +++ /dev/null @@ -1 +0,0 @@ -libc-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libcares.so.2 b/dotnet/deps/libcares.so.2 deleted file mode 120000 index cbd1a14e..00000000 --- a/dotnet/deps/libcares.so.2 +++ /dev/null @@ -1 +0,0 @@ -libcares.so.2.2.0 \ No newline at end of file diff --git a/dotnet/deps/libcares.so.2.2.0 b/dotnet/deps/libcares.so.2.2.0 deleted file mode 100755 index d87923c6..00000000 Binary files a/dotnet/deps/libcares.so.2.2.0 and /dev/null differ diff --git a/dotnet/deps/libcidn-2.24.so b/dotnet/deps/libcidn-2.24.so deleted file mode 100755 index 20107437..00000000 Binary files a/dotnet/deps/libcidn-2.24.so and /dev/null differ diff --git a/dotnet/deps/libcidn.so.1 b/dotnet/deps/libcidn.so.1 deleted file mode 120000 index c072b309..00000000 --- a/dotnet/deps/libcidn.so.1 +++ /dev/null @@ -1 +0,0 @@ -libcidn-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libcrypt-2.24.so b/dotnet/deps/libcrypt-2.24.so deleted file mode 100755 index af632ea1..00000000 Binary files a/dotnet/deps/libcrypt-2.24.so and /dev/null differ diff --git a/dotnet/deps/libcrypt.so.1 b/dotnet/deps/libcrypt.so.1 deleted file mode 120000 index 1adb36c5..00000000 --- a/dotnet/deps/libcrypt.so.1 +++ /dev/null @@ -1 +0,0 @@ -libcrypt-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libcrypto.so.1.0.0 b/dotnet/deps/libcrypto.so.1.0.0 deleted file mode 100755 index 74f48d75..00000000 Binary files a/dotnet/deps/libcrypto.so.1.0.0 and /dev/null differ diff --git a/dotnet/deps/libcurl.so.4 b/dotnet/deps/libcurl.so.4 deleted file mode 120000 index 373a73af..00000000 --- a/dotnet/deps/libcurl.so.4 +++ /dev/null @@ -1 +0,0 @@ -libcurl.so.4.4.0 \ No newline at end of file diff --git a/dotnet/deps/libcurl.so.4.4.0 b/dotnet/deps/libcurl.so.4.4.0 deleted file mode 100755 index 79808b58..00000000 Binary files a/dotnet/deps/libcurl.so.4.4.0 and /dev/null differ diff --git a/dotnet/deps/libdl-2.24.so b/dotnet/deps/libdl-2.24.so deleted file mode 100755 index d86bf7fb..00000000 Binary files a/dotnet/deps/libdl-2.24.so and /dev/null differ diff --git a/dotnet/deps/libdl.so.2 b/dotnet/deps/libdl.so.2 deleted file mode 120000 index 5b0e6061..00000000 --- a/dotnet/deps/libdl.so.2 +++ /dev/null @@ -1 +0,0 @@ -libdl-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libgcc_s.so.1 b/dotnet/deps/libgcc_s.so.1 deleted file mode 100755 index 2018100d..00000000 Binary files a/dotnet/deps/libgcc_s.so.1 and /dev/null differ diff --git a/dotnet/deps/libicudata.so b/dotnet/deps/libicudata.so deleted file mode 120000 index 33f5fa3c..00000000 --- a/dotnet/deps/libicudata.so +++ /dev/null @@ -1 +0,0 @@ -libicudata.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicudata.so.58 b/dotnet/deps/libicudata.so.58 deleted file mode 120000 index 33f5fa3c..00000000 --- a/dotnet/deps/libicudata.so.58 +++ /dev/null @@ -1 +0,0 @@ -libicudata.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicudata.so.58.2 b/dotnet/deps/libicudata.so.58.2 deleted file mode 100755 index 84468ff3..00000000 Binary files a/dotnet/deps/libicudata.so.58.2 and /dev/null differ diff --git a/dotnet/deps/libicui18n.so b/dotnet/deps/libicui18n.so deleted file mode 120000 index b6f1e785..00000000 --- a/dotnet/deps/libicui18n.so +++ /dev/null @@ -1 +0,0 @@ -libicui18n.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicui18n.so.58 b/dotnet/deps/libicui18n.so.58 deleted file mode 120000 index b6f1e785..00000000 --- a/dotnet/deps/libicui18n.so.58 +++ /dev/null @@ -1 +0,0 @@ -libicui18n.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicui18n.so.58.2 b/dotnet/deps/libicui18n.so.58.2 deleted file mode 100755 index e549448b..00000000 Binary files a/dotnet/deps/libicui18n.so.58.2 and /dev/null differ diff --git a/dotnet/deps/libicuio.so b/dotnet/deps/libicuio.so deleted file mode 120000 index 936a9568..00000000 --- a/dotnet/deps/libicuio.so +++ /dev/null @@ -1 +0,0 @@ -libicuio.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicuio.so.58 b/dotnet/deps/libicuio.so.58 deleted file mode 120000 index 936a9568..00000000 --- a/dotnet/deps/libicuio.so.58 +++ /dev/null @@ -1 +0,0 @@ -libicuio.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicuio.so.58.2 b/dotnet/deps/libicuio.so.58.2 deleted file mode 100755 index 0f5159e4..00000000 Binary files a/dotnet/deps/libicuio.so.58.2 and /dev/null differ diff --git a/dotnet/deps/libicutest.so b/dotnet/deps/libicutest.so deleted file mode 120000 index 26e860d1..00000000 --- a/dotnet/deps/libicutest.so +++ /dev/null @@ -1 +0,0 @@ -libicutest.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicutest.so.58 b/dotnet/deps/libicutest.so.58 deleted file mode 120000 index 26e860d1..00000000 --- a/dotnet/deps/libicutest.so.58 +++ /dev/null @@ -1 +0,0 @@ -libicutest.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicutest.so.58.2 b/dotnet/deps/libicutest.so.58.2 deleted file mode 100755 index eeedaba9..00000000 Binary files a/dotnet/deps/libicutest.so.58.2 and /dev/null differ diff --git a/dotnet/deps/libicutu.so b/dotnet/deps/libicutu.so deleted file mode 120000 index b3d26999..00000000 --- a/dotnet/deps/libicutu.so +++ /dev/null @@ -1 +0,0 @@ -libicutu.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicutu.so.58 b/dotnet/deps/libicutu.so.58 deleted file mode 120000 index b3d26999..00000000 --- a/dotnet/deps/libicutu.so.58 +++ /dev/null @@ -1 +0,0 @@ -libicutu.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicutu.so.58.2 b/dotnet/deps/libicutu.so.58.2 deleted file mode 100755 index ce16dbf3..00000000 Binary files a/dotnet/deps/libicutu.so.58.2 and /dev/null differ diff --git a/dotnet/deps/libicuuc.so b/dotnet/deps/libicuuc.so deleted file mode 120000 index 03cdebc6..00000000 --- a/dotnet/deps/libicuuc.so +++ /dev/null @@ -1 +0,0 @@ -libicuuc.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicuuc.so.58 b/dotnet/deps/libicuuc.so.58 deleted file mode 120000 index 03cdebc6..00000000 --- a/dotnet/deps/libicuuc.so.58 +++ /dev/null @@ -1 +0,0 @@ -libicuuc.so.58.2 \ No newline at end of file diff --git a/dotnet/deps/libicuuc.so.58.2 b/dotnet/deps/libicuuc.so.58.2 deleted file mode 100755 index 9628d92b..00000000 Binary files a/dotnet/deps/libicuuc.so.58.2 and /dev/null differ diff --git a/dotnet/deps/liblzma.so.5 b/dotnet/deps/liblzma.so.5 deleted file mode 120000 index 0256d7c3..00000000 --- a/dotnet/deps/liblzma.so.5 +++ /dev/null @@ -1 +0,0 @@ -liblzma.so.5.2.3 \ No newline at end of file diff --git a/dotnet/deps/liblzma.so.5.2.3 b/dotnet/deps/liblzma.so.5.2.3 deleted file mode 100755 index 2f60db02..00000000 Binary files a/dotnet/deps/liblzma.so.5.2.3 and /dev/null differ diff --git a/dotnet/deps/libm-2.24.so b/dotnet/deps/libm-2.24.so deleted file mode 100755 index b9808bfc..00000000 Binary files a/dotnet/deps/libm-2.24.so and /dev/null differ diff --git a/dotnet/deps/libm.so.6 b/dotnet/deps/libm.so.6 deleted file mode 120000 index c3a11f38..00000000 --- a/dotnet/deps/libm.so.6 +++ /dev/null @@ -1 +0,0 @@ -libm-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnghttp2.so b/dotnet/deps/libnghttp2.so deleted file mode 120000 index 8be76e22..00000000 --- a/dotnet/deps/libnghttp2.so +++ /dev/null @@ -1 +0,0 @@ -libnghttp2.so.14.13.0 \ No newline at end of file diff --git a/dotnet/deps/libnghttp2.so.14 b/dotnet/deps/libnghttp2.so.14 deleted file mode 120000 index 8be76e22..00000000 --- a/dotnet/deps/libnghttp2.so.14 +++ /dev/null @@ -1 +0,0 @@ -libnghttp2.so.14.13.0 \ No newline at end of file diff --git a/dotnet/deps/libnghttp2.so.14.13.0 b/dotnet/deps/libnghttp2.so.14.13.0 deleted file mode 100755 index e7a38a13..00000000 Binary files a/dotnet/deps/libnghttp2.so.14.13.0 and /dev/null differ diff --git a/dotnet/deps/libnsl-2.24.so b/dotnet/deps/libnsl-2.24.so deleted file mode 100755 index 70612424..00000000 Binary files a/dotnet/deps/libnsl-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnsl.so.1 b/dotnet/deps/libnsl.so.1 deleted file mode 120000 index 2287f72e..00000000 --- a/dotnet/deps/libnsl.so.1 +++ /dev/null @@ -1 +0,0 @@ -libnsl-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_compat-2.24.so b/dotnet/deps/libnss_compat-2.24.so deleted file mode 100755 index 5e202639..00000000 Binary files a/dotnet/deps/libnss_compat-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_compat.so.2 b/dotnet/deps/libnss_compat.so.2 deleted file mode 120000 index fd755dc3..00000000 --- a/dotnet/deps/libnss_compat.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_compat-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_db-2.24.so b/dotnet/deps/libnss_db-2.24.so deleted file mode 100755 index 68c63f9c..00000000 Binary files a/dotnet/deps/libnss_db-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_db.so.2 b/dotnet/deps/libnss_db.so.2 deleted file mode 120000 index 0949b96e..00000000 --- a/dotnet/deps/libnss_db.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_db-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_dns-2.24.so b/dotnet/deps/libnss_dns-2.24.so deleted file mode 100755 index 1f770cc3..00000000 Binary files a/dotnet/deps/libnss_dns-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_dns.so.2 b/dotnet/deps/libnss_dns.so.2 deleted file mode 120000 index 662a31a8..00000000 --- a/dotnet/deps/libnss_dns.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_dns-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_files-2.24.so b/dotnet/deps/libnss_files-2.24.so deleted file mode 100755 index 80edeeaf..00000000 Binary files a/dotnet/deps/libnss_files-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_files.so.2 b/dotnet/deps/libnss_files.so.2 deleted file mode 120000 index 225033d7..00000000 --- a/dotnet/deps/libnss_files.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_files-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_hesiod-2.24.so b/dotnet/deps/libnss_hesiod-2.24.so deleted file mode 100755 index e65c2500..00000000 Binary files a/dotnet/deps/libnss_hesiod-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_hesiod.so.2 b/dotnet/deps/libnss_hesiod.so.2 deleted file mode 120000 index 0ddc3a55..00000000 --- a/dotnet/deps/libnss_hesiod.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_hesiod-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_nis-2.24.so b/dotnet/deps/libnss_nis-2.24.so deleted file mode 100755 index 9a947b79..00000000 Binary files a/dotnet/deps/libnss_nis-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_nis.so.2 b/dotnet/deps/libnss_nis.so.2 deleted file mode 120000 index 0b989be2..00000000 --- a/dotnet/deps/libnss_nis.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_nis-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libnss_nisplus-2.24.so b/dotnet/deps/libnss_nisplus-2.24.so deleted file mode 100755 index ddd0a794..00000000 Binary files a/dotnet/deps/libnss_nisplus-2.24.so and /dev/null differ diff --git a/dotnet/deps/libnss_nisplus.so.2 b/dotnet/deps/libnss_nisplus.so.2 deleted file mode 120000 index 6a2c01c9..00000000 --- a/dotnet/deps/libnss_nisplus.so.2 +++ /dev/null @@ -1 +0,0 @@ -libnss_nisplus-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libpthread-2.24.so b/dotnet/deps/libpthread-2.24.so deleted file mode 100755 index db0a20d3..00000000 Binary files a/dotnet/deps/libpthread-2.24.so and /dev/null differ diff --git a/dotnet/deps/libpthread.so.0 b/dotnet/deps/libpthread.so.0 deleted file mode 120000 index b195df27..00000000 --- a/dotnet/deps/libpthread.so.0 +++ /dev/null @@ -1 +0,0 @@ -libpthread-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libresolv-2.24.so b/dotnet/deps/libresolv-2.24.so deleted file mode 100755 index 822620fb..00000000 Binary files a/dotnet/deps/libresolv-2.24.so and /dev/null differ diff --git a/dotnet/deps/libresolv.so.2 b/dotnet/deps/libresolv.so.2 deleted file mode 120000 index 6a4db655..00000000 --- a/dotnet/deps/libresolv.so.2 +++ /dev/null @@ -1 +0,0 @@ -libresolv-2.24.so \ No newline at end of file diff --git a/dotnet/deps/librt-2.24.so b/dotnet/deps/librt-2.24.so deleted file mode 100755 index 9576b6c7..00000000 Binary files a/dotnet/deps/librt-2.24.so and /dev/null differ diff --git a/dotnet/deps/librt.so.1 b/dotnet/deps/librt.so.1 deleted file mode 120000 index dffcece8..00000000 --- a/dotnet/deps/librt.so.1 +++ /dev/null @@ -1 +0,0 @@ -librt-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libssl.so.1.0.0 b/dotnet/deps/libssl.so.1.0.0 deleted file mode 100755 index 32093a77..00000000 Binary files a/dotnet/deps/libssl.so.1.0.0 and /dev/null differ diff --git a/dotnet/deps/libstdc++.so.6 b/dotnet/deps/libstdc++.so.6 deleted file mode 120000 index 4217476c..00000000 --- a/dotnet/deps/libstdc++.so.6 +++ /dev/null @@ -1 +0,0 @@ -libstdc++.so.6.0.22 \ No newline at end of file diff --git a/dotnet/deps/libstdc++.so.6.0.22 b/dotnet/deps/libstdc++.so.6.0.22 deleted file mode 100755 index b02a14a9..00000000 Binary files a/dotnet/deps/libstdc++.so.6.0.22 and /dev/null differ diff --git a/dotnet/deps/libthread_db-1.0.so b/dotnet/deps/libthread_db-1.0.so deleted file mode 100755 index b35b730c..00000000 Binary files a/dotnet/deps/libthread_db-1.0.so and /dev/null differ diff --git a/dotnet/deps/libthread_db.so.1 b/dotnet/deps/libthread_db.so.1 deleted file mode 120000 index bc525142..00000000 --- a/dotnet/deps/libthread_db.so.1 +++ /dev/null @@ -1 +0,0 @@ -libthread_db-1.0.so \ No newline at end of file diff --git a/dotnet/deps/libunwind-coredump.so b/dotnet/deps/libunwind-coredump.so deleted file mode 120000 index afbba648..00000000 --- a/dotnet/deps/libunwind-coredump.so +++ /dev/null @@ -1 +0,0 @@ -libunwind-coredump.so.0.0.0 \ No newline at end of file diff --git a/dotnet/deps/libunwind-coredump.so.0 b/dotnet/deps/libunwind-coredump.so.0 deleted file mode 120000 index afbba648..00000000 --- a/dotnet/deps/libunwind-coredump.so.0 +++ /dev/null @@ -1 +0,0 @@ -libunwind-coredump.so.0.0.0 \ No newline at end of file diff --git a/dotnet/deps/libunwind-coredump.so.0.0.0 b/dotnet/deps/libunwind-coredump.so.0.0.0 deleted file mode 100755 index cae4608b..00000000 Binary files a/dotnet/deps/libunwind-coredump.so.0.0.0 and /dev/null differ diff --git a/dotnet/deps/libunwind-generic.so b/dotnet/deps/libunwind-generic.so deleted file mode 120000 index 363f8d9c..00000000 --- a/dotnet/deps/libunwind-generic.so +++ /dev/null @@ -1 +0,0 @@ -libunwind-x86_64.so \ No newline at end of file diff --git a/dotnet/deps/libunwind-ptrace.so b/dotnet/deps/libunwind-ptrace.so deleted file mode 120000 index 744c922b..00000000 --- a/dotnet/deps/libunwind-ptrace.so +++ /dev/null @@ -1 +0,0 @@ -libunwind-ptrace.so.0.0.0 \ No newline at end of file diff --git a/dotnet/deps/libunwind-ptrace.so.0 b/dotnet/deps/libunwind-ptrace.so.0 deleted file mode 120000 index 744c922b..00000000 --- a/dotnet/deps/libunwind-ptrace.so.0 +++ /dev/null @@ -1 +0,0 @@ -libunwind-ptrace.so.0.0.0 \ No newline at end of file diff --git a/dotnet/deps/libunwind-ptrace.so.0.0.0 b/dotnet/deps/libunwind-ptrace.so.0.0.0 deleted file mode 100755 index 9e96d6c8..00000000 Binary files a/dotnet/deps/libunwind-ptrace.so.0.0.0 and /dev/null differ diff --git a/dotnet/deps/libunwind-setjmp.so b/dotnet/deps/libunwind-setjmp.so deleted file mode 120000 index d12fc122..00000000 --- a/dotnet/deps/libunwind-setjmp.so +++ /dev/null @@ -1 +0,0 @@ -libunwind-setjmp.so.0.0.0 \ No newline at end of file diff --git a/dotnet/deps/libunwind-setjmp.so.0 b/dotnet/deps/libunwind-setjmp.so.0 deleted file mode 120000 index d12fc122..00000000 --- a/dotnet/deps/libunwind-setjmp.so.0 +++ /dev/null @@ -1 +0,0 @@ -libunwind-setjmp.so.0.0.0 \ No newline at end of file diff --git a/dotnet/deps/libunwind-setjmp.so.0.0.0 b/dotnet/deps/libunwind-setjmp.so.0.0.0 deleted file mode 100755 index 89db382d..00000000 Binary files a/dotnet/deps/libunwind-setjmp.so.0.0.0 and /dev/null differ diff --git a/dotnet/deps/libunwind-x86_64.so b/dotnet/deps/libunwind-x86_64.so deleted file mode 120000 index e4758f88..00000000 --- a/dotnet/deps/libunwind-x86_64.so +++ /dev/null @@ -1 +0,0 @@ -libunwind-x86_64.so.8.0.1 \ No newline at end of file diff --git a/dotnet/deps/libunwind-x86_64.so.8 b/dotnet/deps/libunwind-x86_64.so.8 deleted file mode 120000 index e4758f88..00000000 --- a/dotnet/deps/libunwind-x86_64.so.8 +++ /dev/null @@ -1 +0,0 @@ -libunwind-x86_64.so.8.0.1 \ No newline at end of file diff --git a/dotnet/deps/libunwind-x86_64.so.8.0.1 b/dotnet/deps/libunwind-x86_64.so.8.0.1 deleted file mode 100755 index 62f3e964..00000000 Binary files a/dotnet/deps/libunwind-x86_64.so.8.0.1 and /dev/null differ diff --git a/dotnet/deps/libunwind.so b/dotnet/deps/libunwind.so deleted file mode 120000 index 4ec44356..00000000 --- a/dotnet/deps/libunwind.so +++ /dev/null @@ -1 +0,0 @@ -libunwind.so.8 \ No newline at end of file diff --git a/dotnet/deps/libunwind.so.8 b/dotnet/deps/libunwind.so.8 deleted file mode 120000 index 6261e5c3..00000000 --- a/dotnet/deps/libunwind.so.8 +++ /dev/null @@ -1 +0,0 @@ -libunwind.so.8.0.1 \ No newline at end of file diff --git a/dotnet/deps/libunwind.so.8.0.1 b/dotnet/deps/libunwind.so.8.0.1 deleted file mode 100755 index f512e25e..00000000 Binary files a/dotnet/deps/libunwind.so.8.0.1 and /dev/null differ diff --git a/dotnet/deps/libutil-2.24.so b/dotnet/deps/libutil-2.24.so deleted file mode 100755 index f40d927f..00000000 Binary files a/dotnet/deps/libutil-2.24.so and /dev/null differ diff --git a/dotnet/deps/libutil.so.1 b/dotnet/deps/libutil.so.1 deleted file mode 120000 index e08b86f1..00000000 --- a/dotnet/deps/libutil.so.1 +++ /dev/null @@ -1 +0,0 @@ -libutil-2.24.so \ No newline at end of file diff --git a/dotnet/deps/libuuid.so.1 b/dotnet/deps/libuuid.so.1 deleted file mode 120000 index 774fbfec..00000000 --- a/dotnet/deps/libuuid.so.1 +++ /dev/null @@ -1 +0,0 @@ -libuuid.so.1.3.0 \ No newline at end of file diff --git a/dotnet/deps/libuuid.so.1.3.0 b/dotnet/deps/libuuid.so.1.3.0 deleted file mode 100755 index 770fda16..00000000 Binary files a/dotnet/deps/libuuid.so.1.3.0 and /dev/null differ diff --git a/dotnet/deps/libz.so.1 b/dotnet/deps/libz.so.1 deleted file mode 120000 index 2bfad1b2..00000000 --- a/dotnet/deps/libz.so.1 +++ /dev/null @@ -1 +0,0 @@ -libz.so.1.2.8 \ No newline at end of file diff --git a/dotnet/deps/libz.so.1.2.8 b/dotnet/deps/libz.so.1.2.8 deleted file mode 100755 index c0258854..00000000 Binary files a/dotnet/deps/libz.so.1.2.8 and /dev/null differ diff --git a/dotnet/dotnet b/dotnet/dotnet deleted file mode 100755 index 98772ffc..00000000 Binary files a/dotnet/dotnet and /dev/null differ diff --git a/dotnet/host/fxr/2.0.0/libhostfxr.so b/dotnet/host/fxr/2.0.0/libhostfxr.so deleted file mode 100755 index c1746e0d..00000000 Binary files a/dotnet/host/fxr/2.0.0/libhostfxr.so and /dev/null differ diff --git a/dotnet/sdk/2.0.0/.version b/dotnet/sdk/2.0.0/.version deleted file mode 100644 index 26dcefc0..00000000 --- a/dotnet/sdk/2.0.0/.version +++ /dev/null @@ -1,3 +0,0 @@ -cdcd1928c9729f495c23e2caf881d800c4989c89 -2.0.0 -linux-x64 diff --git a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets b/dotnet/sdk/2.0.0/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets deleted file mode 100644 index 0b491655..00000000 --- a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets +++ /dev/null @@ -1,84 +0,0 @@ - - - - $(MSBuildExtensionsPath)\Microsoft.TestPlatform.Build.dll - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - <_TargetFramework Include="$(TargetFrameworks)" /> - - - - - - - - - - - - - - - - - - - - - - VSTest - - - diff --git a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.props b/dotnet/sdk/2.0.0/15.0/Microsoft.Common.props deleted file mode 100644 index 4e7106b7..00000000 --- a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.props +++ /dev/null @@ -1,168 +0,0 @@ - - - - - true - true - true - true - true - - - - - <_DirectoryBuildPropsFile Condition="'$(_DirectoryBuildPropsFile)' == ''">Directory.Build.props - <_DirectoryBuildPropsBasePath Condition="'$(_DirectoryBuildPropsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildPropsFile)')) - $([System.IO.Path]::Combine('$(_DirectoryBuildPropsBasePath)', '$(_DirectoryBuildPropsFile)')) - - - - $(MSBuildAllProjects);$(DirectoryBuildPropsPath) - - - - - - - - obj\ - $(BaseIntermediateOutputPath)\ - $(BaseIntermediateOutputPath) - - $([System.IO.Path]::Combine('$(MSBuildProjectDirectory)', '$(MSBuildProjectExtensionsPath)')) - $(MSBuildProjectExtensionsPath)\ - true - - - - - - - - - - - - - - - 11.0 - 10.0 - - - - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.$(MSBuildThisFile) - $(MSBuildExtensionsPath)\v4.0\Custom.After.$(MSBuildThisFile) - - - - - - - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.$(MSBuildThisFile) - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile) - - - - - - - - true - - - - $(DefaultProjectConfiguration) - $(DefaultProjectPlatform) - - - - WJProject - JavaScript - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets b/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets deleted file mode 100644 index 4ce1c45b..00000000 --- a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets +++ /dev/null @@ -1,20 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - $(MSBuildExtensionsPath)\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets - - - - diff --git a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets b/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets deleted file mode 100644 index 433922aa..00000000 --- a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets +++ /dev/null @@ -1,18 +0,0 @@ - - - - - $(MSBuildExtensionsPath)\NuGet.targets - - - diff --git a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets b/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets deleted file mode 100644 index d1572027..00000000 --- a/dotnet/sdk/2.0.0/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - $(MSBuildExtensionsPath)\Microsoft.TestPlatform.targets - - - diff --git a/dotnet/sdk/2.0.0/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets b/dotnet/sdk/2.0.0/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets deleted file mode 100644 index 433922aa..00000000 --- a/dotnet/sdk/2.0.0/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets +++ /dev/null @@ -1,18 +0,0 @@ - - - - - $(MSBuildExtensionsPath)\NuGet.targets - - - diff --git a/dotnet/sdk/2.0.0/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll b/dotnet/sdk/2.0.0/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll deleted file mode 100644 index 45bb63a5..00000000 Binary files a/dotnet/sdk/2.0.0/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll b/dotnet/sdk/2.0.0/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll deleted file mode 100644 index acc11b48..00000000 Binary files a/dotnet/sdk/2.0.0/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/FSharp.Build.dll b/dotnet/sdk/2.0.0/FSharp/FSharp.Build.dll deleted file mode 100644 index 62612802..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/FSharp.Build.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/FSharp.Compiler.Interactive.Settings.dll b/dotnet/sdk/2.0.0/FSharp/FSharp.Compiler.Interactive.Settings.dll deleted file mode 100644 index 3b551299..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/FSharp.Compiler.Interactive.Settings.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/FSharp.Compiler.Private.dll b/dotnet/sdk/2.0.0/FSharp/FSharp.Compiler.Private.dll deleted file mode 100644 index ae6c4d00..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/FSharp.Compiler.Private.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/FSharp.Core.dll b/dotnet/sdk/2.0.0/FSharp/FSharp.Core.dll deleted file mode 100644 index c823abc5..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/FSharp.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/Microsoft.DiaSymReader.PortablePdb.dll b/dotnet/sdk/2.0.0/FSharp/Microsoft.DiaSymReader.PortablePdb.dll deleted file mode 100644 index 7533c254..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/Microsoft.DiaSymReader.PortablePdb.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/Microsoft.DiaSymReader.dll b/dotnet/sdk/2.0.0/FSharp/Microsoft.DiaSymReader.dll deleted file mode 100644 index 53efe8fd..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/Microsoft.DiaSymReader.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.NetSdk.props b/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.NetSdk.props deleted file mode 100644 index 8023d5b7..00000000 --- a/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.NetSdk.props +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - TRACE - - - - - $(DefineConstants);TRACE - - - - - - false - false - - - - {F2A71F9B-5D33-465A-A702-920D77279786} - false - true - false - 3 - - - - - true - false - - - - false - true - - - - $(MSBuildThisFileDirectory) - RunFsc.cmd - - - - $(MSBuildThisFileDirectory) - RunFsc.sh - - diff --git a/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.NetSdk.targets b/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.NetSdk.targets deleted file mode 100644 index 5ae61fe3..00000000 --- a/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.NetSdk.targets +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - true - true - true - true - - - - <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/> - - <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/> - - - - - <_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" Condition=" '$(NoStdLib)' != 'true' " /> - - - - <_TargetFrameworkVersionWithoutV>$(TargetFrameworkVersion) - <_TargetFrameworkVersionWithoutV Condition="$(TargetFrameworkVersion.StartsWith('v'))">$(TargetFrameworkVersion.Substring(1)) - - - - mscorlib - netcore - netstandard - $(OtherFlags) --simpleresolution --nocopyfsharpcore - - - - - - $(MSBuildProjectFullPath) - - - - 4.2.* - - - - <_FrameworkNeedsValueTupleReference Condition=" ('$(TargetFrameworkIdentifier)' == '.NETStandard' or '$(TargetFrameworkIdentifier)' == '.NETCoreApp') and !('$(_TargetFrameworkVersionWithoutV)' >= '2.0') ">true - <_FrameworkNeedsValueTupleReference Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' and - ('$(_TargetFrameworkVersionWithoutV)' == '4.0' or - '$(_TargetFrameworkVersionWithoutV)' == '4.5' or - '$(_TargetFrameworkVersionWithoutV)' == '4.6' or - '$(_TargetFrameworkVersionWithoutV)' == '4.6.1' or - '$(_TargetFrameworkVersionWithoutV)' == '4.6.2' or - '$(_TargetFrameworkVersionWithoutV)' == '4.7') ">true - - - - - - - - diff --git a/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.Targets b/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.Targets deleted file mode 100644 index 7dc9290d..00000000 --- a/dotnet/sdk/2.0.0/FSharp/Microsoft.FSharp.Targets +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - true - true - - - - - - .fs - F# - Managed - $(Optimize) - Software\Microsoft\Microsoft SDKs\$(TargetFrameworkIdentifier) - - RootNamespace - false - $(Prefer32Bit) - - - - - - - - - false - true - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/> - - <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/> - - - - _ComputeNonExistentFileProperty - - - - - - - - - - - - - - - - - - - - - - <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> - - - - - - - - - - - - - - $(AdditionalSourcesText) - namespace Microsoft.BuildSettings - [<System.Runtime.Versioning.TargetFrameworkAttribute("$(TargetFrameworkMoniker)", FrameworkDisplayName="$(TargetFrameworkMonikerDisplayName)")>] - do () - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/FSharp/Microsoft.Portable.FSharp.Targets b/dotnet/sdk/2.0.0/FSharp/Microsoft.Portable.FSharp.Targets deleted file mode 100644 index dd1e032d..00000000 --- a/dotnet/sdk/2.0.0/FSharp/Microsoft.Portable.FSharp.Targets +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/FSharp/RunFsc.cmd b/dotnet/sdk/2.0.0/FSharp/RunFsc.cmd deleted file mode 100644 index 3be9b946..00000000 --- a/dotnet/sdk/2.0.0/FSharp/RunFsc.cmd +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -REM Copyright (c) .NET Foundation and contributors. All rights reserved. -REM Licensed under the MIT license. See LICENSE file in the project root for full license information. - -"%~dp0..\..\..\dotnet" "%~dp0fsc.exe" %* diff --git a/dotnet/sdk/2.0.0/FSharp/RunFsc.sh b/dotnet/sdk/2.0.0/FSharp/RunFsc.sh deleted file mode 100755 index 5ead8128..00000000 --- a/dotnet/sdk/2.0.0/FSharp/RunFsc.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -set -e - -SOURCE="${BASH_SOURCE[0]}" -while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink - DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - SOURCE="$(readlink "$SOURCE")" - [[ "$SOURCE" != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located -done -DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - -"$DIR/../../../dotnet" "$DIR/fsc.exe" "$@" diff --git a/dotnet/sdk/2.0.0/FSharp/default.win32manifest b/dotnet/sdk/2.0.0/FSharp/default.win32manifest deleted file mode 100644 index f96b1d6b..00000000 --- a/dotnet/sdk/2.0.0/FSharp/default.win32manifest +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/FSharp/fsc.deps.json b/dotnet/sdk/2.0.0/FSharp/fsc.deps.json deleted file mode 100644 index 09a40eac..00000000 --- a/dotnet/sdk/2.0.0/FSharp/fsc.deps.json +++ /dev/null @@ -1,1441 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "bb4be5a7364a5016662c23877a6234d31e559049" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "tool_fsc/2.0.0-preview3-fnl-006918": { - "dependencies": { - "CliDeps.Satellites.FSharp": "4.4.1-pre-20170727-1", - "Microsoft.FSharp.Compiler": "4.2.0-rc-170630-0" - }, - "runtime": {} - }, - "CliDeps.Satellites.FSharp/4.4.1-pre-20170727-1": { - "resources": { - "lib/netstandard1.0/cs/FSharp.Build.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/FSharp.Compiler.Private.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/FSharp.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/de/FSharp.Build.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/FSharp.Compiler.Private.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/FSharp.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/es/FSharp.Build.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/FSharp.Compiler.Private.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/FSharp.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/fr/FSharp.Build.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/FSharp.Compiler.Private.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/FSharp.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/it/FSharp.Build.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/FSharp.Compiler.Private.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/FSharp.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/ja/FSharp.Build.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/FSharp.Compiler.Private.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/FSharp.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ko/FSharp.Build.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/FSharp.Compiler.Private.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/FSharp.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/pl/FSharp.Build.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/FSharp.Compiler.Private.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/FSharp.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pt-BR/FSharp.Build.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/FSharp.Compiler.Private.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/FSharp.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/ru/FSharp.Build.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/FSharp.Compiler.Private.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/FSharp.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/tr/FSharp.Build.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/FSharp.Compiler.Private.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/FSharp.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/zh-Hans/FSharp.Build.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/FSharp.Compiler.Private.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/FSharp.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hant/FSharp.Build.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/FSharp.Compiler.Private.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/FSharp.Core.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.DiaSymReader/1.0.8": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.DiaSymReader.dll": {} - } - }, - "Microsoft.DiaSymReader.PortablePdb/1.1.0": { - "dependencies": { - "Microsoft.DiaSymReader": "1.0.8", - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.1-beta-24227-04", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.0.11", - "System.Xml.XDocument": "4.0.11" - }, - "runtime": { - "lib/netstandard1.1/Microsoft.DiaSymReader.PortablePdb.dll": {} - } - }, - "Microsoft.FSharp.Compiler/4.2.0-rc-170630-0": { - "dependencies": { - "Microsoft.DiaSymReader": "1.0.8", - "Microsoft.DiaSymReader.PortablePdb": "1.1.0", - "System.Collections.Immutable": "1.2.0", - "System.Console": "4.0.0", - "System.Diagnostics.Process": "4.1.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Linq.Expressions": "4.1.0", - "System.Linq.Queryable": "4.0.1", - "System.Net.Requests": "4.0.11", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Metadata": "1.4.1-beta-24227-04", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Loader": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Threading.Tasks.Parallel": "4.0.1", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "System.ValueTuple": "4.3.1" - }, - "runtime": { - "lib/netstandard1.6/FSharp.Build.dll": {}, - "lib/netstandard1.6/FSharp.Compiler.Interactive.Settings.dll": {}, - "lib/netstandard1.6/FSharp.Compiler.Private.dll": {}, - "lib/netstandard1.6/FSharp.Core.dll": {}, - "lib/netstandard1.6/fsc.exe": {}, - "lib/netstandard1.6/fsi.exe": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "runtime.native.System/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.0.12": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console/4.0.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Process/4.1.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tools/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0" - } - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Linq.Queryable/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Net.Http/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.Net.Requests/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Http": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebHeaderCollection": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Net.WebHeaderCollection/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0" - } - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.0.11" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.0.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.4.1-beta-24227-04": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.3.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.1.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.Runtime.Loader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.0.1": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0" - } - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.2.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.0.11" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.Numerics": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Cng": "4.2.0", - "System.Security.Cryptography.Csp": "4.0.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Http": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Threading/4.0.11": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "dependencies": { - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.0.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.0.10": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.0.1" - } - }, - "System.ValueTuple/4.3.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.0.0" - } - }, - "System.Xml.XDocument/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tools": "4.0.1", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.1.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.0.11", - "System.Xml.ReaderWriter": "4.0.11" - } - } - } - }, - "libraries": { - "tool_fsc/2.0.0-preview3-fnl-006918": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliDeps.Satellites.FSharp/4.4.1-pre-20170727-1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Tt/s0R6Q+l8cjEL9YZd3O4g5lI4Kni8Sin+tI2dibx6z83aBl+mo5Ntk92h61dSHTf+7XTXPYl1Avv9ZtHFZBA==", - "path": "clideps.satellites.fsharp/4.4.1-pre-20170727-1", - "hashPath": "clideps.satellites.fsharp.4.4.1-pre-20170727-1.nupkg.sha512" - }, - "Microsoft.DiaSymReader/1.0.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HAhTmRgU+nnDVYxMZFAS1iwqg6CudbsSMZfSY9UJj4AJO4L69xZCtTOPKC5rW8+egNBWjDb0iBZV4ZdNI6dZnA==", - "path": "microsoft.diasymreader/1.0.8", - "hashPath": "microsoft.diasymreader.1.0.8.nupkg.sha512" - }, - "Microsoft.DiaSymReader.PortablePdb/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qQevOcNSXTxkIv4r6BvNdUxKNyK7VEqdRNohCKgj0WEppQTL/XZoofI1T3bo5H4Taapk+Wqb0yFTZCVcVL1l+Q==", - "path": "microsoft.diasymreader.portablepdb/1.1.0", - "hashPath": "microsoft.diasymreader.portablepdb.1.1.0.nupkg.sha512" - }, - "Microsoft.FSharp.Compiler/4.2.0-rc-170630-0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NNM7Zkw4XNyt6TmaXAoART0ER7rJdtdgGkiEbQ32xeOyZjqrU0hRGwmLOwBZ67LIrxQvEi2r4JC32e55RyWbBQ==", - "path": "microsoft.fsharp.compiler/4.2.0-rc-170630-0", - "hashPath": "microsoft.fsharp.compiler.4.2.0-rc-170630-0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==", - "path": "microsoft.win32.primitives/4.0.1", - "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "path": "microsoft.win32.registry/4.0.0", - "hashPath": "microsoft.win32.registry.4.0.0.nupkg.sha512" - }, - "runtime.native.System/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==", - "path": "runtime.native.system/4.0.0", - "hashPath": "runtime.native.system.4.0.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==", - "path": "runtime.native.system.net.http/4.0.1", - "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==", - "path": "runtime.native.system.security.cryptography/4.0.0", - "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==", - "path": "system.collections.concurrent/4.0.12", - "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", - "path": "system.collections.immutable/1.2.0", - "hashPath": "system.collections.immutable.1.2.0.nupkg.sha512" - }, - "System.Console/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==", - "path": "system.console/4.0.0", - "hashPath": "system.console.4.0.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==", - "path": "system.diagnostics.debug/4.0.11", - "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==", - "path": "system.diagnostics.diagnosticsource/4.0.0", - "hashPath": "system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "path": "system.diagnostics.process/4.1.0", - "hashPath": "system.diagnostics.process.4.1.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==", - "path": "system.diagnostics.tools/4.0.1", - "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "path": "system.diagnostics.tracesource/4.0.0", - "hashPath": "system.diagnostics.tracesource.4.0.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==", - "path": "system.diagnostics.tracing/4.1.0", - "hashPath": "system.diagnostics.tracing.4.1.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==", - "path": "system.globalization.calendars/4.0.1", - "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512" - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", - "path": "system.globalization.extensions/4.0.1", - "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==", - "path": "system.io.filesystem/4.0.1", - "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==", - "path": "system.io.filesystem.primitives/4.0.1", - "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512" - }, - "System.Linq/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==", - "path": "system.linq/4.1.0", - "hashPath": "system.linq.4.1.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==", - "path": "system.linq.expressions/4.1.0", - "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512" - }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, - "System.Net.Http/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==", - "path": "system.net.http/4.1.0", - "hashPath": "system.net.http.4.1.0.nupkg.sha512" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" - }, - "System.Net.Requests/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==", - "path": "system.net.requests/4.0.11", - "hashPath": "system.net.requests.4.0.11.nupkg.sha512" - }, - "System.Net.WebHeaderCollection/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", - "path": "system.net.webheadercollection/4.0.1", - "hashPath": "system.net.webheadercollection.4.0.1.nupkg.sha512" - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==", - "path": "system.objectmodel/4.0.12", - "hashPath": "system.objectmodel.4.0.12.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==", - "path": "system.reflection.emit/4.0.1", - "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==", - "path": "system.reflection.emit.ilgeneration/4.0.1", - "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==", - "path": "system.reflection.emit.lightweight/4.0.1", - "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512" - }, - "System.Reflection.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==", - "path": "system.reflection.extensions/4.0.1", - "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.1-beta-24227-04": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jZVwLiyqsuJOM6Cqx9KuFwmT/RlnB4/8p2UOsr4whk//a/ssGVAsyHuGjGzQpR0XDtASTHEuoB8dloNMVnJcpQ==", - "path": "system.reflection.metadata/1.4.1-beta-24227-04", - "hashPath": "system.reflection.metadata.1.4.1-beta-24227-04.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==", - "path": "system.reflection.typeextensions/4.1.0", - "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==", - "path": "system.runtime.extensions/4.1.0", - "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==", - "path": "system.runtime.handles/4.0.1", - "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==", - "path": "system.runtime.interopservices/4.1.0", - "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4UN78GOVU/mbDFcXkEWtetJT/sJ0yic2gGk1HSlSpWI0TDf421xnrZTDZnwNBapk1GQeYN7U1lTj/aQB1by6ow==", - "path": "system.runtime.loader/4.0.0", - "hashPath": "system.runtime.loader.4.0.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==", - "path": "system.runtime.numerics/4.0.1", - "hashPath": "system.runtime.numerics.4.0.1.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==", - "path": "system.security.cryptography.algorithms/4.2.0", - "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==", - "path": "system.security.cryptography.cng/4.2.0", - "hashPath": "system.security.cryptography.cng.4.2.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==", - "path": "system.security.cryptography.csp/4.0.0", - "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==", - "path": "system.security.cryptography.encoding/4.0.0", - "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==", - "path": "system.security.cryptography.openssl/4.0.0", - "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==", - "path": "system.security.cryptography.primitives/4.0.0", - "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==", - "path": "system.security.cryptography.x509certificates/4.1.0", - "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==", - "path": "system.text.encoding.extensions/4.0.11", - "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==", - "path": "system.text.regularexpressions/4.1.0", - "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512" - }, - "System.Threading/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==", - "path": "system.threading/4.0.11", - "hashPath": "system.threading.4.0.11.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==", - "path": "system.threading.tasks.extensions/4.0.0", - "hashPath": "system.threading.tasks.extensions.4.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==", - "path": "system.threading.tasks.parallel/4.0.1", - "hashPath": "system.threading.tasks.parallel.4.0.1.nupkg.sha512" - }, - "System.Threading.Thread/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==", - "path": "system.threading.thread/4.0.0", - "hashPath": "system.threading.thread.4.0.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==", - "path": "system.threading.threadpool/4.0.10", - "hashPath": "system.threading.threadpool.4.0.10.nupkg.sha512" - }, - "System.ValueTuple/4.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xzDmg26Wb2x2rFDjwziaMYQJqxhrK+b4OUC008o7CnZhUMb2p5XfwgOgAQ/WlKhqxMUSDWRUm5/lNTKdh27pJA==", - "path": "system.valuetuple/4.3.1", - "hashPath": "system.valuetuple.4.3.1.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==", - "path": "system.xml.readerwriter/4.0.11", - "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512" - }, - "System.Xml.XDocument/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==", - "path": "system.xml.xdocument/4.0.11", - "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/FSharp/fsc.exe b/dotnet/sdk/2.0.0/FSharp/fsc.exe deleted file mode 100644 index b21f7a4b..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/fsc.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/FSharp/fsc.runtimeconfig.json b/dotnet/sdk/2.0.0/FSharp/fsc.runtimeconfig.json deleted file mode 100644 index 7539019b..00000000 --- a/dotnet/sdk/2.0.0/FSharp/fsc.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/FSharp/fsi.exe b/dotnet/sdk/2.0.0/FSharp/fsi.exe deleted file mode 100644 index efd9c2eb..00000000 Binary files a/dotnet/sdk/2.0.0/FSharp/fsi.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/MSBuild.deps.json b/dotnet/sdk/2.0.0/MSBuild.deps.json deleted file mode 100644 index b59a2202..00000000 --- a/dotnet/sdk/2.0.0/MSBuild.deps.json +++ /dev/null @@ -1,3371 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "d893e7fc302784a1cd27a9d03bbda076ab4dba3b" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "MSBuild.deps.json/2.0.0-preview3-fnl-006918": { - "dependencies": { - "Microsoft.Build.Runtime": "15.3.409", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.DotNet.TestFramework": "2.0.0-preview3-fnl", - "Microsoft.TestPlatform.Build": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CLI": "15.3.0-preview-20170628-02", - "NuGet.Build.Tasks": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "dotnet": "2.0.0", - "tool_msbuild": "2.0.0-preview3-fnl", - "tool_nuget": "2.0.0-preview3-fnl" - }, - "runtime": {} - }, - "Microsoft.ApplicationInsights/2.0.0": { - "runtime": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.Build/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Contracts": "4.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.IO.Pipes": "4.0.0", - "System.Linq": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.Build.dll": {} - } - }, - "Microsoft.Build.Framework/15.3.409": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Framework.dll": {} - } - }, - "Microsoft.Build.Localization/15.3.409": { - "resources": { - "lib/netstandard1.3/cs/MSBuild.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/de/MSBuild.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/en/MSBuild.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/es/MSBuild.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/fr/MSBuild.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/it/MSBuild.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/ja/MSBuild.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ko/MSBuild.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/pl/MSBuild.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pt-BR/MSBuild.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/ru/MSBuild.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/tr/MSBuild.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/zh-Hans/MSBuild.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hant/MSBuild.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Build.Runtime/15.3.409": { - "dependencies": { - "Microsoft.Build": "15.3.409", - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Tasks.Core": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "System.Text.Encoding.CodePages": "4.3.0" - } - }, - "Microsoft.Build.Tasks.Core/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Resources.Writer": "4.0.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Runtime.Serialization.Xml": "4.1.1", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Tasks.Core.dll": {} - } - }, - "Microsoft.Build.Utilities.Core/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Runtime.Serialization.Xml": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Utilities.Core.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.DotNet.Cli.CommandLine/0.1.1-alpha-167": { - "runtime": { - "lib/netstandard1.5/Microsoft.DotNet.Cli.CommandLine.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.0": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.DotNet.ProjectJsonMigration/1.2.1-alpha-002133": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "NuGet.Packaging.Core": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "System.Collections.Specialized": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectJsonMigration.dll": {} - } - }, - "Microsoft.DotNet.Tools.MigrateCommand/1.2.1-alpha-002133": { - "dependencies": { - "Microsoft.DotNet.ProjectJsonMigration": "1.2.1-alpha-002133" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.Tools.MigrateCommand.dll": {} - } - }, - "Microsoft.Extensions.CommandLineUtils/1.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Console": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.0": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.TemplateEngine.Abstractions/1.0.0-beta2-20170719-291": { - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Abstractions.dll": {} - } - }, - "Microsoft.TemplateEngine.Cli/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.DotNet.Cli.CommandLine": "0.1.1-alpha-167", - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Edge": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.TemplateEngine.Cli.dll": {} - } - }, - "Microsoft.TemplateEngine.Cli.Localization/1.0.0-beta2-20170719-291": { - "resources": { - "lib/netstandard1.5/cs/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.5/de/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.5/es/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.5/fr/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.5/it/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.5/ja/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.5/ko/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.5/pl/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.5/pt-BR/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.5/ru/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.5/tr/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.5/zh-Hans/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.5/zh-Hant/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TemplateEngine.Core/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Core.dll": {} - } - }, - "Microsoft.TemplateEngine.Core.Contracts/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Core.Contracts.dll": {} - } - }, - "Microsoft.TemplateEngine.Edge/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1", - "System.IO.Compression": "4.3.0", - "System.Runtime.Loader": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.TemplateEngine.Edge.dll": {} - } - }, - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll": {} - } - }, - "Microsoft.TemplateEngine.Utils/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Utils.dll": {} - } - }, - "Microsoft.TestPlatform.Build/15.3.0-preview-20170628-02": { - "runtime": { - "lib/netstandard1.3/Microsoft.TestPlatform.Build.dll": {} - }, - "runtimeTargets": {} - }, - "Microsoft.TestPlatform.CLI/15.3.0-preview-20170628-02": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "NuGet.Build.Tasks/4.3.0-rtm-4324": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Tasks.Core": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "NuGet.Commands": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Build.Tasks.dll": {} - }, - "runtimeTargets": {} - }, - "NuGet.CommandLine.XPlat/4.3.0-rtm-4324": { - "dependencies": { - "Microsoft.Build.Runtime": "15.3.409", - "Microsoft.Extensions.CommandLineUtils": "1.0.1", - "NuGet.Commands": "4.3.0-rtm-4324", - "System.Collections.Immutable": "1.3.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netcoreapp1.0/NuGet.CommandLine.XPlat.dll": {} - } - }, - "NuGet.Commands/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Configuration": "4.3.0-rtm-4324", - "NuGet.DependencyResolver.Core": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Commands.dll": {} - } - }, - "NuGet.Common/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Frameworks": "4.3.0-rtm-4324", - "System.Diagnostics.Process": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Common.dll": {} - } - }, - "NuGet.Configuration/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "System.Security.Cryptography.ProtectedData": "4.0.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Configuration.dll": {} - } - }, - "NuGet.DependencyResolver.Core/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.LibraryModel": "4.3.0-rtm-4324", - "NuGet.Protocol": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} - } - }, - "NuGet.Frameworks/4.3.0-rtm-4324": { - "runtime": { - "lib/netstandard1.3/NuGet.Frameworks.dll": {} - } - }, - "NuGet.LibraryModel/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.LibraryModel.dll": {} - } - }, - "NuGet.Packaging/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Packaging.Core": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.ObjectModel": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.dll": {} - } - }, - "NuGet.Packaging.Core/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} - } - }, - "NuGet.ProjectModel/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.DependencyResolver.Core": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.ProjectModel.dll": {} - } - }, - "NuGet.Protocol/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.Configuration": "4.3.0-rtm-4324", - "NuGet.Packaging": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Protocol.dll": {} - } - }, - "NuGet.Versioning/4.3.0-rtm-4324": { - "runtime": { - "lib/netstandard1.0/NuGet.Versioning.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.3.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Contracts/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipes/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.4.2": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Writer/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Xml/4.1.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} - } - }, - "dotnet/2.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.0.0", - "Microsoft.Build": "15.3.409", - "Microsoft.DotNet.Archive": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.CommandLine": "0.1.1-alpha-167", - "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "Microsoft.DotNet.Configurer": "2.0.0-preview3-fnl", - "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta", - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Microsoft.DotNet.ProjectJsonMigration": "1.2.1-alpha-002133", - "Microsoft.DotNet.Tools.MigrateCommand": "1.2.1-alpha-002133", - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Cli": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Cli.Localization": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Microsoft.Win32.Registry": "4.3.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0" - }, - "runtime": { - "dotnet.dll": {} - }, - "resources": { - "de/dotnet.resources.dll": { - "locale": "de" - }, - "ja/dotnet.resources.dll": { - "locale": "ja" - }, - "tr/dotnet.resources.dll": { - "locale": "tr" - }, - "ko/dotnet.resources.dll": { - "locale": "ko" - }, - "zh-Hant/dotnet.resources.dll": { - "locale": "zh-Hant" - }, - "fr/dotnet.resources.dll": { - "locale": "fr" - }, - "cs/dotnet.resources.dll": { - "locale": "cs" - }, - "pt-BR/dotnet.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/dotnet.resources.dll": { - "locale": "zh-Hans" - }, - "ru/dotnet.resources.dll": { - "locale": "ru" - }, - "it/dotnet.resources.dll": { - "locale": "it" - }, - "pl/dotnet.resources.dll": { - "locale": "pl" - }, - "es/dotnet.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Archive/2.0.0-preview3-fnl": { - "dependencies": { - "System.Linq.Parallel": "4.0.1" - }, - "runtime": { - "Microsoft.DotNet.Archive.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Archive.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Archive.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Archive.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Archive.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Archive.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Archive.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Archive.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Archive.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Archive.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Archive.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Cli.Sln.Internal/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "System.Collections.Specialized": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.Cli.Sln.Internal.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Cli.Utils/2.0.0": { - "dependencies": { - "Microsoft.Build": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Microsoft.Extensions.DependencyModel": "2.0.0", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Packaging": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324", - "System.Diagnostics.Process": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.Cli.Utils.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Configurer/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Archive": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta", - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Configuration": "4.3.0-rtm-4324" - }, - "runtime": { - "Microsoft.DotNet.Configurer.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.InternalAbstractions/2.0.0-beta": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.DotNet.TestFramework/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "2.0.0" - }, - "runtime": { - "Microsoft.DotNet.TestFramework.dll": {} - } - }, - "tool_msbuild/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.Build.Localization": "15.3.409", - "Microsoft.Build.Runtime": "15.3.409" - }, - "runtime": {} - }, - "tool_nuget/2.0.0-preview3-fnl": { - "dependencies": { - "NuGet.CommandLine.XPlat": "4.3.0-rtm-4324" - }, - "runtime": {} - } - } - }, - "libraries": { - "MSBuild.deps.json/2.0.0-preview3-fnl-006918": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.ApplicationInsights/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0fHI0623ruqUzsxOGBGgWvLKTCKNzpLFT1lWUs759hsnn1vIDdbLeRoyeKwfUkQI4AusHcuuX8jZfGlM2TOnVg==", - "path": "microsoft.applicationinsights/2.0.0", - "hashPath": "microsoft.applicationinsights.2.0.0.nupkg.sha512" - }, - "Microsoft.Build/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3KKicaatkADf3bBN+bNsKNsedyZq4UwnhX/Lgj7mqAiANRA+nunAvsoapHVXXCYf9QtTJGisfBvgdq0TyEtRUg==", - "path": "microsoft.build/15.3.409", - "hashPath": "microsoft.build.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Framework/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+H11umzkkq46gMtgzmQ1JAVHEmZKmtMiPvi4YZiRPtmaGJC9xv8czMs8lHAL/W/wEnsv7SxD0UFNtNSdbpyvFA==", - "path": "microsoft.build.framework/15.3.409", - "hashPath": "microsoft.build.framework.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Localization/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v0vKo3y/OesSqCyFIWcWg2wjrm05F56mWJsfWjzeipaZbV3wKYsuVuyT8G1T5JFbQiX4/PlPlAhbsFo+T9ITKA==", - "path": "microsoft.build.localization/15.3.409", - "hashPath": "microsoft.build.localization.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Runtime/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xkJEP1sgBl9XSghyx+y7onn10A+I6drxg61sz9VL8abA8va5oA4KvjKV9gAhN3ypttm9utPBayjWpk7M5e3RbA==", - "path": "microsoft.build.runtime/15.3.409", - "hashPath": "microsoft.build.runtime.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Core/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oeDWCxx7AluZAe7zXKWHQMrkKuhLUff0TXOBarE8aSgOtuGmuoiyxs3lVzJTi79pxZxsjV31pb2jnPEQPK2GDw==", - "path": "microsoft.build.tasks.core/15.3.409", - "hashPath": "microsoft.build.tasks.core.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Utilities.Core/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UVntU9ObJxbrPoycTTtt6cZHiSRTowXRMvjNLGzFECRU81p0NCEvguVt3A7tQEF2mOTvyUh/T21oaNhaWKtndQ==", - "path": "microsoft.build.utilities.core/15.3.409", - "hashPath": "microsoft.build.utilities.core.15.3.409.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlcxIy1VuJFlqBolK1hc+7MwBctEl7HZlgvvQzjzuaGVXGSlZRKYRMoZzhWprxatD9igSYQOjA3Sbw1r1d/p1g==", - "path": "microsoft.codeanalysis.common/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.common.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dsimRad07XWcK1RyqR6LtxJ7gT4YIAnrtCk/O/o4XF6zKjBL3N4PSXHaBXvK8taEmCakkuWOnTeFzuqd4HrzKA==", - "path": "microsoft.codeanalysis.csharp/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.csharp.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.Cli.CommandLine/0.1.1-alpha-167": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSIUf4B/yzRvtsf/38z9po8JyZYQY1xNKJbjGTwlQQFRU7Q50xfdGffQchiJ0wge0RegMAMrL5z32V0S7h58Ig==", - "path": "microsoft.dotnet.cli.commandline/0.1.1-alpha-167", - "hashPath": "microsoft.dotnet.cli.commandline.0.1.1-alpha-167.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l5tDOSom+qpx4pDEoIcqMHnGC7jJ4Uq1DiJ6St/bn0rb5xIh/q4u7OQTIcE1k+1o7E0lYnJA4ZluzS6HGFr4zw==", - "path": "microsoft.dotnet.platformabstractions/2.0.0", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.DotNet.ProjectJsonMigration/1.2.1-alpha-002133": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2g2OieosHaNoLMWuIQ9N2MiScKIPjT7sYFenXO/kq9Fg7bntHXhQ7uehKBgasZzFQp2Jq8eXl4Rh6E9EpKqq5Q==", - "path": "microsoft.dotnet.projectjsonmigration/1.2.1-alpha-002133", - "hashPath": "microsoft.dotnet.projectjsonmigration.1.2.1-alpha-002133.nupkg.sha512" - }, - "Microsoft.DotNet.Tools.MigrateCommand/1.2.1-alpha-002133": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YcZJxW1koJ4o1MroTTHnN7MHpcMiSC882U8DSBEGuldryGGxnf8dyv+W41nFjkvwk8XClcOVl6G2dkDZHzt3mA==", - "path": "microsoft.dotnet.tools.migratecommand/1.2.1-alpha-002133", - "hashPath": "microsoft.dotnet.tools.migratecommand.1.2.1-alpha-002133.nupkg.sha512" - }, - "Microsoft.Extensions.CommandLineUtils/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wTk8JFNIBF94m8gzbkjinkgdtD2SfZe8yu8847x8YsqDYYsHOT4siGZeFot3/061RfMm2W2QopRKyNkzz16V2A==", - "path": "microsoft.extensions.commandlineutils/1.0.1", - "hashPath": "microsoft.extensions.commandlineutils.1.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DyZ/Ibv/SZRMpYhaDCj0nlA+Qe52NyEL51onxAL94bUPauX0jxrK6jyxXN5DI8NVbzE5sOUWZYjTduNqUdbB+g==", - "path": "microsoft.extensions.dependencymodel/2.0.0", - "hashPath": "microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Abstractions/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dVG10jtGzJxXMc72xqvizaqNsTnSqrG5j4ch6uhtKvF/gftCfCjwzdAhST+jm/a3qr27CN6aDWYEBkXe8Ja1cQ==", - "path": "microsoft.templateengine.abstractions/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.abstractions.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Cli/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roPD0noxnjV0eN9L26tYr5rcqUHUnQYH3aizkequ5sPuYxxV6iteVyMqseU12uAJpjCTZHLzRC6hu6I7y1h+Qg==", - "path": "microsoft.templateengine.cli/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.cli.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Cli.Localization/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zTwIywfd4pWAqne790JmgiE0S7kvoKH/QKdDd9ZfsJqwvrvg0u/8bPk+bv1+uYNApdWor6lQuW03aywhT0bXMw==", - "path": "microsoft.templateengine.cli.localization/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.cli.localization.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Core/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gnymf2AMMFenCcypw3DJHQSqFCq29wW0cZzkeFtLUdbP+4Nnt+gg/vaJRT6it3IDDvH97thV7s0zmaL1X9T/Ig==", - "path": "microsoft.templateengine.core/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.core.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Core.Contracts/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJR//4mY+BBokRJsY/hXEfwEbqo73GkaxAcPBxIS10KOnpT/bNK1wVdm6xH4tuIh/hyua9ZC2SskJjAlvhuV6w==", - "path": "microsoft.templateengine.core.contracts/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.core.contracts.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Edge/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/rFUbTImo1yHqplrurk7+pS8YmZzk2QluUU7qx+6g8LeFTWVDaujOg+upevE3QxNaThwREwwFVm9QctJfggaNA==", - "path": "microsoft.templateengine.edge/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.edge.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rKRgFSSZsahV/8LUKyKUG8WtIVkNW7RI1yglsMDAy4n5KKaA+MN4pnsioCQfHzaGCD7Nz25wmURHHdXyN4YnxA==", - "path": "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.orchestrator.runnableprojects.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Utils/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVnag6DKJsT4vtYR1U741/AGwbkeDGR29RBFZkVMDblxfVAt1r8+oLG2OHgwFcvACB4QkTu9JJ0+haTALYfcZg==", - "path": "microsoft.templateengine.utils/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.utils.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TestPlatform.Build/15.3.0-preview-20170628-02": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3rIO1rIE/4meMlohRppgFMaDHuGInzbr8wEFNlvCVdmRBYxiAqAnRTTvjR6KI/n+unInfbTZ3oxUmhPi8f6Viw==", - "path": "microsoft.testplatform.build/15.3.0-preview-20170628-02", - "hashPath": "microsoft.testplatform.build.15.3.0-preview-20170628-02.nupkg.sha512" - }, - "Microsoft.TestPlatform.CLI/15.3.0-preview-20170628-02": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fIyVTDgnA+SclJ34XXr5QGQDa202MmPKjCszoNd4WBEqe0phAcXvQCoAFX+lhMmuK1EayJTmgHh39wn23fC6Eg==", - "path": "microsoft.testplatform.cli/15.3.0-preview-20170628-02", - "hashPath": "microsoft.testplatform.cli.15.3.0-preview-20170628-02.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "NuGet.Build.Tasks/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CVxTc7GGmYd28WuxOojxFED2xyD+9H03rRDHp6ycco/c5melfbgCr/PpsFMe/6ES6andS14UDxOTOSXcGm1vXg==", - "path": "nuget.build.tasks/4.3.0-rtm-4324", - "hashPath": "nuget.build.tasks.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.CommandLine.XPlat/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zngjgj0hhBUJOzfNh3CDZmyKTn7O1TEZ6BrpqL2IGZvGHiTv6r5NDPOAZaD9Gxkw+0JrjeGDQoNDSzs2AUx9uA==", - "path": "nuget.commandline.xplat/4.3.0-rtm-4324", - "hashPath": "nuget.commandline.xplat.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Commands/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KWgciwdbSjaPOmRFUxU4zj4ZDYz3+mRC98LHmGtpiilcoWgfSihs1ACiIN9xIgAdfiC7gzjSMuSxXqF0MqtIKQ==", - "path": "nuget.commands/4.3.0-rtm-4324", - "hashPath": "nuget.commands.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Common/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c0VwJa7C0bWrBCYlQlaRqpIySbcBOYiD5L5tMtXCFoA+6wMSFc71FonW9kS7jjkZ88TWacQIXMx+8H3trhcmmA==", - "path": "nuget.common/4.3.0-rtm-4324", - "hashPath": "nuget.common.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Configuration/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z0/JWQZocY2qE4Xvz++vk2mW/8J8dKz15hIKAf5U8ifHfXZdf5vOZM7PhLdNDxK2oFaf6b4H39RoCrRZDLSdLA==", - "path": "nuget.configuration/4.3.0-rtm-4324", - "hashPath": "nuget.configuration.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.DependencyResolver.Core/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTaralCQmRmciaFx4ON43Jo69KZYW78/SnH6EtxyZaX6rLULTVYn75ONCn2V9NJO+bhyoXQbOiAIJuXSBx4eFg==", - "path": "nuget.dependencyresolver.core/4.3.0-rtm-4324", - "hashPath": "nuget.dependencyresolver.core.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Frameworks/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ebM2OWSLPuePBuRwvek0VmBJeAsDN5/EEdb+jtfgWo8EO27zF63hLTgbzaEdAayuPLgoVQgIuBjuBEijsY/QQ==", - "path": "nuget.frameworks/4.3.0-rtm-4324", - "hashPath": "nuget.frameworks.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.LibraryModel/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jfjnwrUvqpuoLiLQ5/Z9Y0cqNxbj0IuWCDCgm5qPwRBhIhBqtFtBMrxcxFyz5Qprd+IUp91EGaPzrim0pBbb1g==", - "path": "nuget.librarymodel/4.3.0-rtm-4324", - "hashPath": "nuget.librarymodel.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Packaging/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fs2kBp/KzXBzoPUrJ/GStZoncTx/+biZQy2Ejd8ckFiGk/0XKPSSjYngcRHhn/QijDJeMXaZ9ADMnE8G/VzqcQ==", - "path": "nuget.packaging/4.3.0-rtm-4324", - "hashPath": "nuget.packaging.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Packaging.Core/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VRM7+SvToNrosKT1UaCOiUVrqHRZkBvsd/v94zvT6rsJsKgsrmMInr4kMajA7tuI8zGKHPMZ/zPQq7TP8eOizw==", - "path": "nuget.packaging.core/4.3.0-rtm-4324", - "hashPath": "nuget.packaging.core.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.ProjectModel/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rpoeorfBPMY8d4CukSkmRhnCmXDXlNh2RgguLw5lZPX0EfGNa7CLHcE6NRcHTI93bi8QSHqRPcYoDvFAzWnRQ==", - "path": "nuget.projectmodel/4.3.0-rtm-4324", - "hashPath": "nuget.projectmodel.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Protocol/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ekKxNWJc53M11hNypC+XILxWbcIQDikTBZbx1weygjvjsdphQyW9R+nZgGL9O/Thz7TlmdRmTO7j8u78TIccfA==", - "path": "nuget.protocol/4.3.0-rtm-4324", - "hashPath": "nuget.protocol.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Versioning/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ckhFNFFoAV5N9ygeQ3cnIr3vsaLi5OJrRMdU9CBLWoEXNxfvqammDNhtHhwV2mSxku3GxmuJNVQTCosJPAM02Q==", - "path": "nuget.versioning/4.3.0-rtm-4324", - "hashPath": "nuget.versioning.4.3.0-rtm-4324.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==", - "path": "system.collections.immutable/1.3.1", - "hashPath": "system.collections.immutable.1.3.1.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HvQQjy712vnlpPxaloZYkuE78Gn353L0SJLJVeLcNASeg9c4qla2a1Xq8I7B3jZoDzKPtHTkyVO7AZ5tpeQGuA==", - "path": "system.diagnostics.contracts/4.0.1", - "hashPath": "system.diagnostics.contracts.4.0.1.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jYFWHdyp1XPPoRCqOwffYVNM4o+r6n5nZgn+DFZQWV2VIL5DgTFn5tI/xw1+3Uf8WmyjOj4Eyu3+BGOpZuowjA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.Pipes/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==", - "path": "system.io.pipes/4.0.0", - "hashPath": "system.io.pipes.4.0.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", - "path": "system.linq.parallel/4.0.1", - "hashPath": "system.linq.parallel.4.0.1.nupkg.sha512" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==", - "path": "system.net.sockets/4.1.0", - "hashPath": "system.net.sockets.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYPNMDrLB2R+G5JJiJ2fjBpihtktKVIjsirmyyv+VDo5rQkIR9BWeCYM1wDSzbQatWNZ/NQfPsQyTB1Ui3qBfQ==", - "path": "system.reflection.metadata/1.4.2", - "hashPath": "system.reflection.metadata.1.4.2.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Resources.Writer/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hz+ZS81dVSNy93YyJhhL3GwzmMhfcQ8FbUooAt9MO4joIe0vPM4gclv0C82ko1tuN/Kw6CvZFLYkgk6n9xvEkg==", - "path": "system.resources.writer/4.0.0", - "hashPath": "system.resources.writer.4.0.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Xml/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==", - "path": "system.runtime.serialization.xml/4.1.1", - "hashPath": "system.runtime.serialization.xml.4.1.1.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-glbkgV1ridcd6No8gYKU93QeXqJHaQvIve/jI0QUOxiD69JpG5pLVXSneMjuhX5SfjdILeOAuFh9PnCkTZ/aaA==", - "path": "system.security.cryptography.protecteddata/4.0.0", - "hashPath": "system.security.cryptography.protecteddata.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "path": "system.security.principal/4.0.1", - "hashPath": "system.security.principal.4.0.1.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", - "path": "system.text.encoding.codepages/4.3.0", - "hashPath": "system.text.encoding.codepages.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", - "path": "system.threading.overlapped/4.0.1", - "hashPath": "system.threading.overlapped.4.0.1.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", - "path": "system.threading.tasks.dataflow/4.6.0", - "hashPath": "system.threading.tasks.dataflow.4.6.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==", - "path": "system.threading.timer/4.0.1", - "hashPath": "system.threading.timer.4.0.1.nupkg.sha512" - }, - "System.ValueTuple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gjT1ws/t9hnaEItQfQnuAdM/Iz2sOKNpiCgzn58f1MkYffs0tPq0jm4tpSehkDsHRErxV1/ZMcEunUHYQzxnnA==", - "path": "system.valuetuple/4.3.0", - "hashPath": "system.valuetuple.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", - "path": "system.xml.xpath.xmldocument/4.0.1", - "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" - }, - "dotnet/2.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Archive/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Sln.Internal/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Utils/2.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Configurer/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/2.0.0-beta": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.TestFramework/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "tool_msbuild/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "tool_nuget/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/MSBuild.dll b/dotnet/sdk/2.0.0/MSBuild.dll deleted file mode 100644 index 2e18f382..00000000 Binary files a/dotnet/sdk/2.0.0/MSBuild.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/MSBuild.runtimeconfig.json b/dotnet/sdk/2.0.0/MSBuild.runtimeconfig.json deleted file mode 100644 index 7539019b..00000000 --- a/dotnet/sdk/2.0.0/MSBuild.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft.ApplicationInsights.dll b/dotnet/sdk/2.0.0/Microsoft.ApplicationInsights.dll deleted file mode 100644 index 4ba579ce..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Build.Framework.dll b/dotnet/sdk/2.0.0/Microsoft.Build.Framework.dll deleted file mode 100644 index 6cd65ecb..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.Build.Framework.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Build.Tasks.Core.dll b/dotnet/sdk/2.0.0/Microsoft.Build.Tasks.Core.dll deleted file mode 100644 index e8fb0451..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.Build.Tasks.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Build.Utilities.Core.dll b/dotnet/sdk/2.0.0/Microsoft.Build.Utilities.Core.dll deleted file mode 100644 index f2d1c657..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.Build.Utilities.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Build.dll b/dotnet/sdk/2.0.0/Microsoft.Build.dll deleted file mode 100644 index ddee72b7..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.Build.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.CSharp.CrossTargeting.targets b/dotnet/sdk/2.0.0/Microsoft.CSharp.CrossTargeting.targets deleted file mode 100644 index 30bf007b..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.CSharp.CrossTargeting.targets +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.CSharp.CurrentVersion.targets b/dotnet/sdk/2.0.0/Microsoft.CSharp.CurrentVersion.targets deleted file mode 100644 index 4fd677d4..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.CSharp.CurrentVersion.targets +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - true - true - true - true - - - - - - - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.CSharp.targets - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.Microsoft.CSharp.targets - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - .cs - C# - Managed - true - true - true - true - true - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Properties - - - - - - File - - - BrowseObject - - - - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/> - - <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/> - - - - _ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet - true - - - - - - - $(NoWarn);1701;1702 - - - - - $(NoWarn);2008 - - - - - - - - - - - $(AppConfig) - - - $(IntermediateOutputPath)$(TargetName).compile.pdb - - - - - false - - - - - - - - - - - - true - - - - - - - - - - - $(RoslynTargetsPath)\Microsoft.CSharp.Core.targets - - - - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets - - - - - - - - - -// <autogenerated /> -using System%3b -using System.Reflection%3b -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute("$(TargetFrameworkMoniker)", FrameworkDisplayName = "$(TargetFrameworkMonikerDisplayName)")] - - - - - - true - - - true - - true - - - $([System.Globalization.CultureInfo]::CurrentUICulture.Name) - - - - - - <_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" /> - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.CSharp.targets b/dotnet/sdk/2.0.0/Microsoft.CSharp.targets deleted file mode 100644 index 59926ad5..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.CSharp.targets +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - true - - - - - - - - $(MSBuildFrameworkToolsPath)\Microsoft.CSharp.targets - - - $(MsBuildFrameworkToolsPath) - - - - - $(MSBuildToolsPath)\Microsoft.CSharp.CrossTargeting.targets - - - - - $(MSBuildToolsPath)\Microsoft.CSharp.CurrentVersion.targets - - - - - - - - $(ImportByWildcardBeforeMicrosoftCommonTargets) - true - - $(ImportByWildcardAfterMicrosoftCommonTargets) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftCommonTargets) - true - - false - false - false - false - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.Common.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.Common.targets - - - $(ImportByWildcardBeforeMicrosoftCSharpTargets) - true - - $(ImportByWildcardAfterMicrosoftCSharpTargets) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets) - true - - false - false - false - false - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.CSharp.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.CSharp.targets - - - - - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) - true - - $(ImportByWildcardAfterMicrosoftNetFrameworkProps) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps) - true - - false - false - false - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(MSBuildFrameworkToolsPath) - - diff --git a/dotnet/sdk/2.0.0/Microsoft.CodeAnalysis.CSharp.dll b/dotnet/sdk/2.0.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index b7f7296f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.CodeAnalysis.dll b/dotnet/sdk/2.0.0/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 05eba21d..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Common.CrossTargeting.targets b/dotnet/sdk/2.0.0/Microsoft.Common.CrossTargeting.targets deleted file mode 100644 index 4922564f..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.Common.CrossTargeting.targets +++ /dev/null @@ -1,182 +0,0 @@ - - - - - true - true - - - - - - - - <_TargetFramework Include="$(TargetFrameworks)" /> - <_InnerBuildProjects Include="$(MSBuildProjectFile)"> - TargetFramework=%(_TargetFramework.Identity) - - - - - - - - - - - - - - - - - - Build - - - - - - - - - - - - - - - - true - - - - - - - - true - - - - - - true - - - - - - true - - - - - <_DirectoryBuildTargetsFile Condition="'$(_DirectoryBuildTargetsFile)' == ''">Directory.Build.targets - <_DirectoryBuildTargetsBasePath Condition="'$(_DirectoryBuildTargetsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildTargetsFile)')) - $([System.IO.Path]::Combine('$(_DirectoryBuildTargetsBasePath)', '$(_DirectoryBuildTargetsFile)')) - - - - $(MSBuildAllProjects);$(DirectoryBuildTargetsPath) - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets b/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets deleted file mode 100644 index b960625a..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets +++ /dev/null @@ -1,5822 +0,0 @@ - - - - - - - - true - true - true - true - - - - - - - - - - - 10.0 - - - - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.Common.targets - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.Microsoft.Common.targets - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\ReportingServices\Microsoft.ReportingServices.targets - - - - - - - Managed - - - - - .NETFramework - v4.0 - - - - - Any CPU,x86,x64,Itanium - Any CPU,x86,x64 - - - - - - - - true - - - - $(TargetFrameworkIdentifier),Version=$(TargetFrameworkVersion),Profile=$(TargetFrameworkProfile) - $(TargetFrameworkIdentifier),Version=$(TargetFrameworkVersion) - - - $([Microsoft.Build.Utilities.ToolLocationHelper]::GetPathToStandardLibraries($(TargetFrameworkIdentifier), $(TargetFrameworkVersion), $(TargetFrameworkProfile), $(PlatformTarget), $(TargetFrameworkRootPath))) - $(MSBuildFrameworkToolsPath) - - - - Windows - 7.0 - $(TargetPlatformSdkRootOverride)\ - $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v$(TargetPlatformVersion)', InstallationFolder, null, RegistryView.Registry32, RegistryView.Default)) - $([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKLocation($(TargetPlatformIdentifier), $(TargetPlatformVersion))) - $(TargetPlatformSdkPath)Windows Metadata - $(TargetPlatformSdkPath)References\CommonConfiguration\Neutral - $(TargetPlatformSdkMetadataLocation) - true - $(WinDir)\System32\WinMetadata - $(TargetPlatformIdentifier),Version=$(TargetPlatformVersion) - $([Microsoft.Build.Utilities.ToolLocationHelper]::GetPlatformSDKDisplayName($(TargetPlatformIdentifier), $(TargetPlatformVersion))) - - - - - - - $(OutputPath)\ - $(MSBuildProjectName) - - bin\Debug\ - <_OriginalConfiguration>$(Configuration) - <_OriginalPlatform>$(Platform) - Debug - $(Configuration) - - AnyCPU - - $(TargetType) - library - exe - - true - - - <_DebugSymbolsProduced>false - <_DebugSymbolsProduced Condition="'$(DebugSymbols)'=='true'">true - <_DebugSymbolsProduced Condition="'$(DebugType)'=='none'">false - <_DebugSymbolsProduced Condition="'$(DebugType)'=='pdbonly'">true - <_DebugSymbolsProduced Condition="'$(DebugType)'=='full'">true - <_DebugSymbolsProduced Condition="'$(DebugType)'=='portable'">true - <_DebugSymbolsProduced Condition="'$(DebugType)'=='embedded'">false - - - <_DocumentationFileProduced>true - <_DocumentationFileProduced Condition="'$(DocumentationFile)'==''">false - - - false - - - - - <_InvalidConfigurationError Condition=" '$(SkipInvalidConfigurations)' != 'true' ">true - <_InvalidConfigurationWarning Condition=" '$(SkipInvalidConfigurations)' == 'true' ">true - - - - - .exe - .exe - .exe - .dll - .netmodule - .winmdobj - - - - - - true - - $(OutputPath) - - - $(OutDir)\ - $(MSBuildProjectName) - - - - $(OutDir)$(ProjectName)\ - - $(RootNamespace) - $(AssemblyName) - - $(MSBuildProjectFile) - - $(MSBuildProjectExtension) - - $(TargetName).winmd - $(WinMDExpOutputWindowsMetadataFilename) - $(TargetName)$(TargetExt) - - - - - - - <_DeploymentPublishableProjectDefault Condition="'$(OutputType)'=='winexe' or '$(OutputType)'=='exe' or '$(OutputType)'=='appcontainerexe'">true - $(_DeploymentPublishableProjectDefault) - - <_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='library'">Native.$(AssemblyName).manifest - - <_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='winexe'">$(TargetFileName).manifest - - <_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='exe'">$(TargetFileName).manifest - - <_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='appcontainerexe'">$(TargetFileName).manifest - - $(AssemblyName).application - - $(AssemblyName).xbap - - $(GenerateManifests) - - <_DeploymentApplicationManifestIdentity Condition="'$(OutputType)'=='library'">Native.$(AssemblyName) - <_DeploymentApplicationManifestIdentity Condition="'$(OutputType)'=='winexe'">$(AssemblyName).exe - <_DeploymentApplicationManifestIdentity Condition="'$(OutputType)'=='exe'">$(AssemblyName).exe - <_DeploymentApplicationManifestIdentity Condition="'$(OutputType)'=='appcontainerexe'">$(AssemblyName).exe - <_DeploymentDeployManifestIdentity Condition="'$(HostInBrowser)' != 'true'">$(AssemblyName).application - <_DeploymentDeployManifestIdentity Condition="'$(HostInBrowser)' == 'true'">$(AssemblyName).xbap - - <_DeploymentFileMappingExtension Condition="'$(MapFileExtensions)'=='true'">.deploy - <_DeploymentFileMappingExtension Condition="'$(MapFileExtensions)'!='true'"> - - <_DeploymentBuiltUpdateInterval Condition="'$(UpdatePeriodically)'=='true'">$(UpdateInterval) - <_DeploymentBuiltUpdateIntervalUnits Condition="'$(UpdatePeriodically)'=='true'">$(UpdateIntervalUnits) - <_DeploymentBuiltUpdateInterval Condition="'$(UpdatePeriodically)'!='true'">0 - <_DeploymentBuiltUpdateIntervalUnits Condition="'$(UpdatePeriodically)'!='true'">Days - <_DeploymentBuiltMinimumRequiredVersion Condition="'$(UpdateRequired)'=='true' and '$(Install)'=='true'">$(MinimumRequiredVersion) - - 100 - - - - - * - $(UICulture) - - - - - <_OutputPathItem Include="$(OutDir)"/> - - <_UnmanagedRegistrationCache Include="$(BaseIntermediateOutputPath)$(MSBuildProjectFile).UnmanagedRegistration.cache"/> - <_ResolveComReferenceCache Include="$(IntermediateOutputPath)$(MSBuildProjectFile).ResolveComReference.cache"/> - - - - - - $([MSBuild]::Escape($([System.IO.Path]::GetFullPath(`$([System.IO.Path]::Combine(`$(MSBuildProjectDirectory)`, `$(OutDir)`))`)))) - - - $(TargetDir)$(TargetFileName) - - $([MSBuild]::NormalizePath($(TargetDir), 'ref', $(TargetFileName))) - - - $(MSBuildProjectDirectory)\ - - - $(ProjectDir)$(ProjectFileName) - - - $(Platform) - - - - - - - - - - *Undefined* - *Undefined* - - *Undefined* - - *Undefined* - - *Undefined* - - *Undefined* - - - - - true - - - true - false - - - $(BaseIntermediateOutputPath)\ - $(MSBuildProjectFile).FileListAbsolute.txt - - false - - true - true - <_ResolveReferenceDependencies Condition="'$(_ResolveReferenceDependencies)' == ''">false - <_GetChildProjectCopyToOutputDirectoryItems Condition="'$(_GetChildProjectCopyToOutputDirectoryItems)' == ''">true - false - false - - - - $(BaseIntermediateOutputPath)$(Configuration)\ - $(BaseIntermediateOutputPath)$(PlatformName)\$(Configuration)\ - - - $(IntermediateOutputPath)\ - <_GenerateBindingRedirectsIntermediateAppConfig>$(IntermediateOutputPath)$(MSBuildProjectFile).$(TargetFileName).config - - - - - - - - - - - - - - - <_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).compile.pdb" Condition="'$(OutputType)' == 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/> - <_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).pdb" Condition="'$(OutputType)' != 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/> - <_DebugSymbolsOutputPath Include="@(_DebugSymbolsIntermediatePath->'$(OutDir)%(Filename)%(Extension)')" /> - - - - $(IntermediateOutputPath)$(TargetName).pdb - <_WinMDDebugSymbolsOutputPath>$([System.IO.Path]::Combine('$(OutDir)', $([System.IO.Path]::GetFileName('$(WinMDExpOutputPdb)')))) - - - - $(IntermediateOutputPath)$(TargetName).xml - <_WinMDDocFileOutputPath>$([System.IO.Path]::Combine('$(OutDir)', $([System.IO.Path]::GetFileName('$(WinMDOutputDocumentationFile)')))) - - - - <_IntermediateWindowsMetadataPath>$(IntermediateOutputPath)$(WinMDExpOutputWindowsMetadataFilename) - <_WindowsMetadataOutputPath>$(OutDir)$(WinMDExpOutputWindowsMetadataFilename) - - - - - <_DeploymentManifestEntryPoint Include="@(IntermediateAssembly)"> - $(TargetFileName) - - - - - <_DeploymentManifestIconFile Include="$(ApplicationIcon)" Condition="Exists('$(ApplicationIcon)')"> - $(ApplicationIcon) - - - - - $(_DeploymentTargetApplicationManifestFileName) - - - - <_ApplicationManifestFinal Include="$(OutDir)$(_DeploymentTargetApplicationManifestFileName)"> - $(_DeploymentTargetApplicationManifestFileName) - - - - - $(TargetDeployManifestFileName) - - - - <_DeploymentIntermediateTrustInfoFile Include="$(IntermediateOutputPath)$(TargetName).TrustInfo.xml" Condition="'$(TargetZone)'!=''"/> - - - - - <_DeploymentUrl Condition="'$(_DeploymentUrl)'==''">$(UpdateUrl) - <_DeploymentUrl Condition="'$(_DeploymentUrl)'==''">$(InstallUrl) - <_DeploymentUrl Condition="'$(_DeploymentUrl)'==''">$(PublishUrl) - <_DeploymentUrl Condition="!('$(UpdateUrl)'=='') and '$(Install)'=='false'"> - <_DeploymentUrl Condition="'$(_DeploymentUrl)'!=''">$(_DeploymentUrl)$(TargetDeployManifestFileName) - - <_DeploymentUrl Condition="'$(UpdateUrl)'=='' and !('$(Install)'=='true' and '$(UpdateEnabled)'=='true')"> - <_DeploymentUrl Condition="'$(ExcludeDeploymentUrl)'=='true'"> - - - - - <_DeploymentApplicationUrl Condition="'$(IsWebBootstrapper)'=='true'">$(InstallUrl) - <_DeploymentApplicationUrl Condition="'$(IsWebBootstrapper)'=='true' and '$(InstallUrl)'==''">$(PublishUrl) - <_DeploymentComponentsUrl Condition="'$(BootstrapperComponentsLocation)'=='Absolute'">$(BootstrapperComponentsUrl) - - - - - $(PublishDir)\ - $(OutputPath)app.publish\ - - - - - - $(PlatformTarget) - - - msil - amd64 - ia64 - x86 - arm - - - - true - - - - - $(Platform) - msil - amd64 - ia64 - x86 - arm - - - None - $(PROCESSOR_ARCHITECTURE) - - - - - - CLR2 - CLR4 - CurrentRuntime - - true - false - - $(PlatformTarget) - x86 - x64 - CurrentArchitecture - - - - - Client - - - - - false - - - - - - true - true - false - - - - $(MSBuildAllProjects);$(MSBuildProjectFullPath);$(MSBuildThisFileFullPath) - $(MSBuildAllProjects);$(MSBuildProjectFullPath).user - - - - - AssemblyFoldersEx - Software\Microsoft\$(TargetFrameworkIdentifier) - Software\Microsoft\Microsoft SDKs\$(TargetPlatformIdentifier) - $(MSBuildToolsPath32)\AssemblyFolders.config - {AssemblyFoldersFromConfig:$(AssemblyFoldersConfigFile),$(TargetFrameworkVersion)}; - - - {CandidateAssemblyFiles}; - $(ReferencePath); - {HintPathFromItem}; - {TargetFrameworkDirectory}; - $(AssemblyFoldersConfigFileSearchPath) - {Registry:$(FrameworkRegistryBase),$(TargetFrameworkVersion),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)}; - {AssemblyFolders}; - {GAC}; - {RawFileName}; - $(OutDir) - - - - - .winmd; - .dll; - .exe - - - - - .pdb; - .xml; - .pri; - .dll.config; - .exe.config - - - - Full - - - - - false - - - - - $(MSBuildThisFileDirectory)$(LangName)\ - - - - - $(MSBuildThisFileDirectory)en-US\ - - - - - - - Project - - - - BrowseObject - - - - File - - - - Invisible - - - - File;BrowseObject - - - - File;ProjectSubscriptionService - - - - - $(DefineCommonItemSchemas) - - - - - - ;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - - ;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - - ;BrowseObject - - - ProjectSubscriptionService;BrowseObject - - - - - - - - - - - Never - - - Never - - - Never - - - Never - - - - - - - - - - <_InvalidConfigurationMessageText>The OutputPath property is not set for project '$(MSBuildProjectFile)'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='$(_OriginalConfiguration)' Platform='$(_OriginalPlatform)'. - <_InvalidConfigurationMessageText Condition="'$(BuildingInsideVisualStudio)' == 'true'">$(_InvalidConfigurationMessageText) This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration or Platform. - <_InvalidConfigurationMessageText Condition="'$(BuildingInsideVisualStudio)' != 'true'">$(_InvalidConfigurationMessageText) You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. - - - - - - - - - - - - - - - - x86 - - - - - - - BeforeBuild; - CoreBuild; - AfterBuild - - - - - - - - - - - - - - BuildOnlySettings; - PrepareForBuild; - PreBuildEvent; - ResolveReferences; - PrepareResources; - ResolveKeySource; - Compile; - ExportWindowsMDFile; - UnmanagedUnregistration; - GenerateSerializationAssemblies; - CreateSatelliteAssemblies; - GenerateManifests; - GetTargetPath; - PrepareForRun; - UnmanagedRegistration; - IncrementalClean; - PostBuildEvent - - - - - - - - - - - - - <_ProjectDefaultTargets Condition="'$(MSBuildProjectDefaultTargets)' != ''">$(MSBuildProjectDefaultTargets) - <_ProjectDefaultTargets Condition="'$(MSBuildProjectDefaultTargets)' == ''">Build - - - BeforeRebuild; - Clean; - $(_ProjectDefaultTargets); - AfterRebuild; - - - - BeforeRebuild; - Clean; - Build; - AfterRebuild; - - - - - - - - - - - - - - Build - - - - - - - - - - - - Build - - - - - - - - - - - - Build - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - true - - - - - - - - - - - GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata - - - - - - $(TargetFileName).config - - - - - - - - - - - - - - - - - @(_TargetFramework40DirectoryItem) - @(_TargetFramework35DirectoryItem) - @(_TargetFramework30DirectoryItem) - @(_TargetFramework20DirectoryItem) - - @(_TargetFramework20DirectoryItem) - @(_TargetFramework40DirectoryItem) - @(_TargetedFrameworkDirectoryItem) - @(_TargetFrameworkSDKDirectoryItem) - - - - - - - - - - - - - - - - - - - - - - - $(_TargetFrameworkDirectories);$(TargetFrameworkDirectory);$(WinFXAssemblyDirectory) - $(TargetFrameworkDirectory);$(TargetPlatformWinMDLocation) - - - - - - true - - - - $(AssemblySearchPaths.Replace('{AssemblyFolders}', '').Split(';')) - - - - - - - - - $(TargetFrameworkDirectory);@(DesignTimeFacadeDirectories) - - - - - - - - - - - - - - - - - - - - - - - - - - - <_Temp Remove="@(_Temp)" /> - - - - - - - - - - - <_Temp Remove="@(_Temp)" /> - - - - - - - - - - - - <_Temp Remove="@(_Temp)" /> - - - - - - - - - - - - <_Temp Remove="@(_Temp)" /> - - - - - - - - - - - <_Temp Remove="@(_Temp)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(PlatformTargetAsMSBuildArchitecture) - - - - - $(TargetFrameworkAsMSBuildRuntime) - - - CurrentRuntime - - - - - - - - - - - - - - - - - - - - BeforeResolveReferences; - AssignProjectConfiguration; - ResolveProjectReferences; - FindInvalidProjectReferences; - ResolveNativeReferences; - ResolveAssemblyReferences; - GenerateBindingRedirects; - ResolveComReferences; - AfterResolveReferences - - - - - - - - - - - - - - - - true - true - false - - - false - - - true - - - - - - - - - - - - - - - <_ProjectReferenceWithConfiguration> - true - true - - - true - true - - - - - - - - - - - - - - - - - - - <_MSBuildProjectReference Include="@(ProjectReferenceWithConfiguration)" Condition="'$(BuildingInsideVisualStudio)'!='true' and '@(ProjectReferenceWithConfiguration)'!=''"/> - - - - - <_MSBuildProjectReferenceExistent Include="@(_MSBuildProjectReference)" Condition="Exists('%(Identity)')"/> - <_MSBuildProjectReferenceNonexistent Include="@(_MSBuildProjectReference)" Condition="!Exists('%(Identity)')"/> - - - - - - - - - <_MSBuildProjectReferenceExistent Condition="'%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' == '' and '%(Extension)' == '.vcxproj'"> - true - - - - - - <_MSBuildProjectReferenceExistent Condition="'%(_MSBuildProjectReferenceExistent.SetTargetFramework)' != ''"> - true - - - - - - $(NugetTargetMoniker) - $(TargetFrameworkMoniker) - - - - - - - - - <_MSBuildProjectReferenceExistent Condition="'%(_MSBuildProjectReferenceExistent.Identity)' == '%(Identity)' and '$(_ProjectReferenceTargetFrameworkProperties)' != ''"> - $(_ProjectReferenceTargetFrameworkProperties) - - %(_MSBuildProjectReferenceExistent.UndefineProperties);TargetFramework;ProjectHasSingleTargetFramework - - %(_MSBuildProjectReferenceExistent.UndefineProperties);ProjectHasSingleTargetFramework - - - - - <_MSBuildProjectReferenceExistent Condition="'%(_MSBuildProjectReferenceExistent.Identity)' == '%(Identity)' and '$(_ProjectReferenceTargetFrameworkProperties)' != ''"> - %(_MSBuildProjectReferenceExistent.UndefineProperties);RuntimeIdentifier;ProjectIsRidAgnostic - - %(_MSBuildProjectReferenceExistent.UndefineProperties);ProjectIsRidAgnostic - - - - - <_ProjectReferenceTargetFrameworkProperties /> - - - - - - - - - - AssignProjectConfiguration; - _SplitProjectReferencesByFileExistence; - _GetProjectReferenceTargetFrameworkProperties - - - - - - - - - - $(ProjectReferenceBuildTargets) - - - ProjectReference - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ResolvedProjectReferencePaths Remove="@(_ResolvedProjectReferencePaths)" Condition="'%(_ResolvedProjectReferencePaths.ResolveableAssembly)' == 'false'" /> - - <_ResolvedProjectReferencePaths> - %(_ResolvedProjectReferencePaths.OriginalItemSpec) - - - - - - - - - - - - <_ProjectReferencesFromRAR Include="@(ReferencePath->WithMetadataValue('ReferenceSourceTarget', 'ProjectReference'))"> - %(ReferencePath.ProjectReferenceOriginalItemSpec) - - - - - - - - - $(GetTargetPathDependsOn) - - - - - - - $(GetTargetPathDependsOn) - - - - - - - $(TargetPlatformMoniker) - $(TargetPlatformIdentifier) - $(TargetFrameworkIdentifier) - $(TargetFrameworkVersion) - $(TargetFrameworkVersion.Substring(1)) - $(TargetRefPath) - @(CopyUpToDateMarker) - - - - - - - - - - %(_ApplicationManifestFinal.FullPath) - - - - - - - - - - - - - - - - - - - - - - - GetFrameworkPaths; - GetReferenceAssemblyPaths; - PrepareForBuild; - ResolveSDKReferences; - ExpandSDKReferences; - - - - - - <_ReferenceInstalledAssemblyDirectory Include="$(TargetFrameworkDirectory)" /> - <_ReferenceInstalledAssemblySubsets Include="$(TargetFrameworkSubset)" /> - - - - - $(IntermediateOutputPath)$(MSBuildProjectFile)ResolveAssemblyReference.cache - - - - - <_ResolveAssemblyReferencesApplicationConfigFileForExes Include="@(AppConfigWithTargetPath)" Condition="'$(AutoGenerateBindingRedirects)'=='true' or '$(AutoUnifyAssemblyReferences)'=='false'"/> - - - - - <_FindDependencies Condition="'$(BuildingProject)' != 'true' and '$(_ResolveReferenceDependencies)' != 'true'">false - true - false - Warning - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - %(FullPath) - - - - %(ReferencePath.Identity) - - - - - - - - - - - - - - - - - - - - - $(_GenerateBindingRedirectsIntermediateAppConfig) - - - - - $(TargetFileName).config - - - - - - - - Software\Microsoft\Microsoft SDKs - $(LocalAppData)\Microsoft SDKs;$(MSBuildProgramFiles32)\Microsoft SDKs - - $(MSBuildProgramFiles32)\Microsoft SDKs\Windows Kits\10;$(MSBuildProgramFiles32)\Windows Kits\10 - - - true - Windows - 8.1 - - - false - WindowsPhoneApp - 8.1 - - - - - - - - - - - - - - - - - - - - - - - GetInstalledSDKLocations - - - - - Debug - Retail - Retail - $(ProcessorArchitecture) - Neutral - - - - true - - - - - - - - - - - - - - - - - - - - - - GetReferenceTargetPlatformMonikers - - - - - - - - - - - <_ResolvedProjectReferencePaths Remove="@(InvalidProjectReferences)" /> - - - - - - - - - - - - - - ResolveSDKReferences - - - - .winmd; - .dll - - - - - - - - - - - - - - - - - - - - - false - false - - $(TargetFrameworkSDKToolsDirectory) - true - - - - - - - - - - - - - - - - - - - <_ReferencesFromRAR Include="@(ReferencePath->WithMetadataValue('ReferenceSourceTarget', 'ResolveAssemblyReference'))"/> - - - - - - {CandidateAssemblyFiles}; - $(ReferencePath); - {HintPathFromItem}; - {TargetFrameworkDirectory}; - {Registry:$(FrameworkRegistryBase),$(TargetFrameworkVersion),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)}; - {RawFileName}; - $(TargetDir) - - - - - - - GetFrameworkPaths; - GetReferenceAssemblyPaths; - ResolveReferences - - - - - - - <_DesignTimeReferenceInstalledAssemblyDirectory Include="$(TargetFrameworkDirectory)" /> - - - - $(IntermediateOutputPath)$(MSBuildProjectFile)DesignTimeResolveAssemblyReferences.cache - - - - - {CandidateAssemblyFiles}; - $(ReferencePath); - {HintPathFromItem}; - {TargetFrameworkDirectory}; - {Registry:$(FrameworkRegistryBase),$(TargetFrameworkVersion),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)}; - {RawFileName}; - $(OutDir) - - - - - false - false - false - false - false - true - false - - - - <_DesignTimeReferenceAssemblies Include ="$(DesignTimeReference)" /> - - - - <_RARResolvedReferencePath Include="@(ReferencePath)" /> - - - - - - - - - - - - - false - - - - - - $(IntermediateOutputPath) - - - - - - - $(PlatformTargetAsMSBuildArchitecture) - - $(TargetFrameworkSDKToolsDirectory) - false - - - - - - - - - - - - - - - - - - - - - - - - - - - PrepareResourceNames; - ResGen; - CompileLicxFiles - - - - - - - - AssignTargetPaths; - SplitResourcesByCulture; - CreateManifestResourceNames; - CreateCustomManifestResourceNames - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_LicxFile Include="@(EmbeddedResource)" Condition="'%(Extension)'=='.licx'"/> - - - - Resx - - - Non-Resx - - - - - - - - - - - - - - - - - - - - Resx - - - Non-Resx - - - - - - - - - - - - - - <_MixedResourceWithNoCulture Remove="@(_MixedResourceWithNoCulture)" /> - <_MixedResourceWithCulture Remove="@(_MixedResourceWithCulture)" /> - - - - - - - - - - - - - - ResolveAssemblyReferences;SplitResourcesByCulture;BeforeResGen;CoreResGen;AfterResGen - FindReferenceAssembliesForReferences - true - false - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - $(PlatformTargetAsMSBuildArchitecture) - - $(TargetFrameworkSDKToolsDirectory) - - - - - $(TargetFrameworkAsMSBuildRuntime) - - - CurrentRuntime - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - true - - - true - - - - - true - - - true - - - - - - - - - - - - - - $(PlatformTargetAsMSBuildArchitecture) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ResolveReferences; - ResolveKeySource; - SetWin32ManifestProperties; - FindReferenceAssembliesForReferences; - _GenerateCompileInputs; - BeforeCompile; - _TimeStampBeforeCompile; - _GenerateCompileDependencyCache; - CoreCompile; - _TimeStampAfterCompile; - AfterCompile; - - - - - - - - - - - - - - <_CoreCompileResourceInputs Include="@(EmbeddedResource->'%(OutputResource)')" Condition="'%(EmbeddedResource.WithCulture)' == 'false' and '%(EmbeddedResource.Type)' == 'Resx'" /> - <_CoreCompileResourceInputs Include="@(EmbeddedResource)" Condition="'%(EmbeddedResource.WithCulture)' == 'false' and '%(EmbeddedResource.Type)' == 'Non-Resx' " /> - - - <_CoreCompileResourceInputs Include="@(ManifestResourceWithNoCulture)" Condition="'%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'==''"> - Resx - false - - <_CoreCompileResourceInputs Include="@(ManifestNonResxWithNoCultureOnDisk)" Condition="'%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'==''"> - Non-Resx - false - - - - - - - - - - true - $([System.IO.Path]::Combine('$([System.IO.Path]::GetTempPath())','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)')) - - - - true - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - <_AssemblyTimestampBeforeCompile>%(IntermediateAssembly.ModifiedTime) - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_AssemblyTimestampAfterCompile>%(IntermediateAssembly.ModifiedTime) - - - - - - - - - __NonExistentSubDir__\__NonExistentFile__ - - - - - - - - - - - <_SGenDllName>$(TargetName).XmlSerializers.dll - <_SGenDllCreated>false - <_SGenGenerateSerializationAssembliesConfig>$(GenerateSerializationAssemblies) - <_SGenGenerateSerializationAssembliesConfig Condition="'$(GenerateSerializationAssemblies)' == ''">Auto - <_SGenGenerateSerializationAssembliesConfig Condition="'$(ConfigurationName)'=='Debug' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto'">Off - true - false - true - - - - - - - $(PlatformTargetAsMSBuildArchitecture) - - - - - - - - - - - - - - - - _GenerateSatelliteAssemblyInputs; - ComputeIntermediateSatelliteAssemblies; - GenerateSatelliteAssemblies - - - - - - - - - - - - - <_SatelliteAssemblyResourceInputs Include="@(EmbeddedResource->'%(OutputResource)')" Condition="'%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Resx'" /> - <_SatelliteAssemblyResourceInputs Include="@(EmbeddedResource)" Condition="'%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx'" /> - - - <_SatelliteAssemblyResourceInputs Include="@(ManifestResourceWithCulture)" Condition="'%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'==''"> - Resx - true - - <_SatelliteAssemblyResourceInputs Include="@(ManifestNonResxWithCultureOnDisk)" Condition="'%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'==''"> - Non-Resx - true - - - - - - - - - - - - - - - - - - - - - CreateManifestResourceNames - - - - - - - %(EmbeddedResource.Culture) - %(EmbeddedResource.Culture)\$(TargetName).resources.dll - - - - - - - - $(Win32Manifest) - - - - - - - - - - <_DeploymentBaseManifest>$(ApplicationManifest) - <_DeploymentBaseManifest Condition="'$(_DeploymentBaseManifest)'==''">@(_DeploymentBaseManifestWithTargetPath) - - - true - - - - - - - - $(ApplicationManifest) - $(ApplicationManifest) - - - - - - - - $(_FrameworkVersion40Path)\default.win32manifest - - - - - - - - - - - - - SetWin32ManifestProperties; - GenerateApplicationManifest; - GenerateDeploymentManifest - - - - - - - <_DeploymentPublishFileOfTypeManifestEntryPoint Include="@(PublishFile)" Condition="'%(FileType)'=='ManifestEntryPoint'"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - <_DeploymentCopyApplicationManifest>true - - - - - - - - - - - - - - <_DeploymentManifestType>Native - - - - - - - - - <_DeploymentManifestVersion>@(_IntermediateAssemblyIdentity->'%(Version)') - - - - - - - - - - <_SGenDllsRelatedToCurrentDll Include="@(_ReferenceSerializationAssemblyPaths->'%(FullPath)')" Condition="'%(Extension)' == '.dll'"/> - <_SGenDllsRelatedToCurrentDll Include="@(SerializationAssembly->'%(FullPath)')" Condition="'%(Extension)' == '.dll'"/> - - - - - <_DeploymentReferencePaths Include="@(ReferencePath)"> - true - - - - - - - - - - - - - - - - - - - - - - - <_DeploymentManifestType>ClickOnce - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - false - - - - - - CopyFilesToOutputDirectory - - - - - - - - false - false - - - - - - - false - false - - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - false - - - - - - - - - - - - - - - - - - - - - - AssignTargetPaths; - _SplitProjectReferencesByFileExistence; - _GetProjectReferenceTargetFrameworkProperties - - - - - - - - <_GCTODIKeepDuplicates>false - <_GCTODIKeepMetadata>CopyToOutputDirectory;TargetPath - - - - - - - - - - - - <_SourceItemsToCopyToOutputDirectoryAlways KeepDuplicates=" '$(_GCTODIKeepDuplicates)' != 'false' " KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(_AllChildProjectItemsWithTargetPath->'%(FullPath)')" Condition="'%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='Always'"/> - <_SourceItemsToCopyToOutputDirectory KeepDuplicates=" '$(_GCTODIKeepDuplicates)' != 'false' " KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(_AllChildProjectItemsWithTargetPath->'%(FullPath)')" Condition="'%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest'"/> - - - - - <_AllChildProjectItemsWithTargetPath Remove="@(_AllChildProjectItemsWithTargetPath)"/> - - - - - <_SourceItemsToCopyToOutputDirectoryAlways KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(ContentWithTargetPath->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always'"/> - <_SourceItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(ContentWithTargetPath->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest'"/> - - - - <_SourceItemsToCopyToOutputDirectoryAlways KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(EmbeddedResource->'%(FullPath)')" Condition="'%(EmbeddedResource.CopyToOutputDirectory)'=='Always'"/> - <_SourceItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(EmbeddedResource->'%(FullPath)')" Condition="'%(EmbeddedResource.CopyToOutputDirectory)'=='PreserveNewest'"/> - - - - <_CompileItemsToCopy Include="@(Compile->'%(FullPath)')" Condition="'%(Compile.CopyToOutputDirectory)'=='Always' or '%(Compile.CopyToOutputDirectory)'=='PreserveNewest'"/> - - - - - - - - <_SourceItemsToCopyToOutputDirectoryAlways KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(_CompileItemsToCopyWithTargetPath)" Condition="'%(_CompileItemsToCopyWithTargetPath.CopyToOutputDirectory)'=='Always'"/> - <_SourceItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(_CompileItemsToCopyWithTargetPath)" Condition="'%(_CompileItemsToCopyWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest'"/> - - - - <_SourceItemsToCopyToOutputDirectoryAlways KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(_NoneWithTargetPath->'%(FullPath)')" Condition="'%(_NoneWithTargetPath.CopyToOutputDirectory)'=='Always'"/> - <_SourceItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(_NoneWithTargetPath->'%(FullPath)')" Condition="'%(_NoneWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest'"/> - - - - - - - - - - - - - - %(CopyToOutputDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_DocumentationFileProduced Condition="!Exists('@(DocFileItem)')">false - - - - - - - - - <_DebugSymbolsProduced Condition="!Exists('@(_DebugSymbolsIntermediatePath)')">false - - - - - - - - - - - - - <_SGenDllCreated Condition="Exists('$(IntermediateOutputPath)$(_SGenDllName)')">true - - - - - - - - - - - - - - - - - - - - - $(PlatformTargetAsMSBuildArchitecture) - - - - - $(TargetFrameworkAsMSBuildRuntime) - - - CurrentRuntime - - - - - - - - - - - - - - - - - - - - - <_CleanOrphanFileWrites Include="@(_CleanPriorFileWrites)" Exclude="@(_CleanCurrentFileWrites)"/> - - - - - - - - - - - - - - - - - - - - - - <_CleanRemainingFileWritesAfterIncrementalClean Include="@(_CleanPriorFileWrites);@(_CleanCurrentFileWrites)" Exclude="@(_CleanOrphanFilesDeleted)"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_CleanPriorFileWrites Include="@(_CleanUnfilteredPriorFileWrites)" Exclude="@(_ResolveAssemblyReferenceResolvedFilesAbsolute)"/> - - - - - - - - - - - - - - - - - - - - <_CleanCurrentFileWritesWithNoReferences Include="@(_CleanCurrentFileWritesInOutput);@(_CleanCurrentFileWritesInIntermediate)" Exclude="@(_ResolveAssemblyReferenceResolvedFilesAbsolute)"/> - - - - - - - - - - - - - - - BeforeClean; - UnmanagedUnregistration; - CoreClean; - CleanReferencedProjects; - CleanPublishFolder; - AfterClean - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_CleanRemainingFileWritesAfterClean Include="@(_CleanPriorFileWrites)" Exclude="@(_CleanPriorFileWritesDeleted)"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SetGenerateManifests; - Build; - PublishOnly - - - _DeploymentUnpublishable - - - - - - - - - - - - - - - - - - - true - - - - - - - - SetGenerateManifests; - PublishBuild; - BeforePublish; - GenerateManifests; - CopyFilesToOutputDirectory; - _CopyFilesToPublishFolder; - _DeploymentGenerateBootstrapper; - ResolveKeySource; - _DeploymentSignClickOnceDeployment; - AfterPublish - - - - - - - - - - - - - - BuildOnlySettings; - PrepareForBuild; - ResolveReferences; - PrepareResources; - ResolveKeySource; - GenerateSerializationAssemblies; - CreateSatelliteAssemblies; - - - - - - - - - - - - - - <_DeploymentApplicationFolderName>Application Files\$(AssemblyName)_$(_DeploymentApplicationVersionFragment) - <_DeploymentApplicationDir>$(PublishDir)$(_DeploymentApplicationFolderName)\ - - - - - false - false - - - - '$(_DeploymentApplicationDir)%(TargetPath)'); - @(_DeploymentManifestEntryPoint->'$(_DeploymentApplicationDir)%(TargetPath)$(_DeploymentFileMappingExtension)'); - @(_DeploymentManifestFiles->'$(_DeploymentApplicationDir)%(TargetPath)$(_DeploymentFileMappingExtension)'); - @(ReferenceComWrappersToCopyLocal->'$(_DeploymentApplicationDir)%(FileName)%(Extension)$(_DeploymentFileMappingExtension)'); - @(ResolvedIsolatedComModules->'$(_DeploymentApplicationDir)%(FileName)%(Extension)$(_DeploymentFileMappingExtension)'); - @(_DeploymentLooseManifestFile->'$(_DeploymentApplicationDir)%(FileName)%(Extension)$(_DeploymentFileMappingExtension)')" - SkipUnchangedFiles="$(SkipCopyUnchangedFiles)" - OverwriteReadOnlyFiles="$(OverwriteReadOnlyFiles)" - Retries="$(CopyRetryCount)" - UseHardlinksIfPossible="$(CreateHardLinksForPublishFilesIfPossible)" - UseSymboliclinksIfPossible="$(CreateSymbolicLinksForPublishFilesIfPossible)" - RetryDelayMilliseconds="$(CopyRetryDelayMilliseconds)"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - $(TargetPath) - $(TargetFileName) - true - - - - - - - true - $(TargetPath) - $(TargetFileName) - - - - - - PrepareForBuild - true - - - - - <_BuiltProjectOutputGroupOutputIntermediate Include="@(BuiltProjectOutputGroupKeyOutput)"/> - - - - - <_BuiltProjectOutputGroupOutputIntermediate Include="$(AppConfig)" Condition="'$(AddAppConfigToBuildOutputs)'=='true'"> - $(TargetDir)$(TargetFileName).config - $(TargetFileName).config - - $(AppConfig) - - - - - <_IsolatedComReference Include="@(COMReference)" Condition=" '%(COMReference.Isolated)' == 'true' "/> - <_IsolatedComReference Include="@(COMFileReference)" Condition=" '%(COMFileReference.Isolated)' == 'true' "/> - - - - - <_BuiltProjectOutputGroupOutputIntermediate Include="$(OutDir)$(_DeploymentTargetApplicationManifestFileName)" Condition="'@(NativeReference)'!='' or '@(_IsolatedComReference)'!=''"> - $(_DeploymentTargetApplicationManifestFileName) - - $(OutDir)$(_DeploymentTargetApplicationManifestFileName) - - - - - - - - %(_BuiltProjectOutputGroupOutputIntermediate.FullPath) - - - - - - - - - - - - @(_DebugSymbolsOutputPath->'%(FullPath)') - @(_DebugSymbolsIntermediatePath->'%(Filename)%(Extension)') - - - - - - - @(WinMDExpFinalOutputPdbItem->'%(FullPath)') - @(WinMDExpOutputPdbItem->'%(Filename)%(Extension)') - - - - - - - - - - - @(FinalDocFile->'%(FullPath)') - true - @(DocFileItem->'%(Filename)%(Extension)') - - - - - - - @(WinMDExpFinalOutputDocItem->'%(FullPath)') - @(WinMDOutputDocumentationFileItem->'%(Filename)%(Extension)') - - - - - - - PrepareForBuild;PrepareResourceNames - - - - - - %(EmbeddedResource.Culture)\$(TargetName).resources.dll - %(EmbeddedResource.Culture) - - - - - - - $(TargetDir)%(SatelliteDllsProjectOutputGroupOutputIntermediate.TargetPath) - - %(SatelliteDllsProjectOutputGroupOutputIntermediate.Identity) - - - - - - - - PrepareForBuild;AssignTargetPaths - - - - - - - - - - - - - - - $(MSBuildProjectFullPath) - $(ProjectFileName) - - - - - - - - - - - PrepareForBuild;AssignTargetPaths - - - - - - - - - - - - - - - - - @(_OutputPathItem->'%(FullPath)$(_SGenDllName)') - $(_SGenDllName) - - - - - - - - - - - - - - - - - - - - ResolveSDKReferences;ExpandSDKReferences - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeAnalysis\Microsoft.CodeAnalysis.targets - - - - - - - - - - true - - - - - - - - - - - - - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TeamTest\Microsoft.TeamTest.targets - - - - - - - - - - - - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\AppxPackage\Microsoft.AppXPackage.Targets - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.Common.overridetasks b/dotnet/sdk/2.0.0/Microsoft.Common.overridetasks deleted file mode 100644 index 7c339020..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.Common.overridetasks +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.Common.targets b/dotnet/sdk/2.0.0/Microsoft.Common.targets deleted file mode 100644 index f666f18b..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.Common.targets +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - $(MSBuildFrameworkToolsPath)\Microsoft.Common.targets - - - - - $(MSBuildToolsPath)\Microsoft.Common.CurrentVersion.targets - - - - - - - $(ImportByWildcardBeforeMicrosoftCommonTargets) - true - - $(ImportByWildcardAfterMicrosoftCommonTargets) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftCommonTargets) - true - - false - false - false - false - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.Common.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.Common.targets - - - - - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) - true - - $(ImportByWildcardAfterMicrosoftNetFrameworkProps) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps) - true - - false - false - false - false - - - - - - - - - - - - - - - - - true - - - - - - true - - - - - <_DirectoryBuildTargetsFile Condition="'$(_DirectoryBuildTargetsFile)' == ''">Directory.Build.targets - <_DirectoryBuildTargetsBasePath Condition="'$(_DirectoryBuildTargetsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildTargetsFile)')) - $([System.IO.Path]::Combine('$(_DirectoryBuildTargetsBasePath)', '$(_DirectoryBuildTargetsFile)')) - - - - $(MSBuildAllProjects);$(DirectoryBuildTargetsPath) - - - - - - - - - - - - - - - - - $(MSBuildFrameworkToolsPath) - - diff --git a/dotnet/sdk/2.0.0/Microsoft.Common.tasks b/dotnet/sdk/2.0.0/Microsoft.Common.tasks deleted file mode 100644 index d4199c4b..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.Common.tasks +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.Archive.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.Archive.dll deleted file mode 100644 index 6d80c6ee..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.Archive.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.CommandLine.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.CommandLine.dll deleted file mode 100644 index 5c17ee7e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.CommandLine.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.Sln.Internal.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.Sln.Internal.dll deleted file mode 100644 index 0d3df03f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.Sln.Internal.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.Utils.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.Utils.dll deleted file mode 100644 index 4c88c537..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.Cli.Utils.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.Configurer.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.Configurer.dll deleted file mode 100644 index 4878df6d..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.Configurer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.InternalAbstractions.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.InternalAbstractions.dll deleted file mode 100644 index 03556a5b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.InternalAbstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.PlatformAbstractions.dll deleted file mode 100644 index 2e22b7e4..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.ProjectJsonMigration.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.ProjectJsonMigration.dll deleted file mode 100644 index e9eb4781..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.ProjectJsonMigration.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.TestFramework.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.TestFramework.dll deleted file mode 100644 index 60ccb320..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.TestFramework.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.DotNet.Tools.MigrateCommand.dll b/dotnet/sdk/2.0.0/Microsoft.DotNet.Tools.MigrateCommand.dll deleted file mode 100644 index b2a7745a..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.DotNet.Tools.MigrateCommand.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Extensions.CommandLineUtils.dll b/dotnet/sdk/2.0.0/Microsoft.Extensions.CommandLineUtils.dll deleted file mode 100644 index badbbb86..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.Extensions.CommandLineUtils.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100644 index 9383c8e6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.NETCoreSdk.BundledVersions.props b/dotnet/sdk/2.0.0/Microsoft.NETCoreSdk.BundledVersions.props deleted file mode 100644 index 1a18af30..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.NETCoreSdk.BundledVersions.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - 2.0 - 2.0.0 - 2.0 - 2.0.0 - - diff --git a/dotnet/sdk/2.0.0/Microsoft.NETFramework.CurrentVersion.props b/dotnet/sdk/2.0.0/Microsoft.NETFramework.CurrentVersion.props deleted file mode 100644 index e7ab9ed5..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.NETFramework.CurrentVersion.props +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - true - true - true - true - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - true - - $(TargetFrameworkSubset) - - - - - - - <_FullFrameworkReferenceAssemblyPaths>$(FrameworkPathOverride) - <_TargetFrameworkDirectories>$(FrameworkPathOverride) - - - - - - - <_FullFrameworkReferenceAssemblyPaths Condition="Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\RedistList\FrameworkList.xml')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0 - <_TargetFrameworkDirectories Condition="'$(TargetFrameworkProfile)' == ''">$(_FullFrameworkReferenceAssemblyPaths) - $(_TargetFrameworkDirectories) - - - <_TargetFrameworkDirectories Condition="'$(TargetFrameworkProfile)' == 'Client' and Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\$(TargetFrameworkProfile)\RedistList\FrameworkList.xml')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\$(TargetFrameworkProfile) - $(_TargetFrameworkDirectories) - .NET Framework 4 - .NET Framework 4 Client Profile - - - - $(Registry:HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework@InstallRoot) - <_DeploymentSignClickOnceManifests Condition="'$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(SignManifests)' == 'true'">true - - - true - System.Core;$(AdditionalExplicitAssemblyReferences) - - - - - - true - - $(MSBuildFrameworkToolsRoot)\v3.5 - - $(SDK35ToolsPath) - - - $(SDK40ToolsPath) - - v2.0.50727 - v$(MSBuildRuntimeVersion) - - - - - true - - - - false - - - - true - - - - false - - - - - 6.02 - - 6.00 - - - - $(ExecuteAsTool) - true - - - - $(ExecuteAsTool) - true - - - - - true - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.NETFramework.CurrentVersion.targets b/dotnet/sdk/2.0.0/Microsoft.NETFramework.CurrentVersion.targets deleted file mode 100644 index 57e1147d..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.NETFramework.CurrentVersion.targets +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - true - true - true - true - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - <_TargetFramework40DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v4.0.30319"/> - <_TargetFramework35DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v3.5"/> - <_TargetFramework30DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v3.0"/> - <_TargetFramework20DirectoryItem Include="$(MSBuildFrameworkToolsRoot)v2.0.50727"/> - - <_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Include="@(_TargetFramework20DirectoryItem)"/> - <_TargetedFrameworkDirectoryItem Condition="'$(TargetFrameworkVersion)' == 'v3.0' OR '$(TargetFrameworkVersion)' == 'v3.5'" Include="$(MSBuildFrameworkToolsRoot)\$(TargetFrameworkVersion)"/> - <_TargetedFrameworkDirectoryItem Condition="'@(_TargetedFrameworkDirectoryItem)' == ''" Include="@(_TargetFramework40DirectoryItem)"/> - - - - <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v4.0' " - Include="@(_TargetFramework40DirectoryItem)" /> - - <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v3.5'" - Include="@(_TargetFramework35DirectoryItem)"/> - - <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'" - Include="@(_TargetFramework30DirectoryItem)" /> - - <_CombinedTargetFrameworkDirectoriesItem Condition=" '$(TargetFrameworkVersion)' == 'v2.0' or '$(TargetFrameworkVersion)' == 'v3.0' or '$(TargetFrameworkVersion)' == 'v3.5'" - Include="@(_TargetFramework20DirectoryItem)" /> - - <_CombinedTargetFrameworkDirectoriesItem Condition=" '@(_CombinedTargetFrameworkDirectoriesItem)' == ''" - Include="@(_TargetedFrameworkDirectoryItem)" /> - - - - - @(_CombinedTargetFrameworkDirectoriesItem) - $(FrameworkSDKRoot) - - - - <_TargetFrameworkSDKDirectoryItem Include="$(TargetFrameworkSDKDirectory)"/> - - - - - - $(ResolveReferencesDependsOn); - ImplicitlyExpandDesignTimeFacades - - - - $(ImplicitlyExpandDesignTimeFacadesDependsOn); - GetReferenceAssemblyPaths - - - - - - - - - <_HasReferenceToSystemRuntime Condition="'$(DependsOnSystemRuntime)' == 'true'">true - <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetPlatformIdentifier)' == 'Portable'">true - <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetFrameworkIdentifier)' == '.NETStandard' and '%(_ResolvedProjectReferencePaths.TargetFrameworkVersion)' < '2.0'">true - - - - <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)*.dll"/> - - <_DesignTimeFacadeAssemblies_Names Include="@(_DesignTimeFacadeAssemblies->'%(FileName)')"> - %(_DesignTimeFacadeAssemblies.Identity) - - - <_ReferencePath_Names Include="@(ReferencePath->'%(FileName)')"> - %(ReferencePath.Identity) - - - <_DesignTimeFacadeAssemblies_Names Remove="@(_ReferencePath_Names)"/> - - - false - false - ImplicitlyExpandDesignTimeFacades - - <_ResolveAssemblyReferenceResolvedFiles Include="@(ReferencePath)" Condition="'%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades'" /> - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft.NETFramework.props b/dotnet/sdk/2.0.0/Microsoft.NETFramework.props deleted file mode 100644 index 2d50efc8..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.NETFramework.props +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - $(MSBuildFrameworkToolsPath)\Microsoft.NETFramework.props - - - - - $(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.props - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.NETFramework.targets b/dotnet/sdk/2.0.0/Microsoft.NETFramework.targets deleted file mode 100644 index 8139bdc1..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.NETFramework.targets +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - $(MSBuildFrameworkToolsPath)\Microsoft.NETFramework.targets - - - - - $(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.targets - - - - - - - $(ImportByWildcardBeforeMicrosoftNetFrameworkTargets) - true - - $(ImportByWildcardAfterMicrosoftNetFrameworkTargets) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkTargets) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkTargets) - true - - false - false - false - false - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Abstractions.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Abstractions.dll deleted file mode 100644 index 3c04fcec..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Abstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Cli.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Cli.dll deleted file mode 100644 index 2f353012..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Cli.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Core.Contracts.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Core.Contracts.dll deleted file mode 100644 index d4e5652e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Core.Contracts.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Core.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Core.dll deleted file mode 100644 index 7d01fc94..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Edge.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Edge.dll deleted file mode 100644 index 622e97e6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Edge.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll deleted file mode 100644 index 839bf611..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Utils.dll b/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Utils.dll deleted file mode 100644 index 264d8389..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TemplateEngine.Utils.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.Build.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.Build.dll deleted file mode 100644 index f1ccdcfe..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.Build.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index a48f82fd..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CoreUtilities.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index 798acfee..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index f093744c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.PlatformAbstractions.deps.json b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.PlatformAbstractions.deps.json deleted file mode 100644 index 9c1a6c6e..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.PlatformAbstractions.deps.json +++ /dev/null @@ -1,483 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v1.0", - "signature": "8537e3cddd35feea0007c1f105896968a91b9aac" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v1.0": { - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "dependencies": { - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.PlatformAbstractions.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "rid": "linux", - "assetType": "runtime" - }, - "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "rid": "osx", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.TextWriterTraceListener.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index f09573c2..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.Utilities.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index 851cfe44..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll deleted file mode 100644 index f7bbe976..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml deleted file mode 100644 index ba5b2fe5..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml +++ /dev/null @@ -1,579 +0,0 @@ - - - - Microsoft.TestPlatform.VsTestConsole.TranslationLayer - - - - - Class which defines additional specifiable parameters for vstest.console.exe - - - - - Create instance of - - - - - Create instance of - - Object of type - - - - Full path for the log file - - - - - Port Number for communication - vstest.console will need this port number to communicate with this component - translation layer - Currently Internal as we are not intentionally exposing this to consumers of translation layer - - - - - Parent Process ID of the process whose lifetime should dictate the life time of vstest.console.exe - vstest.console will need this process ID to know when the process exits. - If parent process dies/crashes without invoking EndSession, vstest.console should exit immediately - Currently Internal as we are not intentionally exposing this to consumers of translation layer - - - - - Defines the interface that can manage a process - - - - - Starts the Process - - - - - Is Process Initialized - - True, if process initialized - - - - Shutdown Process - - - - - Raise event on process exit - - - - - Defines contract to send test platform requests to test host - - - - - Initializes the communication for sending requests - - Port Number of the communication channel - - - - Waits for Request Handler to be connected - - Time to wait for connection - True, if Handler is connected - - - - Close the Sender - - - - - Initializes the Extensions while probing additional extension paths - - Paths to check for additional extensions - - - - Discovers the tests - - Sources for discovering tests - Run settings for discovering tests - EventHandler for discovery events - - - - Starts the TestRun with given sources and criteria - - Sources for test run - RunSettings for test run - EventHandler for test run events - - - - Starts the TestRun with given test cases and criteria - - TestCases to run - RunSettings for test run - EventHandler for test run events - - - - Starts the TestRun with given sources and criteria with custom test host - - Sources for test run - RunSettings for test run - EventHandler for test run events - Custom TestHost launcher - - - - Starts the TestRun with given test cases and criteria with custom test host - - TestCases to run - RunSettings for test run - EventHandler for test run events - Custom TestHost launcher - - - - Ends the Session - - - - - Cancel the test run - - - - - Abort the test run - - - - - On process exit unblocks communication waiting calls - - - - - Controller for various test operations on the test runner. - - - - - Starts the test runner process and readies for requests. - - - - - Initialize the TestPlatform with Paths to extensions like adapters, loggers and any other extensions - - Folder Paths to where extension DLLs are present - - - - Start Discover Tests for the given sources and discovery settings. - - List of source assemblies, files to discover tests - Settings XML for test discovery - EventHandler to receive discovery events - - - - Cancels the last discovery request. - - - - - Starts a test run given a list of sources. - - Sources to Run tests on - RunSettings XML to run the tests - EventHandler to receive test run events - - - - Starts a test run given a list of test cases - - TestCases to run - RunSettings XML to run the tests - EventHandler to receive test run events - - - - Starts a test run given a list of sources by giving caller an option to start their own test host. - - Sources to Run tests on - RunSettings XML to run the tests - EventHandler to receive test run events - Custom test host launcher for the run. - - - - Starts a test run given a list of test cases by giving caller an option to start their own test host - - TestCases to run. - RunSettings XML to run the tests. - EventHandler to receive test run events. - Custom test host launcher for the run. - - - - Cancel the last test run. - - - - - Abort the last test run. - - - - - Ends the test session and stops processing requests. - - - - - Class used to define the CustomHostLaunchAckPayload sent by the Vstest.console translation layers into design mode - - - - - ProcessId of the TestHost launched by Clients like IDE, LUT etc. - - - - - ErrorMessage, in cases where custom launch fails - - - - - Class used to define the DiscoveryRequestPayload sent by the Vstest.console translation layers into design mode - - - - - Settings used for the discovery request. - - - - - Settings used for the discovery request. - - - - - Class used to define the TestRunRequestPayload sent by the Vstest.console translation layers into design mode - - - - - Gets or sets the sources for the test run request. - - - Making this a list instead of an IEnumerable because the json serializer fails to deserialize - if a linq query outputs the IEnumerable. - - - - - Gets or sets the test cases for the test run request. - - - Making this a list instead of an IEnumerable because the json serializer fails to deserialize - if a linq query outputs the IEnumerable. - - - - - Gets or sets the settings used for the test run request. - - - - - Settings used for the Run request. - - - - - Is Debugging enabled - - - - - Specialized exception for TranslationLayer - - - - - Initializes a new instance of the TransationLayerException class. - - The message that describes the error. - - - - Initializes a new instance of the TransationLayerException class. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception. - - - - Vstest.console.exe process manager - - - - - Port number for communicating with Vstest CLI - - - - - Process Id of the Current Process which is launching Vstest CLI - Helps Vstest CLI in auto-exit if current process dies without notifying it - - - - - Diagnostics argument for Vstest CLI - Enables Diagnostic logging for Vstest CLI and TestHost - Optional - - - - - - - - Creates an instance of VsTestConsoleProcessManager class. - - The fullpath to vstest.console.exe - - - - Checks if the process has been initialized. - - True if process is successfully initialized - - - - Call xUnit.console.exe with the parameters previously specified - - - - - Shutdown the vstest.console process - - - - - VstestConsoleRequestSender for sending requests to Vstest.console.exe - - - - - Use to cancel blocking tasks associated with vstest.console process - - - - - Initializes Communication with vstest.console.exe - Hosts a communication channel and asynchronously connects to vstest.console.exe - - Port Number of hosted server on this side - - - - Waits for Vstest.console.exe Connection for a given timeout - - Time to wait for the connection - True, if successful - - - - Initializes the Extensions while probing additional extension paths - - Paths to check for additional extensions - - - - Discover Tests using criteria and send events through eventHandler - - - - - - - - Starts the TestRun with given sources and criteria - - Sources for test run - RunSettings for test run - EventHandler for test run events - - - - Starts the TestRun with given test cases and criteria - - TestCases to run - RunSettings for test run - EventHandler for test run events - - - - Starts the TestRun with given sources and criteria with custom test host - - Sources for test run - RunSettings for test run - EventHandler for test run events - TestHostLauncher that launches the test host for the run - - - - Starts the TestRun with given test cases and criteria with custom test host - - TestCases to run - RunSettings for test run - EventHandler for test run events - TestHostLauncher that launches the test host for the run - - - - Send Cancel TestRun message - - - - - Send Abort TestRun message - - - - - - - - - - - Sends message for terminating the session - - - - - Closes the communication channel - - - - - An implementation of to invoke test operations - via the vstest.console test runner. - - - - - Path to additional extensions to reinitialize vstest.console - - - - - Additional parameters for vstest.console.exe - - - - - Initializes a new instance of the class. - - - Path to the test runner vstest.console.exe. - - - - - Initializes a new instance of the class. - - Path to the test runner vstest.console.exe. - The parameters to be passed onto the runner process - - - - Initializes a new instance of the class. - - Sender for test messages. - Process manager. - The parameters to be passed onto the runner process - Performance event source - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The active Tests Discovery was aborted.. - - - - - Looks up a localized string similar to The active Tests Run was aborted.. - - - - - Looks up a localized string similar to Failed to receive message from vstest.console process. - - - - - Looks up a localized string similar to vstest.console process exited abnormally. - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.targets b/dotnet/sdk/2.0.0/Microsoft.TestPlatform.targets deleted file mode 100644 index 0a4662c7..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.TestPlatform.targets +++ /dev/null @@ -1,88 +0,0 @@ - - - - - Microsoft.TestPlatform.Build.dll - $([System.IO.Path]::Combine($(MSBuildThisFileDirectory),"vstest.console.dll")) - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualBasic.CrossTargeting.targets b/dotnet/sdk/2.0.0/Microsoft.VisualBasic.CrossTargeting.targets deleted file mode 100644 index 7c0b52f8..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.VisualBasic.CrossTargeting.targets +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualBasic.CurrentVersion.targets b/dotnet/sdk/2.0.0/Microsoft.VisualBasic.CurrentVersion.targets deleted file mode 100644 index 6ad974f5..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.VisualBasic.CurrentVersion.targets +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - true - true - true - true - - - - - - - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.Before.Microsoft.VisualBasic.targets - $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.Microsoft.VisualBasic.targets - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - .vb - VB - Managed - true - true - true - true - true - {F184B08F-C81C-45F6-A57F-5ABD9991F28F} - My Project - - - - - - File - - - BrowseObject - - - - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - - - - - - - - <_Temporary Remove="@(_Temporary)" /> - - - - - - - - - - - - - - - - CONFIG="$(Configuration)" - $(FinalDefineConstants),DEBUG=-1 - $(FinalDefineConstants),TRACE=-1 - $(FinalDefineConstants),_MyType="$(MyType)" - $(FinalDefineConstants),PLATFORM="$(Platform)" - $(FinalDefineConstants),PLATFORM="AnyCPU" - $(FinalDefineConstants),$(DefineConstants) - - - true - - - - - - - - <_DebugSymbolsIntermediatePathTemporary Include="$(PdbFile)"/> - - <_DebugSymbolsIntermediatePath Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/> - - - - _ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet - true - - - - - - <_NoWarnings Condition=" '$(WarningLevel)' == '0' ">true - <_NoWarnings Condition=" '$(WarningLevel)' == '1' ">false - - - - - $(IntermediateOutputPath)$(TargetName).compile.pdb - - - - - - - - - - - false - - - - - - - - - - - - true - - - - - - - - - - - $(RoslynTargetsPath)\Microsoft.VisualBasic.Core.targets - - - - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets - - - - - - - - - - - Option Strict Off - Option Explicit On - - Imports System - Imports System.Reflection - <Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute("$(TargetFrameworkMoniker)", FrameworkDisplayName:="$(TargetFrameworkMonikerDisplayName)")> - - - - - - true - - - true - - - $([System.Globalization.CultureInfo]::CurrentUICulture.Name) - - - - - - <_ExplicitReference Include="$(FrameworkPathOverride)\System.dll" /> - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualBasic.targets b/dotnet/sdk/2.0.0/Microsoft.VisualBasic.targets deleted file mode 100644 index 04433745..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.VisualBasic.targets +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - true - - - - - - - - $(MSBuildFrameworkToolsPath)\Microsoft.VisualBasic.targets - - - $(MsBuildFrameworkToolsPath) - - - - - $(MSBuildToolsPath)\Microsoft.VisualBasic.CrossTargeting.targets - - - - - $(MSBuildToolsPath)\Microsoft.VisualBasic.CurrentVersion.targets - - - - - - - $(ImportByWildcardBeforeMicrosoftCommonTargets) - true - - $(ImportByWildcardAfterMicrosoftCommonTargets) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftCommonTargets) - true - - false - false - false - false - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.Common.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.Common.targets - - - $(ImportByWildcardBeforeMicrosoftVisualBasicTargets) - true - - $(ImportByWildcardAfterMicrosoftVisualBasicTargets) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftVisualBasicTargets) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftVisualBasicTargets) - true - - false - false - false - false - - $(MSBuildExtensionsPath)\v4.0\Custom.Before.Microsoft.VisualBasic.targets - $(MSBuildExtensionsPath)\v4.0\Custom.After.Microsoft.VisualBasic.targets - - - - - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) - true - - $(ImportByWildcardAfterMicrosoftNetFrameworkProps) - true - - $(ImportUserLocationsByWildcardBeforeMicrosoftNetFrameworkProps) - true - - $(ImportUserLocationsByWildcardAfterMicrosoftNetFrameworkProps) - true - - false - false - false - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(MSBuildFrameworkToolsPath) - - diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.Client.dll b/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.Client.dll deleted file mode 100644 index 6e05fe07..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.Client.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index aaa0146b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index 8f353aa4..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v11.Common.props b/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v11.Common.props deleted file mode 100644 index 4df68bde..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v11.Common.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - 11.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v12.Common.props b/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v12.Common.props deleted file mode 100644 index 971ee037..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v12.Common.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - 12.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - diff --git a/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v14.Common.props b/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v14.Common.props deleted file mode 100644 index a1804fce..00000000 --- a/dotnet/sdk/2.0.0/Microsoft.VisualStudioVersion.v14.Common.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets deleted file mode 100644 index 50fbe1d1..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets +++ /dev/null @@ -1,50 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - <_HandlePackageFileConflictsAfter>ResolveNuGetPackageAssets - - - <_HandlePackageFileConflictsBefore>ResolveAssemblyReferences - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets deleted file mode 100644 index 85716ce2..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets +++ /dev/null @@ -1,97 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - true - - - - - - - - <_CandidateNETStandardReferences Include="@(Reference);@(_ResolvedProjectReferencePaths)" /> - <_InboxNETStandardFolders Include="$(TargetFrameworkDirectory)" /> - - - - - true - - - - - - - true - - - - - - - - - <_UsingOldSDK Condition="'$(UsingMicrosoftNETSdk)' != 'true' AND ('$(TargetFramework)' != '' OR '$(TargetFrameworks)' != '')">true - - - - - - <_NETStandardLibraryNETFrameworkReference Condition="'$(_TargetFrameworkVersionWithoutV)' >= '4.7'" - Include="$(MSBuildThisFileDirectory)\net47\ref\*.dll" /> - <_NETStandardLibraryNETFrameworkReference Condition="'$(_TargetFrameworkVersionWithoutV)' >= '4.6.2'" - Include="$(MSBuildThisFileDirectory)\net462\ref\*.dll" - Exclude="@(_NETStandardLibraryNETFrameworkReference->'$(MSBuildThisFileDirectory)\net462\ref\%(FileName).dll')" /> - <_NETStandardLibraryNETFrameworkReference Condition="'$(_TargetFrameworkVersionWithoutV)' >= '4.6.1'" - Include="$(MSBuildThisFileDirectory)\net461\ref\*.dll" - Exclude="@(_NETStandardLibraryNETFrameworkReference->'$(MSBuildThisFileDirectory)\net461\ref\%(FileName).dll')" /> - - <_NETStandardLibraryNETFrameworkLib Condition="'$(_TargetFrameworkVersionWithoutV)' >= '4.7'" - Include="$(MSBuildThisFileDirectory)\net47\lib\*.dll" /> - <_NETStandardLibraryNETFrameworkLib Condition="'$(_TargetFrameworkVersionWithoutV)' >= '4.6.2'" - Include="$(MSBuildThisFileDirectory)\net462\lib\*.dll" - Exclude="@(_NETStandardLibraryNETFrameworkLib->'$(MSBuildThisFileDirectory)\net462\lib\%(FileName).dll')" /> - <_NETStandardLibraryNETFrameworkLib Condition="'$(_TargetFrameworkVersionWithoutV)' >= '4.6.1'" - Include="$(MSBuildThisFileDirectory)\net461\lib\*.dll" - Exclude="@(_NETStandardLibraryNETFrameworkLib->'$(MSBuildThisFileDirectory)\net461\lib\%(FileName).dll')" /> - - - - - - false - - - - false - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets deleted file mode 100644 index b21ce258..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - <_TargetFrameworkVersionWithoutV>$(TargetFrameworkVersion) - <_TargetFrameworkVersionWithoutV Condition="$(TargetFrameworkVersion.StartsWith('v'))">$(TargetFrameworkVersion.Substring(1)) - - $(MSBuildThisFileDirectory)\tools\netcoreapp1.0\Microsoft.NET.Build.Extensions.Tasks.dll - $(MSBuildThisFileDirectory)\tools\net46\Microsoft.NET.Build.Extensions.Tasks.dll - - - true - - - - - - - diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 14095789..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll deleted file mode 100644 index 02fb4137..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll deleted file mode 100644 index 77f5ec6b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll deleted file mode 100644 index c5967291..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll deleted file mode 100644 index 5bf44615..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll deleted file mode 100644 index bc130606..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 8cc357c9..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll deleted file mode 100644 index 5625b994..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index b902d1fe..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll deleted file mode 100644 index 8f8ba9d2..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll deleted file mode 100644 index eee41060..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll deleted file mode 100644 index 8806d223..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll deleted file mode 100644 index 01fec39a..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll deleted file mode 100644 index 81adf6e5..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index fcd961cb..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll deleted file mode 100644 index dde77ce4..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 3f7ed199..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index 89723fb6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll deleted file mode 100644 index d30ef39d..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll deleted file mode 100644 index fd896d07..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll deleted file mode 100644 index 5fb5b23e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll deleted file mode 100644 index 92370cba..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll deleted file mode 100644 index cf9ac6cf..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll deleted file mode 100644 index 0f556d0a..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll deleted file mode 100644 index aeff3395..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll deleted file mode 100644 index 8fa19b64..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 238d6bb1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll deleted file mode 100644 index d11cb1e7..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 296e621e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index dd425930..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index 7d63c9d6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll deleted file mode 100644 index f2843be8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll deleted file mode 100644 index 61285542..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index fc4def92..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll deleted file mode 100644 index 4d60fed4..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 5edfeee8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll deleted file mode 100644 index e9e96f26..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll deleted file mode 100644 index 42c30020..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll deleted file mode 100644 index 7605c0be..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll deleted file mode 100644 index cac19469..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll deleted file mode 100644 index f172d492..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll deleted file mode 100644 index d77b3248..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll deleted file mode 100644 index a4b4c597..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll deleted file mode 100644 index 2778f6cd..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll deleted file mode 100644 index 8f9db895..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll deleted file mode 100644 index b9607697..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll deleted file mode 100644 index 6ff81531..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll deleted file mode 100644 index 1e3f910f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll deleted file mode 100644 index 68b5e6dc..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll deleted file mode 100644 index b77ba199..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll deleted file mode 100644 index 5c395738..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll deleted file mode 100644 index 82443c15..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll deleted file mode 100644 index 116b7819..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll deleted file mode 100644 index aebbcdb3..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll deleted file mode 100644 index ff4026b5..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll deleted file mode 100644 index 16dec5c1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll deleted file mode 100644 index 08912d41..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll deleted file mode 100644 index f4154567..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll deleted file mode 100644 index 9571c6a8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index ee461d27..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll deleted file mode 100644 index 709ca6fa..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll deleted file mode 100644 index 238e4818..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 66326347..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll deleted file mode 100644 index eaefbe0c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll deleted file mode 100644 index cc4eae3c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index e59b10bc..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 3c21f2b6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index b0947b00..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index c6d574b3..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll deleted file mode 100644 index 3bfaa437..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll deleted file mode 100644 index 44ebaeb3..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 2df00e28..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 20305100..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index a216ea0b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index fba984de..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index 284fb316..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll deleted file mode 100644 index 56c6bbee..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll deleted file mode 100644 index 411e0cd7..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll deleted file mode 100644 index bbcfcc19..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll deleted file mode 100644 index 4ab7a7ae..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll deleted file mode 100644 index 6d106bc1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll deleted file mode 100644 index 695d19d2..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index da5f7532..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll deleted file mode 100644 index 9d81abe9..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll deleted file mode 100644 index 0cebf795..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll deleted file mode 100644 index fafac116..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll deleted file mode 100644 index c7169f91..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll deleted file mode 100644 index 1d982b38..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll deleted file mode 100644 index 10c14562..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll deleted file mode 100644 index 87d2890b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll deleted file mode 100644 index 40d2171b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 978379f2..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll deleted file mode 100644 index 58950bac..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll deleted file mode 100644 index 1a1b040f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll deleted file mode 100644 index b994a1aa..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll deleted file mode 100644 index 89dd8502..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/Microsoft.Win32.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 14095789..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.AppContext.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.AppContext.dll deleted file mode 100644 index 02fb4137..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.AppContext.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.Concurrent.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.Concurrent.dll deleted file mode 100644 index 77f5ec6b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.Concurrent.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.NonGeneric.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.NonGeneric.dll deleted file mode 100644 index c5967291..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.Specialized.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.Specialized.dll deleted file mode 100644 index 5bf44615..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.Specialized.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.dll deleted file mode 100644 index bc130606..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Collections.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.EventBasedAsync.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 8cc357c9..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.Primitives.dll deleted file mode 100644 index 5625b994..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.TypeConverter.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index b902d1fe..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.dll deleted file mode 100644 index 8f8ba9d2..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ComponentModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Console.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Console.dll deleted file mode 100644 index eee41060..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Console.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Data.Common.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Data.Common.dll deleted file mode 100644 index f4f15f92..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Data.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Data.Common.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Data.Common.xml deleted file mode 100644 index cf3b7927..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Data.Common.xml +++ /dev/null @@ -1,12842 +0,0 @@ - - - - System.Data.Common - - - - Represents the exception that is thrown when the property of a cannot be evaluated. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with the and the . - The data needed to serialize or deserialize an object. - The source and destination of a particular serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Provides data for the event of a . - - - Initializes a new instance of the class. - The being updated. - The values for the row being updated. - - - Gets or sets a value indicating whether to continue the fill operation despite the error. - true if the fill operation should continue; otherwise, false. - - - Gets the being updated when the error occurred. - The being updated. - - - Gets the errors being handled. - The errors being handled. - - - Gets the values for the row being updated when the error occurred. - The values for the row being updated. - - - Represents the method that will handle the event. - The source of the event. - The that contains the event data. - - - Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated. - - - Initializes a new instance of the class with the specified parent and child objects. - The parent in the constraint. - The child in the constraint. - One or both of the columns is null. - The columns have different data types. -Or - The tables don't belong to the same . - - - Initializes a new instance of the class with the specified arrays of parent and child objects. - An array of parent in the constraint. - An array of child in the constraint. - One or both of the columns is null. - The columns have different data types. -Or - The tables don't belong to the same . - - - Initializes a new instance of the class with the specified name, parent and child objects. - The name of the constraint. - The parent in the constraint. - The child in the constraint. - One or both of the columns is null. - The columns have different data types. -Or - The tables don't belong to the same . - - - Initializes a new instance of the class with the specified name, and arrays of parent and child objects. - The name of the . If null or empty string, a default name will be given when added to the constraints collection. - An array of parent in the constraint. - An array of child in the constraint. - One or both of the columns is null. - The columns have different data types. -Or - The tables don't belong to the same . - - - This constructor is provided for design time support in the Visual Studio environment. objects created by using this constructor must then be added to the collection via . Tables and columns with the specified names must exist at the time the method is called, or if has been called prior to calling this constructor, the tables and columns with the specified names must exist at the time that is called. - The name of the constraint. - The name of the parent that contains parent objects in the constraint. - An array of the names of parent objects in the constraint. - An array of the names of child objects in the constraint. - One of the values. Possible values include None, Cascade, and Default. - One of the values to use when a row is deleted. The default is Cascade. Possible values include: None, Cascade, SetNull, SetDefault, and Default. - One of the values to use when a row is updated. The default is Cascade. Possible values include: None, Cascade, SetNull, SetDefault, and Default. - One or both of the columns is null. - The columns have different data types. -Or - The tables don't belong to the same . - - - This constructor is provided for design time support in the Visual Studio environment. objects created by using this constructor must then be added to the collection via . Tables and columns with the specified names must exist at the time the method is called, or if has been called prior to calling this constructor, the tables and columns with the specified names must exist at the time that is called. - The name of the constraint. - The name of the parent that contains parent objects in the constraint. - The name of the . - An array of the names of parent objects in the constraint. - An array of the names of child objects in the constraint. - One of the values. Possible values include None, Cascade, and Default. - One of the values to use when a row is deleted. The default is Cascade. Possible values include: None, Cascade, SetNull, SetDefault, and Default. - One of the values to use when a row is updated. The default is Cascade. Possible values include: None, Cascade, SetNull, SetDefault, and Default. - One or both of the columns is null. - The columns have different data types. -Or - The tables don't belong to the same . - - - Indicates the action that should take place across this constraint when is invoked. - One of the values. Possible values include None, and Cascade. The default is None. - - - Gets the child columns of this constraint. - An array of objects that are the child columns of the constraint. - - - Gets or sets the action that occurs across this constraint when a row is deleted. - One of the values. The default is Cascade. - - - Gets a value indicating whether the current is identical to the specified object. - The object to which this is compared. Two are equal if they constrain the same columns. - true, if the objects are identical; otherwise, false. - - - Gets the hash code of this instance of the object. - A 32-bit signed integer hash code. - - - The parent columns of this constraint. - An array of objects that are the parent columns of the constraint. - - - Gets the parent table of this constraint. - The parent of this constraint. - - - Gets the child table of this constraint. - A that is the child table in the constraint. - - - Gets or sets the action that occurs across this constraint on when a row is updated. - One of the values. The default is Cascade. - - - Associates a data source column with a column, and is implemented by the class, which is used in common by .NET Framework data providers. - - - Gets or sets the name of the column within the to map to. - The name of the column within the to map to. The name is not case sensitive. - - - Gets or sets the name of the column within the data source to map from. The name is case-sensitive. - The case-sensitive name of the column in the data source. - - - Contains a collection of DataColumnMapping objects, and is implemented by the , which is used in common by .NET Framework data providers. - - - Adds a ColumnMapping object to the ColumnMapping collection using the source column and column names. - The case-sensitive name of the source column. - The name of the column. - The ColumnMapping object that was added to the collection. - - - Gets a value indicating whether the contains a object with the specified source column name. - The case-sensitive name of the source column. - true if a object with the specified source column name exists, otherwise false. - - - Gets the ColumnMapping object with the specified column name. - The name of the column within the collection. - The ColumnMapping object with the specified DataSet column name. - - - Gets the location of the object with the specified source column name. The name is case-sensitive. - The case-sensitive name of the source column. - The zero-based location of the DataColumnMapping object with the specified source column name. - - - Gets or sets the object with the specified SourceColumn name. - The SourceColumn name of the IColumnMapping object to find. - The IColumnMapping object with the specified SourceColumn name. - - - Removes the object with the specified name from the collection. - The case-sensitive SourceColumn name. - A object does not exist with the specified SourceColumn name. - - - Allows an object to implement a DataAdapter, and represents a set of methods and mapping action-related properties that are used to fill and update a and update a data source. instances are for data sources that are (or resemble) relational databases with textual commands (like Transact-SQL), while instances could can use any type of data source. - - - Adds or updates rows in the to match those in the data source using the name, and creates a named "Table". - A to fill with records and, if necessary, schema. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Adds a named "Table" to the specified and configures the schema to match that in the data source based on the specified . - The to be filled with the schema from the data source. - One of the values. - An array of objects that contain schema information returned from the data source. - - - Gets the parameters set by the user when executing an SQL SELECT statement. - An array of objects that contains the parameters set by the user. - - - Indicates or specifies whether unmapped source tables or columns are passed with their source names in order to be filtered or to raise an error. - One of the values. The default is Passthrough. - The value set is not one of the values. - - - Indicates or specifies whether missing source tables, columns, and their relationships are added to the dataset schema, ignored, or cause an error to be raised. - One of the values. The default is Add. - The value set is not one of the values. - - - Indicates how a source table is mapped to a dataset table. - A collection that provides the master mapping between the returned records and the . The default value is an empty collection. - - - Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified from a named "Table". - The used to update the data source. - The number of rows successfully updated from the . - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Represents a parameter to a Command object, and optionally, its mapping to columns; and is implemented by .NET Framework data providers that access data sources. - - - Gets or sets the of the parameter. - One of the values. The default is . - The property was not set to a valid . - - - Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. - One of the values. The default is Input. - The property was not set to one of the valid values. - - - Gets a value indicating whether the parameter accepts null values. - true if null values are accepted; otherwise, false. The default is false. - - - Gets or sets the name of the . - The name of the . The default is an empty string. - - - Gets or sets the name of the source column that is mapped to the and used for loading or returning the . - The name of the source column that is mapped to the . The default is an empty string. - - - Gets or sets the to use when loading . - One of the values. The default is Current. - The property was not set one of the values. - - - Gets or sets the value of the parameter. - An that is the value of the parameter. The default value is null. - - - Collects all parameters relevant to a Command object and their mappings to columns, and is implemented by .NET Framework data providers that access data sources. - - - Gets a value indicating whether a parameter in the collection has the specified name. - The name of the parameter. - true if the collection contains the parameter; otherwise, false. - - - Gets the location of the within the collection. - The name of the parameter. - The zero-based location of the within the collection. - - - Gets or sets the parameter at the specified index. - The name of the parameter to retrieve. - An at the specified index. - - - Removes the from the collection. - The name of the parameter. - - - Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by .NET Framework data providers that access relational databases. - - - Closes the Object. - - - Gets a value indicating the depth of nesting for the current row. - The level of nesting. - - - Returns a that describes the column metadata of the . - A that describes the column metadata. - The is closed. - - - Gets a value indicating whether the data reader is closed. - true if the data reader is closed; otherwise, false. - - - Advances the data reader to the next result, when reading the results of batch SQL statements. - true if there are more rows; otherwise, false. - - - Advances the to the next record. - true if there are more rows; otherwise, false. - - - Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. - The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements. - - - Provides access to the column values within each row for a DataReader, and is implemented by .NET Framework data providers that access relational databases. - - - Gets the number of columns in the current row. - When not positioned in a valid recordset, 0; otherwise, the number of columns in the current record. The default is -1. - - - Gets the value of the specified column as a Boolean. - The zero-based column ordinal. - The value of the column. - The index passed was outside the range of 0 through . - - - Gets the 8-bit unsigned integer value of the specified column. - The zero-based column ordinal. - The 8-bit unsigned integer value of the specified column. - The index passed was outside the range of 0 through . - - - Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. - The zero-based column ordinal. - The index within the field from which to start the read operation. - The buffer into which to read the stream of bytes. - The index for buffer to start the read operation. - The number of bytes to read. - The actual number of bytes read. - The index passed was outside the range of 0 through . - - - Gets the character value of the specified column. - The zero-based column ordinal. - The character value of the specified column. - The index passed was outside the range of 0 through . - - - Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. - The zero-based column ordinal. - The index within the row from which to start the read operation. - The buffer into which to read the stream of bytes. - The index for buffer to start the read operation. - The number of bytes to read. - The actual number of characters read. - The index passed was outside the range of 0 through . - - - Returns an for the specified column ordinal. - The index of the field to find. - The for the specified column ordinal. - The index passed was outside the range of 0 through . - - - Gets the data type information for the specified field. - The index of the field to find. - The data type information for the specified field. - The index passed was outside the range of 0 through . - - - Gets the date and time data value of the specified field. - The index of the field to find. - The date and time data value of the specified field. - The index passed was outside the range of 0 through . - - - Gets the fixed-position numeric value of the specified field. - The index of the field to find. - The fixed-position numeric value of the specified field. - The index passed was outside the range of 0 through . - - - Gets the double-precision floating point number of the specified field. - The index of the field to find. - The double-precision floating point number of the specified field. - The index passed was outside the range of 0 through . - - - Gets the information corresponding to the type of that would be returned from . - The index of the field to find. - The information corresponding to the type of that would be returned from . - The index passed was outside the range of 0 through . - - - Gets the single-precision floating point number of the specified field. - The index of the field to find. - The single-precision floating point number of the specified field. - The index passed was outside the range of 0 through . - - - Returns the GUID value of the specified field. - The index of the field to find. - The GUID value of the specified field. - The index passed was outside the range of 0 through . - - - Gets the 16-bit signed integer value of the specified field. - The index of the field to find. - The 16-bit signed integer value of the specified field. - The index passed was outside the range of 0 through . - - - Gets the 32-bit signed integer value of the specified field. - The index of the field to find. - The 32-bit signed integer value of the specified field. - The index passed was outside the range of 0 through . - - - Gets the 64-bit signed integer value of the specified field. - The index of the field to find. - The 64-bit signed integer value of the specified field. - The index passed was outside the range of 0 through . - - - Gets the name for the field to find. - The index of the field to find. - The name of the field or the empty string (""), if there is no value to return. - The index passed was outside the range of 0 through . - - - Return the index of the named field. - The name of the field to find. - The index of the named field. - - - Gets the string value of the specified field. - The index of the field to find. - The string value of the specified field. - The index passed was outside the range of 0 through . - - - Return the value of the specified field. - The index of the field to find. - The which will contain the field value upon return. - The index passed was outside the range of 0 through . - - - Populates an array of objects with the column values of the current record. - An array of to copy the attribute fields into. - The number of instances of in the array. - - - Return whether the specified field is set to null. - The index of the field to find. - true if the specified field is set to null; otherwise, false. - The index passed was outside the range of 0 through . - - - Gets the column located at the specified index. - The zero-based index of the column to get. - The column located at the specified index as an . - The index passed was outside the range of 0 through . - - - Gets the column with the specified name. - The name of the column to find. - The column with the specified name as an . - No column with the specified name was found. - - - Represents an SQL statement that is executed while connected to a data source, and is implemented by .NET Framework data providers that access relational databases. - - - Attempts to cancels the execution of an . - - - Gets or sets the text command to run against the data source. - The text command to execute. The default value is an empty string (""). - - - Gets or sets the wait time before terminating the attempt to execute a command and generating an error. - The time (in seconds) to wait for the command to execute. The default value is 30 seconds. - The property value assigned is less than 0. - - - Indicates or specifies how the property is interpreted. - One of the values. The default is Text. - - - Gets or sets the used by this instance of the . - The connection to the data source. - - - Creates a new instance of an object. - An IDbDataParameter object. - - - Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected. - The number of rows affected. - The connection does not exist. -or- The connection is not open. - - - Executes the against the and builds an . - An object. - - - Executes the against the , and builds an using one of the values. - One of the values. - An object. - - - Executes the query, and returns the first column of the first row in the resultset returned by the query. Extra columns or rows are ignored. - The first column of the first row in the resultset. - - - Gets the . - The parameters of the SQL statement or stored procedure. - - - Creates a prepared (or compiled) version of the command on the data source. - The is not set. -or- The is not . - - - Gets or sets the transaction within which the Command object of a .NET Framework data provider executes. - the Command object of a .NET Framework data provider executes. The default value is null. - - - Gets or sets how command results are applied to the when used by the method of a . - One of the values. The default is Both unless the command is automatically generated. Then the default is None. - The value entered was not one of the values. - - - Represents an open connection to a data source, and is implemented by .NET Framework data providers that access relational databases. - - - Begins a database transaction. - An object representing the new transaction. - - - Begins a database transaction with the specified value. - One of the values. - An object representing the new transaction. - - - Changes the current database for an open Connection object. - The name of the database to use in place of the current database. - - - Closes the connection to the database. - - - Gets or sets the string used to open a database. - A string containing connection settings. - - - Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. - The time (in seconds) to wait for a connection to open. The default value is 15 seconds. - - - Creates and returns a Command object associated with the connection. - A Command object associated with the connection. - - - Gets the name of the current database or the database to be used after a connection is opened. - The name of the current database or the name of the database to be used once a connection is open. The default value is an empty string. - - - Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object. - - - Gets the current state of the connection. - One of the values. - - - Represents a set of command-related properties that are used to fill the and update a data source, and is implemented by .NET Framework data providers that access relational databases. - - - Gets or sets an SQL statement for deleting records from the data set. - An used during to delete records in the data source for deleted rows in the data set. - - - Gets or sets an SQL statement used to insert new records into the data source. - An used during to insert records in the data source for new rows in the data set. - - - Gets or sets an SQL statement used to select records in the data source. - An that is used during to select records from data source for placement in the data set. - - - Gets or sets an SQL statement used to update records in the data source. - An used during to update records in the data source for modified rows in the data set. - - - Used by the Visual Basic .NET Data Designers to represent a parameter to a Command object, and optionally, its mapping to columns. - - - Indicates the precision of numeric parameters. - The maximum number of digits used to represent the Value property of a data provider Parameter object. The default value is 0, which indicates that a data provider sets the precision for Value. - - - Indicates the scale of numeric parameters. - The number of decimal places to which is resolved. The default is 0. - - - The size of the parameter. - The maximum size, in bytes, of the data within the column. The default value is inferred from the the parameter value. - - - Represents a transaction to be performed at a data source, and is implemented by .NET Framework data providers that access relational databases. - - - Commits the database transaction. - An error occurred while trying to commit the transaction. - The transaction has already been committed or rolled back. -or- The connection is broken. - - - Specifies the Connection object to associate with the transaction. - The Connection object to associate with the transaction. - - - Specifies the for this transaction. - The for this transaction. The default is ReadCommitted. - - - Rolls back a transaction from a pending state. - An error occurred while trying to commit the transaction. - The transaction has already been committed or rolled back. -or- The connection is broken. - - - Represents the exception that is thrown when you call the method within the event. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Specifies SQL Server-specific data type of a field, property, for use in a . - - - . A 64-bit signed integer. - - - - of type . A fixed-length stream of binary data ranging between 1 and 8,000 bytes. - - - - . An unsigned numeric value that can be 0, 1, or null. - - - - . A fixed-length stream of non-Unicode characters ranging between 1 and 8,000 characters. - - - - Date data ranging in value from January 1,1 AD through December 31, 9999 AD. - - - - . Date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds. - - - - Date and time data. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. - - - - Date and time data with time zone awareness. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Time zone value range is -14:00 through +14:00. - - - - . A fixed precision and scale numeric value between -10 38 -1 and 10 38 -1. - - - - . A floating point number within the range of -1.79E +308 through 1.79E +308. - - - - of type . A variable-length stream of binary data ranging from 0 to 2 31 -1 (or 2,147,483,647) bytes. - - - - . A 32-bit signed integer. - - - - . A currency value ranging from -2 63 (or -9,223,372,036,854,775,808) to 2 63 -1 (or +9,223,372,036,854,775,807) with an accuracy to a ten-thousandth of a currency unit. - - - - . A fixed-length stream of Unicode characters ranging between 1 and 4,000 characters. - - - - . A variable-length stream of Unicode data with a maximum length of 2 30 - 1 (or 1,073,741,823) characters. - - - - . A variable-length stream of Unicode characters ranging between 1 and 4,000 characters. Implicit conversion fails if the string is greater than 4,000 characters. Explicitly set the object when working with strings longer than 4,000 characters. Use when the database column is nvarchar(max). - - - - . A floating point number within the range of -3.40E +38 through 3.40E +38. - - - - . Date and time data ranging in value from January 1, 1900 to June 6, 2079 to an accuracy of one minute. - - - - . A 16-bit signed integer. - - - - . A currency value ranging from -214,748.3648 to +214,748.3647 with an accuracy to a ten-thousandth of a currency unit. - - - - A special data type for specifying structured data contained in table-valued parameters. - - - - . A variable-length stream of non-Unicode data with a maximum length of 2 31 -1 (or 2,147,483,647) characters. - - - - Time data based on a 24-hour clock. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Corresponds to a SQL Server time value. - - - - of type . Automatically generated binary numbers, which are guaranteed to be unique within a database. timestamp is used typically as a mechanism for version-stamping table rows. The storage size is 8 bytes. - - - - . An 8-bit unsigned integer. - - - - A SQL Server user-defined type (UDT). - - - - . A globally unique identifier (or GUID). - - - - of type . A variable-length stream of binary data ranging between 1 and 8,000 bytes. Implicit conversion fails if the byte array is greater than 8,000 bytes. Explicitly set the object when working with byte arrays larger than 8,000 bytes. - - - - . A variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters. Use when the database column is varchar(max). - - - - . A special data type that can contain numeric, string, binary, or date data as well as the SQL Server values Empty and Null, which is assumed if no other type is declared. - - - - An XML value. Obtain the XML as a string using the method or property, or as an by calling the method. - - - - Determines the action that occurs when the or method is invoked on a with a . - - - Changes are cascaded across the relationship. - - - - No action occurs (default). - - - - Provides a description of the results of the query and its effect on the database. - - - When the command is executed, the associated Connection object is closed when the associated DataReader object is closed. - - - - The query may return multiple result sets. Execution of the query may affect the database state. Default sets no flags, so calling ExecuteReader(CommandBehavior.Default) is functionally equivalent to calling ExecuteReader(). - - - - The query returns column and primary key information. - - - - The query returns column information only. When using , the .NET Framework Data Provider for SQL Server precedes the statement being executed with SET FMTONLY ON. - - - - Provides a way for the DataReader to handle rows that contain columns with large binary values. Rather than loading the entire row, SequentialAccess enables the DataReader to load data as a stream. You can then use the GetBytes or GetChars method to specify a byte location to start the read operation, and a limited buffer size for the data being returned. - - - - The query returns a single result set. - - - - The query is expected to return a single row of the first result set. Execution of the query may affect the database state. Some .NET Framework data providers may, but are not required to, use this information to optimize the performance of the command. When you specify with the method of the object, the .NET Framework Data Provider for OLE DB performs binding using the OLE DB IRow interface if it is available. Otherwise, it uses the IRowset interface. If your SQL statement is expected to return only a single row, specifying can also improve application performance. It is possible to specify SingleRow when executing queries that are expected to return multiple result sets. In that case, where both a multi-result set SQL query and single row are specified, the result returned will contain only the first row of the first result set. The other result sets of the query will not be returned. - - - - Specifies how a command string is interpreted. - - - The name of a stored procedure. - - - - The name of a table. - - - - An SQL text command. (Default.) - - - - Indicates the position of the catalog name in a qualified table name in a text command. - - - Indicates that the position of the catalog name occurs after the schema portion of a fully qualified table name in a text command. - - - - Indicates that the position of the catalog name occurs before the schema portion of a fully qualified table name in a text command. - - - - Provides the base functionality for creating collections. - - - Initializes a new instance of the class. - - - Copies all the elements of the current to a one-dimensional , starting at the specified index. - The one-dimensional to copy the current object's elements into. - The destination index to start copying into. - - - Gets the total number of elements in a collection. - The total number of elements in a collection. - - - Gets an for the collection. - An for the collection. - - - Gets a value that indicates whether the is read-only. - true if the collection is read-only; otherwise, false. The default is false. - - - Gets a value that indicates whether the is synchonized. - true if the collection is synchronized; otherwise, false. The default is false. - - - Gets the items of the collection as a list. - An that contains the collection. - - - Gets an object that can be used to synchronize the collection. - The used to synchronize the collection. - - - Represents the exception that is thrown when incorrectly trying to create or access a relation. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Represents the exception that is thrown when you try to add a that contains an invalid to a . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with the and the . - The data needed to serialize or deserialize an object. - The source and destination of a given serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Specifies the transaction locking behavior for the connection. - - - The pending changes from more highly isolated transactions cannot be overwritten. - - - - Shared locks are held while the data is being read to avoid dirty reads, but the data can be changed before the end of the transaction, resulting in non-repeatable reads or phantom data. - - - - A dirty read is possible, meaning that no shared locks are issued and no exclusive locks are honored. - - - - Locks are placed on all data that is used in a query, preventing other users from updating the data. Prevents non-repeatable reads but phantom rows are still possible. - - - - A range lock is placed on the , preventing other users from updating or inserting rows into the dataset until the transaction is complete. - - - - Reduces blocking by storing a version of data that one application can read while another is modifying the same data. Indicates that from one transaction you cannot see changes made in other transactions, even if you requery. - - - - A different isolation level than the one specified is being used, but the level cannot be determined. - - - - Associates a source table with a table in a , and is implemented by the class, which is used in common by .NET Framework data providers. - - - Gets the derived for the . - A collection of data column mappings. - - - Gets or sets the case-insensitive name of the table within the . - The case-insensitive name of the table within the . - - - Gets or sets the case-sensitive name of the source table. - The case-sensitive name of the source table. - - - Contains a collection of TableMapping objects, and is implemented by the , which is used in common by .NET Framework data providers. - - - Adds a table mapping to the collection. - The case-sensitive name of the source table. - The name of the table. - A reference to the newly-mapped object. - - - Gets a value indicating whether the collection contains a table mapping with the specified source table name. - The case-sensitive name of the source table. - true if a table mapping with the specified source table name exists, otherwise false. - - - Gets the TableMapping object with the specified table name. - The name of the DataSet table within the collection. - The TableMapping object with the specified DataSet table name. - - - Gets the location of the object within the collection. - The case-sensitive name of the source table. - The zero-based location of the object within the collection. - - - Gets or sets the instance of with the specified name. - The SourceTable name of the . - The instance of with the specified SourceTable name. - - - Removes the object with the specified name from the collection. - The case-sensitive name of the SourceTable. - - - Identifies a list of connection string parameters identified by the KeyRestrictions property that are either allowed or not allowed. - - - Default. Identifies the only additional connection string parameters that are allowed. - - - - Identifies additional connection string parameters that are not allowed. - - - - Specifies the type of a parameter within a query relative to the . - - - The parameter is an input parameter. - - - - The parameter is capable of both input and output. - - - - The parameter is an output parameter. - - - - The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function. - - - - Represents a collection of properties that can be added to , , or . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The data needed to serialize or deserialize an object. - The source and destination of a given serialized stream. - - - Creates a shallow copy of the object. - Returns , a shallow copy of the object. - - - Represents the exception that is thrown when you try to change the value of a read-only column. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Provides data for the state change event of a .NET Framework data provider. - - - Initializes a new instance of the class, when given the original state and the current state of the object. - One of the values. - One of the values. - - - Gets the new state of the connection. The connection object will be in the new state already when the event is fired. - One of the values. - - - Gets the original state of the connection. - One of the values. - - - Represents the method that will handle the event. - The source of the event. - The that contains the event data. - - - Provides additional information for the event. - - - Creates a new instance of the class. - Indicates the number of rows affected by the statement that caused the event to occur. - - - Indicates the number of rows affected by the statement that caused the event to occur. - The number of rows affected. - - - The delegate type for the event handlers of the event. - The source of the event. - The data for the event. - - - Specifies the type of SQL query to be used by the , , , or class. - - - A SQL query that is a batch statement. - - - - An SQL query that is a DELETE statement. - - - - An SQL query that is an INSERT statement. - - - - An SQL query that is a SELECT statement. - - - - An SQL query that is an UPDATE statement. - - - - The exception that is thrown by a strongly typed when the user accesses a DBNull value. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class using the specified serialization information and streaming context. - A object. - A structure. - - - Initializes a new instance of the class with the specified string and inner exception. - The string to display when the exception is thrown. - A reference to an inner exception. - - - Represents the exception that is thrown when the property of a contains a syntax error. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with the and the . - The data needed to serialize or deserialize an object. - The source and destination of a specific serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Represents a restriction on a set of columns in which all values must be unique. - - - Initializes a new instance of the class with the specified . - The to constrain. - - - Initializes a new instance of the class with the given array of objects. - The array of objects to constrain. - - - Initializes a new instance of the class with the to constrain, and a value specifying whether the constraint is a primary key. - The to constrain. - true to indicate that the constraint is a primary key; otherwise, false. - - - Initializes a new instance of the class with an array of objects to constrain, and a value specifying whether the constraint is a primary key. - An array of objects to constrain. - true to indicate that the constraint is a primary key; otherwise, false. - - - Initializes a new instance of the class with the specified name and . - The name of the constraint. - The to constrain. - - - Initializes a new instance of the class with the specified name and array of objects. - The name of the constraint. - The array of objects to constrain. - - - Initializes a new instance of the class with the specified name, the to constrain, and a value specifying whether the constraint is a primary key. - The name of the constraint. - The to constrain. - true to indicate that the constraint is a primary key; otherwise, false. - - - Initializes a new instance of the class with the specified name, an array of objects to constrain, and a value specifying whether the constraint is a primary key. - The name of the constraint. - An array of objects to constrain. - true to indicate that the constraint is a primary key; otherwise, false. - - - Initializes a new instance of the class with the specified name, an array of objects to constrain, and a value specifying whether the constraint is a primary key. - The name of the constraint. - An array of objects to constrain. - true to indicate that the constraint is a primary key; otherwise, false. - - - Gets the array of columns that this constraint affects. - An array of objects. - - - Compares this constraint to a second to determine if both are identical. - The object to which this is compared. - true, if the contraints are equal; otherwise, false. - - - Gets the hash code of this instance of the object. - A 32-bit signed integer hash code. - - - Gets a value indicating whether or not the constraint is on a primary key. - true, if the constraint is on a primary key; otherwise, false. - - - Gets the table to which this constraint belongs. - The to which the constraint belongs. - - - Specifies how query command results are applied to the row being updated. - - - Both the output parameters and the first returned row are mapped to the changed row in the . - - - - The data in the first returned row is mapped to the changed row in the . - - - - Any returned parameters or rows are ignored. - - - - Output parameters are mapped to the changed row in the . - - - - Represents the exception that is thrown when a duplicate database object name is encountered during an add operation in a -related object. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with the specified string and exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Gets the state of a object. - - - The row has been added to a , and has not been called. - - - - The row was deleted using the method of the . - - - - The row has been created but is not part of any . A is in this state immediately after it has been created and before it is added to a collection, or if it has been removed from a collection. - - - - The row has been modified and has not been called. - - - - The row has not changed since was last called. - - - - Describes the version of a . - - - The row contains current values. - - - - The default version of . For a DataRowState value of Added, Modified or Deleted, the default version is Current. For a value of Detached, the version is Proposed. - - - - The row contains its original values. - - - - The row contains a proposed value. - - - - Represents a customized view of a . - - - Begins an edit procedure. - - - Cancels an edit procedure. - - - Returns a for the child with the specified child . - The object. - a for the child . - - - Returns a for the child with the specified child name. - A string containing the name. - a for the child . - - - Returns a for the child with the specified and parent.. - The object. - The parent object. - A for the child . - - - Returns a for the child with the specified name and parent. - A string containing the name. - The parent - a for the child . - - - Gets the to which this row belongs. - The DataView to which this row belongs. - - - Deletes a row. - - - Commits changes to the underlying and ends the editing session that was begun with . Use to discard the changes made to the . - - - Gets a value indicating whether the current is identical to the specified object. - An to be compared. - true if object is a and it returns the same row as the current ; otherwise false. - - - Returns the hash code of the object. - A 32-bit signed integer hash code 1, which represents Boolean true if the value of this instance is nonzero; otherwise the integer zero, which represents Boolean false. - - - Indicates whether the row is in edit mode. - true if the row is in edit mode; otherwise false. - - - Indicates whether a is new. - true if the row is new; otherwise false. - - - Gets or sets a value in a specified column. - The specified column. - The value of the column. - - - Gets or sets a value in a specified column. - String that contains the specified column. - The value of the column. - - - Event that is raised when a property is changed. - - - - Gets the being viewed. - The being viewed by the . - - - Gets the current version description of the . - One of the values. Possible values for the property are Default, Original, Current, and Proposed. - - - Returns a collection of custom attributes for this instance of a component. - An AttributeCollection containing the attributes for this object. - - - Returns the class name of this instance of a component. - The class name of this instance of a component. - - - Returns the name of this instance of a component. - The name of this instance of a component. - - - Returns a type converter for this instance of a component. - The type converter for this instance of a component. - - - Returns the default event for this instance of a component. - The default event for this instance of a component. - - - Returns the default property for this instance of a component. - The default property for this instance of a component. - - - Returns an editor of the specified type for this instance of a component. - A that represents the editor for this object. - An of the specified type that is the editor for this object, or null if the editor cannot be found. - - - Returns the events for this instance of a component. - The events for this instance of a component. - - - Returns the events for this instance of a component with specified attributes. - The attributes - The events for this instance of a component. - - - Returns the properties for this instance of a component. - The properties for this instance of a component. - - - Returns the properties for this instance of a component with specified attributes. - The attributes. - The properties for this instance of a component. - - - Returns an object that contains the property described by the specified property descriptor. - A that represents the property whose owner is to be found. - An that represents the owner of the specified property. - - - Gets a message that describes any validation errors for the object. - The validation error on the object. - - - Gets the error message for the property with the given name. - The name of the property whose error message to get. - The error message for the property. The default is an empty string (""). - - - Represents an in-memory cache of data. - - - Initializes a new instance of the class. - - - Initializes a new instance of a class with the given name. - The name of the . - - - Initializes a new instance of a class that has the given serialization information and context. - The data needed to serialize or deserialize an object. - The source and destination of a given serialized stream. - - - Initializes a new instance of the class. - The object. - The object. - The boolean value. - - - Commits all the changes made to this since it was loaded or since the last time was called. - - - Begins the initialization of a that is used on a form or used by another component. The initialization occurs at run time. - - - Gets or sets a value indicating whether string comparisons within objects are case-sensitive. - true if string comparisons are case-sensitive; otherwise false. The default is false. - - - Clears the of any data by removing all rows in all tables. - - - Copies the structure of the , including all schemas, relations, and constraints. Does not copy any data. - A new with the same schema as the current , but none of the data. - - - Copies both the structure and data for this . -

A new with the same structure (table schemas, relations, and constraints) and data as this .

-


If these classes have been subclassed, the copy will also be of the same subclasses.

-

-
-
- - Returns a with one result set per . - An array of DataTables providing the order of the result sets to be returned in the . - A containing one or more result sets, corresponding to the instances contained within the source . The returned result sets are in the order specified by the dataTables parameter. - - - Returns a with one result set per , in the same sequence as the tables appear in the collection. - A containing one or more result sets, corresponding to the instances contained within the source . - - - Gets or sets the name of the current . - The name of the . - - - Gets a custom view of the data contained in the to allow filtering, searching, and navigating using a custom . - A object. - - - Determines the for a . - The instance that is passed during deserialization of the . - An enumeration indicating whether schema information has been omitted from the payload. - - - Determines the for a . - The that a DataSet’s protected constructor is invoked with during deserialization in remoting scenarios. - The that a DataSet’s protected constructor is invoked with during deserialization in remoting scenarios. - An enumeration indicating whether schema information has been omitted from the payload. - - - Ends the initialization of a that is used on a form or used by another component. The initialization occurs at run time. - - - Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. - true if rules are enforced; otherwise false. The default is true. - One or more constraints cannot be enforced. - - - Gets the collection of customized user information associated with the DataSet. - A with all custom user information. - - - Gets a copy of the that contains all changes made to it since it was loaded or since was last called. - A copy of the changes from this that can have actions performed on it and later be merged back in using . If no changed rows are found, the method returns null. - - - Gets a copy of the containing all changes made to it since it was last loaded, or since was called, filtered by . - One of the values. - A filtered copy of the that can have actions performed on it, and subsequently be merged back in using . If no rows of the desired are found, the method returns null. - - - Gets a copy of for the DataSet. - The specified schema set. - A copy of . - - - Populates a serialization information object with the data needed to serialize the . - A that holds the serialized data associated with the . - A that contains the source and destination of the serialized stream associated with the . - The info parameter is null. - - - Returns a serializable instance. - The instance. - - - Deserializes the table data from the binary or XML stream. - The instance. - The streaming context. - - - Returns the XML representation of the data stored in the . - A string that is a representation of the data stored in the . - - - Returns the XML Schema for the XML representation of the data stored in the . - String that is the XML Schema for the XML representation of the data stored in the . - - - Gets a value indicating whether the has changes, including new, deleted, or modified rows. - true if the has changes; otherwise false. - - - Gets a value indicating whether the has changes, including new, deleted, or modified rows, filtered by . - One of the values. - true if the has changes; otherwise false. - - - Gets a value indicating whether there are errors in any of the objects within this . - true if any table contains an error;otherwise false. - - - Applies the XML schema from the specified to the . - The Stream from which to read the schema. - An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference. - - - Applies the XML schema from the specified to the . - The TextReader from which to read the schema. - An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference. - - - Applies the XML schema from the specified file to the . - The name of the file (including the path) from which to read the schema. - An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference. - is not set to . - - - Applies the XML schema from the specified to the . - The XMLReader from which to read the schema. - An array of namespace Uniform Resource Identifier (URI) strings to be excluded from schema inference. - - - Occurs after the is initialized. - - - - Deserialize all of the tables data of the DataSet from the binary or XML stream. - - - Inspects the format of the serialized representation of the DataSet. - The object. - The object. - true if the specified represents a DataSet serialized in its binary format, false otherwise. - - - Gets a value that indicates whether the is initialized. - true to indicate the component has completed initialization; otherwise false. - - - Fills a with values from a data source using the supplied , using an array of instances to supply the schema and namespace information. - An that provides one or more result sets. - A value from the enumeration that indicates how rows already in the instances within the will be combined with incoming rows that share the same primary key. - An array of instances, from which the method retrieves name and namespace information. Each of these tables must be a member of the contained by this . - - - Fills a with values from a data source using the supplied , using an array of strings to supply the names for the tables within the DataSet. - An that provides one or more result sets. - A value from the enumeration that indicates how rows already in the instances within the DataSet will be combined with incoming rows that share the same primary key. - An array of strings, from which the Load method retrieves table name information. - - - Fills a with values from a data source using the supplied , using an array of instances to supply the schema and namespace information. - An that provides one or more result sets. - A value from the enumeration that indicates how rows already in the instances within the will be combined with incoming rows that share the same primary key. - A delegate to call when an error occurs while loading data. - An array of instances, from which the method retrieves name and namespace information. - - - Gets or sets the locale information used to compare strings within the table. - A that contains data about the user's machine locale. The default is null. - - - Merges an array of objects into the current . - The array of DataRow objects to be merged into the DataSet. - - - Merges a specified and its schema into the current DataSet. - The DataSet whose data and schema will be merged. - One or more constraints cannot be enabled. - The dataSet is null. - - - Merges a specified and its schema into the current . - The whose data and schema will be merged. - The table is null. - - - Merges a specified and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument. - The DataSet whose data and schema will be merged. - true to preserve changes in the current DataSet; otherwise false. - - - Merges an array of objects into the current , preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. - The array of objects to be merged into the DataSet. - true to preserve changes in the DataSet; otherwise false. - One of the values. - - - Merges a specified and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments. - The DataSet whose data and schema will be merged. - true to preserve changes in the current DataSet; otherwise false. - One of the values. - The dataSet is null. - - - Merges a specified and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments. - The DataTable whose data and schema will be merged. - One of the values. - true to preserve changes in the DataSet; otherwise false. - The dataSet is null. - - - Occurs when a target and source have the same primary key value, and is set to true. - - - - Gets or sets the namespace of the . - The namespace of the . - The namespace already has data. - - - Raises the event. - A that contains the event data. - - - Occurs when a object is removed from a . - The being removed. - - - Occurs when a is removed from a . - The being removed. - - - Gets or sets an XML prefix that aliases the namespace of the . - The XML prefix for the namespace. - - - Sends a notification that the specified property is about to change. - The name of the property that is about to change. - - - Reads XML schema and data into the using the specified and . - The from which to read. - One of the values. - The XmlReadMode used to read the data. - - - Reads XML schema and data into the using the specified file and . - The filename (including the path) from which to read. - One of the values. - The XmlReadMode used to read the data. - is not set to . - - - Reads XML schema and data into the using the specified and . - The from which to read. - One of the values. - The XmlReadMode used to read the data. - - - Reads XML schema and data into the using the specified and . - The from which to read. - One of the values. - The XmlReadMode used to read the data. - - - Reads XML schema and data into the using the specified file. - The filename (including the path) from which to read. - The XmlReadMode used to read the data. - is not set to . - - - Reads XML schema and data into the using the specified . - The TextReader from which to read the schema and data. - The used to read the data. - - - Reads XML schema and data into the using the specified . - An object that derives from . - The used to read the data. - - - Reads XML schema and data into the using the specified . - The from which to read. - The XmlReadMode used to read the data. - - - Reads the XML schema from the specified into the . - The from which to read. - - - Reads the XML schema from the specified into the . - The from which to read. - - - Reads the XML schema from the specified file into the . - The file name (including the path) from which to read. - is not set to . - - - Reads the XML schema from the specified into the . - The from which to read. - - - Ignores attributes and returns an empty DataSet. - The specified XML reader. - - - Rolls back all the changes made to the since it was created, or since the last time was called. - - - Get the collection of relations that link tables and allow navigation from parent tables to child tables. - A that contains a collection of objects. An empty collection is returned if no objects exist. - - - Gets or sets a for the used during remoting. - A object. - - - Clears all tables and removes all relations, foreign constraints, and tables from the . Subclasses should override to restore a to its original state. - - - Gets or sets a for a . - Gets or sets a for a . - - - Gets a value indicating whether property should be persisted. - true if the property value has been changed from its default; otherwise false. - - - Gets a value indicating whether property should be persisted. - true if the property value has been changed from its default; otherwise false. - - - Gets or sets an for the . - An for the . - - - Gets the collection of tables contained in the . - The contained by this . An empty collection is returned if no objects exist. - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. - The with which to write. - One of the values. - - - Writes the current data, and optionally the schema, for the to the specified file using the specified . To write the schema, set the value for the mode parameter to WriteSchema. - The file name (including the path) to which to write. - One of the values. - is not set to . - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. - A object used to write the document. - One of the values. - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. - A object used to write to a file. - One of the values. - - - Writes the current data for the to the specified file. - The file name (including the path) to which to write. - is not set to . - - - Writes the current data for the using the specified . - The object with which to write. - - - Writes the current data for the to the specified . - The with which to write. - - - Writes the current data for the using the specified . - A object used to write to a file. - - - Writes the structure as an XML schema to a file. - The name of the file to write to. - A delegate used to convert to string. - - - Writes the structure as an XML schema to the specified object. - A object used to write to a file. - - - Writes the structure as an XML schema to the specified object. - The object with which to write. - - - Writes the structure as an XML schema to a file. - The file name (including the path) to which to write. - is not set to . - - - Writes the structure as an XML schema to an object. - The to write to. - - - Writes the structure as an XML schema to the specified object. - A object to write to. - A delegate used to convert to string. - - - Writes the structure as an XML schema to the specified . - A object to write to. - A delegate used to convert to string. - - - Writes the structure as an XML schema to the specified . - A object to write to. - A delegate used to convert to string. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - A . - - - For a description of this member, see . - A . - - - Describes the serialization format for columns in a . - - - DateTime is always stored in Local. If or is assigned to a column in this mode, it is first converted into Local. Serialization in this mode is always performed in Local. There is an offset during serialization. - - - - DateTime is always stored in Unspecified. If or is assigned to a column in this mode, it is first converted into . Serialization in this mode does not cause an offset. - - - - DateTime is stored in Unspecified. If or is assigned to a column in this mode, it is first converted into . Serialization in this mode causes offset. This is the default behavior and is backward compatible. This option should be thought of as being Unspecified in storage but applying an offset that is similar to during serialization. - - - - DateTime is stored in Universal Coordinated Time (UTC). If or is assigned to a column in this mode, it is first converted into Utc format. Serialization in this mode is always performed in Utc. There is no offset during serialization. - - - - Marks a property, event, or extender with a description. Visual designers can display this description when referencing the member. - - - Initializes a new instance of the class using the specified description string. - The description string. - - - Gets the text for the description. - The description string. - - - Represents one table of in-memory data. - - - Initializes a new instance of the class with no arguments. - - - Initializes a new instance of the class with the specified table name. - The name to give the table. If tableName is null or an empty string, a default name is given when added to the . - - - Initializes a new instance of the class with the and the . - The data needed to serialize or deserialize an object. - The source and destination of a given serialized stream. - - - Initializes a new instance of the class using the specified table name and namespace. - The name to give the table. If tableName is null or an empty string, a default name is given when added to the . - The namespace for the XML representation of the data stored in the DataTable. - - - Commits all the changes made to this table since the last time was called. - - - Begins the initialization of a that is used on a form or used by another component. The initialization occurs at run time. - - - Turns off notifications, index maintenance, and constraints while loading data. - - - Indicates whether string comparisons within the table are case-sensitive. - true if the comparison is case-sensitive; otherwise false. The default is set to the parent object's property, or false if the was created independently of a . - - - Gets the collection of child relations for this . - A that contains the child relations for the table. An empty collection is returned if no objects exist. - - - Clears the of all data. - - - Clones the structure of the , including all schemas and constraints. - A new with the same schema as the current . - - - Occurs after a value has been changed for the specified in a . - - - - Occurs when a value is being changed for the specified in a . - - - - Gets the collection of columns that belong to this table. - A that contains the collection of objects for the table. An empty collection is returned if no objects exist. - - - Computes the given expression on the current rows that pass the filter criteria. - The expression to compute. - The filter to limit the rows that evaluate in the expression. - An , set to the result of the computation. If the expression evaluates to null, the return value will be . - - - Gets the collection of constraints maintained by this table. - A that contains the collection of objects for the table. An empty collection is returned if no objects exist. - - - Copies both the structure and data for this . - A new with the same structure (table schemas and constraints) and data as this . If these classes have been derived, the copy will also be of the same derived classes. creates a new with the same structure and data as the original . To copy the structure to a new , but not the data, use . - - - Returns a corresponding to the data within this . - A containing one result set, corresponding to the source instance. - - - Creates a new instance of . - The new expression. - - - Gets the to which this table belongs. - The to which this table belongs. - - - Gets a customized view of the table that may include a filtered view, or a cursor position. - The associated with the . - - - Gets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface. - A display string. - - - Ends the initialization of a that is used on a form or used by another component. The initialization occurs at run time. - - - Turns on notifications, index maintenance, and constraints after loading data. - - - Gets the collection of customized user information. - A that contains custom user information. - - - Checks whether initialization is in progress. The initialization occurs at run time. - - - - Gets a copy of the that contains all changes made to it since it was loaded or was last called. - A copy of the changes from this , or null if no changes are found. - - - Gets a copy of the containing all changes made to it since it was last loaded, or since was called, filtered by . - One of the values. - A filtered copy of the that can have actions performed on it, and later be merged back in the using . If no rows of the desired are found, the method returns null. - - - This method returns an instance containing the Web Services Description Language (WSDL) that describes the for Web Services. - An instance. - The instance. - - - Gets an array of objects that contain errors. - An array of objects that have errors. - - - Populates a serialization information object with the data needed to serialize the . - A object that holds the serialized data associated with the . - A object that contains the source and destination of the serialized stream associated with the . - The info parameter is a null reference (Nothing in Visual Basic). - - - Gets the row type. - Returns the type of the . - - - For a description of this member, see . - An that describes the XML representation of the object that is produced by the method and consumed by the method. - - - Gets a value indicating whether there are errors in any of the rows in any of the tables of the to which the table belongs. - true if errors exist; otherwise false. - - - Copies a into a , preserving any property settings, as well as original and current values. - The to be imported. - - - Occurs after the is initialized. - - - - Gets a value that indicates whether the is initialized. - true to indicate the component has completed initialization; otherwise false. - - - Fills a with values from a data source using the supplied . If the already contains rows, the incoming data from the data source is merged with the existing rows. - An that provides a result set. - - - Fills a with values from a data source using the supplied . If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows according to the value of the loadOption parameter. - An that provides one or more result sets. - A value from the enumeration that indicates how rows already in the are combined with incoming rows that share the same primary key. - - - Fills a with values from a data source using the supplied using an error-handling delegate. - A that provides a result set. - A value from the enumeration that indicates how rows already in the are combined with incoming rows that share the same primary key. - A delegate to call when an error occurs while loading data. - - - Finds and updates a specific row. If no matching row is found, a new row is created using the given values. - An array of values used to create the new row. - true to accept changes; otherwise false. - The new . - The array is larger than the number of columns in the table. - A value doesn't match its respective column type. - Adding the row invalidates a constraint. - Attempting to put a null in a column where is false. - - - Finds and updates a specific row. If no matching row is found, a new row is created using the given values. - An array of values used to create the new row. - Used to determine how the array values are applied to the corresponding values in an existing row. - The new . - - - Gets or sets the locale information used to compare strings within the table. - A that contains data about the user's machine locale. The default is the object's (returned by the property) to which the belongs; if the table doesn't belong to a , the default is the current system . - - - Merge the specified with the current DataTable, indicating whether to preserve changes and how to handle missing schema in the current DataTable. - The to be merged with the current . - true, to preserve changes in the current ; otherwise false. - One of the values. - - - Merge the specified with the current DataTable, indicating whether to preserve changes in the current DataTable. - The DataTable to be merged with the current DataTable. - true, to preserve changes in the current DataTable; otherwise false.`` - - - Merge the specified with the current . - The to be merged with the current . - - - Gets or sets the initial starting size for this table. - The initial starting size in rows of this table. The default is 50. - - - Gets or sets the namespace for the XML representation of the data stored in the . - The namespace of the . - - - Creates a new with the same schema as the table. - A with the same schema as the . - - - Returns an array of . - A value that describes the size of the array. - The new array. - - - Creates a new row from an existing row. - A object. - A derived class. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Notifies the that a is being removed. - The being removed. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Gets the collection of parent relations for this . - A that contains the parent relations for the table. An empty collection is returned if no objects exist. - - - Gets or sets the namespace for the XML representation of the data stored in the . - The prefix of the . - - - Gets or sets an array of columns that function as primary keys for the data table. - An array of objects. - The key is a foreign key. - - - Reads XML schema and data into the using the specified . - An object that derives from - The used to read the data. - - - Reads XML schema and data into the using the specified . - The that will be used to read the data. - The used to read the data. - - - Reads XML schema and data into the from the specified file. - The name of the file from which to read the data. - The used to read the data. - - - Reads XML Schema and Data into the using the specified . - The that will be used to read the data. - The used to read the data. - - - Reads an XML schema into the using the specified stream. - The stream used to read the schema. - - - Reads an XML schema into the using the specified . - The used to read the schema information. - - - Reads an XML schema into the from the specified file. - The name of the file from which to read the schema information. - - - Reads an XML schema into the using the specified . - The used to read the schema information. - - - Reads from an XML stream. - A object. - - - Rolls back all changes that have been made to the table since it was loaded, or the last time was called. - - - Gets or sets the serialization format. - A enumeration specifying either Binary or Xml serialization. - - - Resets the to its original state. Reset removes all data, indexes, relations, and columns of the table. If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset. - - - Occurs after a has been changed successfully. - - - - Occurs when a is changing. - - - - Occurs after a row in the table has been deleted. - - - - Occurs before a row in the table is about to be deleted. - - - - Gets the collection of rows that belong to this table. - A that contains objects; otherwise a null value if no objects exist. - - - Gets an array of all objects. - An array of objects. - - - Gets an array of all objects that match the filter criteria. - The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#]. - An array of objects. - - - Gets an array of all objects that match the filter criteria, in the specified sort order. - The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#]. - A string specifying the column and sort direction. - An array of objects matching the filter expression. - - - Gets an array of all objects that match the filter in the order of the sort that match the specified state. - The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#]. - A string specifying the column and sort direction. - One of the values. - An array of objects. - - - Gets or sets an for the . - An for the . - - - Occurs after a is cleared. - - - - Occurs when a is cleared. - - - - Gets or sets the name of the . - The name of the . - null or empty string ("") is passed in and this table belongs to a collection. - The table belongs to a collection that already has a table with the same name. (Comparison is case-sensitive). - - - Occurs when a new is inserted. - - - - Gets the and , if there is one as a concatenated string. - A string consisting of the and the values. - - - Writes the current contents of the as XML using the specified file. - The file to which to write the XML data. - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The used to write the document. - One of the values. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current data, and optionally the schema, for the to the specified file using the specified . To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The stream to which the data will be written. - One of the values. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. - The used to write the document. - One of the values. - - - Writes the current contents of the as XML using the specified . - The with which to write the contents. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current data, and optionally the schema, for the using the specified file and . To write the schema, set the value for the mode parameter to WriteSchema. - The name of the file to which the data will be written. - One of the values. - - - Writes the current contents of the as XML using the specified file. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The file to which to write the XML data. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. - The used to write the document. - One of the values. - - - Writes the current contents of the as XML using the specified . To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The with which to write the content. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current data, and optionally the schema, for the to the specified file using the specified . To write the schema, set the value for the mode parameter to WriteSchema. - The stream to which the data will be written. - One of the values. - - - Writes the current data, and optionally the schema, for the using the specified and . To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The used to write the document. - One of the values. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current contents of the as XML using the specified . - The with which to write the contents. - - - Writes the current data, and optionally the schema, for the using the specified file and . To write the schema, set the value for the mode parameter to WriteSchema. To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The name of the file to which the data will be written. - One of the values. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current contents of the as XML using the specified . - The with which to write the content. - - - Writes the current contents of the as XML using the specified . - The stream to which the data will be written. - - - Writes the current contents of the as XML using the specified . To save the data for the table and all its descendants, set the writeHierarchy parameter to true. - The stream to which the data will be written. - If true, write the contents of the current table and all its descendants. If false (the default value), write the data for the current table only. - - - Writes the current data structure of the as an XML schema using the specified . - The with which to write. - - - Writes the current data structure of the as an XML schema to the specified file. - The name of the file to use. - - - Writes the current data structure of the as an XML schema using the specified . - The to use. - - - Writes the current data structure of the as an XML schema to the specified stream. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. - The stream to which the XML schema will be written. - If true, write the schema of the current table and all its descendants. If false (the default value), write the schema for the current table only. - - - Writes the current data structure of the as an XML schema using the specified . To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. - The with which to write. - If true, write the schema of the current table and all its descendants. If false (the default value), write the schema for the current table only. - - - Writes the current data structure of the as an XML schema using the specified . To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. - The used to write the document. - If true, write the schema of the current table and all its descendants. If false (the default value), write the schema for the current table only. - - - Writes the current data structure of the as an XML schema to the specified file. To save the schema for the table and all its descendants, set the writeHierarchy parameter to true. - The name of the file to use. - If true, write the schema of the current table and all its descendants. If false (the default value), write the schema for the current table only. - - - Writes the current data structure of the as an XML schema to the specified stream. - The stream to which the XML schema will be written. - - - For a description of this member, see . - true if the collection is a collection of objects; otherwise, false. - - - For a description of this member, see . - An that can be bound to a data source from the object. - - - For a description of this member, see . - An that describes the XML representation of the object that is produced by the method and consumed by the method. - - - For a description of this member, see . - An XmlReader. - - - For a description of this member, see . - An XmlWriter. - - - Provides data for the method. - - - Initializes a new instance of the class. - The whose rows are being cleared. - - - Gets the table whose rows are being cleared. - The whose rows are being cleared. - - - Gets the table name whose rows are being cleared. - A indicating the table name. - - - Gets the namespace of the table whose rows are being cleared. - A indicating the namespace name. - - - Represents the method that handles the method. - The source of the event. - A that contains the event data. - - - Represents the collection of tables for the . - - - Creates a new object by using a default name and adds it to the collection. - The newly created . - - - Adds the specified DataTable to the collection. - The DataTable object to add. - The value specified for the table is null. - The table already belongs to this collection, or belongs to another collection. - A table in the collection has the same name. The comparison is not case sensitive. - - - Creates a object by using the specified name and adds it to the collection. - The name to give the created . - The newly created . - A table in the collection has the same name. (The comparison is not case sensitive.) - - - Creates a object by using the specified name and adds it to the collection. - The name to give the created . - The namespace to give the created . - The newly created . - A table in the collection has the same name. (The comparison is not case sensitive.) - - - Copies the elements of the specified array to the end of the collection. - The array of objects to add to the collection. - - - Verifies whether the specified object can be removed from the collection. - The DataTable in the collection to perform the check against. - true if the table can be removed; otherwise false. - - - Clears the collection of all objects. - - - Occurs after the is changed because of objects being added or removed. - - - - Occurs while the is changing because of objects being added or removed. - - - - Gets a value that indicates whether a object with the specified name exists in the collection. - The name of the to find. - true if the specified table exists; otherwise false. - - - Gets a value that indicates whether a object with the specified name and table namespace exists in the collection. - The name of the to find. - The name of the namespace to look in. - true if the specified table exists; otherwise false. - - - Copies all the elements of the current to a one-dimensional , starting at the specified destination array index. - The one-dimensional to copy the current object's elements into. - The destination index to start copying into. - - - Gets the index of the specified object. - The DataTable to search for. - The zero-based index of the table, or -1 if the table is not found in the collection. - - - Gets the index in the collection of the object with the specified name. - The name of the DataTable object to look for. -

The zero-based index of the DataTable with the specified name, or -1 if the table does not exist in the collection.

-


Returns -1 when two or more tables have the same name but different namespaces. The call does not succeed if there is any ambiguity when matching a table name to exactly one table.

-

-
-
- - Gets the index in the collection of the specified object. - The name of the object to look for. - The name of the namespace to look in. - The zero-based index of the with the specified name, or -1 if the table does not exist in the collection. - - - Gets the object at the specified index. - The zero-based index of the to find. - A with the specified index; otherwise null if the does not exist. - The index value is greater than the number of items in the collection. - - - Gets the object with the specified name. - The name of the DataTable to find. - A with the specified name; otherwise null if the does not exist. - - - Gets the object with the specified name in the specified namespace. - The name of the DataTable to find. - The name of the namespace to look in. - A with the specified name; otherwise null if the does not exist. - - - Removes the specified object from the collection. - The DataTable to remove. - The value specified for the table is null. - The table does not belong to this collection. -or- The table is part of a relationship. - - - Removes the object with the specified name from the collection. - The name of the object to remove. - The collection does not have a table with the specified name. - - - Removes the object with the specified name from the collection. - The name of the object to remove. - The name of the namespace to look in. - The collection does not have a table with the specified name. - - - Removes the object at the specified index from the collection. - The index of the DataTable to remove. - The collection does not have a table at the specified index. - - - Provides data for the method. - - - Initializes a new instance of . - The being added. - - - Gets the row that is being added. - The that is being added. - - - Represents the method that handles the method. - The source of the event. - A that contains the event data. - - - The obtains the contents of one or more objects in the form of one or more read-only, forward-only result sets. - - - Initializes a new instance of the class by using data from the supplied . - The from which the new obtains its result set. - - - Initializes a new instance of the class using the supplied array of objects. - The array of objects that supplies the results for the new object. - - - Closes the current . - - - The depth of nesting for the current row of the . - The depth of nesting for the current row; always zero. - - - Returns the number of columns in the current row. - When not positioned in a valid result set, 0; otherwise the number of columns in the current row. - An attempt was made to retrieve the field count in a closed . - - - Gets the value of the specified column as a . - The zero-based column ordinal. - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a Boolean. - - - Gets the value of the specified column as a byte. - The zero-based column ordinal. - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified column does not contain a byte. - - - Reads a stream of bytes starting at the specified column offset into the buffer as an array starting at the specified buffer offset. - The zero-based column ordinal. - The index within the field from which to start the read operation. - The buffer into which to read the stream of bytes. - The index within the buffer at which to start placing the data. - The maximum length to copy into the buffer. - The actual number of bytes read. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified column does not contain a byte array. - - - Gets the value of the specified column as a character. - The zero-based column ordinal. - The value of the column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified field does not contain a character. - - - Returns the value of the specified column as a character array. - The zero-based column ordinal. - The index within the field from which to start the read operation. - The buffer into which to read the stream of chars. - The index within the buffer at which to start placing the data. - The maximum length to copy into the buffer. - The actual number of characters read. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified column does not contain a character array. - - - Gets a string representing the data type of the specified column. - The zero-based column ordinal. - A string representing the column's data type. - The index passed was outside the range of 0 to - 1. - An attempt was made to read or access a column in a closed . - - - Gets the value of the specified column as a object. - The zero-based column ordinal. - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified column does not contain a DateTime value. - - - Gets the value of the specified column as a . - The zero-based column ordinal. - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified column does not contain a Decimal value. - - - Gets the value of the column as a double-precision floating point number. - The zero-based ordinal of the column. - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed DataTableReader. - The specified column does not contain a double-precision floating point number. - - - Returns an enumerator that can be used to iterate through the item collection. - An object that represents the item collection. - An attempt was made to read or access a column in a closed . - - - Gets the that is the data type of the object. - The zero-based column ordinal. - The that is the data type of the object. - The index passed was outside the range of 0 to - 1. - An attempt was made to read or access a column in a closed . - - - Gets the value of the specified column as a single-precision floating point number. - The zero-based column ordinal. - The value of the column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a single-precision floating point number. - - - Gets the value of the specified column as a globally-unique identifier (GUID). - The zero-based column ordinal. - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a GUID. - - - Gets the value of the specified column as a 16-bit signed integer. - The zero-based column ordinal - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a 16-bit signed integer. - - - Gets the value of the specified column as a 32-bit signed integer. - The zero-based column ordinal - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a 32-bit signed integer value. - - - Gets the value of the specified column as a 64-bit signed integer. - The zero-based column ordinal - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a 64-bit signed integer value. - - - Gets the value of the specified column as a . - The zero-based column ordinal - The name of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to read or access a column in a closed . - - - Gets the column ordinal, given the name of the column. - The name of the column. - The zero-based column ordinal. - An attempt was made to read or access a column in a closed . - The name specified is not a valid column name. - - - Gets the type of the specified column in provider-specific format. - The zero-based column ordinal. - The that is the data type of the object. - The index passed was outside the range of 0 to - 1. - An attempt was made to read or access a column in a closed . - - - Gets the value of the specified column in provider-specific format. - The zero-based number of the column whose value is retrieved. - The value of the specified column in provider-specific format. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed - - - Fills the supplied array with provider-specific type information for all the columns in the . - An array of objects to be filled in with type information for the columns in the . - The number of column values copied into the array. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - - - Returns a that describes the column metadata of the . - A that describes the column metadata. - The is closed. - - - Gets the value of the specified column as a string. - The zero-based column ordinal - The value of the specified column. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - The specified column does not contain a string. - - - Gets the value of the specified column in its native format. - The zero-based column ordinal - The value of the specified column. This method returns DBNull for null columns. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access columns in a closed . - - - Populates an array of objects with the column values of the current row. - An array of into which to copy the column values from the . - The number of column values copied into the array. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - - - Gets a value that indicates whether the contains one or more rows. - true if the contains one or more rows; otherwise false. - An attempt was made to retrieve information about a closed . - - - Gets a value that indicates whether the is closed. - Returns true if the is closed; otherwise, false. - - - Gets a value that indicates whether the column contains non-existent or missing values. - The zero-based column ordinal - true if the specified column value is equivalent to ; otherwise, false. - The index passed was outside the range of 0 to - 1. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - - - Gets the value of the specified column in its native format given the column ordinal. - The zero-based column ordinal. - The value of the specified column in its native format. - The index passed was outside the range of 0 to - 1. - - - Gets the value of the specified column in its native format given the column name. - The name of the column. - The value of the specified column in its native format. - The name specified is not a valid column name. - An attempt was made to retrieve data from a deleted row. - An attempt was made to read or access a column in a closed . - - - Advances the to the next result set, if any. - true if there was another result set; otherwise false. - An attempt was made to navigate within a closed . - - - Advances the to the next record. - true if there was another row to read; otherwise false. - An attempt was made to read or access a column in a closed . - - - Gets the number of rows inserted, changed, or deleted by execution of the SQL statement. - The does not support this property and always returns 0. - - - Represents a databindable, customized view of a for sorting, filtering, searching, editing, and navigation. The does not store data, but instead represents a connected view of its corresponding . Changes to the ’s data will affect the . Changes to the ’s data will affect all s associated with it. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified . - A to add to the . - - - Initializes a new instance of the class with the specified , , , and . - A to add to the . - A to apply to the . - A to apply to the . - A to apply to the . - - - Adds a new row to the . - A new object. - - - Sets or gets a value that indicates whether deletes are allowed. - true, if deletes are allowed; otherwise, false. - - - Gets or sets a value that indicates whether edits are allowed. - true, if edits are allowed; otherwise, false. - - - Gets or sets a value that indicates whether the new rows can be added by using the method. - true, if new rows can be added; otherwise, false. - - - Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by . - true, if the default sort is used; otherwise, false. - - - Starts the initialization of a that is used on a form or used by another component. The initialization occurs at runtime. - - - Closes the . - - - Occurs after a has been changed successfully. - The source of the event. - A that contains the event data. - - - Copies items into an array. Only for Web Forms Interfaces. - array to copy into. - index to start at. - - - Gets the number of records in the after and have been applied. - The number of records in the . - - - Gets the associated with this view. - The DataViewManager that created this view. If this is the default for a , the DataViewManager property returns the default DataViewManager for the DataSet. Otherwise, if the DataView was created without a DataViewManager, this property is null. - - - Deletes a row at the specified index. - The index of the row to delete. - - - Disposes of the resources (other than memory) used by the object. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Ends the initialization of a that is used on a form or used by another component. The initialization occurs at runtime. - - - Determines whether the specified instances are considered equal. - The to be compared. - true if the two instances are equal; otherwise, false. - - - Finds a row in the by the specified sort key values. - An array of values, typed as . - The index of the position of the first row in the that matches the sort key values specified; otherwise -1 if there are no matching sort key values. - - - Finds a row in the by the specified sort key value. - The object to search for. - The index of the row in the that contains the sort key value specified; otherwise -1 if the sort key value does not exist. - - - Returns an array of objects whose columns match the specified sort key value. - The column value, typed as , to search for. - An array of DataRowView objects whose columns match the specified sort key value; or, if no rows contain the specified sort key values, an empty DataRowView array. - - - Returns an array of objects whose columns match the specified sort key value. - An array of column values, typed as , to search for. - An array of DataRowView objects whose columns match the specified sort key value; or, if no rows contain the specified sort key values, an empty DataRowView array. - - - Gets an enumerator for this . - An for navigating through the list. - - - Occurs after a has been changed successfully. - The source of the event. - A that contains the event data. - - - Occurs when initialization of the is completed. - - - - Gets a value that indicates whether the component is initialized. - true to indicate the component has completed initialization; otherwise, false. - - - Gets a value that indicates whether the data source is currently open and projecting views of data on the . - true, if the source is open; otherwise, false. - - - Gets a row of data from a specified table. - The index of a record in the . - A of the row that you want. - - - Occurs when the list managed by the changes. - - - - Raises the event. - A that contains the event data. - - - Opens a . - - - Reserved for internal use only. - - - Gets or sets the expression used to filter which rows are viewed in the . - A string that specifies how rows are to be filtered. - - - Gets or sets the row state filter used in the . - One of the values. - - - Gets or sets the sort column or columns, and sort order for the . - A string that contains the column name followed by "ASC" (ascending) or "DESC" (descending). Columns are sorted ascending by default. Multiple columns can be separated by commas. - - - Gets or sets the source . - A that provides the data for this view. - - - Creates and returns a new based on rows in an existing . - If true, the returned contains rows that have distinct values for all its columns. The default value is false. - A string array that contains a list of the column names to be included in the returned . The contains the specified columns in the order they appear within this array. - A new instance that contains the requested rows and columns. - - - Creates and returns a new based on rows in an existing . - The name of the returned . - A new instance that contains the requested rows and columns. - - - Creates and returns a new based on rows in an existing . - The name of the returned . - If true, the returned contains rows that have distinct values for all its columns. The default value is false. - A string array that contains a list of the column names to be included in the returned . The DataTable contains the specified columns in the order they appear within this array. - A new instance that contains the requested rows and columns. - - - Creates and returns a new based on rows in an existing . - A new instance that contains the requested rows and columns. - - - Reserved for internal use only. - Reserved for internal use only. - - - Reserved for internal use only. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - A value. - For a description of this member, see . - - - For a description of this member, see . - - - For a description of this member, see . - A value. - For a description of this member, see . - - - For a description of this member, see . - A value. - For a description of this member, see . - - - For a description of this member, see . - A value. - A value to be inserted. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - A value. - For a description of this member, see . - - - For a description of this member, see . - A value. - - - For a description of this member, see . - A value. - - - For a description of this member, see . - A object. - - - For a description of this member, see . - The item added to the list. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - A object. - A object. - - - For a description of this member, see . - A object. - A value. - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - A object. - - - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - A object. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - - - - - For a description of this member, see . - An array of objects. - For a description of this member, see . - - - Contains a default for each in a . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class for the specified . - The name of the to use. - - - Creates a for the specified . - The name of the to use in the . - A object. - - - Gets or sets the to use with the . - The to use. - - - Gets or sets a value that is used for code persistence. - A value that is used for code persistence. - - - Gets the for each in the . - A for each DataTable. - - - Occurs after a row is added to or deleted from a . - - - - Raises the event. - A that contains the event data. - - - Raises a event when a is added to or removed from the . - The source of the event. - A that contains the event data. - - - Raises a event when a is added to or removed from the . - The source of the event. - A that contains the event data. - - - Copies the elements of the to an , starting at a particular index. - The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. - The zero-based index in array at which copying begins. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - true if access to the is synchronized (thread safe); otherwise, false. - - - For a description of this member, see . - An object that can be used to synchronize access to the . - - - For a description of this member, see . - For a description of this member, see . - - - Adds an item to the . - The to add to the . - The position into which the new element was inserted. - - - For a description of this member, see . - - - Determines whether the contains a specific value. - The to locate in the . - true if the is found in the ; otherwise, false. - - - Determines the index of a specific item in the . - The to locate in the . - The index of value if found in the list; otherwise, -1. - - - Inserts an item to the at the specified index. - The zero-based index at which value should be inserted. - The to insert into the . - - - For a description of this member, see . - true if the has a fixed size; otherwise, false. - - - For a description of this member, see . - For a description of this member, see . - - - Gets or sets the element at the specified index. - The zero-based index of the element to get or set. - The element at the specified index. - - - Removes the first occurrence of a specific object from the . - The to remove from the . - - - Removes the item at the specified index. - The zero-based index of the item to remove. - - - Adds the to the indexes used for searching. - The to add to the indexes used for searching. - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - Sorts the list based on a and a . - The to sort by. - One of the values. - - - Returns the index of the row that has the given . - The to search on. - The value of the property parameter to search for. - The index of the row that has the given . - - - For a description of this member, see . - For a description of this member, see . - - - Removes the from the indexes used for searching. - The to remove from the indexes used for searching. - - - Removes any sort applied using . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - For a description of this member, see . - For a description of this member, see . - - - Returns the that represents the properties on each item used to bind data. - An array of objects to find in the collection as bindable. This can be null. - The that represents the properties on each item used to bind data. - - - Returns the name of the list. - An array of objects, for which the list name is returned. This can be null. - The name of the list. - - - Describes the version of data in a . - - - A new row. - - - - Current rows including unchanged, new, and modified rows. By default, is set to CurrentRows. - - - - A deleted row. - - - - A current version of original data that has been modified (see ModifiedOriginal). - - - - The original version of the data that was modified. (Although the data has since been modified, it is available as ModifiedCurrent). - - - - None. - - - - Original rows including unchanged and deleted rows. - - - - An unchanged row. - - - - Represents the default settings for , , , , , and for DataViews created from the . - - - Gets or sets a value indicating whether to use the default sort. - true if the default sort is used; otherwise false. - - - Gets the that contains this . - A object. - - - Gets or sets the filter to apply in the . See for a code sample using RowFilter. - A string that contains the filter to apply. - - - Gets or sets a value indicating whether to display Current, Deleted, Modified Current, ModifiedOriginal, New, Original, Unchanged, or no rows in the . - A value that indicates which rows to display. - - - Gets or sets a value indicating the sort to apply in the . - The sort to apply in the . - - - Gets the to which the properties apply. - A object. - - - Contains a read-only collection of objects for each in a . - - - Copies the collection objects to a one-dimensional instance starting at the specified index. - The one-dimensional that is the destination of the values copied from the collection. - The index of the array at which to start inserting. - - - Copies the collection objects to a one-dimensional instance starting at the specified index. - The one-dimensional that is the destination of the values copied from the collection. - The index of the array at which to start inserting. - - - Gets the number of objects in the . - The number of objects in the collection. - - - Gets an for the collection. - An object. - - - Gets a value that indicates whether the is read-only. - Returns true. - - - Gets a value that indicates whether access to the is synchronized (thread-safe). - This property is always false, unless overridden by a derived class. - - - Gets the objects of the specified from the collection. - The to find. - A collection of objects. - - - Gets the objects of the specified by its index. - The zero-based index of the to find. - A collection of objects. - - - Gets the of the specified by its name. - The name of the to find. - A collection of objects. - - - Gets an object that can be used to synchronize access to the . - An object that can be used to synchronize access to the . - - - The exception that is thrown by the during an insert, update, or delete operation if the number of rows affected equals zero. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The text string describing the details of the exception. - - - Initializes a new instance of the class. - The text string describing the details of the exception. - A reference to an inner exception. - - - Initializes a new instance of the class. - The error message that explains the reason for this exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - An array containing the objects whose update failure generated this exception. - - - Copies the objects whose update failure generated this exception, to the specified array of objects. - The one-dimensional array of objects to copy the objects into. - - - Copies the objects whose update failure generated this exception, to the specified array of objects, starting at the specified destination array index. - The one-dimensional array of objects to copy the objects into. - The destination array index to start copying into. - - - Populates the aprcified serialization information object with the data needed to serialize the . - A that holds the serialized data associated with the . - A that contains the source and destination of the serialized stream associated with the . - The info parameter is a null reference (Nothing in Visual Basic). - - - Gets or sets the value of the that generated the . - The value of the . - - - Gets the number of rows whose update failed, generating this exception. - An integer containing a count of the number of rows whose update failed. - - - Specifies the data type of a field, a property, or a Parameter object of a .NET Framework data provider. - - - A variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters. - - - - A fixed-length stream of non-Unicode characters. - - - - A variable-length stream of binary data ranging between 1 and 8,000 bytes. - - - - A simple type representing Boolean values of true or false. - - - - An 8-bit unsigned integer ranging in value from 0 to 255. - - - - A currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of a currency unit. - - - - A type representing a date value. - - - - A type representing a date and time value. - - - - Date and time data. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. - - - - Date and time data with time zone awareness. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Time zone value range is -14:00 through +14:00. - - - - A simple type representing values ranging from 1.0 x 10 -28 to approximately 7.9 x 10 28 with 28-29 significant digits. - - - - A floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits. - - - - A globally unique identifier (or GUID). - - - - An integral type representing signed 16-bit integers with values between -32768 and 32767. - - - - An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647. - - - - An integral type representing signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807. - - - - A general type representing any reference or value type not explicitly represented by another DbType value. - - - - An integral type representing signed 8-bit integers with values between -128 and 127. - - - - A floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits. - - - - A type representing Unicode character strings. - - - - A fixed-length string of Unicode characters. - - - - A type representing a SQL Server DateTime value. If you want to use a SQL Server time value, use . - - - - An integral type representing unsigned 16-bit integers with values between 0 and 65535. - - - - An integral type representing unsigned 32-bit integers with values between 0 and 4294967295. - - - - An integral type representing unsigned 64-bit integers with values between 0 and 18446744073709551615. - - - - A variable-length numeric value. - - - - A parsed representation of an XML document or fragment. - - - - Represents the exception that is thrown when an action is tried on a that has been deleted. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Determines the action that occurs when a mapping is missing from a source table or a source column. - - - An is generated if the specified column mapping is missing. - - - - The column or table not having a mapping is ignored. Returns null. - - - - The source column or source table is created and added to the using its original name. - - - - Represents the exception that is thrown when you try to access a row in a table that has no primary key. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - A description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Specifies the action to take when adding data to the and the required or is missing. - - - Adds the necessary columns to complete the schema. - - - - Adds the necessary columns and primary key information to complete the schema. For more information about how primary key information is added to a , see .To function properly with the .NET Framework Data Provider for OLE DB, AddWithKey requires that the native OLE DB provider obtains necessary primary key information by setting the DBPROP_UNIQUEROWS property, and then determines which columns are primary key columns by examining DBCOLUMN_KEYCOLUMN in the IColumnsRowset. As an alternative, the user may explicitly set the primary key constraints on each . This ensures that incoming records that match existing records are updated instead of appended. When using AddWithKey, the .NET Framework Data Provider for SQL Server appends a FOR BROWSE clause to the statement being executed. The user should be aware of potential side effects, such as interference with the use of SET FMTONLY ON statements. See SQL Server Books Online for more information. - - - - An is generated if the specified column mapping is missing. - - - - Ignores the extra columns. - - - - Represents the exception that is thrown when you try to insert a null value into a column where is set to false. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - All the objects and structures implement the INullable interface. - - - Indicates whether a structure is null. This property is read-only. - true if the value of this object is null. Otherwise, false. - - - The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The string to display when the exception is thrown. - - - Initializes a new instance of the class. - The string to display when the exception is thrown. - A reference to an inner exception. - - - Represents a variable-length stream of binary data to be stored in or retrieved from a database. - - - Initializes a new instance of the structure, setting the property to the contents of the supplied byte array. - The byte array to be stored or retrieved. - - - Concatenates two specified values to create a new structure. - A . - A . - A that is the concatenated value of x and y. - - - Compares this object to the supplied object and returns an indication of their relative values. - The object to be compared to this structure. -

A signed number that indicates the relative values of this structure and the object.

-
Return value

-

Condition

-

Less than zero

-

The value of this object is less than the object.

-

Zero

-

This object is the same as object.

-

Greater than zero

-

This object is greater than object.

-

-or-

-

The object is a null reference.

-

-
-
- - Compares this object to the supplied object and returns an indication of their relative values. - The object to be compared to this structure. -

A signed number that indicates the relative values of this structure and the object.

-
Return value

-

Condition

-

Less than zero

-

The value of this object is less than the object.

-

Zero

-

This object is the same as object.

-

Greater than zero

-

This object is greater than object.

-

-or-

-

The object is a null reference.

-

-
-
- - Concatenates two structures to create a new structure. - A structure. - A structure. - The concatenated values of the x and y parameters. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if object is an instance of and the two are equal; otherwise false. - - - Compares two structures to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlBinary will be null. - - - Returns the hash code for this structure. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A string that indicates the XSD of the specified . - - - Compares two structures to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise . If either instance of is null, the of the will be . - - - Indicates whether this structure is null. This property is read-only. - true if null; otherwise, false. - - - Gets the single byte from the property located at the position indicated by the integer parameter, index. If index indicates a position beyond the end of the byte array, a will be raised. This property is read-only. - The position of the byte to be retrieved. - The byte located at the position indicated by the integer parameter. - The property is read when the property contains - or - The index parameter indicates a position byond the length of the byte array as indicated by the property. - - - Gets the length in bytes of the property. This property is read-only. - The length of the binary data in the property. - The property is read when the property contains . - - - Compares two structures to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise . If either instance of is null, the of the will be . - - - Compares two structures to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - Concatenates the two parameters to create a new structure. - A object. - A object. - The concatenated values of the x and y parameters. - - - Compares two structures to determine whether they are equal. - A object. - A object. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - - - - - - - - - Compares two structures to determine whether the first is greater than the second. - A object. - A object. - A that is if the first instance is greater than the second instance. Otherwise . If either instance of is null, the of the will be . - - - Compares two structues to determine whether the first is greater than or equal to the second. - A object. - A object. - A that is if the first instance is greater than or equal to the second instance. Otherwise . If either instance of is null, the of the will be . - - - - - - - Compares two structures to determine whether they are not equal. - A object. - A object. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is less than the second. - A object. - A object. - A that is if the first instance is less than the second instance. Otherwise . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is less than or equal to the second. - A object. - A object. - A that is if the first instance is less than or equal to the second instance. Otherwise . If either instance of is null, the of the will be . - - - Converts this instance of to . - A structure. - - - Converts this object to a string. - A string that contains the of the . If the is null the string will contain "null". - - - Gets the value of the structure. This property is read-only. - The value of the structure. - The property is read when the property contains . - - - For a description of this member, see . - An instance. - - - For a description of this member, see . - A . - - - For a description of this member, see . - A . - - - Represents an integer value that is either 1 or 0 to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied Boolean value. - The value for the new structure; either true or false. - - - Initializes a new instance of the structure using the specified integer value. - The integer whose value is to be used for the new structure. - - - Computes the bitwise AND operation of two specified structures. - A structure. - A structure. - The result of the logical AND operation. - - - Gets the value of the structure as a byte. - A byte representing the value of the structure. - - - Compares this object to the supplied object and returns an indication of their relative values. - A object to compare, or a null reference (Nothing in Visual Basic). -

A signed number that indicates the relative values of the instance and value.

-
Value

-

Description

-

A negative integer

-

This instance is less than value.

-

Zero

-

This instance is equal to value.

-

A positive integer

-

This instance is greater than value.

-

-or-

-

value is a null reference (Nothing in Visual Basic).

-

-
-
- - Compares this structure to a specified object and returns an indication of their relative values. - An object to compare, or a null reference (Nothing in Visual Basic). -

A signed number that indicates the relative values of the instance and value.

-
Value

-

Description

-

A negative integer

-

This instance is less than value.

-

Zero

-

This instance is equal to value.

-

A positive integer

-

This instance is greater than value.

-

-or-

-

value is a null reference (Nothing in Visual Basic).

-

-
-
- - Compares the supplied object parameter to the . - The object to be compared. - true if object is an instance of and the two are equal; otherwise, false. - - - Compares two structures to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - Represents a false value that can be assigned to the property of an instance of the structure. - - - - Returns the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is true if the first instance is greater than the second instance; otherwise false. - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is true if the first instance is greater than or equal to the second instance; otherwise false. - - - Indicates whether the current is . - true if Value is False; otherwise, false. - - - Indicates whether this structure is null. - true if the structure is null; otherwise false. - - - Indicates whether the current is . - true if Value is True; otherwise, false. - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is true if the first instance is less than the second instance; otherwise, false. - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is true if the first instance is less than or equal to the second instance; otherwise, false. - - - Compares two instances of for equality. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents that can be assigned to this instance of the structure. - - - - Represents a one value that can be assigned to the property of an instance of the structure. - - - - Performs a one's complement operation on the supplied structures. - A structure. - The one's complement of the supplied . - - - Computes the bitwise AND operation of two specified structures. - A structure. - A structure. - The result of the logical AND operation. - - - Computes the bitwise OR of its operands. - A structure. - A structure. - The results of the logical OR operation. - - - Compares two instances of for equality. - A . - A . - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - Performs a bitwise exclusive-OR (XOR) operation on the supplied parameters. - A structure. - A structure. - The result of the logical XOR operation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The false operator can be used to test the of the to determine whether it is false. - The structure to be tested. - Returns true if the supplied parameter is is false, false otherwise. - - - Compares two structures to determine whether the first is greater than the second. - A object. - A object. - A that is true if the first instance is greater than the second instance; otherwise, false. - - - Compares two structures to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is true if the first instance is greater than or equal to the second instance; otherwise, false. - - - - - - - Compares two instances of to determine whether they are not equal. - A . - A . - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is true if the first instance is less than the second instance; otherwise, false. - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is true if the first instance is less than or equal to the second instance; otherwise, false. - - - Performs a NOT operation on a . - The on which the NOT operation will be performed. - A with the if argument was true, if argument was null, and otherwise. - - - Performs a one's complement operation on the supplied structures. - A structure. - The one's complement of the supplied . - - - The true operator can be used to test the of the to determine whether it is true. - The structure to be tested. - Returns true if the supplied parameter is is true, false otherwise. - - - Performs a bitwise OR operation on the two specified structures. - A structure. - A structure. - A new structure whose Value is the result of the bitwise OR operation. - - - Converts the specified representation of a logical value to its equivalent. - The to be converted. - A structure that contains the parsed value. - - - Converts this structure to . - A new structure whose value is 1 or 0. If the structure's value equals true, the new structure's value is 1. Otherwise, the new structure's value is 0. - - - Converts this structure to . - A new structure whose value is 1 or 0. If the structure's value equals true then the new structure's value is 1. Otherwise, the new structure's value is 0. - - - Converts this structure to . - A new structure whose value is 1 or 0. If the structure's value equals true then the new structure's value is 1. Otherwise, the new structure's value is 0. - - - Converts this structure to . - A new SqlInt16 structure whose value is 1 or 0. If the structure's value equals true then the new structure's value is 1. Otherwise, the new SqlInt16 structure's value is 0. - - - Converts this structure to . - A new SqlInt32 structure whose value is 1 or 0. If the structure's value equals true, the new structure's value is 1. Otherwise, the new SqlInt32 structure's value is 0. - - - Converts this structure to . - A new SqlInt64 structure whose value is 1 or 0. If the structure's value equals true, the new structure's value is 1. Otherwise, the new SqlInt64 structure's value is 0. - - - Converts this structure to . - A new structure whose value is 1 or 0. If the structure's value equals true, the new value is 1. If the structure's value equals false, the new value is 0. If structure's value is neither 1 nor 0, the new value is . - - - Converts this structure to . - A new structure whose value is 1 or 0. If the structure's value equals true, the new structure's value is 1; otherwise the new structure's value is 0. - - - Converts this structure to . - A new structure whose value is 1 or 0. If the structure's value equals true then structure's value is 1. Otherwise, the new structure's value is 0. - - - Converts this structure to a string. - A string that contains the value of the . If the value is null, the string will contain "null". - - - Represents a true value that can be assigned to the property of an instance of the structure. - - - - Gets the structure's value. This property is read-only. - true if the is ; otherwise false. - The property is set to null. - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - The result of the logical XOR operation. - - - Represents a zero value that can be assigned to the property of an instance of the structure. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the specified byte value. - A byte value to be stored in the property of the new structure. - - - Computes the sum of the two specified structures. - A structure. - A structure. - A structure whose Value property contains the results of the addition. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - The results of the bitwise AND operation. - - - Computes the bitwise OR of its two operands. - A structure. - A structure. - The results of the bitwise OR operation. - - - Compares this instance to the supplied object and returns an indication of their relative values. - The object to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Divides its first operand by its second. - A structure. - A structure. - A new structure whose property contains the results of the division. - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlByte will be null. - - - Compares the supplied parameter to the property of the object. - The to be compared. - true if object is an instance of and the two are equal; otherwise false. - - - Returns the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Gets a Boolean value that indicates whether this structure is null. - true if null. Otherwise, false. - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A constant representing the largest possible value of a . - - - - A constant representing the smallest possible value of a . - - - - Computes the remainder after dividing its first operand by its second. - A structure. - A structure. - A structure whose contains the remainder. - - - Divides two values and returns the remainder. - A . - A . - The remainder left after division is performed on x and y. - - - Computes the product of the two operands. - A structure. - A structure. - A new structure whose property contains the product of the multiplication. - - - Compares two instances of to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - The ones complement operator performs a bitwise one's complement operation on its operand. - A structure. - A structure whose property contains the ones complement of the parameter. - - - Computes the sum of the two specified structures. - A structure. - A structure. - A whose property contains the sum of the two operands. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - The results of the bitwise AND operation. - - - Computes the bitwise OR of its two operands. - A structure. - A structure. - The results of the bitwise OR operation. - - - Divides its first operand by its second. - A structure. - A structure. - A new structure whose property contains the results of the division. - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - The results of the bitwise XOR operation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the SqlBoolean will be . - - - - - - - Compares two instances of to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Computes the remainder after dividing its first operand by its second. - A structure. - A structure. - A structure whose contains the remainder. - - - Computes the product of the two operands. - A structure. - A structure. - A new structure whose property contains the product of the multiplication. - - - The ones complement operator performs a bitwise one's complement operation on its operand. - A structure. - A structure whose property contains the ones complement of the parameter. - - - Subtracts the second operand from the first. - A structure. - A structure. - The results of subtracting the second operand from the first. - - - Converts the representation of a number to its 8-bit unsigned integer equivalent. - The String to be parsed. - A structure that contains the 8-bit number represented by the String parameter. - - - Subtracts the second operand from the first. - A structure. - A structure. - The results of subtracting the second operand from the first. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A SqlDecimal structure whose equals the of this structure. - - - Converts this structure to . - A SqlDouble structure with the same value as this . - - - Converts this structure to . - A SqlInt16 structure with the same value as this . - - - Converts this to . - A SqlInt32 structure with the same value as this . - - - Converts this structure to . - A SqlInt64 structure who equals the of this . - - - Converts this structure to . - A SqlMoney structure whose equals the of this structure. - - - Converts this structure to . - A SqlSingle structure that has the same as this structure. - - - Converts this instance of to . - A SqlString that contains the string representation of the structure's . - - - Converts this structure to a . - A string that contains the of the . If the Value is null, the String will be a null string. - - - Gets the value of the structure. This property is read-only - The value of the structure. - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - The results of the XOR operation. - - - Represents a zero value that can be assigned to the property of an instance of the structure. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a mutable reference type that wraps either a or a . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class based on the specified byte array. - The array of unsigned bytes. - - - Initializes a new instance of the class based on the specified value. - A value. - - - Initializes a new instance of the class based on the specified value. - A . - - - Returns a reference to the internal buffer. - Returns a reference to the internal buffer. For instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string that indicates the XSD of the specified XmlSchemaSet. - - - Gets a Boolean value that indicates whether this is null. - true if the is null, false otherwise. - - - Gets or sets the instance at the specified index. - A value. - A value. - - - Gets the length of the value that is contained in the instance. - A value representing the length of the value that is contained in the instance. Returns -1 if no buffer is available to the instance or if the value is null. Returns a for a stream-wrapped instance. - - - Gets the maximum length of the value of the internal buffer of this . - A long representing the maximum length of the value of the internal buffer. Returns -1 for a stream-wrapped . - - - Returns a null instance of this . - Returns an instance in such a way that returns true. - - - - - - - - - - - Copies bytes from this instance to the passed-in buffer and returns the number of copied bytes. - An long value offset into the value that is contained in the instance. - The byte array buffer to copy into. - An integer offset into the buffer to start copying into. - An integer representing the number of bytes to copy. - An long value representing the number of copied bytes. - - - Sets the length of this instance. - The long value representing the length. - - - Sets this instance to null. - - - Returns information about the storage state of this instance. - A enumeration. - - - Gets or sets the data of this as a stream. - The stream that contains the SqlBytes data. - - - Constructs and returns a from this instance. - A from this instance. - - - Returns a managed copy of the value held by this . - The value of this as an array of bytes. - - - Copies bytes from the passed-in buffer to this instance. - An long value offset into the value that is contained in the instance. - The byte array buffer to copy into. - An integer offset into the buffer to start copying into. - An integer representing the number of bytes to copy. - - - Gets serialization information with all the data needed to reinstantiate this instance. - The object to be populated with serialization information. - The destination context of the serialization. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - is a mutable reference type that wraps a array or a instance. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class based on the specified character array. - A array. - - - Initializes a new instance of the class based on the specified value. - A . - - - Returns a reference to the internal buffer. - Returns a reference to the internal buffer. For instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Gets a Boolean value that indicates whether this is null. - true if the is null. Otherwise, false. - - - Gets or sets the instance at the specified index. - An value. - A value. - - - Gets the length of the value that is contained in the instance. - A value that indicates the length in characters of the value that is contained in the instance. Returns -1 if no buffer is available to the instance, or if the value is null. Returns a for a stream-wrapped instance. - - - Gets the maximum length in two-byte characters of the value the internal buffer can hold. - An value representing the maximum length in two-byte characters of the value of the internal buffer. Returns -1 for a stream-wrapped . - - - Returns a null instance of this . - Returns an instance in such a way that returns true. For more information, see Handling Null Values. - - - - - - - - - - - Copies characters from this instance to the passed-in buffer and returns the number of copied characters. - An long value offset into the value that is contained in the instance. - The character array buffer to copy into. - An integer offset into the buffer to start copying into. - An integer value representing the number of characters to copy. - An long value representing the number of copied bytes. - - - Sets the length of this instance. - The long value representing the length. - - - Sets this instance to null. - - - Returns information about the storage state of this instance. - A enumeration. - - - Converts this instance to its equivalent representation. - A representation of this type. - - - Returns a managed copy of the value held by this . - The value of this as an array of characters. - - - Copies characters from the passed-in buffer to this instance. - A long value offset into the value that is contained in the instance. - The character array buffer to copy into. - An integer offset into the buffer to start copying into. - An integer representing the number of characters to copy. - - - Gets serialization information with all the data needed to reinstantiate this instance. - The object to be populated with serialization information. - The destination context of the serialization. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Specifies the compare option values for a structure. - - - Specifies that sorts should be based on a characters numeric value instead of its alphabetical value. - - - - Performs a binary sort. - - - - Specifies that comparisons must ignore case. - - - - Specifies that comparisons must ignore the Kana type. Kana type refers to Japanese hiragana and katakana characters that represent phonetic sounds in the Japanese language. Hiragana is used for native Japanese expressions and words, while katakana is used for words borrowed from other languages, such as "computer" or "Internet". A phonetic sound can be expressed in both hiragana and katakana. If this value is selected, the hiragana character for one sound is considered equal to the katakana character for the same sound. - - - - Specifies that comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at http://www.unicode.org. - - - - Specifies that comparisons must ignore the character width. For example, Japanese katakana characters can be written as full-width or half-width and, if this value is selected, the katakana characters written as full-width are considered equal to the same characters written in half-width. - - - - Specifies the default option settings for comparisons. - - - - Represents the date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds to be stored in or retrieved from a database. The structure has a different underlying data structure from its corresponding .NET Framework type, , which can represent any time between 12:00:00 AM 1/1/0001 and 11:59:59 PM 12/31/9999, to the accuracy of 100 nanoseconds. actually stores the relative difference to 00:00:00 AM 1/1/1900. Therefore, a conversion from "00:00:00 AM 1/1/1900" to an integer will return 0. - - - Initializes a new instance of the structure using the specified value. - A DateTime structure. - - - Initializes a new instance of the structure using the supplied parameters. - An integer value that represents the date as ticks. - An integer value that represents the time as ticks. - - - Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day. - An integer representing the year of the of the new structure. - An integer value representing the month of the new structure. - An integer value representing the day number of the new structure. - - - Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day, hour, minute, and second of the new structure. - An integer value representing the year of the new structure. - An integer value representing the month of the new structure. - An integer value representing the day of the month of the new structure. - An integer value representing the hour of the new structure. - An integer value representing the minute of the new structure. - An integer value representing the second of the new structure. - - - Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and millisecond of the new structure. - An integer value representing the year of the new structure. - An integer value representing the month of the new structure. - An integer value representing the day of the month of the new structure. - An integer value representing the hour of the new structure. - An integer value representing the minute of the new structure. - An integer value representing the second of the new structure. - An double value representing the millisecond of the new structure. - - - Initializes a new instance of the structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and billisecond of the new structure. - An integer value representing the year of the new structure. - An integer value representing the month of the new structure. - An integer value representing the day of the new structure. - An integer value representing the hour of the new structure. - An integer value representing the minute of the new structure. - An integer value representing the second of the new structure. - An integer value representing the bilisecond (billionth of a second) of the new structure. - - - Adds a to the specified TimeSpan. - A value. - A Timespan value. - A value. - - - Compares this structure to the supplied structure and returns an indication of their relative values. - The structure to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than .

-

Zero

-

This instance is the same as .

-

Greater than zero

-

This instance is greater than

-

-or-

-

is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this structure to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing as Visual Basic).

-

-
-
- - Gets the number of ticks representing the date of this structure. - The number of ticks representing the date that is contained in the property of this structure. - The exception that is thrown when the Value property of a structure is set to null. - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if the object is an instance of and the two are equal; otherwise false. - - - Gets the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Indicates whether this structure is null. - true if null. Otherwise, false. - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Represents the maximum valid date value for a structure. - - - - Represents the minimum valid date value for a structure. - - - - Performs a logical comparison of two instances of to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - Adds the period of time indicated by the supplied parameter, t, to the supplied structure. - A structure. - A structure. - A new . If either argument is , the new is . - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. - - - - - - - - - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - Performs a logical comparison of two instances of to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Subtracts the supplied structure, t, from the supplied structure. - A structure. - A structure. - A structure representing the results of the subtraction. - - - Converts the specified representation of a date and time to its equivalent. - The string to be parsed. - A structure equal to the date and time represented by the specified string. - - - A constant whose value is the number of ticks equivalent to one hour. - - - - A constant whose value is the number of ticks equivalent to one minute. - - - - A constant whose value is the number of ticks equivalent to one second. - - - - Subtracts the specified Timespan from this instance. - A value. - A Timespan value. - A value. - - - Gets the number of ticks representing the time of this structure. - The number of ticks representing the time of this structure. - - - Converts this structure to . - A SqlString structure whose value is a string representing the date and time that is contained in this structure. - - - Converts this structure to a . - A String representing the property of this structure. - - - Gets the value of the structure. This property is read-only. - The value of this structure. - The exception that is thrown when the Value property of a structure is set to null. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a numeric value between - 10^38 +1 and 10^38 - 1, with fixed precision and scale. - - - Initializes a new instance of the structure using the supplied value. - The value to be stored as a structure. - - - Initializes a new instance of the structure using the supplied double parameter. - A double, representing the value for the new structure. - - - Initializes a new instance of the structure using the supplied integer value. - The supplied integer value which will the used as the value of the new structure. - - - Initializes a new instance of the structure using the supplied long integer value. - The supplied long integer value which will the used as the value of the new structure. - - - Initializes a new instance of the structure using the supplied parameters. - The maximum number of digits that can be used to represent the property of the new structure. - The number of decimal places to which the property will be resolved for the new structure. - A Boolean value that indicates whether the new structure represents a positive or negative number. - The 128-bit unsigned integer that provides the value of the new . - - - Initializes a new instance of the structure using the supplied parameters. - The maximum number of digits that can be used to represent the property of the new structure. - The number of decimal places to which the property will be resolved for the new structure. - A Boolean value that indicates whether the new structure represents a positive or negative number. - An 32-bit unsigned integer which will be combined with data2, data3, and data4 to make up the 128-bit unsigned integer that represents the new structures value. - An 32-bit unsigned integer which will be combined with data1, data3, and data4 to make up the 128-bit unsigned integer that represents the new structures value. - An 32-bit unsigned integer which will be combined with data1, data2, and data4 to make up the 128-bit unsigned integer that represents the new structures value. - An 32-bit unsigned integer which will be combined with data1, data2, and data3 to make up the 128-bit unsigned integer that represents the new structures value. - - - The Abs method gets the absolute value of the parameter. - A structure. - A structure whose property contains the unsigned number representing the absolute value of the parameter. - - - Calculates the sum of the two operators. - A structure. - A structure. - A new structure whose property contains the sum. - - - The scale of the operand will be adjusted to the number of digits indicated by the digits parameter. Depending on the value of the fRound parameter, the value will either be rounded to the appropriate number of digits or truncated. - The structure to be adjusted. - The number of digits in the adjusted structure. - If this parameter is true, the new Value will be rounded, if false, the value will be truncated. - A new structure whose property contains the adjusted number. - - - Get the binary representation of the value of this structure as an array of bytes. - An array of bytes that contains the binary representation of the structure's value. - - - Returns the smallest whole number greater than or equal to the specified structure. - The structure for which the ceiling value is to be calculated. - A representing the smallest whole number greater than or equal to the specified structure. - - - Compares this instance to the supplied object and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Adjusts the value of the operand to the indicated precision and scale. - The structure whose value is to be adjusted. - The precision for the new structure. - The scale for the new structure. - A new structure whose Value has been adjusted to the precision and scale indicated in the parameters. - - - Gets the binary representation of this structure as an array of integers. - An array of integers that contains the binary representation of this structure. - - - The division operator calculates the results of dividing the first operand by the second. - A structure. - A structure. - A new structure whose property contains the results of the division. - - - Compares the supplied parameter to the property of the instance. - The to be compared. - true if object is an instance of and the two are equal. Otherwise, false. - - - Performs a logical comparison of the two operands to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, the value of the SqlDecimal will be null. - - - Rounds a specified number to the next lower whole number. - The structure for which the floor value is to be calculated. - A structure that contains the whole number part of this structure. - - - Returns the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Performs a logical comparison of two structures to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Indicates whether this structure is null. - true if this structure is null. Otherwise, false. - - - Indicates whether the of this structure is greater than zero. - true if the is assigned to null. Otherwise, false. - - - Performs a logical comparison of two structures to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A constant representing the largest possible value for the property. - - - - A constant representing the maximum value for the property. - - - - A constant representing the maximum value of a structure. - - - - A constant representing the minimum value for a structure. - - - - The multiplication operator computes the product of the two parameters. - A structure. - A structure. - A new structure whose property contains the product of the multiplication. - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the class. - - - - Calculates the sum of the two operators. - A structure. - A structure. - A new structure whose property contains the sum. - - - The division operator calculates the results of dividing the first operand by the second. - A structure. - A structure. - A new structure whose property contains the results of the division. - - - Performs a logical comparison of the two operands to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of two structures to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Performs a logical comparison of two structures to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - The multiplication operator computes the product of the two parameters. - A structure. - A structure. - A new structure whose property contains the product of the multiplication. - - - Calculates the results of subtracting the second operand from the first. - A structure. - A structure. - A new structure whose Value property contains the results of the subtraction. - - - The unary minus operator negates the parameter. - The structure to be negated. - A new structure whose value contains the results of the negation. - - - Converts the representation of a number to its equivalent. - The String to be parsed. - A equivalent to the value that is contained in the specified . - - - Raises the value of the specified structure to the specified exponential power. - The structure to be raised to a power. - A double value that indicates the power to which the number should be raised. - A structure that contains the results. - - - Gets the maximum number of digits used to represent the property. - The maximum number of digits used to represent the Value of this structure. - - - Gets the number nearest the specified structure's value with the specified precision. - The structure to be rounded. - The number of significant fractional digits (precision) in the return value. - A structure that contains the results of the rounding operation. - - - Gets the number of decimal places to which is resolved. - The number of decimal places to which the Value property is resolved. - - - Gets a value that indicates the sign of a structure's property. - The structure whose sign is to be evaluated. - A number that indicates the sign of the structure. - - - Calculates the results of subtracting the second operand from the first. - A structure. - A structure. - A new structure whose Value property contains the results of the subtraction. - - - Returns the a double equal to the contents of the property of this instance. - The decimal representation of the property. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A structure whose Value equals the Value of this structure. If the structure's Value is true, the structure's Value will be 1. Otherwise, the structure's Value will be 0. - - - Converts this structure to . - A structure with the same value as this instance of . - - - Converts this structure to . - A structure with the same value as this instance of . - - - Converts this structure to . - A structure with the same value as this instance of . - - - Converts this structure to . - A structure with the same value as this instance of . - - - Converts this structure to . - A structure with the same value as this instance of . - - - Converts this structure to . - A structure with the same value as this instance of . - - - Converts this structure to . - A structure whose value is a string representing the value contained in this structure. - - - Converts this structure to . - A new object that contains the string representation of the structure's property. - - - Truncates the specified structure's value to the that you want position. - The structure to be truncated. - The decimal position to which the number will be truncated. - Supply a negative value for the position parameter in order to truncate the value to the corresponding position to the left of the decimal point. - - - Gets the value of the structure. This property is read-only. - A number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514,162,514,264,337,593,543,950,335. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a floating-point number within the range of -1.79E +308 through 1.79E +308 to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied double parameter to set the new structure's property. - A double whose value will be used for the new . - - - The addition operator computes the sum of the two operands. - A structure. - A structure. - The sum of the two operands. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to compare. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic).

-

-
-
- - The division operator divides the first operand by the second. - A structure. - A structure. - A structure that contains the results of the division operation. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if the two values are equal. Otherwise, false. - - - Performs a logical comparison on two instances of to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. - - - Returns the hash code for this structre. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A string value that indicates the XSD of the specified . - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Returns a Boolean value that indicates whether this instance is null. - true if is null. Otherwise, false. - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A constant representing the maximum value for a structure. - - - - A constant representing the minimum possible value of . - - - - The multiplication operator computes the product of the two operands. - A structure. - A structure. - The product of the two operands. - - - Compares two instances of to determine whether they are notequal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - The addition operator computes the sum of the two operands. - A structure. - A structure. - The sum of the two operands. - - - The division operator divides the first operand by the second. - A structure. - A structure. - A structure that contains the results of the division operation. - - - Performs a logical comparison on two instances of to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. - - - - - - - - - - - - - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compares two instances of to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - The multiplication operator computes the product of the two operands. - A structure. - A structure. - The product of the two operands. - - - The subtraction operator the second operand from the first. - A structure. - A structure. - The results of the subtraction operation. - - - Returns the negated value of the specified structure. - A structure. - A structure that contains the negated value. - - - Converts the representation of a number to its double-precision floating point number equivalent. - The String to be parsed. - A that contains the value represented by the String. - - - The subtraction operator the second operand from the first. - A structure. - A structure. - The results of the subtraction operation. - - - Converts this structure to . - A SqlBoolean structure whose will be if the structure's is non-zero, if the is zero and if the structure is . - - - Converts this structure to . - A SqlByte structure whose Value equals the Value of this structure. - - - Converts this structure to . - A new SqlDecimal structure whose converted value equals the rounded value of this SqlDouble. - - - Converts this structure to . - A new structure whose Value equals the integer part of the structure's value. - - - Converts this structure to . - A new structure whose Value equals the integer part of the structure's value. - - - Converts this structure to . - A new structure whose Value equals the integer part of the structure's value. - - - Converts this structure to . - A new SqlMoney structure whose is equal to the value of this . - - - Converts this structure to . - A new SqlSingle structure whose is equal to the of this . - - - Converts this structure to . - A SqlString representing the of this . - - - Converts this structure to a string. - A string representing the of this . - - - Gets the value of the structure. This property is read-only. - The value of the structure. - - - Represents a zero value that can be assigned to the property of an instance of the structure. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XML schema consumed by .NET Framework. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - A . - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - A . - - - Represents a GUID to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied byte array parameter. - A byte array. - - - Initializes a new instance of the structure using the specified parameter. - A - - - Initializes a new instance of the structure using the specified parameter. - A object. - - - Initializes a new instance of the structure using the specified values. - The first four bytes of the . - The next two bytes of the . - The next two bytes of the . - The next byte of the . - The next byte of the . - The next byte of the . - The next byte of the . - The next byte of the . - The next byte of the . - The next byte of the . - The next byte of the . - - - Compares this structure to the supplied and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than object.

-

Zero

-

This instance is the same as object.

-

Greater than zero

-

This instance is greater than object

-

-or-

-

object is a null reference (Nothing).

-

-
-
- - Compares this structure to the supplied object and returns an indication of their relative values. Compares more than the last 6 bytes, but treats the last 6 bytes as the most significant ones in comparisons. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than object.

-

Zero

-

This instance is the same as object.

-

Greater than zero

-

This instance is greater than object

-

-or-

-

object is a null reference (Nothing)

-

-
-
- - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if object is an instance of and the two are equal; otherwise false. - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlGuid will be null. - - - Returns the hash code of this structure. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Gets a Boolean value that indicates whether this structure is null. - true if null. Otherwise, false. - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison on two structures to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - - - - - - - - - - - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - Performs a logical comparison on two structures to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Converts the specified structure to . - The String to be parsed. - A equivalent to the value that is contained in the specified . - - - Converts this structure to a byte array. - An array of bytes representing the of this structure. - - - Converts this structure to . - A SqlBinary structure that contains the bytes in the structure. - - - Converts this structure to . - A structure that contains the string representation of the structure. - - - Converts this structure to a . - A that contains the string representation of the structure. - - - Gets the value of the structure. This property is read-only. - A structure. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a 16-bit signed integer to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied short integer parameter. - A short integer. - - - Computes the sum of the two operands. - A structure. - A structure. - A structure whose property contains the sum of the two operands. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - A structure whose property contains the results of the bitwise AND. - - - Computes the bitwise OR of its two operands. - A structure. - A structure. - A structure whose property contains the results of the bitwise OR. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

object is a null reference (Nothing in Visual Basic)

-

-
-
- - Divides the first operand by the second. - A structure. - A structure. - A whose property contains the results of the division. - - - Compares the specified object to the property of the object. - The object to be compared. - true if object is an instance of and the two are equal; otherwise false. - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlInt16 will be null. - - - Returns the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A value that indicates the XSD of the specified . - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Indicates whether this structure is null. - true if null. Otherwise, false. For more information, see Handling Null Values. - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A constant representing the largest possible value of a . - - - - A constant representing the smallest possible value of a . - - - - Computes the remainder after dividing its first operand by its second. - A structure. - A structure. - A structure whose contains the remainder. - - - Divides two values and returns the remainder. - A value. - A value. - The remainder left after division is performed on x and y. - - - Computes the product of the two parameters. - A structure. - A structure. - A structure whose contains the product of the two parameters. - - - Performs a logical comparison of two structures to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - The ~ operator performs a bitwise one's complement operation on its operand. - A structure. - A structure whose property contains the complement of the specified structure. - - - Computes the sum of the two operands. - A structure. - A structure. - A structure whose property contains the sum of the two operands. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - A structure whose property contains the results of the bitwise AND. - - - Computes the bitwise OR of its two operands. - A structure. - A structure. - A structure whose property contains the results of the bitwise OR. - - - Divides the first operand by the second. - A structure. - A structure. - A whose property contains the results of the division. - - - Performs a logical comparison of two structures to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - A structure whose property contains the results of the bitwise XOR. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compares two instances of to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - Performs a logical comparison of two structures to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares two instances of to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares two structures to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Computes the remainder after dividing its first operand by its second. - A structure. - A structure. - A structure whose contains the remainder. - - - Computes the product of the two parameters. - A structure. - A structure. - A structure whose contains the product of the two parameters. - - - The ~ operator performs a bitwise one's complement operation on its operand. - A structure. - A structure whose property contains the complement of the specified structure. - - - Subtracts the second parameter from the first. - A structure. - A structure. - A structure whose property contains the results of the subtraction. - - - The unary minus operator negates the of the operand. - A structure. - A structure that contains the negated value. - - - Converts the representation of a number to its 16-bit signed integer equivalent. - The String to be parsed. - A 16-bit signed integer equivalent to the value that is contained in the specified . - - - Subtracts the second parameter from the first. - A structure. - A structure. - A structure whose property contains the results of the subtraction. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A structure whose equals the of this structure. If the value of the is less than 0 or greater than 255, an occurs. - - - Converts this structure to . - A new structure whose Value equals the value of this structure. - - - Converts this structure to . - A new structure whose Value equals the value of this structure. - - - Converts this structure to . - A new structure whose Value equals the value of this structure. - - - Converts this structure to . - A new structure whose Value equals the value of this structure. - - - Converts this structure to . - A new structure whose Value equals the value of this structure. - - - Converts this structure to . - A new structure whose Value equals the value of this structure. - - - Converts this structure to . - A representing the of this instance of . - - - Converts a structure to . - A object representing the of this instance of . - - - Gets the value of this instance of structure. This property is read-only. - A short integer representing the value of this structure. - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - A structure that contains the results of the XOR operation. - - - Represents a zero value that can be assigned to the property of an instance of the structure. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XML schema consumed by .NET Framework. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a 32-bit signed integer to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied integer value. - The integer to be converted. - - - Computes the sum of the two specified structures. - A structure. - A structure. - A structure whose property contains the sum of the specified structures. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - A structure that contains the results of the bitwise AND operation. - - - Computes the bitwise OR of the specified structures. - A structure. - A structure. - A structure that contains the results of the bitwise OR operation. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic).

-

-
-
- - Divides the first parameter from the second. - A structure. - A structure. - A whose property contains the results of the division. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if object is an instance of and the two are equal; otherwise false. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlInt32 will be null. - - - Returns the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A string value that indicates the XSD of the specified . - - - Compares the two parameters to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Indicates whether this structure is null. - This property is true if is null. Otherwise, false. - - - Compares the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A constant representing the largest possible value of a . - - - - A constant representing the smallest possible value of a . - - - - Computes the remainder after dividing the first parameter by the second. - A structure. - A structure. - A structure whose contains the remainder. - - - Divides two values and returns the remainder. - A value. - A value. - The remainder left after division is performed on x and y. - - - Computes the product of the two parameters. - A structure. - A structure. - A structure whose contains the product of the two parameters. - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the class. - - - - Performs a bitwise one's complement operation on the specified structure. - A structure. - A structure that contains the results of the one's complement operation. - - - Computes the sum of the two specified structures. - A structure. - A structure. - A structure whose property contains the sum of the specified structures. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - A structure that contains the results of the bitwise AND operation. - - - Computes the bitwise OR of the specified structures. - A structure. - A structure. - A structure that contains the results of the bitwise OR operation. - - - Divides the first parameter from the second. - A structure. - A structure. - A whose property contains the results of the division. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - Performs a bitwise exclusive-OR operation on the specified structures. - A structure. - A structure. - A structure that contains the results of the bitwise XOR operation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compares the two parameters to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - - - - - Performa a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Compares the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Compares the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Computes the remainder after dividing the first parameter by the second. - A structure. - A structure. - A structure whose contains the remainder. - - - Computes the product of the two parameters. - A structure. - A structure. - A structure whose contains the product of the two parameters. - - - Performs a bitwise one's complement operation on the specified structure. - A structure. - A structure that contains the results of the one's complement operation. - - - Subtracts the second parameter from the first. - A structure. - A structure. - A structure whose property contains the results of the subtraction. - - - Negates the of the operand. - A structure. - A structure that contains the negated value. - - - Converts the representation of a number to its 32-bit signed integer equivalent. - The to be parsed. - A 32-bit signed integer equivalent to the value that is contained in the specified . - - - Subtracts the second parameter from the first. - A structure. - A structure. - A structure whose property contains the results of the subtraction. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A structure whose Value equals the Value of this structure. If the value of the SqlInt32 is less than 0 or greater than 255, an occurs. - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts this structure to . - A new structure equal to the value of this . - - - Converts a structure to a . - A structure equal to the value of this . - - - Gets the value of this structure. This property is read-only. - An integer representing the value of this structure. - The property contains . - - - Performs a bitwise exclusive-OR operation on the specified structures. - A structure. - A structure. - A structure that contains the results of the bitwise XOR operation. - - - Represents a zero value that can be assigned to the property of an instance of the structure. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a 64-bit signed integer to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied long integer. - A long integer. - - - Computes the sum of the two parameters. - A structure. - A structure. - A new structure whose is equal to the sum of the two parameters. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - A structure that contains the results of the bitwise AND operation. - - - Computes the bitwise OR of its two operands. - A structure. - A structure. - A structure that contains the results of the bitwise OR operation. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic).

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic).

-

-
-
- - Divides the first parameter by the second. - A structure. - A structure. - A new structure whose property contains the results of the division operation. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if object is an instance of and the two are equal; otherwise false. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlInt64 will be null. - - - Returns the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A string that indicates the XSD of the specified . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Gets a Boolean value that indicates whether this structure is null. - true if null. Otherwise, false. - - - Performs a logical comparison on the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison on the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A constant representing the largest possible value for a structure. - - - - A constant representing the smallest possible value for a structure. - - - - Computes the remainder after dividing the first parameter by the second. - A structure. - A structure. - A new structure whose property contains the remainder. - - - Divides two values and returns the remainder. - A value. - A value. - The remainder left after division is performed on x and y. - - - Computes the product of the two parameters. - A structure. - A structure. - A new structure whose is equal to the product of the two parameters. - - - Performs a logical comparison on the two SqlInt64 parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - Performs a bitwise one's complement operation on its operand. - A structure. - A new structure whose is equal to the ones complement of the parameter. - - - Computes the sum of the two parameters. - A structure. - A structure. - A new structure whose is equal to the sum of the two parameters. - - - Computes the bitwise AND of its operands. - A structure. - A structure. - A structure that contains the results of the bitwise AND operation. - - - Computes the bitwise OR of its two operands. - A structure. - A structure. - A structure that contains the results of the bitwise OR operation. - - - Divides the first parameter by the second. - A structure. - A structure. - A new structure whose property contains the results of the division operation. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - A structure that contains the results of the bitwise XOR operation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two parameters to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - Performs a logical comparison on the two SqlInt64 parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Performs a logical comparison on the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison on the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Computes the remainder after dividing the first parameter by the second. - A structure. - A structure. - A new structure whose property contains the remainder. - - - Computes the product of the two parameters. - A structure. - A structure. - A new structure whose is equal to the product of the two parameters. - - - Performs a bitwise one's complement operation on its operand. - A structure. - A new structure whose is equal to the ones complement of the parameter. - - - Subtracts the second parameter from the first. - A structure. - A structure. - A new structure whose property equals the results of the subtraction operation. - - - The unary minus operator negates the of the operand. - A structure. - A structure whose is equal to the negated of the parameter. - - - Converts the representation of a number to its 64-bit signed integer equivalent. - The to be parsed. - A 64-bit signed integer equivalent to the value that is contained in the specified . - - - Subtracts the second parameter from the first. - A structure. - A structure. - A new structure whose property equals the results of the subtraction operation. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A structure whose Value equals the Value of this structure. - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A representing the value of this . - - - Converts this instance of to . - A representing the value of this . - - - Gets the value of this structure. This property is read-only. - A long integer representing the value of this structure. - - - Performs a bitwise exclusive-OR operation on the supplied parameters. - A structure. - A structure. - A structure that contains the results of the bitwise XOR operation. - - - Represents a zero value that can be assigned to the property of an instance of the structure. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of currency unit to be stored in or retrieved from a database. - - - Initializes a new instance of the class with the specified value. - The monetary value to initialize. - - - Initializes a new instance of the class with specified double value. - The monetary value to initialize. - - - Initializes a new instance of the class with the specified integer value. - The monetary value to initialize. - - - Initializes a new instance of the class with the specified long integer value. - The monetary value to initialize. - - - Calculates the sum of the two parameters. - A structure. - A structure. - A new stucture whose contains the sum of the two parameters. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - The division operator divides the first parameter by the second. - A structure. - A structure. - A new structure whose contains the results of the division. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - Equals will return true if the object is an instance of and the two are equal; otherwise false. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlMoney will be null. - - - Gets the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A string that indicates the XSD of the specified . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Returns a Boolean value that indicates whether this structure is null. - true if null. Otherwise, false. - - - Performs a logical comparison of the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Represents the maximum value that can be assigned to the property of an instance of the class. - - - - Represents the minimum value that can be assigned to property of an instance of the class. - - - - The multiplicaion operator calculates the product of the two parameters. - A structure. - A structure. - A new structure whose contains the product of the multiplication. - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the class. - - - - Calculates the sum of the two parameters. - A structure. - A structure. - A new stucture whose contains the sum of the two parameters. - - - The division operator divides the first parameter by the second. - A structure. - A structure. - A new structure whose contains the results of the division. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two parameters to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - The multiplicaion operator calculates the product of the two parameters. - A structure. - A structure. - A new structure whose contains the product of the multiplication. - - - The subtraction operator subtracts the second parameter from the first. - A structure. - A structure. - A new structure that contains the results of the subtraction. - - - The unary minus operator negates the parameter. - The structure to be negated. - A structure whose contains the results of the negation. - - - Converts the representation of a number to its equivalent. - The String to be parsed. - A equivalent to the value that is contained in the specified . - - - The subtraction operator subtracts the second parameter from the first. - A structure. - A structure. - A new structure that contains the results of the subtraction. - - - Converts the Value of this instance of as a structure. - A structure whose value equals the property of this structure. - - - Converts this structure to a . - A double with a value equal to this structure. - - - Converts this structure to an . - A 32-bit integer whose value equals the integer part of this structure. - - - Converts the Value of this structure to an . - A 64-bit integer whose value equals the integer part of this structure. - - - Converts this structure to . - A structure. If the value of the structure is zero, the structure's value will be . Otherwise, . - - - Converts this structure to . - A equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A structure whose value is a string representing the value of this . - - - Converts this instance of to string. - A string whose value is the string representation of the value of this . - - - Gets the monetary value of an instance of the structure. This property is read-only. - The monetary value of an instance of the structure. - The property is set to null. - - - Represents the zero value that can be assigned to the property of an instance of the class. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - The class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class. - The string to display when the exception is thrown. - - - Initializes a new instance of the class. - The string to display when the exception is thrown. - A reference to an inner exception. - - - The exception that is thrown when the Value property of a structure is set to null. - - - Initializes a new instance of the class with a system-supplied message that describes the error. - - - Initializes a new instance of the class with a specified message that describes the error. - The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. - The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception. - - - Represents a floating point number within the range of -3.40E +38 through 3.40E +38 to be stored in or retrieved from a database. - - - Initializes a new instance of the structure using the supplied double parameter. - A double value which will be used as the of the new structure. - - - Initializes a new instance of the structure. - A floating point number which will be used as the of the new structure. - - - Computes the sum of the two specified structures. - A structure. - A structure. - A structure that contains the sum of the two specified structures. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Divides the first structure by the second. - A structure. - A structure. - A SqlInt64 structure that contains the results of the division. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - true if the object is an instance of and the two are equal. Otherwise, false. - - - Performs a logical comparison of the two parameters to determine whether they are equal. - A structure. - A structure. - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlSingle will be null. - - - Gets the hash code for this instance. - A 32-bit signed integer hash code. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Performs a logical comparison of the two operands to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of two structures to determine whether the first is greater than or equal to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Indicates whether this structure is null. - true if null. Otherwise, false. - - - Performs a logical comparison of the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Represents the maximum value that can be assigned to the property of an instance of the class. - - - - Represents the minimum value that can be assigned to property of an instance of the class. - - - - Computes the product of the two specified structures. - A structure. - A structure. - A structure that contains the product of the multiplication. - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - Computes the sum of the two specified structures. - A structure. - A structure. - A structure that contains the sum of the two specified structures. - - - Divides the first structure by the second. - A structure. - A structure. - A structure that contains the results of the division. - - - Performs a logical comparison of the two SqlSingle parameters to determine whether they are equal. - A structure. - A structure. - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two operands to determine whether the first is greater than the second. - A structure. - A structure. - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of two structures to determine whether the first is greater than or equl to the second. - A structure. - A structure. - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two parameters to determine whether they are not equal. - A structure. - A structure. - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than the second. - A structure. - A structure. - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two parameters to determine whether the first is less than or equal to the second. - A structure. - A structure. - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Computes the product of the two specified structures. - A structure. - A structure. - A structure that contains the product of the multiplication. - - - Subtracts the second structure from the first. - A structure. - A structure. - A structure that contains the results of the subtraction. - - - Negates the of the specified structure. - A structure. - A structure that contains the negated value. - - - Converts the specified to a structure. - The to be parsed. - A equivalent to the value that is contained in the specified . - - - Subtracts the second structure from the first. - A structure. - A structure. - A structure that contains the results of the subtraction. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A structure whose Value equals the Value of this structure. If the structure's Value is true, the structure's Value will be 1. Otherwise, the structure's Value will be 0. - - - Converts this structure to . - A new SqlDecimal equal to the value of this . - - - Converts this structure to . - A new SqlDouble equal to the value of this . - - - Converts this structure to . - A new SqlInt16 equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A new equal to the value of this . - - - Converts this structure to . - A equal to the value of this . - - - Converts this structure to . - A representing the value of this . - - - Converts this structure to . - A String object representing the value of this . - - - Gets the value of this structure. This property is read-only. - A floating point value in the range -3.40E+38 through 3.40E+38. - - - Represents the zero value that can be assigned to the property of an instance of the class. - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - Represents a variable-length stream of characters to be stored in or retrieved from the database. has a different underlying data structure from its corresponding .NET Framework data type. - - - Initializes a new instance of the structure using the specified string. - The string to store. - - - Initializes a new instance of the structure using the specified string and locale id values. - The string to store. - Specifies the geographical locale and language for the new structure. - - - Initializes a new instance of the structure using the specified locale id, compare options, and data. - Specifies the geographical locale and language for the new structure. - Specifies the compare options for the new structure. - The data array to store. - - - Initializes a new instance of the structure using the specified string, locale id, and compare option values. - The string to store. - Specifies the geographical locale and language for the new structure. - Specifies the compare options for the new structure. - - - Initializes a new instance of the class. - Specifies the geographical locale and language for the new structure. - Specifies the compare options for the new structure. - The data array to store. - true if Unicode encoded. Otherwise, false. - - - Initializes a new instance of the class. - Specifies the geographical locale and language for the new structure. - Specifies the compare options for the new structure. - The data array to store. - The starting index within the array. - The number of characters from index to copy. - - - Initializes a new instance of the class. - Specifies the geographical locale and language for the new structure. - Specifies the compare options for the new structure. - The data array to store. - The starting index within the array. - The number of characters from index to copy. - true if Unicode encoded. Otherwise, false. - - - Concatenates two specified values to create a new structure. - A . - A . - A that is the concatenated value of x and y. - - - Specifies that sorts should be based on a characters numeric value instead of its alphabetical value. - - - - Specifies that sorts should be based on a character's numeric value instead of its alphabetical value. - - - - Creates a copy of this object. - A new object in which all property values are the same as the original. - - - Gets the object that defines how string comparisons should be performed for this structure. - A CompareInfo object that defines string comparison for this structure. - - - Gets the enumeration equilvalent of the specified value. - A value that describes the comparison options for this structure. - A CompareOptions value that corresponds to the SqlCompareOptions for this structure. - - - Compares this instance to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic).

-

-
-
- - Compares this object to the supplied and returns an indication of their relative values. - The to be compared. -

A signed number that indicates the relative values of the instance and the object.

-
Return Value

-

Condition

-

Less than zero

-

This instance is less than the object.

-

Zero

-

This instance is the same as the object.

-

Greater than zero

-

This instance is greater than the object

-

-or-

-

The object is a null reference (Nothing in Visual Basic)

-

-
-
- - Concatenates the two specified structures. - A . - A . - A that contains the newly concatenated value representing the contents of the two parameters. - - - Gets the structure that represents information about the culture of this object. - A structure that describes information about the culture of this SqlString structure including the names of the culture, the writing system, and the calendar used, and also access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings. - - - Performs a logical comparison of the two operands to determine whether they are equal. - A . - A . - true if the two values are equal. Otherwise, false. If either instance is null, then the SqlString will be null. - - - Compares the supplied object parameter to the property of the object. - The object to be compared. - Equals will return true if the object is an instance of and the two are equal; otherwise false. - - - Gets the hash code for this instance. - A 32-bit signed integer hash code. - - - Gets an array of bytes, that contains the contents of the in ANSI format. - An byte array, that contains the contents of the in ANSI format. - - - Gets an array of bytes, that contains the contents of the in Unicode format. - An byte array, that contains the contents of the in Unicode format. - - - Returns the XML Schema definition language (XSD) of the specified . - A . - A string value that indicates the XSD of the specified . - - - Performs a logical comparison of the two operands to determine whether the first is greater than the second. - A . - A . - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two operands to determine whether the first is greater than or equal to the second. - A . - A . - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Specifies that comparisons should ignore case. - - - - Specifies that the string comparison must ignore the Kana type. - - - - Specifies that the string comparison must ignore non-space combining characters, such as diacritics. - - - - Specifies that the string comparison must ignore the character width. - - - - Indicates whether this structure is null. - true if is . Otherwise, false. - - - Specifies the geographical locale and language for the structure. - The locale id for the string stored in the property. - - - Performs a logical comparison of the two operands to determine whether the first is less than the second. - A . - A . - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two operands to determine whether the first is less than or equal to the second. - A . - A . - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two operands to determine whether they are not equal. - A . - A . - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Represents a that can be assigned to this instance of the structure. - - - - Concatenates the two specified structures. - A . - A . - A that contains the newly concatenated value representing the contents of the two parameters. - - - Performs a logical comparison of the two operands to determine whether they are equal. - A . - A . - A that is if the two instances are equal or if the two instances are not equal. If either instance of is null, the of the will be . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Performs a logical comparison of the two operands to determine whether the first is greater than the second. - A . - A . - A that is if the first instance is greater than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two operands to determine whether the first is greater than or equal to the second. - A . - A . - A that is if the first instance is greater than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - - - - - Performs a logical comparison of the two operands to determine whether they are not equal. - A . - A . - A that is if the two instances are not equal or if the two instances are equal. If either instance of is null, the of the will be . - - - Performs a logical comparison of the two operands to determine whether the first is less than the second. - A . - A . - A that is if the first instance is less than the second instance. Otherwise, . If either instance of is null, the of the will be . - - - Performs a logical comparison of the two operands to determine whether the first is less than or equal to the second. - A . - A . - A that is if the first instance is less than or equal to the second instance. Otherwise, . If either instance of is null, the of the will be . - - - A combination of one or more of the enumeration values that represent the way in which this should be compared to other structures. - A value specifying how this should be compared to other structures. - - - Converts this structure to . - true if the is non-zero; false if zero; otherwise Null. - - - Converts this structure to . - A new SqlByte structure whose equals the number represented by this structure. - - - Converts this structure to . - A new SqlDateTime structure that contains the date value represented by this . - - - Converts this structure to . - A new that contains the value of this . - - - Converts this structure to . - A new that is equal to the numeric value of this . - - - Converts this structure to . - A new structure whose is the Guid represented by this structure. - - - Converts this structure to . - A new that is equal to the numeric value of this . - - - Converts this structure to . - A new that is equal to the numeric value of this . - - - Converts this structure to . - A new that is equal to the numeric value of this . - - - Converts this structure to . - A new that is equal to the numeric value of this . - - - Converts this structure to . - A new that is equal to the numeric value of this .. - - - Converts a object to a . - A with the same value as this structure. - - - Gets the string that is stored in this structure. This property is read-only. - The string that is stored. - The value of the string is . - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - An XmlSchema. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlReader - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - XmlWriter - - - The exception that is thrown when you set a value into a structure would truncate that value. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specified error message. - The error message that explains the reason for the exception. - - - Initializes a new instance of the class with a specified error message and a reference to the . - The error message that explains the reason for the exception. - A reference to an inner . - - - The base exception class for the . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specified error message. - The error message that explains the reason for the exception. - - - Initializes a new instance of the class with serialized data. - The object that holds the serialized object data. - The contextual information about the source or destination. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. - The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception. - - - Represents XML data stored in or retrieved from a server. - - - Creates a new instance. - - - Creates a new instance, supplying the XML value from the supplied -derived instance. - A -derived instance (such as ) from which to load the instance's Xml content. - - - Creates a new instance and associates it with the content of the supplied . - An -derived class instance to be used as the value of the new instance. - - - Gets the value of the XML content of this as a . - A -derived instance that contains the XML content. The actual type may vary (for example, the return value might be ) depending on how the information is represented internally, on the server. - Attempt was made to access this property on a null instance of . - - - Returns the XML Schema definition language (XSD) of the specified . - An . - A string that indicates the XSD of the specified . - - - Indicates whether this instance represents a null value. - true if Value is null. Otherwise, false. - - - Represents a null instance of the type. - A null instance of the type. - - - Gets the string representation of the XML content of this instance. - The string representation of the XML content. - - - For a description of this member, see . - An that describes the XML representation of the object that is produced by the method and consumed by the method. - - - For a description of this member, see . - An XmlReader. - - - For a description of this member, see . - An XmlWriter - - - The enumeration is not intended for use as a stand-alone component, but as an enumeration from which other classes derive standard functionality. - - - Buffer size. - - - - Stream. - - - - Unmanaged buffer. - - - - A collection of objects. This class cannot be inherited. - - - Initializes a new instance of the class. This new instance is empty, that is, it does not yet contain any objects. - - - Adds an that is a table mapping to the collection. - A DataTableMapping object to add to the collection. - The index of the DataTableMapping object added to the collection. - The object passed in was not a object. - - - Adds a object to the collection when given a source table name and a table name. - The case-sensitive name of the source table to map from. - The name, which is not case-sensitive, of the table to map to. - The object that was added to the collection. - - - Copies the elements of the specified to the end of the collection. - An of values to add to the collection. - - - Copies the elements of the specified array to the end of the collection. - The array of objects to add to the collection. - - - Removes all objects from the collection. - - - Gets a value indicating whether the given object exists in the collection. - An that is the . - true if this collection contains the specified ; otherwise false. - - - Gets a value indicating whether a object with the specified source table name exists in the collection. - The case-sensitive source table name containing the object. - true if the collection contains a object with this source table name; otherwise false. - - - Copies the elements of the to the specified array. - An to which to copy the elements. - The starting index of the array. - - - Copies the elements of the to the specified array. - A to which to copy the elements. - The starting index of the array. - - - Gets the number of objects in the collection. - The number of DataTableMapping objects in the collection. - - - Gets the object with the specified table name. - The name, which is not case-sensitive, of the table to find. - The object with the specified table name. - - - Gets an enumerator that can iterate through the collection. - An that can be used to iterate through the collection. - - - Gets a object with the specified source table name and table name, using the given . - The collection to search. - The case-sensitive name of the mapped source table. - The name, which is not case-sensitive, of the mapped table. - One of the values. - A object. - The mappingAction parameter was set to Error, and no mapping was specified. - - - Gets the location of the specified object within the collection. - An that is the object to find. - The zero-based location of the specified object within the collection. - - - Gets the location of the object with the specified source table name. - The case-sensitive name of the source table. - The zero-based location of the object with the specified source table name. - - - Gets the location of the object with the specified table name. - The name, which is not case-sensitive, of the DataSet table to find. - The zero-based location of the object with the given table name, or -1 if the object does not exist in the collection. - - - Inserts a object into the at the specified index. - The zero-based index of the object to insert. - The object to insert. - - - Inserts a object into the at the specified index. - The zero-based index of the object to insert. - The object to insert. - - - Gets or sets the object at the specified index. - The zero-based index of the object to return. - The object at the specified index. - - - Gets or sets the object with the specified source table name. - The case-sensitive name of the source table. - The object with the specified source table name. - - - Removes the specified object from the collection. - The object to remove. - - - Removes the specified object from the collection. - The object to remove. - The object specified was not a object. - The object specified is not in the collection. - - - Removes the object located at the specified index from the collection. - The zero-based index of the object to remove. - A object does not exist with the specified index. - - - Removes the object with the specified source table name from the collection. - The case-sensitive source table name to find. - A object does not exist with the specified source table name. - - - Gets a value indicating whether access to the is synchronized (thread safe). - true if access to the is synchronized (thread safe); otherwise, false. - - - Gets an object that can be used to synchronize access to the . - An object that can be used to synchronize access to the . - - - Gets a value indicating whether the has a fixed size. - true if the has a fixed size; otherwise, false. - - - Gets a value indicating whether the is read-only. - true if the is read-only; otherwise, false. - - - Gets or sets an item from the collection at a specified index. - The zero-based index of the item to get or set. - The element at the specified index. - - - Adds a table mapping to the collection. - The case-sensitive name of the source table. - The name of the table. - A reference to the newly-mapped object. - - - Gets the TableMapping object with the specified table name. - The name of the DataSet table within the collection. - The TableMapping object with the specified DataSet table name. - - - Gets or sets the instance of with the specified name. - The SourceTable name of the . - The instance of with the specified SourceTable name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands. - - - Constructs an instance of the object. - - - Attempts to cancels the execution of a . - - - Gets or sets the text command to run against the data source. - The text command to execute. The default value is an empty string (""). - - - Gets or sets the wait time before terminating the attempt to execute a command and generating an error. - The time in seconds to wait for the command to execute. - - - Indicates or specifies how the property is interpreted. - One of the values. The default is Text. - - - Gets or sets the used by this . - The connection to the data source. - - - Creates a new instance of a object. - A object. - - - Creates a new instance of a object. - A object. - - - Gets or sets the used by this . - The connection to the data source. - - - Gets the collection of objects. - The parameters of the SQL statement or stored procedure. - - - Gets or sets the within which this object executes. - The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic). - - - Gets or sets a value indicating whether the command object should be visible in a customized interface control. - true, if the command object should be visible in a control; otherwise false. The default is true. - - - - - - - - - Executes the command text against the connection. - An instance of . - A task representing the operation. - An error occurred while executing the command text. - An invalid value. - - - Providers should implement this method to provide a non-default implementation for overloads. The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteReader will be communicated via the returned Task Exception property. This method accepts a cancellation token that can be used to request the operation to be cancelled early. Implementations may ignore this request. - Options for statement execution and data retrieval. - The token to monitor for cancellation requests. - A task representing the asynchronous operation. - An error occurred while executing the command text. - An invalid value. - - - Executes a SQL statement against a connection object. - The number of rows affected. - - - This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellation token may optionally be ignored. The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by will be communicated via the returned Task Exception property. Do not invoke other methods and properties of the DbCommand object until the returned Task is complete. - The token to monitor for cancellation requests. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - An asynchronous version of , which executes a SQL statement against a connection object. Invokes with CancellationToken.None. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - Executes the against the , and returns an . - A object. - - - Executes the against the , and returns an using one of the values. - One of the values. - An object. - - - An asynchronous version of , which executes the against the and returns a . Invokes with CancellationToken.None. - A task representing the asynchronous operation. - An error occurred while executing the command text. - An invalid value. - - - An asynchronous version of , which executes the against the and returns a . Invokes . - One of the values. - A task representing the asynchronous operation. - An error occurred while executing the command text. - An invalid value. - - - An asynchronous version of , which executes the against the and returns a . This method propagates a notification that operations should be canceled. Invokes . - The token to monitor for cancellation requests. - A task representing the asynchronous operation. - An error occurred while executing the command text. - An invalid value. - - - Invokes . - One of the values. - The token to monitor for cancellation requests. - A task representing the asynchronous operation. - An error occurred while executing the command text. - An invalid value. - - - Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. - The first column of the first row in the result set. - - - This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellation token may optionally be ignored. The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellation token. Exceptions thrown by ExecuteScalar will be communicated via the returned Task Exception property. Do not invoke other methods and properties of the DbCommand object until the returned Task is complete. - The token to monitor for cancellation requests. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - An asynchronous version of , which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes with CancellationToken.None. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - Gets the collection of objects. For more information on parameters, see Configuring Parameters and Parameter Data Types. - The parameters of the SQL statement or stored procedure. - - - Creates a prepared (or compiled) version of the command on the data source. - - - Gets or sets the within which this object executes. - The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic). - - - Gets or sets how command results are applied to the when used by the Update method of a . - One of the values. The default is Both unless the command is automatically generated. Then the default is None. - - - Gets or sets the used by this instance of the . - The connection to the data source. - - - Creates a new instance of an object. - An IDbDataParameter object. - - - Executes the against the and builds an . - An object. - - - Executes the against the , and builds an using one of the values. - One of the values. - An object. - - - Gets the . - The parameters of the SQL statement or stored procedure. - - - Gets or sets the within which this object executes. - The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic). - - - Automatically generates single-table commands used to reconcile changes made to a with the associated database. This is an abstract class that can only be inherited. - - - Initializes a new instance of a class that inherits from the class. - - - Allows the provider implementation of the class to handle additional parameter properties. - A to which the additional modifications are applied. - The from the schema table provided by . - The type of command being generated; INSERT, UPDATE or DELETE. - true if the parameter is part of the update or delete WHERE clause, false if it is part of the insert or update values. - - - Sets or gets the for an instance of the class. - A object. - - - Sets or gets a string used as the catalog separator for an instance of the class. - A string indicating the catalog separator for use with an instance of the class. - - - Specifies which is to be used by the . - Returns one of the values describing the behavior of this . - - - Gets or sets a object for which Transact-SQL statements are automatically generated. - A object. - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Gets the automatically generated object required to perform deletions at the data source. - The automatically generated object required to perform deletions. - - - Gets the automatically generated object required to perform deletions at the data source, optionally using columns for parameter names. - If true, generate parameter names matching column names, if possible. If false, generate , , and so on. - The automatically generated object required to perform deletions. - - - Gets the automatically generated object required to perform insertions at the data source. - The automatically generated object required to perform insertions. - - - Gets the automatically generated object required to perform insertions at the data source, optionally using columns for parameter names. - If true, generate parameter names matching column names, if possible. If false, generate , , and so on. - The automatically generated object required to perform insertions. - - - Returns the name of the specified parameter in the format of . Use when building a custom command builder. - The number to be included as part of the parameter's name.. - The name of the parameter with the specified number appended as part of the parameter name. - - - Returns the full parameter name, given the partial parameter name. - The partial name of the parameter. - The full parameter name corresponding to the partial parameter name requested. - - - Returns the placeholder for the parameter in the associated SQL statement. - The number to be included as part of the parameter's name. - The name of the parameter with the specified number appended. - - - Returns the schema table for the . - The for which to retrieve the corresponding schema table. - A that represents the schema for the specific . - - - Gets the automatically generated object required to perform updates at the data source. - The automatically generated object required to perform updates. - - - Gets the automatically generated object required to perform updates at the data source, optionally using columns for parameter names. - If true, generate parameter names matching column names, if possible. If false, generate , , and so on. - The automatically generated object required to perform updates. - - - Resets the , , , and properties on the . - The to be used by the command builder for the corresponding insert, update, or delete command. - A instance to use for each insert, update, or delete operation. Passing a null value allows the method to create a object based on the Select command associated with the . - - - Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier. - The original unquoted identifier. - The quoted version of the identifier. Embedded quotes within the identifier are properly escaped. - - - Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. - The beginning character or characters to use. The default is an empty string. - This property cannot be changed after an insert, update, or delete command has been generated. - - - Gets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. - The ending character or characters to use. The default is an empty string. - - - Clears the commands associated with this . - - - Adds an event handler for the event. - A instance containing information about the event. - - - Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. - The character to be used as the schema separator. - - - Specifies whether all column values in an update statement are included or only changed ones. - true if the UPDATE statement generated by the includes all columns; false if it includes only changed columns. - - - Registers the to handle the event for a . - The to be used for the update. - - - Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. - The identifier that will have its embedded quotes removed. - The unquoted identifier, with embedded quotes properly un-escaped. - - - Represents a connection to a database. - - - Initializes a new instance of the class. - - - Starts a database transaction. - Specifies the isolation level for the transaction. - An object representing the new transaction. - - - Starts a database transaction. - An object representing the new transaction. - - - Starts a database transaction with the specified isolation level. - Specifies the isolation level for the transaction. - An object representing the new transaction. - - - Changes the current database for an open connection. - Specifies the name of the database for the connection to use. - - - Closes the connection to the database. This is the preferred method of closing any open connection. - The connection-level error that occurred while opening the connection. - - - Gets or sets the string used to open the connection. - The connection string used to establish the initial connection. The exact contents of the connection string depend on the specific data source for this connection. The default value is an empty string. - - - Gets the time to wait while establishing a connection before terminating the attempt and generating an error. - The time (in seconds) to wait for a connection to open. The default value is determined by the specific type of connection that you are using. - - - Creates and returns a object associated with the current connection. - A object. - - - Creates and returns a object associated with the current connection. - A object. - - - Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened. - The name of the current database or the name of the database to be used after a connection is opened. The default value is an empty string. - - - Gets the name of the database server to which to connect. - The name of the database server to which to connect. The default value is an empty string. - - - Gets the for this . - A set of methods for creating instances of a provider's implementation of the data source classes. - - - - - - - - - Enlists in the specified transaction. - A reference to an existing in which to enlist. - - - Returns schema information for the data source of this . - A that contains schema information. - - - Returns schema information for the data source of this using the specified string for the schema name. - Specifies the name of the schema to return. - A that contains schema information. - collectionName is specified as null. - - - Returns schema information for the data source of this using the specified string for the schema name and the specified string array for the restriction values. - Specifies the name of the schema to return. - Specifies a set of restriction values for the requested schema. - A that contains schema information. - collectionName is specified as null. - - - Raises the event. - A that contains the event data. - - - Opens a database connection with the settings specified by the . - - - An asynchronous version of , which opens a database connection with the settings specified by the . This method invokes the virtual method with CancellationToken.None. - A task representing the asynchronous operation. - - - This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellation token can optionally be honored. The default implementation invokes the synchronous call and returns a completed task. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by Open will be communicated via the returned Task Exception property. Do not invoke other methods and properties of the DbConnection object until the returned Task is complete. - The cancellation instruction. - A task representing the asynchronous operation. - - - Gets a string that represents the version of the server to which the object is connected. - The version of the database. The format of the string returned depends on the specific type of connection you are using. - was called while the returned Task was not completed and the connection was not opened after a call to . - - - Gets a string that describes the state of the connection. - The state of the connection. The format of the string returned depends on the specific type of connection you are using. - - - Occurs when the state of the event changes. - - - - Begins a database transaction with the specified value. - One of the values. - An object that represents the new transaction. - - - Begins a database transaction. - An object that represents the new transaction. - - - Creates and returns a object that is associated with the current connection. - A object that is associated with the connection. - - - Provides a base class for strongly typed connection string builders. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class, optionally using ODBC rules for quoting values. - true to use {} to delimit fields; false to use quotation marks. - - - Adds an entry with the specified key and value into the . - The key to add to the . - The value for the specified key. - keyword is a null reference (Nothing in Visual Basic). - The is read-only. -or- The has a fixed size. - - - Provides an efficient and safe way to append a key and value to an existing object. - The to which to add the key/value pair. - The key to be added. - The value for the supplied key. - - - Provides an efficient and safe way to append a key and value to an existing object. - The to which to add the key/value pair. - The key to be added. - The value for the supplied key. - true to use {} to delimit fields, false to use quotation marks. - - - Gets or sets a value that indicates whether the property is visible in Visual Studio designers. - true if the connection string is visible within designers; false otherwise. The default is true. - - - Clears the contents of the instance. - The is read-only. - - - Clears the collection of objects on the associated . - - - Gets or sets the connection string associated with the . - The current connection string, created from the key/value pairs that are contained within the . The default value is an empty string. - An invalid connection string argument has been supplied. - - - Determines whether the contains a specific key. - The key to locate in the . - true if the contains an entry with the specified key; otherwise false. - keyword is a null reference (Nothing in Visual Basic). - - - Gets the current number of keys that are contained within the property. - The number of keys that are contained within the connection string maintained by the instance. - - - Compares the connection information in this object with the connection information in the supplied object. - The to be compared with this object. - true if the connection information in both of the objects causes an equivalent connection string; otherwise false. - - - Fills a supplied with information about all the properties of this . - The to be filled with information about this . - - - Gets a value that indicates whether the has a fixed size. - true if the has a fixed size; otherwise false. - - - Gets a value that indicates whether the is read-only. - true if the is read-only; otherwise false. The default is false. - - - Gets or sets the value associated with the specified key. - The key of the item to get or set. - The value associated with the specified key. If the specified key is not found, trying to get it returns a null reference (Nothing in Visual Basic), and trying to set it creates a new element using the specified key. Passing a null (Nothing in Visual Basic) key throws an . Assigning a null value removes the key/value pair. - keyword is a null reference (Nothing in Visual Basic). - The property is set, and the is read-only. -or- The property is set, keyword does not exist in the collection, and the has a fixed size. - - - Gets an that contains the keys in the . - An that contains the keys in the . - - - Removes the entry with the specified key from the instance. - The key of the key/value pair to be removed from the connection string in this . - true if the key existed within the connection string and was removed; false if the key did not exist. - keyword is null (Nothing in Visual Basic) - The is read-only, or the has a fixed size. - - - Indicates whether the specified key exists in this instance. - The key to locate in the . - true if the contains an entry with the specified key; otherwise false. - - - Returns the connection string associated with this . - The current property. - - - Retrieves a value corresponding to the supplied key from this . - The key of the item to retrieve. - The value corresponding to the key. - true if keyword was found within the connection string, false otherwise. - keyword contains a null value (Nothing in Visual Basic). - - - Gets an that contains the values in the . - An that contains the values in the . - - - Copies the elements of the to an , starting at a particular index. - The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. - The zero-based index in array at which copying begins. - - - Gets a value indicating whether access to the is synchronized (thread safe). - true if access to the is synchronized (thread safe); otherwise, false. - - - Gets an object that can be used to synchronize access to the . - An object that can be used to synchronize access to the . - - - Adds an element with the provided key and value to the object. - The to use as the key of the element to add. - The to use as the value of the element to add. - - - Determines whether the object contains an element with the specified key. - The key to locate in the object. - true if the contains an element with the key; otherwise, false. - - - Returns an object for the object. - An object for the object. - - - - - - - - - Gets or sets the element with the specified key. - The key of the element to get or set. - The element with the specified key. - - - Removes the element with the specified key from the object. - The key of the element to remove. - - - Returns an enumerator that iterates through a collection. - An object that can be used to iterate through the collection. - - - Returns a collection of custom attributes for this instance of a component. - An containing the attributes for this object. - - - Returns the class name of this instance of a component. - The class name of the object, or null if the class does not have a name. - - - Returns the name of this instance of a component. - The name of the object, or null if the object does not have a name. - - - Returns a type converter for this instance of a component. - A that is the converter for this object, or null if there is no for this object. - - - Returns the default event for this instance of a component. - An that represents the default event for this object, or null if this object does not have events. - - - Returns the default property for this instance of a component. - A that represents the default property for this object, or null if this object does not have properties. - - - Returns an editor of the specified type for this instance of a component. - A that represents the editor for this object. - An of the specified type that is the editor for this object, or null if the editor cannot be found. - - - Returns the events for this instance of a component. - An that represents the events for this component instance. - - - Returns the events for this instance of a component using the specified attribute array as a filter. - An array of type that is used as a filter. - An that represents the filtered events for this component instance. - - - Returns the properties for this instance of a component. - A that represents the properties for this component instance. - - - Returns the properties for this instance of a component using the attribute array as a filter. - An array of type that is used as a filter. - A that represents the filtered properties for this component instance. - - - Returns an object that contains the property described by the specified property descriptor. - A that represents the property whose owner is to be found. - An that represents the owner of the specified property. - - - Aids implementation of the interface. Inheritors of implement a set of functions to provide strong typing, but inherit most of the functionality needed to fully implement a DataAdapter. - - - Initializes a new instance of a DataAdapter class. - - - Initializes a new instance of a DataAdapter class from an existing object of the same type. - A DataAdapter object used to create the new DataAdapter. - - - Adds a to the current batch. - The to add to the batch. - The number of commands in the batch before adding the . - The adapter does not support batches. - - - Removes all objects from the batch. - The adapter does not support batches. - - - Initializes a new instance of the class. - The used to update the data source. - The executed during the . - Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. - A object. - A new instance of the class. - - - Initializes a new instance of the class. - The that updates the data source. - The to execute during the . - Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. - A object. - A new instance of the class. - - - The default name used by the object for table mappings. - - - - Gets or sets a command for deleting records from the data set. - An used during to delete records in the data source for deleted rows in the data set. - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Executes the current batch. - The return value from the last command in the batch. - - - Adds or refreshes rows in a specified range in the to match those in the data source using the and source table names, command string, and command behavior. - A to fill with records and, if necessary, schema. - The zero-based record number to start with. - The maximum number of records to retrieve. - The name of the source table to use for table mapping. - The SQL SELECT statement used to retrieve rows from the data source. - One of the values. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - The source table is invalid. - The startRecord parameter is less than 0. -or- The maxRecords parameter is less than 0. - - - Adds or refreshes rows in a specified range in the to match those in the data source using the and names. - The objects to fill from the data source. - The zero-based record number to start with. - The maximum number of records to retrieve. - The executed to fill the objects. - One of the values. - The number of rows added to or refreshed in the data tables. - The is invalid. - The source table is invalid. -or- The connection is invalid. - The connection could not be found. - The startRecord parameter is less than 0. -or- The maxRecords parameter is less than 0. - - - Adds or refreshes rows in a specified range in the to match those in the data source using the and names. - A to fill with records and, if necessary, schema. - The zero-based record number to start with. - The maximum number of records to retrieve. - The name of the source table to use for table mapping. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - The is invalid. - The source table is invalid. -or- The connection is invalid. - The connection could not be found. - The startRecord parameter is less than 0. -or- The maxRecords parameter is less than 0. - - - Adds or refreshes rows in a to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records. - The zero-based record number to start with. - The maximum number of records to retrieve. - The objects to fill from the data source. - The number of rows successfully added to or refreshed in the . This value does not include rows affected by statements that do not return rows. - - - Adds or refreshes rows in the . - A to fill with records and, if necessary, schema. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Adds or refreshes rows in the to match those in the data source using the and names. - A to fill with records and, if necessary, schema. - The name of the source table to use for table mapping. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - The source table is invalid. - - - Adds or refreshes rows in a specified range in the to match those in the data source using the name. - The name of the to use for table mapping. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - The source table is invalid. - - - Adds or refreshes rows in a to match those in the data source using the specified , and . - A to fill with records and, if necessary, schema. - The SQL SELECT statement used to retrieve rows from the data source. - One of the values. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Gets or sets the behavior of the command used to fill the data adapter. - The of the command used to fill the data adapter. - - - Adds a to the specified and configures the schema to match that in the data source based on the specified . - The to be filled with the schema from the data source. - One of the values. - The SQL SELECT statement used to retrieve rows from the data source. - The name of the source table to use for table mapping. - One of the values. - An array of objects that contain schema information returned from the data source. - - - Adds a to the specified and configures the schema to match that in the data source based upon the specified and . - A to insert the schema in. - One of the values that specify how to insert the schema. - The name of the source table to use for table mapping. - A reference to a collection of objects that were added to the . - A source table from which to get the schema could not be found. - - - Configures the schema of the specified based on the specified , command string, and values. - The to be filled with the schema from the data source. - One of the values. - The SQL SELECT statement used to retrieve rows from the data source. - One of the values. - A of object that contains schema information returned from the data source. - - - Adds a named "Table" to the specified and configures the schema to match that in the data source based on the specified . - A to insert the schema in. - One of the values that specify how to insert the schema. - A reference to a collection of objects that were added to the . - - - Configures the schema of the specified based on the specified . - The to be filled with the schema from the data source. - One of the values. - A that contains schema information returned from the data source. - - - Returns a from one of the commands in the current batch. - The index of the command to retrieve the parameter from. - The index of the parameter within the command. - The specified. - The adapter does not support batches. - - - Returns information about an individual update attempt within a larger batched update. - The zero-based column ordinal of the individual command within the batch. - The number of rows affected in the data store by the specified command within the batch. - An thrown during execution of the specified command. Returns null (Nothing in Visual Basic) if no exception is thrown. - Information about an individual update attempt within a larger batched update. - - - Gets the parameters set by the user when executing an SQL SELECT statement. - An array of objects that contains the parameters set by the user. - - - Initializes batching for the . - The adapter does not support batches. - - - Gets or sets a command used to insert new records into the data source. - A used during to insert records in the data source for new rows in the data set. - - - Raises the RowUpdated event of a .NET Framework data provider. - A that contains the event data. - - - Raises the RowUpdating event of a .NET Framework data provider. - An that contains the event data. - - - Gets or sets a command used to select records in the data source. - A that is used during to select records from data source for placement in the data set. - - - Ends batching for the . - The adapter does not support batches. - - - Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified . - The used to update the data source. - The number of rows successfully updated from the . - The source table is invalid. - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified . - The used to update the data source. - The number of rows successfully updated from the . - The is invalid. - The source table is invalid. - No exists to update. -or- No exists to update. -or- No exists to use as a source. - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array in the . - An array of objects used to update the data source. - The number of rows successfully updated from the . - The is invalid. - The source table is invalid. - No exists to update. -or- No exists to update. -or- No exists to use as a source. - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the with the specified name. - The to use to update the data source. - The name of the source table to use for table mapping. - The number of rows successfully updated from the . - The is invalid. - The source table is invalid. - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of objects. - An array of objects used to update the data source. - The collection to use. - The number of rows successfully updated from the . - The is invalid. - The source table is invalid. - No exists to update. -or- No exists to update. -or- No exists to use as a source. - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. - The number of rows to process per batch. Value is - - Effect - - 0 - - There is no limit on the batch size. - - 1 - - Disables batch updating. - - > 1 - - Changes are sent using batches of operations at a time. - - When setting this to a value other than 1 ,all the commands associated with the must have their property set to None or OutputParameters. An exception will be thrown otherwise. - - - Gets or sets a command used to update records in the data source. - A used during to update records in the data source for modified rows in the data set. - - - Gets or sets an SQL statement for deleting records from the data set. - An used during to delete records in the data source for deleted rows in the data set. - - - Gets or sets an SQL statement used to insert new records into the data source. - An used during to insert records in the data source for new rows in the data set. - - - Gets or sets an SQL statement used to select records in the data source. - An that is used during to select records from data source for placement in the data set. - - - Gets or sets an SQL statement used to update records in the data source. - An used during to update records in the data source for modified rows in the data set. - - - Creates a new object that is a copy of the current instance. - A new object that is a copy of this instance. - - - Reads a forward-only stream of rows from a data source. - - - Initializes a new instance of the class. - - - Closes the object. - - - Gets a value indicating the depth of nesting for the current row. - The depth of nesting for the current row. - - - Releases all resources used by the current instance of the class. - - - Releases the managed resources used by the and optionally releases the unmanaged resources. - true to release managed and unmanaged resources; false to release only unmanaged resources. - - - Gets the number of columns in the current row. - The number of columns in the current row. - There is no current connection to an instance of SQL Server. - - - Gets the value of the specified column as a Boolean. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the value of the specified column as a byte. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset. - The zero-based column ordinal. - The index within the row from which to begin the read operation. - The buffer into which to copy the data. - The index with the buffer to which the data will be copied. - The maximum number of characters to read. - The actual number of bytes read. - The specified cast is not valid. - - - Gets the value of the specified column as a single character. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset. - The zero-based column ordinal. - The index within the row from which to begin the read operation. - The buffer into which to copy the data. - The index with the buffer to which the data will be copied. - The maximum number of characters to read. - The actual number of characters read. - - - Returns a object for the requested column ordinal. - The zero-based column ordinal. - A object. - - - Gets name of the data type of the specified column. - The zero-based column ordinal. - A string representing the name of the data type. - The specified cast is not valid. - - - Gets the value of the specified column as a object. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Returns a object for the requested column ordinal that can be overridden with a provider-specific implementation. - The zero-based column ordinal. - A object. - - - Gets the value of the specified column as a object. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the value of the specified column as a double-precision floating point number. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Returns an that can be used to iterate through the rows in the data reader. - An that can be used to iterate through the rows in the data reader. - - - Gets the data type of the specified column. - The zero-based column ordinal. - The data type of the specified column. - The specified cast is not valid. - - - Synchronously gets the value of the specified column as a type. - The column to be retrieved. - Synchronously gets the value of the specified column as a type. - The column to be retrieved. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Tried to read a previously-read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - T doesn’t match the type returned by SQL Server or cannot be cast. - - - Asynchronously gets the value of the specified column as a type. - The type of the value to be returned. - The type of the value to be returned. - The type of the value to be returned. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Tried to read a previously-read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - T doesn’t match the type returned by the data source or cannot be cast. - - - Asynchronously gets the value of the specified column as a type. - The type of the value to be returned. - The cancellation instruction, which propagates a notification that operations should be canceled. This does not guarantee the cancellation. A setting of CancellationToken.None makes this method equivalent to . The returned task must be marked as cancelled. - The type of the value to be returned. - The type of the value to be returned. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Tried to read a previously-read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - T doesn’t match the type returned by the data source or cannot be cast. - - - Gets the value of the specified column as a single-precision floating point number. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the value of the specified column as a globally-unique identifier (GUID). - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the value of the specified column as a 16-bit signed integer. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the value of the specified column as a 32-bit signed integer. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the value of the specified column as a 64-bit signed integer. - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Gets the name of the column, given the zero-based column ordinal. - The zero-based column ordinal. - The name of the specified column. - - - Gets the column ordinal given the name of the column. - The name of the column. - The zero-based column ordinal. - The name specified is not a valid column name. - - - Returns the provider-specific field type of the specified column. - The zero-based column ordinal. - The object that describes the data type of the specified column. - - - Gets the value of the specified column as an instance of . - The zero-based column ordinal. - The value of the specified column. - - - Gets all provider-specific attribute columns in the collection for the current row. - An array of into which to copy the attribute columns. - The number of instances of in the array. - - - Returns a that describes the column metadata of the . - A that describes the column metadata. - The is closed. - - - Retrieves data as a . - Retrieves data as a . - The returned object. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Tried to read a previously-read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - The returned type was not one of the types below: binary image varbinary udt - - - Gets the value of the specified column as an instance of . - The zero-based column ordinal. - The value of the specified column. - The specified cast is not valid. - - - Retrieves data as a . - Retrieves data as a . - The returned object. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Tried to read a previously-read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - The returned type was not one of the types below: char nchar ntext nvarchar text varchar - - - Gets the value of the specified column as an instance of . - The zero-based column ordinal. - The value of the specified column. - - - Populates an array of objects with the column values of the current row. - An array of into which to copy the attribute columns. - The number of instances of in the array. - - - Gets a value that indicates whether this contains one or more rows. - true if the contains one or more rows; otherwise false. - - - Gets a value indicating whether the is closed. - true if the is closed; otherwise false. - The is closed. - - - Gets a value that indicates whether the column contains nonexistent or missing values. - The zero-based column ordinal. - true if the specified column is equivalent to ; otherwise false. - - - An asynchronous version of , which gets a value that indicates whether the column contains non-existent or missing values. Optionally, sends a notification that operations should be cancelled. - The zero-based column to be retrieved. - The cancellation instruction, which propagates a notification that operations should be canceled. This does not guarantee the cancellation. A setting of CancellationToken.None makes this method equivalent to . The returned task must be marked as cancelled. - true if the specified column value is equivalent to DBNull otherwise false. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Trying to read a previously read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - - - An asynchronous version of , which gets a value that indicates whether the column contains non-existent or missing values. - The zero-based column to be retrieved. - true if the specified column value is equivalent to DBNull otherwise false. - The connection drops or is closed during the data retrieval. The is closed during the data retrieval. There is no data ready to be read (for example, the first hasn't been called, or returned false). Trying to read a previously read column in sequential mode. There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream. - Trying to read a column that does not exist. - - - Gets the value of the specified column as an instance of . - The zero-based column ordinal. - The value of the specified column. - The index passed was outside the range of 0 through . - - - Gets the value of the specified column as an instance of . - The name of the column. - The value of the specified column. - No column with the specified name was found. - - - Advances the reader to the next result when reading the results of a batch of statements. - true if there are more result sets; otherwise false. - - - An asynchronous version of , which advances the reader to the next result when reading the results of a batch of statements. Invokes with CancellationToken.None. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellationToken may optionally be ignored. The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by will be communicated via the returned Task Exception property. Other methods and properties of the DbDataReader object should not be invoked while the returned Task is not yet completed. - The cancellation instruction. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - Advances the reader to the next record in a result set. - true if there are more rows; otherwise false. - - - An asynchronous version of , which advances the reader to the next record in a result set. This method invokes with CancellationToken.None. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - This is the asynchronous version of . Providers should override with an appropriate implementation. The cancellationToken may optionally be ignored. The default implementation invokes the synchronous method and returns a completed task, blocking the calling thread. The default implementation will return a cancelled task if passed an already cancelled cancellationToken. Exceptions thrown by Read will be communicated via the returned Task Exception property. Do not invoke other methods and properties of the DbDataReader object until the returned Task is complete. - The cancellation instruction. - A task representing the asynchronous operation. - An error occurred while executing the command text. - - - Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. - The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed. - - - Gets the number of fields in the that are not hidden. - The number of fields that are not hidden. - - - - - - - - - For a description of this member, see . - The zero-based column ordinal. - An instance of to be used when the field points to more remote structured data. - - - - - - - - - - - - - - Implements and , and provides data binding support for . - - - Initializes a new instance of the class. - - - Indicates the number of fields within the current record. This property is read-only. - The number of fields within the current record. - Not connected to a data source to read from. - - - Returns the value of the specified column as a Boolean. - The column ordinal. - true if the Boolean is true; otherwise false. - - - Returns the value of the specified column as a byte. - The column ordinal. - The value of the specified column. - - - Returns the value of the specified column as a byte array. - The zero-based column ordinal. - The index within the field from which to start the read operation. - The buffer into which to read the stream of bytes. - The index for buffer to start the read operation. - The number of bytes to read. - The value of the specified column. - - - Returns the value of the specified column as a character. - The column ordinal. - The value of the specified column. - - - Returns the value of the specified column as a character array. - Column ordinal. - Buffer to copy data into. - Maximum length to copy into the buffer. - Point to start from within the buffer. - Point to start from within the source data. - The value of the specified column. - - - Not currently supported. - Not currently supported. - Not currently supported. - - - Returns the name of the back-end data type. - The column ordinal. - The name of the back-end data type. - - - Returns the value of the specified column as a object. - The column ordinal. - The value of the specified column. - - - Returns a object for the requested column ordinal that can be overridden with a provider-specific implementation. - The zero-based column ordinal. - A object. - - - Returns the value of the specified column as a object. - The column ordinal. - The value of the specified column. - - - Returns the value of the specified column as a double-precision floating-point number. - The column ordinal. - The value of the specified column. - - - Returns the that is the data type of the object. - The column ordinal. - The that is the data type of the object. - - - Returns the value of the specified column as a single-precision floating-point number. - The column ordinal. - The value of the specified column. - - - Returns the GUID value of the specified field. - The index of the field to return. - The GUID value of the specified field. - The index passed was outside the range of 0 through . - - - Returns the value of the specified column as a 16-bit signed integer. - The column ordinal. - The value of the specified column. - - - Returns the value of the specified column as a 32-bit signed integer. - The column ordinal. - The value of the specified column. - - - Returns the value of the specified column as a 64-bit signed integer. - The column ordinal. - The value of the specified column. - - - Returns the name of the specified column. - The column ordinal. - The name of the specified column. - - - Returns the column ordinal, given the name of the column. - The name of the column. - The column ordinal. - - - Returns the value of the specified column as a string. - The column ordinal. - The value of the specified column. - - - Returns the value at the specified column in its native format. - The column ordinal. - The value to return. - - - Populates an array of objects with the column values of the current record. - An array of to copy the attribute fields into. - The number of instances of in the array. - - - Used to indicate nonexistent values. - The column ordinal. - true if the specified column is equivalent to ; otherwise false. - - - Indicates the value at the specified column in its native format given the column ordinal. This property is read-only. - The column ordinal. - The value at the specified column in its native format. - - - Indicates the value at the specified column in its native format given the column name. This property is read-only. - The column name. - The value at the specified column in its native format. - - - Returns a collection of custom attributes for this instance of a component. - An that contains the attributes for this object. - - - Returns the class name of this instance of a component. - The class name of the object, or null if the class does not have a name. - - - Returns the name of this instance of a component. - The name of the object, or null if the object does not have a name. - - - Returns a type converter for this instance of a component. - A that is the converter for this object, or null if there is no for this object. - - - Returns the default event for this instance of a component. - An that represents the default event for this object, or null if this object does not have events. - - - Returns the default property for this instance of a component. - A that represents the default property for this object, or null if this object does not have properties. - - - Returns an editor of the specified type for this instance of a component. - A that represents the editor for this object. - An of the specified type that is the editor for this object, or null if the editor cannot be found. - - - Returns the events for this instance of a component. - An that represents the events for this component instance. - - - Returns the events for this instance of a component using the specified attribute array as a filter. - An array of type that is used as a filter. - An that represents the filtered events for this component instance. - - - Returns the properties for this instance of a component. - A that represents the properties for this component instance. - - - Returns the properties for this instance of a component using the attribute array as a filter. - An array of type that is used as a filter. - A that represents the filtered properties for this component instance. - - - Returns an object that contains the property described by the specified property descriptor. - A that represents the property whose owner is to be found. - An that represents the owner of the specified property. - - - Provides a mechanism for enumerating all available instances of database servers within the local network. - - - Creates a new instance of the class. - - - Retrieves a containing information about all visible instances of the server represented by the strongly typed instance of this class. - Returns a containing information about the visible instances of the associated data source. - - - Exposes the method, which supports a simple iteration over a collection by a .NET Framework data provider. - - - Initializes a new instance of the class with the give n data reader. - The DataReader through which to iterate. - - - Initializes a new instance of the class using the specified DataReader. - The DataReader through which to iterate. - - - Initializes a new instance of the class using the specified reader and indicates whether to automatically close the reader after iterating through its data. - The DataReader through which to iterate. - true to automatically close the DataReader after iterating through its data; otherwise, false. - - - Initializes a new instance of the class using the specified DataReader, and indicates whether to automatically close the DataReader after iterating through its data. - The DataReader through which to iterate. - true to automatically close the DataReader after iterating through its data; otherwise, false. - - - Gets the current element in the collection. - The current element in the collection. - The enumerator is positioned before the first element of the collection or after the last element. - - - Advances the enumerator to the next element of the collection. - true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. - The collection was modified after the enumerator was created. - - - Sets the enumerator to its initial position, which is before the first element in the collection. - The collection was modified after the enumerator was created. - - - The base class for all exceptions thrown on behalf of the data source. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified error message. - The message to display for this exception. - - - Initializes a new instance of the class with the specified serialization information and context. - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - - Initializes a new instance of the class with the specified error message and a reference to the inner exception that is the cause of this exception. - The error message string. - The inner exception reference. - - - Initializes a new instance of the class with the specified error message and error code. - The error message that explains the reason for the exception. - The error code for the exception. - - - Provides a list of constants for the well-known MetaDataCollections: DataSourceInformation, DataTypes, MetaDataCollections, ReservedWords, and Restrictions. - - - A constant for use with the method that represents the DataSourceInformation collection. - - - - A constant for use with the method that represents the DataTypes collection. - - - - A constant for use with the method that represents the MetaDataCollections collection. - - - - A constant for use with the method that represents the ReservedWords collection. - - - - A constant for use with the method that represents the Restrictions collection. - - - - Provides static values that are used for the column names in the MetaDataCollection objects contained in the . The is created by the GetSchema method. - - - Used by the GetSchema method to create the CollectionName column in the DataTypes collection. - - - - Used by the GetSchema method to create the ColumnSize column in the DataTypes collection. - - - - Used by the GetSchema method to create the CompositeIdentifierSeparatorPattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the CreateFormat column in the DataTypes collection. - - - - Used by the GetSchema method to create the CreateParameters column in the DataTypes collection. - - - - Used by the GetSchema method to create the DataSourceProductName column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the DataSourceProductVersion column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the DataSourceProductVersionNormalized column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the DataType column in the DataTypes collection. - - - - Used by the GetSchema method to create the GroupByBehavior column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the IdentifierCase column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the IdentifierPattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the IsAutoIncrementable column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsBestMatch column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsCaseSensitive column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsConcurrencyType column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsFixedLength column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsFixedPrecisionScale column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsLiteralSupported column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsLong column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsNullable column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsSearchable column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsSearchableWithLike column in the DataTypes collection. - - - - Used by the GetSchema method to create the IsUnsigned column in the DataTypes collection. - - - - Used by the GetSchema method to create the LiteralPrefix column in the DataTypes collection. - - - - Used by the GetSchema method to create the LiteralSuffix column in the DataTypes collection. - - - - Used by the GetSchema method to create the MaximumScale column in the DataTypes collection. - - - - Used by the GetSchema method to create the MinimumScale column in the DataTypes collection. - - - - Used by the GetSchema method to create the NumberOfIdentifierParts column in the MetaDataCollections collection. - - - - Used by the GetSchema method to create the NumberOfRestrictions column in the MetaDataCollections collection. - - - - Used by the GetSchema method to create the OrderByColumnsInSelect column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the ParameterMarkerFormat column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the ParameterMarkerPattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the ParameterNameMaxLength column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the ParameterNamePattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the ProviderDbType column in the DataTypes collection. - - - - Used by the GetSchema method to create the QuotedIdentifierCase column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the QuotedIdentifierPattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the ReservedWord column in the ReservedWords collection. - - - - Used by the GetSchema method to create the StatementSeparatorPattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the StringLiteralPattern column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the SupportedJoinOperators column in the DataSourceInformation collection. - - - - Used by the GetSchema method to create the TypeName column in the DataTypes collection. - - - - Represents a parameter to a and optionally, its mapping to a column. For more information on parameters, see Configuring Parameters and Parameter Data Types. - - - Initializes a new instance of the class. - - - Gets or sets the of the parameter. - One of the values. The default is . - The property is not set to a valid . - - - Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. - One of the values. The default is Input. - The property is not set to one of the valid values. - - - Gets or sets a value that indicates whether the parameter accepts null values. - true if null values are accepted; otherwise false. The default is false. - - - Gets or sets the name of the . - The name of the . The default is an empty string (""). - - - [Supported in the .NET Framework 4.5.1 and later versions] Gets or sets the maximum number of digits used to represent the property. - The maximum number of digits used to represent the property. - - - Resets the DbType property to its original settings. - - - Gets or sets the number of decimal places to which is resolved. - The number of decimal places to which is resolved. - - - Gets or sets the maximum size, in bytes, of the data within the column. - The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value. - - - Gets or sets the name of the source column mapped to the and used for loading or returning the . - The name of the source column mapped to the . The default is an empty string. - - - Sets or gets a value which indicates whether the source column is nullable. This allows to correctly generate Update statements for nullable columns. - true if the source column is nullable; false if it is not. - - - Gets or sets the to use when you load . - One of the values. The default is Current. - The property is not set to one of the values. - - - Gets or sets the value of the parameter. - An that is the value of the parameter. The default value is null. - - - - - - Indicates the precision of numeric parameters. - The maximum number of digits used to represent the Value property of a data provider Parameter object. The default value is 0, which indicates that a data provider sets the precision for Value. - - - For a description of this member, see . - The number of decimal places to which is resolved. The default is 0. - - - The base class for a collection of parameters relevant to a . - - - Initializes a new instance of the class. - - - Adds the specified object to the . - The of the to add to the collection. - The index of the object in the collection. - - - Adds an array of items with the specified values to the . - An array of values of type to add to the collection. - - - Removes all values from the . - - - Indicates whether a with the specified is contained in the collection. - The of the to look for in the collection. - true if the is in the collection; otherwise false. - - - Indicates whether a with the specified name exists in the collection. - The name of the to look for in the collection. - true if the is in the collection; otherwise false. - - - Copies an array of items to the collection starting at the specified index. - The array of items to copy to the collection. - The index in the collection to copy the items. - - - Specifies the number of items in the collection. - The number of items in the collection. - - - Exposes the method, which supports a simple iteration over a collection by a .NET Framework data provider. - An that can be used to iterate through the collection. - - - Returns the object at the specified index in the collection. - The index of the in the collection. - The object at the specified index in the collection. - - - Returns the object with the specified name. - The name of the in the collection. - The the object with the specified name. - - - Returns the index of the specified object. - The object in the collection. - The index of the specified object. - - - Returns the index of the object with the specified name. - The name of the object in the collection. - The index of the object with the specified name. - - - Inserts the specified index of the object with the specified name into the collection at the specified index. - The index at which to insert the object. - The object to insert into the collection. - - - Specifies whether the collection is a fixed size. - true if the collection is a fixed size; otherwise false. - - - Specifies whether the collection is read-only. - true if the collection is read-only; otherwise false. - - - Specifies whether the collection is synchronized. - true if the collection is synchronized; otherwise false. - - - Gets and sets the at the specified index. - The zero-based index of the parameter. - The at the specified index. - The specified index does not exist. - - - Gets and sets the with the specified name. - The name of the parameter. - The with the specified name. - The specified index does not exist. - - - Removes the specified object from the collection. - The object to remove. - - - Removes the object at the specified from the collection. - The index where the object is located. - - - Removes the object with the specified name from the collection. - The name of the object to remove. - - - Sets the object at the specified index to a new value. - The index where the object is located. - The new value. - - - Sets the object with the specified name to a new value. - The name of the object in the collection. - The new value. - - - Specifies the to be used to synchronize access to the collection. - A to be used to synchronize access to the . - - - - - - - - - - - - Gets or sets the element at the specified index. - The zero-based index of the element to get or set. - The element at the specified index. - - - Gets or sets the parameter at the specified index. - The name of the parameter to retrieve. - An at the specified index. - - - Represents a set of methods for creating instances of a provider's implementation of the data source classes. - - - Initializes a new instance of a class. - - - Specifies whether the specific supports the class. - true if the instance of the supports the class; otherwise false. - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Returns a new instance of the provider's class that implements the class. - A new instance of . - - - Identifies which provider-specific property in the strongly typed parameter classes is to be used when setting a provider-specific type. - - - Initializes a new instance of a class. - Specifies whether this property is a provider-specific property. - - - Indicates whether the attributed property is a provider-specific type. - true if the property that this attribute is applied to is a provider-specific type property; otherwise false. - - - The base class for a transaction. - - - Initializes a new object. - - - Commits the database transaction. - - - Specifies the object associated with the transaction. - The object associated with the transaction. - - - Specifies the object associated with the transaction. - The object associated with the transaction. - - - Releases the unmanaged resources used by the . - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - If true, this method releases all resources held by any managed objects that this references. - - - Specifies the for this transaction. - The for this transaction. - - - Rolls back a transaction from a pending state. - - - Gets the object associated with the transaction, or a null reference if the transaction is no longer valid. - The object associated with the transaction. - - - Specifies the action to take with regard to the current and remaining rows during an . - - - The is to continue proccessing rows. - - - - The event handler reports that the update should be treated as an error. - - - - The current row and all remaining rows are not to be updated. - - - - The current row is not to be updated. - - - - Represents the exception that is thrown when you try to return a version of a that has been deleted. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Specifies how to read XML data and a relational schema into a . - - - Default. - - - - Reads a DiffGram, applying changes from the DiffGram to the . The semantics are identical to those of a operation. As with the operation, values are preserved. Input to with DiffGrams should only be obtained using the output from as a DiffGram. - - - - Reads XML fragments, such as those generated by executing FOR XML queries, against an instance of SQL Server. When is set to Fragment, the default namespace is read as the inline schema. - - - - Ignores any inline schema and reads data into the existing schema. If any data does not match the existing schema, it is discarded (including data from differing namespaces defined for the ). If the data is a DiffGram, IgnoreSchema has the same functionality as DiffGram. - - - - Ignores any inline schema, infers schema from the data and loads the data. If the already contains a schema, the current schema is extended by adding new tables or adding columns to existing tables. An exception is thrown if the inferred table already exists but with a different namespace, or if any of the inferred columns conflict with existing columns. - - - - Ignores any inline schema, infers a strongly typed schema from the data, and loads the data. If the type cannot be inferred from the data, it is interpreted as string data. If the already contains a schema, the current schema is extended, either by adding new tables or by adding columns to existing tables. An exception is thrown if the inferred table already exists but with a different namespace, or if any of the inferred columns conflict with existing columns. - - - - Reads any inline schema and loads the data. If the already contains schema, new tables may be added to the schema, but an exception is thrown if any tables in the inline schema already exist in the . - - - - Specifies how to write XML data and a relational schema from a . - - - Writes the entire as a DiffGram, including original and current values. To generate a DiffGram containing only changed values, call , and then call as a DiffGram on the returned . - - - - Writes the current contents of the as XML data, without an XSD schema. If no data is loaded into the , nothing is written. - - - - Writes the current contents of the as XML data with the relational structure as inline XSD schema. If the has only a schema with no data, only the inline schema is written. If the does not have a current schema, nothing is written. - - - - Represents a nonexistent value. This class cannot be inherited. - - - Returns an empty string (). - An empty string (). - - - Returns an empty string using the specified . - The to be used to format the return value. -or- null to obtain the format information from the current locale setting of the operating system. - An empty string (). - - - Represents the sole instance of the class. - - - - Specifies the relationship between the columns in a GROUP BY clause and the non-aggregated columns in the select-list of a SELECT statement. - - - The GROUP BY clause must contain all nonaggregated columns in the select list, and must not contain other columns not in the select list. - - - - The GROUP BY clause must contain all nonaggregated columns in the select list, and can contain other columns not in the select list. - - - - The GROUP BY clause is not supported. - - - - The support for the GROUP BY clause is unknown. - - - - There is no relationship between the columns in the GROUP BY clause and the nonaggregated columns in the SELECT list. You may group by any column. - - - - - - - - - - Specifies how identifiers are treated by the data source when searching the system catalog. - - - The data source ignores identifier case when searching the system catalog. The identifiers "ab" and "AB" will match. - - - - The data source distinguishes identifier case when searching the system catalog. The identifiers "ab" and "AB" will not match. - - - - The data source has ambiguous rules regarding identifier case and cannot discern this information. - - - - Provides data for the RowUpdated event of a .NET Framework data provider. - - - Initializes a new instance of the class. - The sent through an . - The executed when is called. - The type of SQL statement executed. - The sent through an . - - - Gets the executed when is called. - The executed when is called. - - - Copies references to the modified rows into the provided array. - The array of to copy into. - - - Copies references to the modified rows into the provided array. - The array of to copy into. - The index in the array to start copying into. - - - Gets any errors generated by the .NET Framework data provider when the was executed. - The errors generated by the .NET Framework data provider when the was executed. - - - Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. - The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements. - - - Gets the sent through an . - The sent through an . - - - Gets the number of rows processed in a batch of updated records. - int that specifies the number of row processed. - - - Gets the type of SQL statement executed. - The type of SQL statement executed. - - - Gets the of the property. - One of the values. The default is Continue. - - - Gets the sent through an . - The sent through an . - - - Provides the data for the RowUpdating event of a .NET Framework data provider. - - - Initializes a new instance of the class. - The to . - The to execute when is called. - The type of SQL statement to execute. - The to send through an . - - - Gets or sets the object for an instance of this class. - The to execute during the . - - - Gets the to execute during the operation. - The to execute during the . - - - Gets any errors generated by the .NET Framework data provider when the executes. - The errors generated by the .NET Framework data provider when the executes. - - - Gets the that will be sent to the server as part of an insert, update, or delete operation. - The to send through an . - - - Gets the type of SQL statement to execute. - The type of SQL statement to execute. - - - Gets or sets the of the property. - One of the values. The default is Continue. - - - Gets the to send through the . - The to send through the . - - - Describes the column metadata of the schema for a database table. - - - Specifies whether value DBNull is allowed. - - - - Specifies the name of the column in the schema table. - - - - Specifies the name of the schema in the schema table. - - - - Specifies the name of the table in the schema table. - - - - Specifies the name of the column in the schema table. - - - - Specifies the ordinal of the column. - - - - Specifies the size of the column. - - - - Specifies the type of data in the column. - - - - Specifies whether this column is aliased. - - - - Specifies whether this column is an expression. - - - - Specifies whether this column is a key for the table. - - - - Specifies whether this column contains long data. - - - - Specifies whether a unique constraint applies to this column. - - - - Specifies the non-versioned provider-specific data type of the column. - - - - Specifies the precision of the column data, if the data is numeric. - - - - Specifies the scale of the column data, if the data is numeric. - - - - Specifies the provider-specific data type of the column. - - - - Describes optional column metadata of the schema for a database table. - - - Specifies the value at which the series for new identity columns is assigned. - - - - Specifies the increment between values in the identity column. - - - - The name of the catalog associated with the results of the latest query. - - - - The namespace of the column. - - - - The server name of the column. - - - - The namespace for the table that contains the column. - - - - Specifies the mapping for the column. - - - - The default value for the column. - - - - The expression used to compute the column. - - - - Specifies whether the column values in the column are automatically incremented. - - - - Specifies whether this column is hidden. - - - - Specifies whether this column is read-only. - - - - Specifies whether this column contains row version information. - - - - Specifies the provider-specific data type of the column. - - - - Specifies what types of Transact-SQL join statements are supported by the data source. - - - The data source supports full outer joins. - - - - The data source supports inner joins. - - - - The data source supports left outer joins. - - - - The data source does not support join queries. - - - - The data source supports right outer joins. - - - - Specifies how conflicting changes to the data source will be detected and resolved. - - - Update and delete statements will include all searchable columns from the table in the WHERE clause. This is equivalent to specifying CompareAllValuesUpdate | CompareAllValuesDelete. - - - - If any Timestamp columns exist in the table, they are used in the WHERE clause for all generated update statements. This is equivalent to specifying CompareRowVersionUpdate | CompareRowVersionDelete. - - - - All update and delete statements include only columns in the WHERE clause. If no is defined, all searchable columns are included in the WHERE clause. This is equivalent to OverwriteChangesUpdate | OverwriteChangesDelete. - - - - Describes the current state of the connection to a data source. - - - The connection to the data source is broken. This can occur only after the connection has been opened. A connection in this state may be closed and then re-opened. (This value is reserved for future versions of the product.) - - - - The connection is closed. - - - - The connection object is connecting to the data source. - - - - The connection object is executing a command. (This value is reserved for future versions of the product.) - - - - The connection object is retrieving data. (This value is reserved for future versions of the product.) - - - - The connection is open. - - - - Represents a constraint that can be enforced on one or more objects. - - - Initializes a new instance of the class. - - - Gets the to which this constraint belongs. - The to which the constraint belongs. - - - Gets the to which this constraint belongs. - - - The name of a constraint in the . - The name of the . - The name is a null value or empty string. - The already contains a with the same name (The comparison is not case-sensitive.). - - - Gets the collection of user-defined constraint properties. - A of custom information. - - - Sets the constraint's . - The to which this constraint will belong. - - - Gets the to which the constraint applies. - A to which the constraint applies. - - - Gets the , if there is one, as a string. - The string value of the . - - - Represents a collection of constraints for a . - - - Adds the specified object to the collection. - The Constraint to add. - The constraint argument is null. - The constraint already belongs to this collection, or belongs to another collection. - The collection already has a constraint with the same name. (The comparison is not case-sensitive.) - - - Constructs a new with the specified name, , and value that indicates whether the column is a primary key, and adds it to the collection. - The name of the UniqueConstraint. - The to which the constraint applies. - Specifies whether the column should be the primary key. If true, the column will be a primary key column. - A new UniqueConstraint. - The constraint already belongs to this collection. -Or- The constraint belongs to another collection. - The collection already has a constraint with the specified name. (The comparison is not case-sensitive.) - - - Constructs a new with the specified name, parent column, and child column, and adds the constraint to the collection. - The name of the . - The primary key, or parent, . - The foreign key, or child, . - A new ForeignKeyConstraint. - - - Constructs a new with the specified name, array of objects, and value that indicates whether the column is a primary key, and adds it to the collection. - The name of the . - An array of objects to which the constraint applies. - Specifies whether the column should be the primary key. If true, the column will be a primary key column. - A new UniqueConstraint. - The constraint already belongs to this collection. -Or- The constraint belongs to another collection. - The collection already has a constraint with the specified name. (The comparison is not case-sensitive.) - - - Constructs a new , with the specified arrays of parent columns and child columns, and adds the constraint to the collection. - The name of the . - An array of objects that are the primary key, or parent, columns. - An array of objects that are the foreign key, or child, columns. - A new ForeignKeyConstraint. - - - Copies the elements of the specified array to the end of the collection. - An array of objects to add to the collection. - - - Indicates whether a can be removed. - The to be tested for removal from the collection. - true if the can be removed from collection; otherwise, false. - - - Clears the collection of any objects. - - - Occurs whenever the is changed because of objects being added or removed. - - - - Indicates whether the object specified by name exists in the collection. - The of the constraint. - true if the collection contains the specified constraint; otherwise, false. - - - Copies the collection objects to a one-dimensional instance starting at the specified index. - The one-dimensional that is the destination of the values copied from the collection. - The index of the array at which to start inserting. - - - Gets the index of the specified . - The to search for. - The zero-based index of the if it is in the collection; otherwise, -1. - - - Gets the index of the specified by name. - The name of the . - The index of the if it is in the collection; otherwise, -1. - - - Gets the from the collection at the specified index. - The index of the constraint to return. - The at the specified index. - The index value is greater than the number of items in the collection. - - - Gets the from the collection with the specified name. - The of the constraint to return. - The with the specified name; otherwise a null value if the does not exist. - - - Removes the specified from the collection. - The to remove. - The constraint argument is null. - The constraint does not belong to the collection. - - - Removes the object specified by name from the collection. - The name of the to remove. - - - Removes the object at the specified index from the collection. - The index of the to remove. - The collection does not have a constraint at this index. - - - Represents the exception that is thrown when attempting an action that violates a constraint. - - - Initializes a new instance of the class. This is the default constructor. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class using the specified serialization and stream context. - The data necessary to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class using the specified string and inner exception. - The string to display when the exception is thrown. - Gets the Exception instance that caused the current exception. - - - Represents the schema of a column in a . - - - Initializes a new instance of a class as type string. - - - Initializes a new instance of the class, as type string, using the specified column name. - A string that represents the name of the column to be created. If set to null or an empty string (""), a default name will be specified when added to the columns collection. - - - Initializes a new instance of the class using the specified column name and data type. - A string that represents the name of the column to be created. If set to null or an empty string (""), a default name will be specified when added to the columns collection. - A supported . - No dataType was specified. - - - Initializes a new instance of the class using the specified name, data type, and expression. - A string that represents the name of the column to be created. If set to null or an empty string (""), a default name will be specified when added to the columns collection. - A supported . - The expression used to create this column. For more information, see the property. - No dataType was specified. - - - Initializes a new instance of the class using the specified name, data type, expression, and value that determines whether the column is an attribute. - A string that represents the name of the column to be created. If set to null or an empty string (""), a default name will be specified when added to the columns collection. - A supported . - The expression used to create this column. For more information, see the property. - One of the values. - No dataType was specified. - - - Gets or sets a value that indicates whether null values are allowed in this column for rows that belong to the table. - true if null values values are allowed; otherwise, false. The default is true. - - - Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table. - true if the value of the column increments automatically; otherwise, false. The default is false. - The column is a computed column. - - - Gets or sets the starting value for a column that has its property set to true. The default is 0. - The starting value for the feature. - - - Gets or sets the increment used by a column with its property set to true. - The number by which the value of the column is automatically incremented. The default is 1. - The value set is zero. - - - Gets or sets the caption for the column. - The caption of the column. If not set, returns the value. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - Gets or sets the of the column. - One of the values. - - - Gets or sets the name of the column in the . - The name of the column. - The property is set to null or an empty string and the column belongs to a collection. - A column with the same name already exists in the collection. The name comparison is not case sensitive. - - - Gets or sets the type of data stored in the column. - A object that represents the column data type. - The column already has data stored. - - - Gets or sets the DateTimeMode for the column. - The for the specified column. - - - Gets or sets the default value for the column when you are creating new rows. - A value appropriate to the column's . - When you are adding a row, the default value is not an instance of the column's data type. - - - Gets or sets the expression used to filter rows, calculate the values in a column, or create an aggregate column. - An expression to calculate the value of a column, or create an aggregate column. The return type of an expression is determined by the of the column. - The or property is set to true. - When you are using the CONVERT function, the expression evaluates to a string, but the string does not contain a representation that can be converted to the type parameter. - When you are using the CONVERT function, the requested cast is not possible. See the Conversion function in the following section for detailed information about possible casts. - When you use the SUBSTRING function, the start argument is out of range. -Or- When you use the SUBSTRING function, the length argument is out of range. - When you use the LEN function or the TRIM function, the expression does not evaluate to a string. This includes expressions that evaluate to . - - - Gets the collection of custom user information associated with a . - A of custom information. - - - Gets or sets the maximum length of a text column. - The maximum length of the column in characters. If the column has no maximum length, the value is –1 (default). - - - Gets or sets the namespace of the . - The namespace of the . - The namespace already has data. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - Parameter reference. - - - Gets the (zero-based) position of the column in the collection. - The position of the column. Gets -1 if the column is not a member of a collection. - - - Gets or sets an XML prefix that aliases the namespace of the . - The XML prefix for the namespace. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - Parameter reference. - - - Gets or sets a value that indicates whether the column allows for changes as soon as a row has been added to the table. - true if the column is read only; otherwise, false. The default is false. - The property is set to false on a computed column. - - - Changes the ordinal or position of the to the specified ordinal or position. - The specified ordinal. - - - Gets the to which the column belongs to. - The that the belongs to. - - - Gets the of the column, if one exists. - The value, if the property is set; otherwise, the property. - - - Gets or sets a value that indicates whether the values in each row of the column must be unique. - true if the value must be unique; otherwise, false. The default is false. - The column is a calculated column. - - - Provides data for the event. - - - Initializes a new instance of the class. - The of the column with the changing value. - The with the changing value. - The new value. - - - Gets the with a changing value. - The with a changing value. - - - Gets or sets the proposed new value for the column. - The proposed value, of type . - - - Gets the of the column with a changing value. - The of the column with a changing value. - - - Represents the method that will handle the event. - The source of the event. - A that contains the event data. - - - Represents a collection of objects for a . - - - Creates and adds a object to the . - The newly created . - - - Creates and adds the specified object to the . - The to add. - The column parameter is null. - The column already belongs to this collection, or to another collection. - The collection already has a column with the specified name. (The comparison is not case-sensitive.) - The expression is invalid. See the property for more information about how to create expressions. - - - Creates and adds a object that has the specified name to the . - The name of the column. - The newly created . - The collection already has a column with the specified name. (The comparison is not case-sensitive.) - - - Creates and adds a object that has the specified name and type to the . - The to use when you create the column. - The of the new column. - The newly created . - The collection already has a column with the specified name. (The comparison is not case-sensitive.) - The expression is invalid. See the property for more information about how to create expressions. - - - Creates and adds a object that has the specified name, type, and expression to the . - The name to use when you create the column. - The of the new column. - The expression to assign to the property. - The newly created . - The collection already has a column with the specified name. (The comparison is not case-sensitive.) - The expression is invalid. See the property for more information about how to create expressions. - - - Copies the elements of the specified array to the end of the collection. - The array of objects to add to the collection. - - - Checks whether a specific column can be removed from the collection. - A in the collection. - true if the column can be removed. false if, The column parameter is null. The column does not belong to this collection. The column is part of a relationship. Another column's expression depends on this column. - - - Clears the collection of any columns. - - - Occurs when the columns collection changes, either by adding or removing a column. - - - - Checks whether the collection contains a column with the specified name. - The of the column to look for. - true if a column exists with this name; otherwise, false. - - - Copies the entire collection into an existing array, starting at a specified index within the array. - An array of objects to copy the collection into. - The index to start from. - - - Gets the index of a column specified by name. - The name of the column to return. - The index of the column specified by column if it is found; otherwise, -1. - - - Gets the index of the column with the specific name (the name is not case sensitive). - The name of the column to find. - The zero-based index of the column with the specified name, or -1 if the column does not exist in the collection. - - - Gets the from the collection at the specified index. - The zero-based index of the column to return. - The at the specified index. - The index value is greater than the number of items in the collection. - - - Gets the from the collection with the specified name. - The of the column to return. - The in the collection with the specified ; otherwise a null value if the does not exist. - - - Removes the specified object from the collection. - The to remove. - The column parameter is null. - The column does not belong to this collection. -Or- The column is part of a relationship. -Or- Another column's expression depends on this column. - - - Removes the object that has the specified name from the collection. - The name of the column to remove. - The collection does not have a column with the specified name. - - - Removes the column at the specified index from the collection. - The index of the column to remove. - The collection does not have a column at the specified index. - - - Represents the exception that is thrown when errors are generated using ADO.NET components. - - - Initializes a new instance of the class. This is the default constructor. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with the specified serialization information and context. - The data necessary to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with the specified string and inner exception. - The string to display when the exception is thrown. - A reference to an inner exception. - - - Represents a parent/child relationship between two objects. - - - Initializes a new instance of the class using the specified name, and parent and child objects. - The name of the . If null or an empty string (""), a default name will be given when the created object is added to the . - The parent in the relationship. - The child in the relationship. - One or both of the objects contains null. - The columns have different data types -Or- The tables do not belong to the same . - - - Initializes a new instance of the class using the specified name and matched arrays of parent and child objects. - The name of the relation. If null or an empty string (""), a default name will be given when the created object is added to the . - An array of parent objects. - An array of child objects. - One or both of the objects contains null. - The objects have different data types -Or- One or both of the arrays are not composed of distinct columns from the same table. -Or- The tables do not belong to the same . - - - Initializes a new instance of the class using the specified name, parent and child objects, and a value that indicates whether to create constraints. - The name of the relation. If null or an empty string (""), a default name will be given when the created object is added to the . - The parent in the relation. - The child in the relation. - A value that indicates whether constraints are created. true, if constraints are created. Otherwise, false. - One or both of the objects contains null. - The columns have different data types -Or- The tables do not belong to the same . - - - Initializes a new instance of the class using the specified name, matched arrays of parent and child objects, and value that indicates whether to create constraints. - The name of the relation. If null or an empty string (""), a default name will be given when the created object is added to the . - An array of parent objects. - An array of child objects. - A value that indicates whether to create constraints. true, if constraints are created. Otherwise, false. - One or both of the objects is null. - The columns have different data types -Or- The tables do not belong to the same . - - - This constructor is provided for design time support in the Visual Studio environment. - The name of the relation. If null or an empty string (""), a default name will be given when the created object is added to the . - The name of the that is the parent table of the relation. - The name of the that is the child table of the relation. - An array of object names in the parent of the relation. - An array of object names in the child of the relation. - A value that indicates whether relationships are nested. - - - This constructor is provided for design time support in the Visual Studio environment. - The name of the . If null or an empty string (""), a default name will be given when the created object is added to the . - The name of the that is the parent table of the relation. - The name of the parent table namespace. - The name of the that is the child table of the relation. - The name of the child table namespace. - An array of object names in the parent of the relation. - An array of object names in the child of the relation. - A value that indicates whether relationships are nested. - - - This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. - The parent and child tables belong to different objects. -Or- One or more pairs of parent and child objects have mismatched data types. -Or- The parent and child objects are identical. - - - Gets the child objects of this relation. - An array of objects. - - - Gets the for the relation. - A ForeignKeyConstraint. - - - Gets the child table of this relation. - A that is the child table of the relation. - - - Gets the to which the belongs. - A to which the belongs. - - - Gets the collection that stores customized properties. - A that contains customized properties. - - - Gets or sets a value that indicates whether objects are nested. - true, if objects are nested; otherwise, false. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - Parameter reference. - - - Gets an array of objects that are the parent columns of this . - An array of objects that are the parent columns of this . - - - Gets the that guarantees that values in the parent column of a are unique. - A that makes sure that values in a parent column are unique. - - - Gets the parent of this . - A that is the parent table of this relation. - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - Parameter reference. - - - Gets or sets the name used to retrieve a from the . - The name of the a . - null or empty string ("") was passed into a that is a . - The belongs to a collection that already contains a with the same name. - - - Gets the , if one exists. - The value of the property. - - - Represents the collection of objects for this . - - - Initializes a new instance of the class. - - - Adds a to the . - The DataRelation to add to the collection. - The relation parameter is a null value. - The relation already belongs to this collection, or it belongs to another collection. - The collection already has a relation with the specified name. (The comparison is not case sensitive.) - The relation has entered an invalid state since it was created. - - - Creates a with a specified parent and child column, and adds it to the collection. - The parent column of the relation. - The child column of the relation. - The created relation. - - - Creates a with the specified parent and child columns, and adds it to the collection. - The parent columns of the relation. - The child columns of the relation. - The created relation. - The relation argument is a null value. - The relation already belongs to this collection, or it belongs to another collection. - The collection already has a relation with the same name. (The comparison is not case sensitive.) - The relation has entered an invalid state since it was created. - - - Creates a with the specified name, and parent and child columns, and adds it to the collection. - The name of the relation. - The parent column of the relation. - The child column of the relation. - The created relation. - - - Creates a with the specified name and arrays of parent and child columns, and adds it to the collection. - The name of the DataRelation to create. - An array of parent objects. - An array of child DataColumn objects. - The created DataRelation. - The relation name is a null value. - The relation already belongs to this collection, or it belongs to another collection. - The collection already has a relation with the same name. (The comparison is not case sensitive.) - The relation has entered an invalid state since it was created. - - - Creates a with the specified name, parent and child columns, with optional constraints according to the value of the createConstraints parameter, and adds it to the collection. - The name of the relation. - The parent column of the relation. - The child column of the relation. - true to create constraints; otherwise false. (The default is true). - The created relation. - - - Creates a with the specified name, arrays of parent and child columns, and value specifying whether to create a constraint, and adds it to the collection. - The name of the DataRelation to create. - An array of parent objects. - An array of child DataColumn objects. - true to create a constraint; otherwise false. - The created relation. - The relation name is a null value. - The relation already belongs to this collection, or it belongs to another collection. - The collection already has a relation with the same name. (The comparison is not case sensitive.) - The relation has entered an invalid state since it was created. - - - Performs verification on the table. - The relation to check. - The relation is null. - The relation already belongs to this collection, or it belongs to another collection. - The collection already has a relation with the same name. (The comparison is not case sensitive.) - - - Copies the elements of the specified array to the end of the collection. - The array of objects to add to the collection. - - - Verifies whether the specified can be removed from the collection. - The relation to perform the check against. - true if the can be removed; otherwise, false. - - - Clears the collection of any relations. - - - Occurs when the collection has changed. - - - - Verifies whether a with the specific name (case insensitive) exists in the collection. - The name of the relation to find. - true, if a relation with the specified name exists; otherwise false. - - - Copies the collection of objects starting at the specified index. - The array of objects to copy the collection to. - The index to start from. - - - This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. - The referenced DataSet. - - - Gets the index of the specified object. - The relation to search for. - The 0-based index of the relation, or -1 if the relation is not found in the collection. - - - Gets the index of the specified by name. - The name of the relation to find. - The zero-based index of the relation with the specified name, or -1 if the relation does not exist in the collection. - - - Gets the object at the specified index. - The zero-based index to find. - The , or a null value if the specified does not exist. - The index value is greater than the number of items in the collection. - - - Gets the object specified by name. - The name of the relation to find. - The named , or a null value if the specified does not exist. - - - Raises the event. - A that contains the event data. - - - Raises the event. - A that contains the event data. - - - Removes the specified relation from the collection. - The relation to remove. - The relation is a null value. - The relation does not belong to the collection. - - - Removes the relation with the specified name from the collection. - The name of the relation to remove. - The collection does not have a relation with the specified name. - - - Removes the relation at the specified index from the collection. - The index of the relation to remove. - The collection does not have a relation at the specified index. - - - Performs a verification on the specified object. - The DataRelation object to verify. - The collection does not have a relation at the specified index. - The specified relation does not belong to this collection, or it belongs to another collection. - - - Represents a row of data in a . - - - Initializes a new instance of the DataRow. Constructs a row from the builder. Only for internal usage.. - builder - - - Commits all the changes made to this row since the last time was called. - The row does not belong to the table. - - - Starts an edit operation on a object. - The method was called inside the event. - The method was called upon a deleted row. - - - Cancels the current edit on the row. - The method was called inside the event. - - - Clears the errors for the row. This includes the and errors set with . - - - Deletes the . - The has already been deleted. - - - Ends the edit occurring on the row. - The method was called inside the event. - The edit broke a constraint. - The row belongs to the table and the edit tried to change the value of a read-only column. - The edit tried to put a null value into a column where is false. - - - Gets the child rows of this using the specified . - The to use. - An array of objects or an array of length zero. - The relation and row do not belong to the same table. - The relation is null. - The row does not belong to the table. - The row does not have this version of data. - - - Gets the child rows of a using the specified of a . - The of the to use. - An array of objects or an array of length zero. - The relation and row do not belong to the same table. - The row does not belong to the table. - - - Gets the child rows of a using the specified , and . - The to use. - One of the values specifying the version of the data to get. Possible values are Default, Original, Current, and Proposed. - An array of objects. - The relation and row do not belong to the same table. - The relation is null. - The row does not belong to the table. - The row does not have the requested . - - - Gets the child rows of a using the specified of a , and . - The of the to use. - One of the values specifying the version of the data to get. Possible values are Default, Original, Current, and Proposed. - An array of objects or an array of length zero. - The relation and row do not belong to the same table. - The relation is null. - The row does not belong to the table. - The row does not have the requested . - - - Gets the error description for a column, specified by name. - The name of the column. - The text of the error description. - - - Gets the error description of the specified . - A . - The text of the error description. - - - Gets the error description for the column specified by index. - The zero-based index of the column. - The text of the error description. - The columnIndex argument is out of range. - - - Gets an array of columns that have errors. - An array of objects that contain errors. - - - Gets the parent row of a using the specified . - The to use. - The parent of the current row. - The relation does not belong to the . The row is null. - A child row has multiple parents. - This row does not belong to the child table of the object. - The row does not belong to a table. - - - Gets the parent row of a using the specified of a . - The of a . - The parent of the current row. - The relation and row do not belong to the same table. - A child row has multiple parents. - The row does not belong to the table. - - - Gets the parent row of a using the specified , and . - The to use. - One of the values specifying the version of the data to get. - The parent of the current row. - The row is null. The relation does not belong to this table's parent relations. - A child row has multiple parents. - The relation's child table is not the table the row belongs to. - The row does not belong to a table. - The row does not have this version of data. - - - Gets the parent row of a using the specified of a , and . - The of a . - One of the values. - The parent of the current row. - The relation and row do not belong to the same table. - The relation is null. - A child row has multiple parents. - The row does not belong to the table. - The row does not have the requested . - - - Gets the parent rows of a using the specified , and . - The to use. - One of the values specifying the version of the data to get. - An array of objects or an array of length zero. - The does not belong to this row's . - The row is null. - The relation's child table is not the table the row belongs to. - The row does not belong to a . - The row does not have the requested . - - - Gets the parent rows of a using the specified . - The to use. - An array of objects or an array of length zero. - The does not belong to this row's . - The row is null. - The relation's child table is not the table the row belongs to. - The row does not belong to a . - - - Gets the parent rows of a using the specified of a . - The of a . - An array of objects or an array of length zero. - The relation and row do not belong to the same table. - The row does not belong to the table. - - - Gets the parent rows of a using the specified of a , and . - The of a . - One of the values specifying the version of the data to get. Possible values are Default, Original, Current, and Proposed. - An array of objects or an array of length zero. - The relation and row do not belong to the same table. - The relation is null. - The row does not belong to the table. - The row does not have the requested . - - - Gets a value that indicates whether there are errors in a row. - true if the row contains an error; otherwise, false. - - - Gets a value that indicates whether a specified version exists. - One of the values that specifies the row version. - true if the version exists; otherwise, false. - - - Gets a value that indicates whether the specified contains a null value. - A . - true if the column contains a null value; otherwise, false. - - - Gets a value that indicates whether the column at the specified index contains a null value. - The zero-based index of the column. - true if the column contains a null value; otherwise, false. - - - Gets a value that indicates whether the named column contains a null value. - The name of the column. - true if the column contains a null value; otherwise, false. - - - Gets a value that indicates whether the specified and contains a null value. - A . - One of the values that specifies the row version. Possible values are Default, Original, Current, and Proposed. - true if the column contains a null value; otherwise, false. - - - Gets or sets the data stored in the specified . - A that contains the data. - An that contains the data. - The column does not belong to this table. - The column is null. - An attempt was made to set a value on a deleted row. - The data types of the value and the column do not match. - - - Gets or sets the data stored in the column specified by index. - The zero-based index of the column. - An that contains the data. - Occurs when you try to set a value on a deleted row. - The columnIndex argument is out of range. - Occurs when you set the value and the new value's does not match . - - - Gets or sets the data stored in the column specified by name. - The name of the column. - An that contains the data. - The column specified by columnName cannot be found. - Occurs when you try to set a value on a deleted row. - Occurs when you set a value and its does not match . - Occurs when you try to insert a null value into a column where is set to false. - - - Gets the specified version of data stored in the specified . - A that contains information about the column. - One of the values that specifies the row version that you want. Possible values are Default, Original, Current, and Proposed. - An that contains the data. - The column does not belong to the table. - The column argument contains null. - The row does not have this version of data. - - - Gets the data stored in the column, specified by index and version of the data to retrieve. - The zero-based index of the column. - One of the values that specifies the row version that you want. Possible values are Default, Original, Current, and Proposed. - An that contains the data. - The columnIndex argument is out of range. - The data types of the value and the column do not match. - The row does not have this version of data. - An attempt was made to set a value on a deleted row. - - - Gets the specified version of data stored in the named column. - The name of the column. - One of the values that specifies the row version that you want. Possible values are Default, Original, Current, and Proposed. - An that contains the data. - The column specified by columnName cannot be found. - The data types of the value and the column do not match. - The row does not have this version of data. - The row was deleted. - - - Gets or sets all the values for this row through an array. - An array of type . - The array is larger than the number of columns in the table. - A value in the array does not match its in its respective . - An edit broke a constraint. - An edit tried to change the value of a read-only column. - An edit tried to put a null value in a column where of the object is false. - The row has been deleted. - - - Rejects all changes made to the row since was last called. - The row does not belong to the table. - - - Gets or sets the custom error description for a row. - The text describing an error. - - - Gets the current state of the row with regard to its relationship to the . - One of the values. - - - Changes the of a to Added. - - - Sets the error description for a column specified as a . - The to set the error description for. - The error description. - - - Sets the error description for a column specified by index. - The zero-based index of the column. - The error description. - The columnIndex argument is out of range - - - Sets the error description for a column specified by name. - The name of the column. - The error description. - - - Changes the of a to Modified. - - - Sets the value of the specified to a null value. - A . - - - Sets the parent row of a with specified new parent . - The new parent . - - - Sets the parent row of a with specified new parent and . - The new parent . - The relation to use. - One of the rows does not belong to a table - One of the rows is null. - The relation does not belong to the of the object. - The relation's child is not the table this row belongs to. - - - Gets the for which this row has a schema. - The to which this row belongs. - - - Describes an action performed on a . - - - The row has been added to the table. - - - - The row has changed. - - - - The original and the current versions of the row have been changed. - - - - The original version of the row has been changed. - - - - The changes to the row have been committed. - - - - The row was deleted from the table. - - - - The row has not changed. - - - - The most recent change to the row has been rolled back. - - - - The DataRowBuilder type supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - Provides data for the , , , and events. - - - Initializes a new instance of the class. - The upon which an action is occuring. - One of the values. - - - Gets the action that has occurred on a . - One of the values. - - - Gets the row upon which an action has occurred. - The upon which an action has occurred. - - - Represents the method that will handle the , , , and events of a . - The source of the event. - A that contains the event data. - - - Represents a collection of rows for a . - - - Adds the specified to the object. - The to add. - The row is null. - The row either belongs to another table or already belongs to this table. - The addition invalidates a constraint. - The addition tries to put a null in a where is false. - - - Creates a row using specified values and adds it to the . - The array of values that are used to create the new row. - None. - The array is larger than the number of columns in the table. - A value does not match its respective column type. - Adding the row invalidates a constraint. - Trying to put a null in a column where is false. - - - Clears the collection of all rows. - A is enforced on the . - - - Gets a value that indicates whether the primary key of any row in the collection contains the specified value. - The value of the primary key to test for. - true if the collection contains a with the specified primary key value; otherwise, false. - The table does not have a primary key. - - - Gets a value that indicates whether the primary key columns of any row in the collection contain the values specified in the object array. - An array of primary key values to test for. - true if the contains a with the specified key values; otherwise, false. - The table does not have a primary key. - - - Copies all the objects from the collection into the given array, starting at the given destination array index. - The one-dimensional array that is the destination of the elements copied from the DataRowCollection. The array must have zero-based indexing. - The zero-based index in the array at which copying begins. - - - Copies all the objects from the collection into the given array, starting at the given destination array index. - The one-dimensional array that is the destination of the elements copied from the DataRowCollection. The array must have zero-based indexing. - The zero-based index in the array at which copying begins. - - - Gets the total number of objects in this collection. - The total number of objects in this collection. - - - Gets the row specified by the primary key value. - The primary key value of the to find. - A that contains the primary key value specified; otherwise a null value if the primary key value does not exist in the . - The table does not have a primary key. - - - Gets the row that contains the specified primary key values. - An array of primary key values to find. The type of the array is Object. - A object that contains the primary key values specified; otherwise a null value if the primary key value does not exist in the . - No row corresponds to that index value. - The table does not have a primary key. - - - Gets an for this collection. - An for this collection. - - - Gets the index of the specified object. - The DataRow to search for. - The zero-based index of the row, or -1 if the row is not found in the collection. - - - Inserts a new row into the collection at the specified location. - The to add. - The (zero-based) location in the collection where you want to add the DataRow. - - - Gets the row at the specified index. - The zero-based index of the row to return. - The specified . - The index value is greater than the number of items in the collection. - - - Removes the specified from the collection. - The to remove. - - - Removes the row at the specified index from the collection. - The index of the row to remove. - - - Represents a set of SQL commands and a database connection that are used to fill the and update the data source. - - - Initializes a new instance of a class. - - - Initializes a new instance of a class from an existing object of the same type. - A object used to create the new . - - - Gets or sets a value indicating whether is called on a after it is added to the during any of the Fill operations. - true if is called on the ; otherwise false. The default is true. - - - Gets or sets whether is called during a . - true if is called during an ; otherwise false. The default is true. - - - Creates a copy of this instance of . - The cloned instance of . - - - Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. - true to continue the update without generating an exception; otherwise false. The default is false. - - - Creates a new . - A new table mapping collection. - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Adds or refreshes rows in the to match those in the data source. - A to fill with records and, if necessary, schema. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Adds or refreshes rows in the to match those in the data source using the name and the specified . - A to fill with records. - An instance of . - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Adds or refreshes rows in a specified range in the collection of objects to match those in the data source. - A collection of objects to fill with records. - An instance of . - The zero-based index of the starting record. - An integer indicating the maximum number of records. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Adds or refreshes rows in a specified range in the to match those in the data source using the and names. - A to fill with records. - A string indicating the name of the source table. - An instance of . - The zero-based index of the starting record. - An integer indicating the maximum number of records. - The number of rows successfully added to or refreshed in the . This does not include rows affected by statements that do not return rows. - - - Returned when an error occurs during a fill operation. - - - - Gets or sets the that determines how the adapter fills the from the . - A value. - - - Adds a to the specified . - The to be filled from the . - One of the values. - The name of the source table to use for table mapping. - The to be used as the data source when filling the . - A reference to a collection of objects that were added to the . - - - Adds a to the specified and configures the schema to match that in the data source based on the specified . - The to be filled with the schema from the data source. - One of the values. - A object that contains schema information returned from the data source. - - - Adds a to the specified . - The to be filled from the . - One of the values. - The to be used as the data source when filling the . - A object that contains schema information returned from the data source. - - - Gets the parameters set by the user when executing an SQL SELECT statement. - An array of objects that contains the parameters set by the user. - - - Indicates whether a has been created. - true if a has been created; otherwise false. - - - Determines the action to take when incoming data does not have a matching table or column. - One of the values. The default is Passthrough. - The value set is not one of the values. - - - Determines the action to take when existing schema does not match incoming data. - One of the values. The default is Add. - The value set is not one of the values. - - - Invoked when an error occurs during a Fill. - A object. - - - Resets to its default state and causes to honor . - - - Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. - true if the Fill method should return provider-specific values; otherwise false to return common CLS-compliant values. - - - Determines whether the property should be persisted. - true if the property is persisted; otherwise false. - - - Determines whether the property should be persisted. - true if the property is persisted; otherwise false. - - - Determines whether one or more objects exist and they should be persisted. - true if one or more objects exist; otherwise false. - - - Gets a collection that provides the master mapping between a source table and a . - A collection that provides the master mapping between the returned records and the . The default value is an empty collection. - - - Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified from a named "Table." - The used to update the data source. - The number of rows successfully updated from the . - The source table is invalid. - An attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected. - - - Indicates how a source table is mapped to a dataset table. - A collection that provides the master mapping between the returned records and the . The default value is an empty collection. - - - Contains a generic column mapping for an object that inherits from . This class cannot be inherited. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified source column name and column name to map to. - The case-sensitive column name from a data source. - The column name, which is not case sensitive, from a to map to. - - - Gets or sets the name of the column within the to map to. - The name of the column within the to map to. The name is not case sensitive. - - - Gets a from the given using the and the property. - The to get the column from. - The of the data column. - One of the values. - A data column. - - - A static version of that can be called without instantiating a object. - The case-sensitive column name from a data source. - The column name, which is not case sensitive, from a to map to. - An instance of . - The data type for the column being mapped. - Determines the action to take when existing schema does not match incoming data. - A object. - - - Gets or sets the name of the column within the data source to map from. The name is case-sensitive. - The case-sensitive name of the column in the data source. - - - Converts the current name to a string. - The current name as a string. - - - Creates a new object that is a copy of the current instance. - A copy of the current object. - - - Contains a collection of objects. - - - Creates an empty . - - - Adds a object to the collection. - A DataColumnMapping object to add to the collection. - The index of the DataColumnMapping object that was added to the collection. - The object passed in was not a object. - - - Adds a object to the collection when given a source column name and a column name. - The case-sensitive name of the source column to map to. - The name, which is not case-sensitive, of the column to map to. - The DataColumnMapping object that was added to the collection. - - - Copies the elements of the specified to the end of the collection. - The to add to the collection. - - - Copies the elements of the specified array to the end of the collection. - The array of objects to add to the collection. - - - Removes all objects from the collection. - - - Gets a value indicating whether a object with the given exists in the collection. - An that is the . - true if the collection contains the specified object; otherwise, false. - The object passed in was not a object. - - - Gets a value indicating whether a object with the given source column name exists in the collection. - The case-sensitive source column name of the object. - true if collection contains a object with the specified source column name; otherwise, false. - - - Copies the elements of the to the specified array. - An to which to copy elements. - The starting index of the array. - - - Copies the elements of the to the specified array. - A array to which to copy the elements. - The zero-based index in the array at which copying begins. - - - Gets the number of objects in the collection. - The number of items in the collection. - - - Gets the object with the specified column name. - The name, which is not case-sensitive, of the column to find. - The object with the specified column name. - - - Gets a for the specified , source column name, and . - The . - The case-sensitive source column name to find. - One of the values. - A object. - The mappingAction parameter was set to Error, and no mapping was specified. - - - A static method that returns a object without instantiating a object. - The . - The case-sensitive column name from a data source. - The data type for the column being mapped. - An instance of . - One of the values. - Determines the action to take when the existing schema does not match incoming data. - A object. - - - Gets an enumerator that can iterate through the collection. - An that can be used to iterate through the collection. - - - Gets the location of the with the specified source column name. - The case-sensitive name of the source column. - The zero-based location of the with the specified case-sensitive source column name. - - - Gets the location of the specified that is a within the collection. - An that is the to find. - The zero-based location of the specified that is a within the collection. - - - Gets the location of the specified with the given column name. - The name, which is not case-sensitive, of the data set column to find. - The zero-based location of the specified with the given DataSet column name, or -1 if the DataColumnMapping object does not exist in the collection. - - - Inserts a object into the at the specified index. - The zero-based index of the object to insert. - The object. - - - Inserts a object into the at the specified index. - The zero-based index of the object to insert. - The object. - - - Gets or sets the object at the specified index. - The zero-based index of the object to find. - The object at the specified index. - - - Gets or sets the object with the specified source column name. - The case-sensitive name of the source column. - The object with the specified source column name. - - - Removes the specified from the collection. - The to remove. - - - Removes the that is a from the collection. - The that is the to remove. - The object specified was not a object. - The object specified is not in the collection. - - - Removes the object with the specified index from the collection. - The zero-based index of the object to remove. - There is no object with the specified index. - - - Removes the object with the specified source column name from the collection. - The case-sensitive source column name. - There is no object with the specified source column name. - - - Gets a value that indicates whether access to the is synchronized (thread safe). - true if access to the is synchronized (thread safe); otherwise, false. - - - Gets an object that can be used to synchronize access to the . - An object that can be used to synchronize access to the . - - - Gets a value that indicates whether the has a fixed size. - true if the has a fixed size; otherwise, false. - - - Gets a value that indicates whether the is read-only. - true if the is read-only; otherwise, false. - - - Gets or sets the element at the specified index. - The zero-based index of the element to get or set. - The element at the specified index. - - - Adds a object to the by using the source column and column names. - The case-sensitive name of the source column. - The name of the column. - The ColumnMapping object that was added to the collection. - - - Gets the object that has the specified column name. - The name, which is not case-sensitive, of the column to find. - The object that has the specified column name. - - - Gets or sets the object with the specified SourceColumn name. - Index of the element. - The IColumnMapping object with the specified SourceColumn name. - - - Contains a description of a mapped relationship between a source table and a . This class is used by a when populating a . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a source when given a source table name and a name. - The case-sensitive source table name from a data source. - The table name from a to map to. - - - Initializes a new instance of the class when given a source table name, a name, and an array of objects. - The case-sensitive source table name from a data source. - The table name from a to map to. - An array of objects. - - - Gets the for the . - A data column mapping collection. - - - Gets or sets the table name from a . - The table name from a . - - - Gets a from the specified using the specified value and the name of the . - The name of the . - One of the values. - A data column. - The mappingAction parameter was set to Error, and no mapping was specified. - - - Returns a object for a given column name. - The name of the . - The data type for sourceColumn. - The table name from a to map to. - One of the values. - One of the values. - A object. - - - Gets the current for the specified using the specified value. - The from which to get the . - One of the values. - A data table. - - - Gets or sets the case-sensitive source table name from a data source. - The case-sensitive source table name from a data source. - - - Converts the current name to a string. - The current name, as a string. - - - Gets the derived for the . - A data column mapping collection. - - - Creates a new object that is a copy of the current instance. - A new object that is a copy of the current instance. - - - Controls how the values from the data source will be applied to existing rows when using the or method. - - - The incoming values for this row will be written to both the current value and the original value versions of the data for each column. - - - - The incoming values for this row will be written to the original value version of each column. The current version of the data in each column will not be changed. This is the default. - - - - The incoming values for this row will be written to the current version of each column. The original version of each column's data will not be changed. - - - - Specifies how a is mapped. - - - The column is mapped to an XML attribute. - - - - The column is mapped to an XML element. - - - - The column is mapped to an internal structure. - - - - The column is mapped to an node. - - - - Occurs when a target and source DataRow have the same primary key value, and the property is set to true. - - - Initializes a new instance of a class with the and a description of the merge conflict. - The object. - A description of the merge conflict. - - - Returns a description of the merge conflict. - A description of the merge conflict. - - - Returns the object. - The object. - - - Represents the method that will handle the event. - The source of the event. - The data for the event. - - - Represents the exception that is thrown when you try to perform an operation on a that is not in a . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified string. - The string to display when the exception is thrown. - - - Initializes a new instance of the class with serialization information. - The data that is required to serialize or deserialize an object. - Description of the source and destination of the specified serialized stream. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. - - - Indicates the action that occurs when a is enforced. - - - Delete or update related rows. This is the default. - - - - No action taken on related rows. - - - - Set values in related rows to the value contained in the property. - - - - Set values in related rows to DBNull. - - - - Indicates the schema serialization mode for a typed . - - - Skips schema serialization for a typed . - - - - Includes schema serialization for a typed . The default. - - - - Specifies how to handle existing schema mappings when performing a operation. - - - Apply any existing table mappings to the incoming schema. Configure the with the transformed schema. - - - - Ignore any table mappings on the DataAdapter. Configure the using the incoming schema without applying any transformations. - - - - Determines the serialization format for a . - - - Serialize as binary content. Available in ADO.NET 2.0 only. - - - - Serialize as XML content. The default. - - -
-
\ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Contracts.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Contracts.dll deleted file mode 100644 index 01fec39a..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Debug.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Debug.dll deleted file mode 100644 index 81adf6e5..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.FileVersionInfo.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index fcd961cb..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Process.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Process.dll deleted file mode 100644 index dde77ce4..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Process.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.StackTrace.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 5c7daf88..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.StackTrace.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.StackTrace.xml deleted file mode 100644 index d5ba21f4..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.StackTrace.xml +++ /dev/null @@ -1,726 +0,0 @@ - - - - System.Diagnostics.StackTrace - - - - The structure is an object representation of a token that represents symbolic information. - - - Initializes a new instance of the structure when given a value. - The value to be used for the token. - - - Determines whether obj is equal to this instance. - The to check. - true if obj is equal to this instance; otherwise, false. - - - Determines whether obj is an instance of and is equal to this instance. - The object to check. - true if obj is an instance of and is equal to this instance; otherwise, false. - - - Generates the hash code for the current token. - The hash code for the current token. - - - Gets the value of the current token. - The value of the current token. - - - Returns a value indicating whether two objects are equal. - A structure. - A structure. - true if a and b are equal; otherwise, false. - - - Returns a value indicating whether two objects are not equal. - A structure. - A structure. - true if a and b are not equal; otherwise, false. - - - Holds the public GUIDs for document types to be used with the symbol store. - - - Initializes a new instance of the class. - - - Specifies the GUID of the document type to be used with the symbol store. - - - - Holds the public GUIDs for language types to be used with the symbol store. - - - Initializes a new instance of the class. - - - Specifies the GUID of the Basic language type to be used with the symbol store. - - - - Specifies the GUID of the C language type to be used with the symbol store. - - - - Specifies the GUID of the Cobol language type to be used with the symbol store. - - - - Specifies the GUID of the C++ language type to be used with the symbol store. - - - - Specifies the GUID of the C# language type to be used with the symbol store. - - - - Specifies the GUID of the ILAssembly language type to be used with the symbol store. - - - - Specifies the GUID of the Java language type to be used with the symbol store. - - - - Specifies the GUID of the JScript language type to be used with the symbol store. - - - - Specifies the GUID of the C++ language type to be used with the symbol store. - - - - Specifies the GUID of the Pascal language type to be used with the symbol store. - - - - Specifies the GUID of the SMC language type to be used with the symbol store. - - - - Holds the public GUIDs for language vendors to be used with the symbol store. - - - Initializes a new instance of the class. - - - Specifies the GUID of the Microsoft language vendor. - - - - Provides information about a , which represents a function call on the call stack for the current thread. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class, optionally capturing source information. - true to capture the file name, line number, and column number of the stack frame; otherwise, false. - - - Initializes a new instance of the class that corresponds to a frame above the current stack frame. - The number of frames up the stack to skip. - - - Initializes a new instance of the class that corresponds to a frame above the current stack frame, optionally capturing source information. - The number of frames up the stack to skip. - true to capture the file name, line number, and column number of the stack frame; otherwise, false. - - - Initializes a new instance of the class that contains only the given file name and line number. - The file name. - The line number in the specified file. - - - Initializes a new instance of the class that contains only the given file name, line number, and column number. - The file name. - The line number in the specified file. - The column number in the specified file. - - - Gets the column number in the file that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable. - The file column number, or 0 (zero) if the file column number cannot be determined. - - - Gets the line number in the file that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable. - The file line number, or 0 (zero) if the file line number cannot be determined. - - - Gets the file name that contains the code that is executing. This information is typically extracted from the debugging symbols for the executable. - The file name, or null if the file name cannot be determined. - - - Gets the offset from the start of the Microsoft intermediate language (MSIL) code for the method that is executing. This offset might be an approximation depending on whether or not the just-in-time (JIT) compiler is generating debugging code. The generation of this debugging information is controlled by the . - The offset from the start of the MSIL code for the method that is executing. - - - Gets the method in which the frame is executing. - The method in which the frame is executing. - - - Gets the offset from the start of the native just-in-time (JIT)-compiled code for the method that is being executed. The generation of this debugging information is controlled by the class. - The offset from the start of the JIT-compiled code for the method that is being executed. - - - Defines the value that is returned from the or method when the native or Microsoft intermediate language (MSIL) offset is unknown. This field is constant. - - - - Builds a readable representation of the stack trace. - A readable representation of the stack trace. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents a stack trace, which is an ordered collection of one or more stack frames. - - - Initializes a new instance of the class from the caller's frame. - - - Initializes a new instance of the class from the caller's frame, optionally capturing source information. - true to capture the file name, line number, and column number; otherwise, false. - - - Initializes a new instance of the class that contains a single frame. - The frame that the object should contain. - - - Initializes a new instance of the class using the provided exception object. - The exception object from which to construct the stack trace. - The parameter e is null. - - - Initializes a new instance of the class from the caller's frame, skipping the specified number of frames. - The number of frames up the stack from which to start the trace. - The skipFrames parameter is negative. - - - Initializes a new instance of the class, using the provided exception object and optionally capturing source information. - - - The parameter e is null. - - - Initializes a new instance of the class using the provided exception object and skipping the specified number of frames. - The exception object from which to construct the stack trace. - The number of frames up the stack from which to start the trace. - The parameter e is null. - The skipFrames parameter is negative. - - - Initializes a new instance of the class from the caller's frame, skipping the specified number of frames and optionally capturing source information. - The number of frames up the stack from which to start the trace. - true to capture the file name, line number, and column number; otherwise, false. - The skipFrames parameter is negative. - - - Initializes a new instance of the class using the provided exception object, skipping the specified number of frames and optionally capturing source information. - The exception object from which to construct the stack trace. - The number of frames up the stack from which to start the trace. - true to capture the file name, line number, and column number; otherwise, false. - The parameter e is null. - The skipFrames parameter is negative. - - - Gets the number of frames in the stack trace. - The number of frames in the stack trace. - - - Gets the specified stack frame. - The index of the stack frame requested. - The specified stack frame. - - - Returns a copy of all stack frames in the current stack trace. - An array of type representing the function calls in the stack trace. - - - Defines the default for the number of methods to omit from the stack trace. This field is constant. - - - - Builds a readable representation of the stack trace. - A readable representation of the stack trace. - - - Represents a symbol binder for managed code. - - - Gets the interface of the symbol reader for the current file. - The metadata import interface. - The name of the file for which the reader interface is required. - The search path used to locate the symbol file. - The interface that reads the debugging symbols. - - - Represents a symbol binder for managed code. - - - Gets the interface of the symbol reader for the current file. - An that refers to the metadata import interface. - The name of the file for which the reader interface is required. - The search path used to locate the symbol file. - The interface that reads the debugging symbols. - - - Represents a document referenced by a symbol store. - - - Gets the checksum algorithm identifier. - A GUID identifying the checksum algorithm. The value is all zeros, if there is no checksum. - - - Gets the type of the current document. - The type of the current document. - - - Returns the closest line that is a sequence point, given a line in the current document that might or might not be a sequence point. - The specified line in the document. - The closest line that is a sequence point. - - - Gets the checksum. - The checksum. - - - Gets the embedded document source for the specified range. - The starting line in the current document. - The starting column in the current document. - The ending line in the current document. - The ending column in the current document. - The document source for the specified range. - - - Checks whether the current document is stored in the symbol store. - true if the current document is stored in the symbol store; otherwise, false. - - - Gets the language of the current document. - The language of the current document. - - - Gets the language vendor of the current document. - The language vendor of the current document. - - - Gets the length, in bytes, of the embedded source. - The source length of the current document. - - - Gets the URL of the current document. - The URL of the current document. - - - Represents a document referenced by a symbol store. - - - Sets checksum information. - The GUID representing the algorithm ID. - The checksum. - - - Stores the raw source for a document in the symbol store. - The document source represented as unsigned bytes. - - - Represents a method within a symbol store. - - - Gets the namespace that the current method is defined within. - The namespace that the current method is defined within. - - - Gets the Microsoft intermediate language (MSIL) offset within the method that corresponds to the specified position. - The document for which the offset is requested. - The document line corresponding to the offset. - The document column corresponding to the offset. - The offset within the specified document. - - - Gets the parameters for the current method. - The array of parameters for the current method. - - - Gets an array of start and end offset pairs that correspond to the ranges of Microsoft intermediate language (MSIL) that a given position covers within this method. - The document for which the offset is requested. - The document line corresponding to the ranges. - The document column corresponding to the ranges. - An array of start and end offset pairs. - - - Returns the most enclosing lexical scope when given an offset within a method. - The byte offset within the method of the lexical scope. - The most enclosing lexical scope for the given byte offset within the method. - - - Gets the sequence points for the current method. - The array of byte offsets from the beginning of the method for the sequence points. - The array of documents in which the sequence points are located. - The array of lines in the documents at which the sequence points are located. - The array of columns in the documents at which the sequence points are located. - The array of lines in the documents at which the sequence points end. - The array of columns in the documents at which the sequence points end. - - - Gets the start and end positions for the source of the current method. - The starting and ending source documents. - The starting and ending lines in the corresponding source documents. - The starting and ending columns in the corresponding source documents. - true if the positions were defined; otherwise, false. - - - Gets the root lexical scope for the current method. This scope encloses the entire method. - The root lexical scope that encloses the entire method. - - - Gets a count of the sequence points in the method. - The count of the sequence points in the method. - - - Gets the containing the metadata for the current method. - The metadata token for the current method. - - - Represents a namespace within a symbol store. - - - Gets the child members of the current namespace. - The child members of the current namespace. - - - Gets all the variables defined at global scope within the current namespace. - The variables defined at global scope within the current namespace. - - - Gets the current namespace. - The current namespace. - - - Represents a symbol reader for managed code. - - - Gets a document specified by the language, vendor, and type. - The URL that identifies the document. - The document language. You can specify this parameter as . - The identity of the vendor for the document language. You can specify this parameter as . - The type of the document. You can specify this parameter as . - The specified document. - - - Gets an array of all documents defined in the symbol store. - An array of all documents defined in the symbol store. - - - Gets all global variables in the module. - An array of all variables in the module. - - - Gets a symbol reader method object when given the identifier of a method. - The metadata token of the method. - The symbol reader method object for the specified method identifier. - - - Gets a symbol reader method object when given the identifier of a method and its edit and continue version. - The metadata token of the method. - The edit and continue version of the method. - The symbol reader method object for the specified method identifier. - - - Gets a symbol reader method object that contains a specified position in a document. - The document in which the method is located. - The position of the line within the document. The lines are numbered, beginning with 1. - The position of column within the document. The columns are numbered, beginning with 1. - The reader method object for the specified position in the document. - - - Gets the namespaces that are defined in the global scope within the current symbol store. - The namespaces defined in the global scope within the current symbol store. - - - Gets an attribute value when given the attribute name. - The metadata token for the object for which the attribute is requested. - The attribute name. - The value of the attribute. - - - Gets the variables that are not local when given the parent. - The metadata token for the type for which the variables are requested. - An array of variables for the parent. - - - Gets the metadata token for the method that was specified as the user entry point for the module, if any. - The metadata token for the method that is the user entry point for the module. - - - Represents a lexical scope within , providing access to the start and end offsets of the scope, as well as its child and parent scopes. - - - Gets the end offset of the current lexical scope. - The end offset of the current lexical scope. - - - Gets the child lexical scopes of the current lexical scope. - The child lexical scopes that of the current lexical scope. - - - Gets the local variables within the current lexical scope. - The local variables within the current lexical scope. - - - Gets the namespaces that are used within the current scope. - The namespaces that are used within the current scope. - - - Gets the method that contains the current lexical scope. - The method that contains the current lexical scope. - - - Gets the parent lexical scope of the current scope. - The parent lexical scope of the current scope. - - - Gets the start offset of the current lexical scope. - The start offset of the current lexical scope. - - - Represents a variable within a symbol store. - - - Gets the first address of a variable. - The first address of the variable. - - - Gets the second address of a variable. - The second address of the variable. - - - Gets the third address of a variable. - The third address of the variable. - - - Gets the value describing the type of the address. - The type of the address. One of the values. - - - Gets the attributes of the variable. - The variable attributes. - - - Gets the end offset of a variable within the scope of the variable. - The end offset of the variable. - - - Gets the variable signature. - The variable signature as an opaque blob. - - - Gets the name of the variable. - The name of the variable. - - - Gets the start offset of the variable within the scope of the variable. - The start offset of the variable. - - - Represents a symbol writer for managed code. - - - Closes and commits the symbols to the symbol store. - - - Closes the current method. - - - Closes the most recent namespace. - - - Closes the current lexical scope. - The points past the last instruction in the scope. - - - Defines a source document. - The URL that identifies the document. - The document language. This parameter can be . - The identity of the vendor for the document language. This parameter can be . - The type of the document. This parameter can be . - The object that represents the document. - - - Defines a field in a type or a global field. - The metadata type or method token. - The field name. - A bitwise combination of the field attributes. - The field signature. - The address types for addr1 and addr2. - The first address for the field specification. - The second address for the field specification. - The third address for the field specification. - - - Defines a single global variable. - The global variable name. - A bitwise combination of the global variable attributes. - The global variable signature. - The address types for addr1, addr2, and addr3. - The first address for the global variable specification. - The second address for the global variable specification. - The third address for the global variable specification. - - - Defines a single variable in the current lexical scope. - The local variable name. - A bitwise combination of the local variable attributes. - The local variable signature. - The address types for addr1, addr2, and addr3. - The first address for the local variable specification. - The second address for the local variable specification. - The third address for the local variable specification. - The start offset for the variable. If this parameter is zero, it is ignored and the variable is defined throughout the entire scope. If the parameter is nonzero, the variable falls within the offsets of the current scope. - The end offset for the variable. If this parameter is zero, it is ignored and the variable is defined throughout the entire scope. If the parameter is nonzero, the variable falls within the offsets of the current scope. - - - Defines a single parameter in the current method. The type of each parameter is taken from its position within the signature of the method. - The parameter name. - A bitwise combination of the parameter attributes. - The parameter signature. - The address types for addr1, addr2, and addr3. - The first address for the parameter specification. - The second address for the parameter specification. - The third address for the parameter specification. - - - Defines a group of sequence points within the current method. - The document object for which the sequence points are being defined. - The sequence point offsets measured from the beginning of methods. - The document lines for the sequence points. - The document positions for the sequence points. - The document end lines for the sequence points. - The document end positions for the sequence points. - - - Sets the metadata emitter interface to associate with a writer. - The metadata emitter interface. - The file name for which the debugging symbols are written. Some writers require a file name, and others do not. If a file name is specified for a writer that does not use file names, this parameter is ignored. - true indicates that this is a full rebuild; false indicates that this is an incremental compilation. - - - Opens a method to place symbol information into. - The metadata token for the method to be opened. - - - Opens a new namespace. - The name of the new namespace. - - - Opens a new lexical scope in the current method. - The offset, in bytes, from the beginning of the method to the first instruction in the lexical scope. - An opaque scope identifier that can be used with to define the start and end offsets of a scope at a later time. In this case, the offsets passed to and are ignored. A scope identifier is valid only in the current method. - - - Specifies the true start and end of a method within a source file. Use to specify the extent of a method, independent of the sequence points that exist within the method. - The document that contains the starting position. - The starting line number. - The starting column. - The document that contains the ending position. - The ending line number. - The ending column number. - - - Defines the offset range for the specified lexical scope. - The identifier of the lexical scope. - The byte offset of the beginning of the lexical scope. - The byte offset of the end of the lexical scope. - - - Defines an attribute when given the attribute name and the attribute value. - The metadata token for which the attribute is being defined. - The attribute name. - The attribute value. - - - Sets the underlying ISymUnmanagedWriter (the corresponding unmanaged interface) that a managed uses to emit symbols. - A pointer to code that represents the underlying writer. - - - Identifies the user-defined method as the entry point for the current module. - The metadata token for the method that is the user entry point. - - - Specifies that the given, fully qualified namespace name is used within the open lexical scope. - The fully qualified name of the namespace. - - - Specifies address types for local variables, parameters, and fields in the methods , , and of the interface. - - - A bit field. The addr1 parameter is the position where the field starts, and the addr2 parameter is the field length. - - - - A Microsoft intermediate language (MSIL) offset. The addr1 parameter is the MSIL local variable or parameter index. - - - - A native offset. The addr1 parameter is the offset from the start of the parent. - - - - A native register address. The addr1 parameter is the register in which the variable is stored. - - - - A register-relative address. The addr1 parameter is the low-order register, and the addr2 parameter is the high-order register. - - - - A register-relative address. The addr1 parameter is the register, and the addr2 parameter is the offset. - - - - A register-relative address. The addr1 parameter is the low-order register, the addr2 parameter is the stack register, and the addr3 parameter is the offset from the stack pointer to the high-order part of the value. - - - - A native Relevant Virtual Address (RVA). The addr1 parameter is the RVA in the module. - - - - A native section offset. The addr1 parameter is the section, and the addr2 parameter is the offset. - - - - A register-relative address. The addr1 parameter is the stack register, the addr2 parameter is the offset from the stack pointer to the low-order part of the value, and the addr3 parameter is the high-order register. - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.TextWriterTraceListener.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index 89723fb6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tools.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tools.dll deleted file mode 100644 index d30ef39d..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.TraceSource.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.TraceSource.dll deleted file mode 100644 index fd896d07..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tracing.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tracing.dll deleted file mode 100644 index 9592c34f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tracing.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tracing.xml deleted file mode 100644 index a56b4b39..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Diagnostics.Tracing.xml +++ /dev/null @@ -1,891 +0,0 @@ - - - - System.Diagnostics.Tracing - - - - Specifies the tracking of activity start and stop events. - - - Allow overlapping activities. By default, activity starts and stops must be property nested. That is, a sequence of Start A, Start B, Stop A, Stop B is not allowed will result in B stopping at the same time as A. - - - - Turn off start and stop tracking. - - - - Use the default behavior for start and stop tracking. - - - - Allow recursive activity starts. By default, an activity cannot be recursive. That is, a sequence of Start A, Start A, Stop A, Stop A is not allowed. Unintentional recursive activities can occur if the app executes and for some the stop is not reached before another start is called. - - - - Specifies additional event schema information for an event. - - - Initializes a new instance of the class with the specified event identifier. - The event identifier for the event. - - - Specifies the behavior of the start and stop events of an activity. An activity is the region of time in an app between the start and the stop. - Returns . - - - Gets or sets an additional event log where the event should be written. - An additional event log where the event should be written. - - - Gets or sets the identifier for the event. - The event identifier. This value should be between 0 and 65535. - - - Gets or sets the keywords for the event. - A bitwise combination of the enumeration values. - - - Gets or sets the level for the event. - One of the enumeration values that specifies the level for the event. - - - Gets or sets the message for the event. - The message for the event. - - - Gets or sets the operation code for the event. - One of the enumeration values that specifies the operation code. - - - Gets and sets the value for this object. An event tag is a user-defined value that is passed through when the event is logged. - Returns the value. - - - Gets or sets the task for the event. - The task for the event. - - - Gets or sets the version of the event. - The version of the event. - - - Specifies the event log channel for the event. - - - The administrator log channel. - - - - The analytic channel. - - - - The debug channel. - - - - No channel specified. - - - - The operational channel. - - - - Describes the command ( property) that is passed to the callback. - - - Disable the event. - - - - Enable the event. - - - - Send the manifest. - - - - Update the event. - - - - Provides the arguments for the callback. - - - Gets the array of arguments for the callback. - An array of callback arguments. - - - Gets the command for the callback. - The callback command. - - - Disables the event that have the specified identifier. - The identifier of the event to disable. - true if eventId is in range; otherwise, false. - - - Enables the event that has the specified identifier. - The identifier of the event to enable. - true if eventId is in range; otherwise, false. - - - - - - - - - - - - - Specifies a type to be passed to the method. - - - Initializes a new instance of the class. - - - Gets or set the name to apply to an event if the event type or property is not explicitly named. - The name to apply to the event or property. - - - The is placed on fields of user-defined types that are passed as payloads. - - - Initializes a new instance of the class. - - - Gets and sets the value that specifies how to format the value of a user-defined type. - Returns a value. - - - Gets and sets the user-defined value that is required for fields that contain data that isn't one of the supported types. - Returns . - - - Specifies how to format the value of a user-defined type and can be used to override the default formatting for a field. - - - Boolean - - - - Default. - - - - Hexadecimal. - - - - HResult. - - - - JSON. - - - - String. - - - - XML. - - - - Specifies the user-defined tag that is placed on fields of user-defined types that are passed as payloads through the . - - - Specifies no tag and is equal to zero. - - - - Specifies a property should be ignored when writing an event type with the method. - - - Initializes a new instance of the class. - - - Defines the standard keywords that apply to events. - - - All the bits are set to 1, representing every possible group of events. - - - - Attached to all failed security audit events. Use this keyword only for events in the security log. - - - - Attached to all successful security audit events. Use this keyword only for events in the security log. - - - - Attached to transfer events where the related activity ID (correlation ID) is a computed value and is not guaranteed to be unique (that is, it is not a real GUID). - - - - Attached to events that are raised by using the RaiseEvent function. - - - - Attached to all Microsoft telemetry events. - - - - No filtering on keywords is performed when the event is published. - - - - Attached to all Service Quality Mechanism (SQM) events. - - - - Attached to all Windows Diagnostics Infrastructure (WDI) context events. - - - - Attached to all Windows Diagnostics Infrastructure (WDI) diagnostic events. - - - - Identifies the level of an event. - - - This level corresponds to a critical error, which is a serious error that has caused a major failure. - - - - This level adds standard errors that signify a problem. - - - - This level adds informational events or messages that are not errors. These events can help trace the progress or state of an application. - - - - No level filtering is done on the event. - - - - This level adds lengthy events or messages. It causes all events to be logged. - - - - This level adds warning events (for example, events that are published because a disk is nearing full capacity). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies how the ETW manifest for the event source is generated. - - - Generates a resources node under the localization folder for every satellite assembly provided. - - - - Overrides the default behavior that the current must be the base class of the user-defined type passed to the write method. This enables the validation of .NET event sources. - - - - No options are specified. - - - - A manifest is generated only the event source must be registered on the host computer. - - - - Causes an exception to be raised if any inconsistencies occur when writing the manifest file. - - - - Defines the standard operation codes that the event source attaches to events. - - - A trace collection start event. - - - - A trace collection stop event. - - - - An extension event. - - - - An informational event. - - - - An event that is published when one activity in an application receives data. - - - - An event that is published after an activity in an application replies to an event. - - - - An event that is published after an activity in an application resumes from a suspended state. The event should follow an event that has the operation code. - - - - An event that is published when one activity in an application transfers data or system resources to another activity. - - - - An event that is published when an application starts a new transaction or activity. This operation code can be embedded within another transaction or activity when multiple events that have the code follow each other without an intervening event that has a code. - - - - An event that is published when an activity or a transaction in an application ends. The event corresponds to the last unpaired event that has a operation code. - - - - An event that is published when an activity in an application is suspended. - - - - Provides the event data for creating fast overloads by using the method. - - - Gets or sets the pointer to the data for the new overload. - The pointer to the data. - - - Gets or sets the number of payload items in the new overload. - The number of payload items in the new overload. - - - Provides the ability to create events for event tracing for Windows (ETW). - - - Creates a new instance of the class. - - - Creates a new instance of the class and specifies whether to throw an exception when an error occurs in the underlying Windows code. - true to throw an exception when an error occurs in the underlying Windows code; otherwise, false. - - - Creates a new instance of the class with the specified configuration settings. - A bitwise combination of the enumeration values that specify the configuration settings to apply to the event source. - - - Creates a new instance of the class with the specified name. - The name to apply to the event source. Must not be null. - eventSourceName is null. - - - Initializes a new instance of the to be used with non-contract events that contains the specified settings and traits. - A bitwise combination of the enumeration values that specify the configuration settings to apply to the event source. - The key-value pairs that specify traits for the event source. - traits is not specified in key-value pairs. - - - Creates a new instance of the class with the specified name and settings. - The name to apply to the event source. Must not be null. - A bitwise combination of the enumeration values that specify the configuration settings to apply to the event source. - eventSourceName is null. - - - Creates a new instance of the class with the specified configuration settings. - The name to apply to the event source. Must not be null. - A bitwise combination of the enumeration values that specify the configuration settings to apply to the event source. - The key-value pairs that specify traits for the event source. - eventSourceName is null. - traits is not specified in key-value pairs. - - - [Supported in the .NET Framework 4.5.1 and later versions] Gets any exception that was thrown during the construction of the event source. - The exception that was thrown during the construction of the event source, or null if no exception was thrown. - - - [Supported in the .NET Framework 4.5.1 and later versions] Gets the activity ID of the current thread. - The activity ID of the current thread. - - - Releases all resources used by the current instance of the class. - - - Releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Occurs when a command comes from an event listener. - - - - Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. - - - Returns a string of the XML manifest that is associated with the current event source. - The type of the event source. - The path to the assembly file (.dll) file to include in the provider element of the manifest. - A bitwise combination of the enumeration values that specify how the manifest is generated. - The XML data string or null. - - - Returns a string of the XML manifest that is associated with the current event source. - The type of the event source. - The path to the assembly file (.dll) to include in the provider element of the manifest. - The XML data string. - - - Gets the unique identifier for this implementation of the event source. - The type of the event source. - A unique identifier for this event source type. - - - Gets the friendly name of the event source. - The type of the event source. - The friendly name of the event source. The default is the simple name of the class. - - - Gets a snapshot of all the event sources for the application domain. - An enumeration of all the event sources in the application domain. - - - Gets the trait value associated with the specified key. - The key of the trait to get. - The trait value associated with the specified key. If the key is not found, returns null. - - - The unique identifier for the event source. - A unique identifier for the event source. - - - Determines whether the current event source is enabled. - true if the current event source is enabled; otherwise, false. - - - Determines whether the current event source that has the specified level and keyword is enabled. - The level of the event source. - The keyword of the event source. - true if the event source is enabled; otherwise, false. - - - Determines whether the current event source is enabled for events with the specified level, keywords and channel. - The event level to check. An event source will be considered enabled when its level is greater than or equal to level. - The event keywords to check. - The event channel to check. - true if the event source is enabled for the specified event level, keywords and channel; otherwise, false. The result of this method is only an approximation of whether a particular event is active. Use it to avoid expensive computation for logging when logging is disabled. Event sources may have additional filtering that determines their activity.. - - - The friendly name of the class that is derived from the event source. - The friendly name of the derived class. The default is the simple name of the class. - - - Called when the current event source is updated by the controller. - The arguments for the event. - - - Sends a command to a specified event source. - The event source to send the command to. - The event command to send. - The arguments for the event command. - - - [Supported in the .NET Framework 4.5.1 and later versions] Sets the activity ID on the current thread. - The current thread's new activity ID, or to indicate that work on the current thread is not associated with any activity. - - - [Supported in the .NET Framework 4.5.1 and later versions] Sets the activity ID on the current thread, and returns the previous activity ID. - The current thread's new activity ID, or to indicate that work on the current thread is not associated with any activity. - When this method returns, contains the previous activity ID on the current thread. - - - Gets the settings applied to this event source. - The settings applied to this event source. - - - Obtains a string representation of the current event source instance. - The name and unique identifier that identify the current event source. - - - Writes an event without fields, but with the specified name and default options. - The name of the event to write. - eventName is null. - - - Writes an event without fields, but with the specified name and options. - The name of the event to write. - The options such as level, keywords and operation code for the event. - eventName is null. - - - Writes an event with the specified name and data. - The name of the event. - The event data. This type must be an anonymous type or marked with the attribute. - The type that defines the event and its associated data. This type must be an anonymous type or marked with the attribute. - - - Writes an event with the specified name, event data and options. - The name of the event. - The event options. - The event data. This type must be an anonymous type or marked with the attribute. - The type that defines the event and its associated data. This type must be an anonymous type or marked with the attribute. - - - Writes an event with the specified name, options and event data. - The name of the event. - The event options. - The event data. This type must be an anonymous type or marked with the attribute. - The type that defines the event and its associated data. This type must be an anonymous type or marked with the attribute. - - - Writes an event with the specified name, options, related activity and event data. - The name of the event. - The event options. - The ID of the activity associated with the event. - The ID of an associated activity, or if there is no associated activity. - The event data. This type must be an anonymous type or marked with the attribute. - The type that defines the event and its associated data. This type must be an anonymous type or marked with the attribute. - - - Writes an event by using the provided event identifier and string arguments. - The event identifier. This value should be between 0 and 65535. - A string argument. - A string argument. - A string argument. - - - Writes an event by using the provided event identifier and arguments. - The event identifier. This value should be between 0 and 65535. - A string argument. - A 32 bit integer argument. - A 32 bit integer argument. - - - Writes an event by using the provided event identifier and 64-bit arguments. - The event identifier. This value should be between 0 and 65535. - A 64 bit integer argument. - A 64 bit integer argument. - A 64 bit integer argument. - - - Writes an event by using the provided event identifier and 32-bit integer arguments. - The event identifier. This value should be between 0 and 65535. - An integer argument. - An integer argument. - An integer argument. - - - Writes an event by using the provided event identifier and string arguments. - The event identifier. This value should be between 0 and 65535. - A string argument. - A string argument. - - - Writes an event by using the provided event identifier and arguments. - The event identifier. This value should be between 0 and 65535. - A string argument. - A 64 bit integer argument. - - - Writes an event by using the provided event identifier and arguments. - The event identifier. This value should be between 0 and 65535. - A string argument. - A 32 bit integer argument. - - - Writes an event by using the provided event identifier and 64-bit integer, and string arguments. - The event identifier. This value should be between 0 and 65535. - A 64-bit integer argument. - A string argument. - - - Writes an event by using the provided event identifier and 64-bit arguments. - The event identifier. This value should be between 0 and 65535. - A 64 bit integer argument. - A 64 bit integer argument. - - - Writes an event by using the provided event identifier and 32-bit integer arguments. - The event identifier. This value should be between 0 and 65535. - An integer argument. - An integer argument. - - - Writes an event by using the provided event identifier and 32-bit integer and string arguments. - The event identifier. This value should be between 0 and 65535. - A 32-bit integer argument. - A string argument. - - - Writes an event by using the provided event identifier and string argument. - The event identifier. This value should be between 0 and 65535. - A string argument. - - - Writes an event by using the provided event identifier and array of arguments. - The event identifier. This value should be between 0 and 65535. - An array of objects. - - - Writes an event by using the provided event identifier and 64-bit integer argument. - The event identifier. This value should be between 0 and 65535. - A 64 bit integer argument. - - - Writes an event by using the provided event identifier and 32-bit integer argument. - The event identifier. This value should be between 0 and 65535. - An integer argument. - - - Writes an event by using the provided event identifier and byte array argument. - The event identifier. This value should be between 0 and 65535. - A byte array argument. - - - Writes an event by using the provided event identifier. - The event identifier. This value should be between 0 and 65535. - - - Writes the event data using the specified indentifier and 64-bit integer and byte array arguments. - The event identifier. This value should be between 0 and 65535. - A 64-bit integer argument. - A byte array argument. - - - Creates a new overload by using the provided event identifier and event data. - The event identifier. - The number of event data items. - The structure that contains the event data. - - - [Supported in the .NET Framework 4.5.1 and later versions] Writes an event that indicates that the current activity is related to another activity. - An identifier that uniquely identifies this event within the . - The related activity identifier. - An array of objects that contain data about the event. - - - [Supported in the .NET Framework 4.5.1 and later versions] Writes an event that indicates that the current activity is related to another activity. - An identifier that uniquely identifies this event within the . - A pointer to the GUID of the related activity ID. - The number of items in the data field. - A pointer to the first item in the event data field. - - - Allows the event tracing for Windows (ETW) name to be defined independently of the name of the event source class. - - - Initializes a new instance of the class. - - - Gets or sets the event source identifier. - The event source identifier. - - - Gets or sets the name of the localization resource file. - The name of the localization resource file, or null if the localization resource file does not exist. - - - Gets or sets the name of the event source. - The name of the event source. - - - Provides data for the event. - - - Initializes a new instance of the class. - - - Get the event source that is attaching to the listener. - The event source that is attaching to the listener. - - - The exception that is thrown when an error occurs during event tracing for Windows (ETW). - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specified error message. - The message that describes the error. - - - Initializes a new instance of the class with serialized data. - The object that holds the serialized object data. - The contextual information about the source or destination. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - Specifies overrides of default event settings such as the log level, keywords and operation code when the method is called. - - - The activity options defined for this event source. - Returns . - - - Gets or sets the keywords applied to the event. If this property is not set, the event’s keywords will be None. - The keywords applied to the event, or None if no keywords are set. - - - Gets or sets the event level applied to the event. - The event level for the event. If not set, the default is Verbose (5). - - - Gets or sets the operation code to use for the specified event. - The operation code to use for the specified event. If not set, the default is Info (0). - - - The event tags defined for this event source. - Returns . - - - Specifies configuration options for an event source. - - - None of the special configuration options are enabled. - - - - The ETW listener should use a manifest-based format when raising events. Setting this option is a directive to the ETW listener should use manifest-based format when raising events. This is the default option when defining a type derived from using one of the protected constructors. - - - - The ETW listener should use self-describing event format. This is the default option when creating a new instance of the using one of the public constructors. - - - - The event source throws an exception when an error occurs. - - - - Specifies the tracking of activity start and stop events. You should only use the lower 24 bits. For more information, see and . - - - Specifies no tag and is equal to zero. - - - - Defines the tasks that apply to events. - - - Undefined task. - - - - Provides data for the callback. - - - [Supported in the .NET Framework 4.5.1 and later versions] Gets the activity ID on the thread that the event was written to. - The activity ID on the thread that the event was written to. - - - Gets the channel for the event. - The channel for the event. - - - Gets the event identifier. - The event identifier. - - - Gets the name of the event. - The name of the event. - - - Gets the event source object. - The event source object. - - - Gets the keywords for the event. - The keywords for the event. - - - Gets the level of the event. - The level of the event. - - - Gets the message for the event. - The message for the event. - - - Gets the operation code for the event. - The operation code for the event. - - - Gets the payload for the event. - The payload for the event. - - - Returns a list of strings that represent the property names of the event. - Returns . - - - [Supported in the .NET Framework 4.5.1 and later versions] Gets the identifier of an activity that is related to the activity represented by the current instance. - The identifier of the related activity, or if there is no related activity. - - - Returns the tags specified in the call to the method. - Returns . - - - Gets the task for the event. - The task for the event. - - - Gets the version of the event. - The version of the event. - - - Identifies a method that is not generating an event. - - - Creates a new instance of the class. - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Drawing.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Drawing.Primitives.dll deleted file mode 100644 index 92370cba..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Drawing.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Dynamic.Runtime.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Dynamic.Runtime.dll deleted file mode 100644 index cf9ac6cf..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Calendars.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Calendars.dll deleted file mode 100644 index 0f556d0a..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Calendars.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Extensions.dll deleted file mode 100644 index 8cc0df9e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Extensions.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Extensions.xml deleted file mode 100644 index 26d3a02f..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.Extensions.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - System.Globalization.Extensions - - - - - - - - - - - - Supports the use of non-ASCII characters for Internet domain names. This class cannot be inherited. - - - Initializes a new instance of the class. - - - Gets or sets a value that indicates whether unassigned Unicode code points are used in operations performed by members of the current object. - true if unassigned code points are used in operations; otherwise, false. - - - Indicates whether a specified object and the current object are equal. - The object to compare to the current object. - true if the object specified by the obj parameter is derived from and its and properties are equal; otherwise, false. - - - Encodes a string of domain name labels that consist of Unicode characters to a string of displayable Unicode characters in the US-ASCII character range. The string is formatted according to the IDNA standard. - The string to convert, which consists of one or more domain name labels delimited with label separators. - The equivalent of the string specified by the unicode parameter, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard. - unicode is null. - unicode is invalid based on the and properties, and the IDNA standard. - - - Encodes a substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard. - The string to convert, which consists of one or more domain name labels delimited with label separators. - A zero-based offset into unicode that specifies the start of the substring to convert. The conversion operation continues to the end of the unicode string. - The equivalent of the substring specified by the unicode and index parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard. - unicode is null. - index is less than zero. -or- index is greater than the length of unicode. - unicode is invalid based on the and properties, and the IDNA standard. - - - Encodes the specified number of characters in a substring of domain name labels that include Unicode characters outside the US-ASCII character range. The substring is converted to a string of displayable Unicode characters in the US-ASCII character range and is formatted according to the IDNA standard. - The string to convert, which consists of one or more domain name labels delimited with label separators. - A zero-based offset into unicode that specifies the start of the substring. - The number of characters to convert in the substring that starts at the position specified by index in the unicode string. - The equivalent of the substring specified by the unicode, index, and count parameters, consisting of displayable Unicode characters in the US-ASCII character range (U+0020 to U+007E) and formatted according to the IDNA standard. - unicode is null. - index or count is less than zero. -or- index is greater than the length of unicode. -or- index is greater than the length of unicode minus count. - unicode is invalid based on the and properties, and the IDNA standard. - - - Returns a hash code for this object. - One of four 32-bit signed constants derived from the properties of an object. The return value has no special meaning and is not suitable for use in a hash code algorithm. - - - Decodes a string of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. - The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard. - The Unicode equivalent of the IDNA substring specified by the ascii parameter. - ascii is null. - ascii is invalid based on the and properties, and the IDNA standard. - - - Decodes a substring of one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. - The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard. - A zero-based offset into ascii that specifies the start of the substring to decode. The decoding operation continues to the end of the ascii string. - The Unicode equivalent of the IDNA substring specified by the ascii and index parameters. - ascii is null. - index is less than zero. -or- index is greater than the length of ascii. - ascii is invalid based on the and properties, and the IDNA standard. - - - Decodes a substring of a specified length that contains one or more domain name labels, encoded according to the IDNA standard, to a string of Unicode characters. - The string to decode, which consists of one or more labels in the US-ASCII character range (U+0020 to U+007E) encoded according to the IDNA standard. - A zero-based offset into ascii that specifies the start of the substring. - The number of characters to convert in the substring that starts at the position specified by index in the ascii string. - The Unicode equivalent of the IDNA substring specified by the ascii, index, and count parameters. - ascii is null. - index or count is less than zero. -or- index is greater than the length of ascii. -or- index is greater than the length of ascii minus count. - ascii is invalid based on the and properties, and the IDNA standard. - - - Gets or sets a value that indicates whether standard or relaxed naming conventions are used in operations performed by members of the current object. - true if standard naming conventions are used in operations; otherwise, false. - - - - - - - - - - - - - - - - - - - - - - - - Defines the type of normalization to perform. - - - Indicates that a Unicode string is normalized using full canonical decomposition, followed by the replacement of sequences with their primary composites, if possible. - - - - Indicates that a Unicode string is normalized using full canonical decomposition. - - - - Indicates that a Unicode string is normalized using full compatibility decomposition, followed by the replacement of sequences with their primary composites, if possible. - - - - Indicates that a Unicode string is normalized using full compatibility decomposition. - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.dll deleted file mode 100644 index 8fa19b64..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Globalization.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.ZipFile.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.ZipFile.dll deleted file mode 100644 index 238d6bb1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.dll deleted file mode 100644 index e6f953f3..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.xml deleted file mode 100644 index 9403883d..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Compression.xml +++ /dev/null @@ -1,495 +0,0 @@ - - - - System.IO.Compression - - - - Specifies values that indicate whether a compression operation emphasizes speed or compression size. - - - The compression operation should complete as quickly as possible, even if the resulting file is not optimally compressed. - - - - No compression should be performed on the file. - - - - The compression operation should be optimally compressed, even if the operation takes a longer time to complete. - - - - Specifies whether to compress or decompress the underlying stream. - - - Compresses the underlying stream. - - - - Decompresses the underlying stream. - - - - Provides methods and properties for compressing and decompressing streams by using the Deflate algorithm. - - - Initializes a new instance of the class by using the specified stream and compression level. - The stream to compress. - One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream. - stream is null. - The stream does not support write operations such as compression. (The property on the stream object is false.) - - - Initializes a new instance of the class by using the specified stream and compression mode. - The stream to compress or decompress. - One of the enumeration values that indicates whether to compress or decompress the stream. - stream is null. - mode is not a valid value. -or- is and is false. -or- is and is false. - - - Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open. - The stream to compress. - One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream. - true to leave the stream object open after disposing the object; otherwise, false. - stream is null. - The stream does not support write operations such as compression. (The property on the stream object is false.) - - - Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open. - The stream to compress or decompress. - One of the enumeration values that indicates whether to compress or decompress the stream. - true to leave the stream open after disposing the object; otherwise, false. - stream is null. - mode is not a valid value. -or- is and is false. -or- is and is false. - - - Gets a reference to the underlying stream. - A stream object that represents the underlying stream. - The underlying stream is closed. - - - Begins an asynchronous read operation. (Consider using the method instead.) - - The byte offset in array at which to begin reading data from the stream. - The maximum number of bytes to read. - - - An object that represents the asynchronous read operation, which could still be pending. - The method tried to read asynchronously past the end of the stream, or a disk error occurred. - One or more of the arguments is invalid. - Methods were called after the stream was closed. - The current implementation does not support the read operation. - This call cannot be completed. - - - Begins an asynchronous write operation. (Consider using the method instead.) - - The byte offset in buffer to begin writing from. - The maximum number of bytes to write. - - - An object that represents the asynchronous write operation, which could still be pending. - The method tried to write asynchronously past the end of the stream, or a disk error occurred. - One or more of the arguments is invalid. - Methods were called after the stream was closed. - The current implementation does not support the write operation. - The write operation cannot be performed because the stream is closed. - - - Gets a value indicating whether the stream supports reading while decompressing a file. - true if the value is Decompress, and the underlying stream is opened and supports reading; otherwise, false. - - - Gets a value indicating whether the stream supports seeking. - false in all cases. - - - Gets a value indicating whether the stream supports writing. - true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false. - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Waits for the pending asynchronous read to complete. (Consider using the method instead.) - - The number of bytes read from the stream, between 0 (zero) and the number of bytes you requested. returns 0 only at the end of the stream; otherwise, it blocks until at least one byte is available. - async_result is null. - async_result did not originate from a method on the current stream. - An exception was thrown during a call to . - The stream is null. - - - Ends an asynchronous write operation. (Consider using the method instead.) - - async_result is null. - async_result did not originate from a method on the current stream. - An exception was thrown during a call to . - The end write call is invalid. - - - The current implementation of this method has no functionality. - The stream is closed. - - - This property is not supported and always throws a . - A long value. - This property is not supported on this stream. - - - This property is not supported and always throws a . - A long value. - This property is not supported on this stream. - - - Reads a number of decompressed bytes into the specified byte array. - The array to store decompressed bytes. - The byte offset in array at which the read bytes will be placed. - The maximum number of decompressed bytes to read. - The number of bytes that were read into the byte array. - array is null. - The value was Compress when the object was created. - or - The underlying stream does not support reading. - offset or count is less than zero. -or- array length minus the index starting point is less than count. - The data is in an invalid format. - The stream is closed. - - - - - - - - - - This operation is not supported and always throws a . - The location in the stream. - One of the values. - A long value. - This property is not supported on this stream. - - - This operation is not supported and always throws a . - The length of the stream. - This property is not supported on this stream. - - - Writes compressed bytes to the underlying stream from the specified byte array. - The buffer that contains the data to compress. - The byte offset in array from which the bytes will be read. - The maximum number of bytes to write. - - - - - - - - - - Provides methods and properties used to compress and decompress streams. - - - Initializes a new instance of the class by using the specified stream and compression level. - The stream to write the compressed data to. - One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream. - stream is null. - The stream does not support write operations such as compression. (The property on the stream object is false.) - - - Initializes a new instance of the class by using the specified stream and compression mode. - The stream the compressed or decompressed data is written to. - One of the enumeration values that indicates whether to compress or decompress the stream. - stream is null. - mode is not a valid enumeration value. -or- is and is false. -or- is and is false. - - - Initializes a new instance of the class by using the specified stream and compression level, and optionally leaves the stream open. - The stream to write the compressed data to. - One of the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream. - true to leave the stream object open after disposing the object; otherwise, false. - stream is null. - The stream does not support write operations such as compression. (The property on the stream object is false.) - - - Initializes a new instance of the class by using the specified stream and compression mode, and optionally leaves the stream open. - The stream the compressed or decompressed data is written to. - One of the enumeration values that indicates whether to compress or decompress the stream. - true to leave the stream open after disposing the object; otherwise, false. - stream is null. - mode is not a valid value. -or- is and is false. -or- is and is false. - - - Gets a reference to the underlying stream. - A stream object that represents the underlying stream. - The underlying stream is closed. - - - Begins an asynchronous read operation. (Consider using the method instead.) - - The byte offset in array at which to begin reading data from the stream. - The maximum number of bytes to read. - - - An object that represents the asynchronous read operation, which could still be pending. - The method tried to read asynchronously past the end of the stream, or a disk error occurred. - One or more of the arguments is invalid. - Methods were called after the stream was closed. - The current implementation does not support the read operation. - A read operation cannot be performed because the stream is closed. - - - Begins an asynchronous write operation. (Consider using the method instead.) - - The byte offset in array at which to begin writing. - The maximum number of bytes to write. - - - An object that represents the asynchronous write operation, which could still be pending. - The underlying stream is null. -or- The underlying stream is closed. - - - Gets a value indicating whether the stream supports reading while decompressing a file. - true if the value is Decompress, and the underlying stream supports reading and is not closed; otherwise, false. - - - Gets a value indicating whether the stream supports seeking. - false in all cases. - - - Gets a value indicating whether the stream supports writing. - true if the value is Compress, and the underlying stream supports writing and is not closed; otherwise, false. - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Waits for the pending asynchronous read to complete. (Consider using the the method instead.) - - The number of bytes read from the stream, between 0 (zero) and the number of bytes you requested. returns 0 only at the end of the stream; otherwise, it blocks until at least one byte is available. - async_result is null. - async_result did not originate from a method on the current stream. - The end operation cannot be performed because the stream is closed. - - - Handles the end of an asynchronous write operation. (Consider using the method instead.) - - The underlying stream is null. -or- The underlying stream is closed. - - - The current implementation of this method has no functionality. - The stream is closed. - - - This property is not supported and always throws a . - A long value. - This property is not supported on this stream. - - - This property is not supported and always throws a . - A long value. - This property is not supported on this stream. - - - Reads a number of decompressed bytes into the specified byte array. - The array used to store decompressed bytes. - The byte offset in array at which the read bytes will be placed. - The maximum number of decompressed bytes to read. - The number of bytes that were decompressed into the byte array. If the end of the stream has been reached, zero or the number of bytes read is returned. - array is null. - The value was Compress when the object was created. - or - The underlying stream does not support reading. - offset or count is less than zero. -or- array length minus the index starting point is less than count. - The data is in an invalid format. - The stream is closed. - - - - - - - - - - This property is not supported and always throws a . - The location in the stream. - One of the values. - A long value. - This property is not supported on this stream. - - - This property is not supported and always throws a . - The length of the stream. - This property is not supported on this stream. - - - Writes compressed bytes to the underlying stream from the specified byte array. - The buffer that contains the data to compress. - The byte offset in array from which the bytes will be read. - The maximum number of bytes to write. - The write operation cannot be performed because the stream is closed. - - - - - - - - - - Represents a package of compressed files in the zip archive format. - - - Initializes a new instance of the class from the specified stream. - The stream that contains the archive to be read. - The stream is already closed or does not support reading. - stream is null. - The contents of the stream are not in the zip archive format. - - - Initializes a new instance of the class from the specified stream and with the specified mode. - The input or output stream. - One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries. - The stream is already closed, or the capabilities of the stream do not match the mode. - stream is null. - mode is an invalid value. - The contents of the stream could not be interpreted as a zip archive. -or- mode is and an entry is missing from the archive or is corrupt and cannot be read. -or- mode is and an entry is too large to fit into memory. - - - Initializes a new instance of the class on the specified stream for the specified mode, and optionally leaves the stream open. - The input or output stream. - One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries. - true to leave the stream open after the object is disposed; otherwise, false. - The stream is already closed, or the capabilities of the stream do not match the mode. - stream is null. - mode is an invalid value. - The contents of the stream could not be interpreted as a zip archive. -or- mode is and an entry is missing from the archive or is corrupt and cannot be read. -or- mode is and an entry is too large to fit into memory. - - - Initializes a new instance of the class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open. - The input or output stream. - One of the enumeration values that indicates whether the zip archive is used to read, create, or update entries. - true to leave the stream open after the object is disposed; otherwise, false. - The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names. - The stream is already closed, or the capabilities of the stream do not match the mode. - stream is null. - mode is an invalid value. - The contents of the stream could not be interpreted as a zip archive. -or- mode is and an entry is missing from the archive or is corrupt and cannot be read. -or- mode is and an entry is too large to fit into memory. - - - Creates an empty entry that has the specified path and entry name in the zip archive. - A path, relative to the root of the archive, that specifies the name of the entry to be created. - An empty entry in the zip archive. - entryName is . - entryName is null. - The zip archive does not support writing. - The zip archive has been disposed. - - - Creates an empty entry that has the specified entry name and compression level in the zip archive. - A path, relative to the root of the archive, that specifies the name of the entry to be created. - One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry. - An empty entry in the zip archive. - entryName is . - entryName is null. - The zip archive does not support writing. - The zip archive has been disposed. - - - Releases the resources used by the current instance of the class. - - - Called by the and methods to release the unmanaged resources used by the current instance of the class, and optionally finishes writing the archive and releases the managed resources. - true to finish writing the archive and release unmanaged and managed resources; false to release only unmanaged resources. - - - Gets the collection of entries that are currently in the zip archive. - The collection of entries that are currently in the zip archive. - The zip archive does not support reading. - The zip archive has been disposed. - The zip archive is corrupt, and its entries cannot be retrieved. - - - Retrieves a wrapper for the specified entry in the zip archive. - A path, relative to the root of the archive, that identifies the entry to retrieve. - A wrapper for the specified entry in the archive; null if the entry does not exist in the archive. - entryName is . - entryName is null. - The zip archive does not support reading. - The zip archive has been disposed. - The zip archive is corrupt, and its entries cannot be retrieved. - - - Gets a value that describes the type of action the zip archive can perform on entries. - One of the enumeration values that describes the type of action (read, create, or update) the zip archive can perform on entries. - - - Represents a compressed file within a zip archive. - - - Gets the zip archive that the entry belongs to. - The zip archive that the entry belongs to, or null if the entry has been deleted. - - - Gets the compressed size of the entry in the zip archive. - The compressed size of the entry in the zip archive. - The value of the property is not available because the entry has been modified. - - - Deletes the entry from the zip archive. - The entry is already open for reading or writing. - The zip archive for this entry was opened in a mode other than . - The zip archive for this entry has been disposed. - - - - - - Gets the relative path of the entry in the zip archive. - The relative path of the entry in the zip archive. - - - Gets or sets the last time the entry in the zip archive was changed. - The last time the entry in the zip archive was changed. - The attempt to set this property failed, because the zip archive for the entry is in mode. - The archive mode is set to . - or - The archive mode is set to and the entry has been opened. - An attempt was made to set this property to a value that is either earlier than 1980 January 1 0:00:00 (midnight) or later than 2107 December 31 23:59:58 (one second before midnight). - - - Gets the uncompressed size of the entry in the zip archive. - The uncompressed size of the entry in the zip archive. - The value of the property is not available because the entry has been modified. - - - Gets the file name of the entry in the zip archive. - The file name of the entry in the zip archive. - - - Opens the entry from the zip archive. - The stream that represents the contents of the entry. - The entry is already currently open for writing. -or- The entry has been deleted from the archive. -or- The archive for this entry was opened with the mode, and this entry has already been written to. - The entry is either missing from the archive or is corrupt and cannot be read. -or- The entry has been compressed by using a compression method that is not supported. - The zip archive for this entry has been disposed. - - - Retrieves the relative path of the entry in the zip archive. - The relative path of the entry, which is the value stored in the property. - - - Specifies values for interacting with zip archive entries. - - - Only creating new archive entries is permitted. - - - - Only reading archive entries is permitted. - - - - Both read and write operations are permitted for archive entries. - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.DriveInfo.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 296e621e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index dd425930..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.Watcher.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index 7d63c9d6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.dll deleted file mode 100644 index f2843be8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.FileSystem.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.IsolatedStorage.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.IsolatedStorage.dll deleted file mode 100644 index 61285542..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.MemoryMappedFiles.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index fc4def92..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Pipes.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Pipes.dll deleted file mode 100644 index 4d60fed4..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.Pipes.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.UnmanagedMemoryStream.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 5edfeee8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.dll deleted file mode 100644 index e9e96f26..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.IO.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Expressions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Expressions.dll deleted file mode 100644 index 42c30020..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Expressions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Parallel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Parallel.dll deleted file mode 100644 index 7605c0be..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Parallel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Queryable.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Queryable.dll deleted file mode 100644 index cac19469..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.Queryable.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.dll deleted file mode 100644 index f172d492..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Linq.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Http.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Http.dll deleted file mode 100644 index 7c8bad96..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Http.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Http.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Http.xml deleted file mode 100644 index 43353b44..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Http.xml +++ /dev/null @@ -1,2409 +0,0 @@ - - - - System.Net.Http - - - - Provides HTTP content based on a byte array. - - - Initializes a new instance of the class. - The content used to initialize the . - The content parameter is null. - - - Initializes a new instance of the class. - The content used to initialize the . - The offset, in bytes, in the content parameter used to initialize the . - The number of bytes in the content starting from the offset parameter used to initialize the . - The content parameter is null. - The offset parameter is less than zero. -or- The offset parameter is greater than the length of content specified by the content parameter. -or- The count parameter is less than zero. -or- The count parameter is greater than the length of content specified by the content parameter - minus the offset parameter. - - - Creates an HTTP content stream as an asynchronous operation for reading whose backing store is memory from the . - The task object representing the asynchronous operation. - - - Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation. - The target stream. - Information about the transport, like channel binding token. This parameter may be null. - The task object representing the asynchronous operation. - - - Determines whether a byte array has a valid length in bytes. - The length in bytes of the byte array. - true if length is a valid length; otherwise, false. - - - Specifies how client certificates are provided. - - - The will attempt to provide all available client certificates automatically. - - - - The application manually provides the client certificates to the . This value is the default. - - - - A type for HTTP handlers that delegate the processing of HTTP response messages to another handler, called the inner handler. - - - Creates a new instance of the class. - - - Creates a new instance of the class with a specific inner handler. - The inner handler which is responsible for processing the HTTP response messages. - - - Releases the unmanaged resources used by the , and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Gets or sets the inner handler which processes the HTTP response messages. - The inner handler for HTTP response messages. - - - Sends an HTTP request to the inner handler to send to the server as an asynchronous operation. - The HTTP request message to send to the server. - A cancellation token to cancel operation. - The task object representing the asynchronous operation. - The request was null. - - - A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type. - - - Initializes a new instance of the class with a specific collection of name/value pairs. - A collection of name/value pairs. - - - Represents authentication information in Authorization, ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header values. - - - Initializes a new instance of the class. - The scheme to use for authorization. - - - Initializes a new instance of the class. - The scheme to use for authorization. - The credentials containing the authentication information of the user agent for the resource being requested. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets the credentials containing the authentication information of the user agent for the resource being requested. - The credentials containing the authentication information. - - - Converts a string to an instance. - A string that represents authentication header value information. - An instance. - input is a null reference. - input is not valid authentication header value information. - - - Gets the scheme to use for authorization. - The scheme to use for authorization. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents the value of the Cache-Control header. - - - Initializes a new instance of the class. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Cache-extension tokens, each with an optional assigned value. - A collection of cache-extension tokens each with an optional assigned value. - - - Serves as a hash function for a object. - A hash code for the current object. - - - The maximum age, specified in seconds, that the HTTP client is willing to accept a response. - The time in seconds. - - - Whether an HTTP client is willing to accept a response that has exceeded its expiration time. - true if the HTTP client is willing to accept a response that has exceed the expiration time; otherwise, false. - - - The maximum time, in seconds, an HTTP client is willing to accept a response that has exceeded its expiration time. - The time in seconds. - - - The freshness lifetime, in seconds, that an HTTP client is willing to accept a response. - The time in seconds. - - - Whether the origin server require revalidation of a cache entry on any subsequent use when the cache entry becomes stale. - true if the origin server requires revalidation of a cache entry on any subsequent use when the entry becomes stale; otherwise, false. - - - Whether an HTTP client is willing to accept a cached response. - true if the HTTP client is willing to accept a cached response; otherwise, false. - - - A collection of fieldnames in the "no-cache" directive in a cache-control header field on an HTTP response. - A collection of fieldnames. - - - Whether a cache must not store any part of either the HTTP request mressage or any response. - true if a cache must not store any part of either the HTTP request mressage or any response; otherwise, false. - - - Whether a cache or proxy must not change any aspect of the entity-body. - true if a cache or proxy must not change any aspect of the entity-body; otherwise, false. - - - Whether a cache should either respond using a cached entry that is consistent with the other constraints of the HTTP request, or respond with a 504 (Gateway Timeout) status. - true if a cache should either respond using a cached entry that is consistent with the other constraints of the HTTP request, or respond with a 504 (Gateway Timeout) status; otherwise, false. - - - Converts a string to an instance. - A string that represents cache-control header value information. - A instance. - input is a null reference. - input is not valid cache-control header value information. - - - Whether all or part of the HTTP response message is intended for a single user and must not be cached by a shared cache. - true if the HTTP response message is intended for a single user and must not be cached by a shared cache; otherwise, false. - - - A collection fieldnames in the "private" directive in a cache-control header field on an HTTP response. - A collection of fieldnames. - - - Whether the origin server require revalidation of a cache entry on any subsequent use when the cache entry becomes stale for shared user agent caches. - true if the origin server requires revalidation of a cache entry on any subsequent use when the entry becomes stale for shared user agent caches; otherwise, false. - - - Whether an HTTP response may be cached by any cache, even if it would normally be non-cacheable or cacheable only within a non- shared cache. - true if the HTTP response may be cached by any cache, even if it would normally be non-cacheable or cacheable only within a non- shared cache; otherwise, false. - - - The shared maximum age, specified in seconds, in an HTTP response that overrides the "max-age" directive in a cache-control header or an Expires header for a shared cache. - The time in seconds. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents the value of the Content-Disposition header. - - - Initializes a new instance of the class. - A . - - - Initializes a new instance of the class. - A string that contains a . - - - The date at which the file was created. - The file creation date. - - - The disposition type for a content body part. - The disposition type. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - A suggestion for how to construct a filename for storing the message payload to be used if the entity is detached and stored in a separate file. - A suggested filename. - - - A suggestion for how to construct filenames for storing message payloads to be used if the entities are detached and stored in a separate files. - A suggested filename of the form filename*. - - - Serves as a hash function for an object. - A hash code for the current object. - - - The date at which the file was last modified. - The file modification date. - - - The name for a content body part. - The name for the content body part. - - - A set of parameters included the Content-Disposition header. - A collection of parameters. - - - Converts a string to an instance. - A string that represents content disposition header value information. - An instance. - input is a null reference. - input is not valid content disposition header value information. - - - The date the file was last read. - The last read date. - - - The approximate size, in bytes, of the file. - The approximate size, in bytes. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents the value of the Content-Range header. - - - Initializes a new instance of the class. - The starting or ending point of the range, in bytes. - - - Initializes a new instance of the class. - The position, in bytes, at which to start sending data. - The position, in bytes, at which to stop sending data. - - - Initializes a new instance of the class. - The position, in bytes, at which to start sending data. - The position, in bytes, at which to stop sending data. - The starting or ending point of the range, in bytes. - - - Determines whether the specified Object is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Gets the position at which to start sending data. - The position, in bytes, at which to start sending data. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets whether the Content-Range header has a length specified. - true if the Content-Range has a length specified; otherwise, false. - - - Gets whether the Content-Range has a range specified. - true if the Content-Range has a range specified; otherwise, false. - - - Gets the length of the full entity-body. - The length of the full entity-body. - - - Converts a string to an instance. - A string that represents content range header value information. - An instance. - input is a null reference. - input is not valid content range header value information. - - - Gets the position at which to stop sending data. - The position at which to stop sending data. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - The range units used. - A that contains range units. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents an entity-tag header value. - - - Initializes a new instance of the class. - A string that contains an . - - - Initializes a new instance of the class. - A string that contains an . - A value that indicates if this entity-tag header is a weak validator. If the entity-tag header is weak validator, then isWeak should be set to true. If the entity-tag header is a strong validator, then isWeak should be set to false. - - - Gets the entity-tag header value. - Returns . - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets whether the entity-tag is prefaced by a weakness indicator. - true if the entity-tag is prefaced by a weakness indicator; otherwise, false. - - - Converts a string to an instance. - A string that represents entity tag header value information. - An instance. - input is a null reference. - input is not valid entity tag header value information. - - - Gets the opaque quoted string. - An opaque quoted string. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents the collection of Content Headers as defined in RFC 2616. - - - Gets the value of the Allow content header on an HTTP response. - The value of the Allow header on an HTTP response. - - - Gets the value of the Content-Disposition content header on an HTTP response. - The value of the Content-Disposition content header on an HTTP response. - - - Gets the value of the Content-Encoding content header on an HTTP response. - The value of the Content-Encoding content header on an HTTP response. - - - Gets the value of the Content-Language content header on an HTTP response. - The value of the Content-Language content header on an HTTP response. - - - Gets or sets the value of the Content-Length content header on an HTTP response. - The value of the Content-Length content header on an HTTP response. - - - Gets or sets the value of the Content-Location content header on an HTTP response. - The value of the Content-Location content header on an HTTP response. - - - Gets or sets the value of the Content-MD5 content header on an HTTP response. - The value of the Content-MD5 content header on an HTTP response. - - - Gets or sets the value of the Content-Range content header on an HTTP response. - The value of the Content-Range content header on an HTTP response. - - - Gets or sets the value of the Content-Type content header on an HTTP response. - The value of the Content-Type content header on an HTTP response. - - - Gets or sets the value of the Expires content header on an HTTP response. - The value of the Expires content header on an HTTP response. - - - Gets or sets the value of the Last-Modified content header on an HTTP response. - The value of the Last-Modified content header on an HTTP response. - - - A collection of headers and their values as defined in RFC 2616. - - - Initializes a new instance of the class. - - - Adds the specified header and its values into the collection. - The header to add to the collection. - A list of header values to add to the collection. - - - Adds the specified header and its value into the collection. - The header to add to the collection. - The content of the header. - - - Removes all headers from the collection. - - - Returns if a specific header exists in the collection. - The specific header. - true is the specified header exists in the collection; otherwise false. - - - Returns an enumerator that can iterate through the instance. - An enumerator for the . - - - Returns all header values for a specified header stored in the collection. - The specified header to return values for. - An array of header strings. - - - Removes the specified header from the collection. - The name of the header to remove from the collection. - Returns . - - - Returns a string that represents the current object. - A string that represents the current object. - - - Returns a value that indicates whether the specified header and its values were added to the collection without validating the provided information. - The header to add to the collection. - The values of the header. - true if the specified header name and values could be added to the collection; otherwise false. - - - Returns a value that indicates whether the specified header and its value were added to the collection without validating the provided information. - The header to add to the collection. - The content of the header. - true if the specified header name and value could be added to the collection; otherwise false. - - - Return if a specified header and specified values are stored in the collection. - The specified header. - The specified header values. - true is the specified header name and values are stored in the collection; otherwise false. - - - Gets an enumerator that can iterate through a . - An instance of an implementation of an that can iterate through a . - - - Represents a collection of header values. - The header collection type. - - - Adds an entry to the . - The item to add to the header collection. - - - Removes all entries from the . - - - Determines if the contains an item. - The item to find to the header collection. - true if the entry is contained in the instance; otherwise, false - - - Copies the entire to a compatible one-dimensional , starting at the specified index of the target array. - The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. - The zero-based index in array at which copying begins. - - - Gets the number of headers in the . - The number of headers in a collection - - - Returns an enumerator that iterates through the . - An enumerator for the instance. - - - Gets a value indicating whether the instance is read-only. - true if the instance is read-only; otherwise, false. - - - Parses and adds an entry to the . - The entry to add. - - - Removes the specified item from the . - The item to remove. - true if the item was removed from the instance; otherwise, false - - - Returns a string that represents the current object. object. - A string that represents the current object. - - - Determines whether the input could be parsed and added to the . - The entry to validate. - true if the input could be parsed and added to the instance; otherwise, false - - - Returns an enumerator that iterates through the . - An enumerator for the instance. - - - Represents the collection of Request Headers as defined in RFC 2616. - - - Gets the value of the Accept header for an HTTP request. - The value of the Accept header for an HTTP request. - - - Gets the value of the Accept-Charset header for an HTTP request. - The value of the Accept-Charset header for an HTTP request. - - - Gets the value of the Accept-Encoding header for an HTTP request. - The value of the Accept-Encoding header for an HTTP request. - - - Gets the value of the Accept-Language header for an HTTP request. - The value of the Accept-Language header for an HTTP request. - - - Gets or sets the value of the Authorization header for an HTTP request. - The value of the Authorization header for an HTTP request. - - - Gets or sets the value of the Cache-Control header for an HTTP request. - The value of the Cache-Control header for an HTTP request. - - - Gets the value of the Connection header for an HTTP request. - The value of the Connection header for an HTTP request. - - - Gets or sets a value that indicates if the Connection header for an HTTP request contains Close. - true if the Connection header contains Close, otherwise false. - - - Gets or sets the value of the Date header for an HTTP request. - The value of the Date header for an HTTP request. - - - Gets the value of the Expect header for an HTTP request. - The value of the Expect header for an HTTP request. - - - Gets or sets a value that indicates if the Expect header for an HTTP request contains Continue. - true if the Expect header contains Continue, otherwise false. - - - Gets or sets the value of the From header for an HTTP request. - The value of the From header for an HTTP request. - - - Gets or sets the value of the Host header for an HTTP request. - The value of the Host header for an HTTP request. - - - Gets the value of the If-Match header for an HTTP request. - Returns . The value of the If-Match header for an HTTP request. - - - Gets or sets the value of the If-Modified-Since header for an HTTP request. - The value of the If-Modified-Since header for an HTTP request. - - - Gets the value of the If-None-Match header for an HTTP request. - Gets the value of the If-None-Match header for an HTTP request. - - - Gets or sets the value of the If-Range header for an HTTP request. - The value of the If-Range header for an HTTP request. - - - Gets or sets the value of the If-Unmodified-Since header for an HTTP request. - The value of the If-Unmodified-Since header for an HTTP request. - - - Gets or sets the value of the Max-Forwards header for an HTTP request. - The value of the Max-Forwards header for an HTTP request. - - - Gets the value of the Pragma header for an HTTP request. - The value of the Pragma header for an HTTP request. - - - Gets or sets the value of the Proxy-Authorization header for an HTTP request. - The value of the Proxy-Authorization header for an HTTP request. - - - Gets or sets the value of the Range header for an HTTP request. - The value of the Range header for an HTTP request. - - - Gets or sets the value of the Referer header for an HTTP request. - The value of the Referer header for an HTTP request. - - - Gets the value of the TE header for an HTTP request. - The value of the TE header for an HTTP request. - - - Gets the value of the Trailer header for an HTTP request. - The value of the Trailer header for an HTTP request. - - - Gets the value of the Transfer-Encoding header for an HTTP request. - The value of the Transfer-Encoding header for an HTTP request. - - - Gets or sets a value that indicates if the Transfer-Encoding header for an HTTP request contains chunked. - true if the Transfer-Encoding header contains chunked, otherwise false. - - - Gets the value of the Upgrade header for an HTTP request. - The value of the Upgrade header for an HTTP request. - - - Gets the value of the User-Agent header for an HTTP request. - The value of the User-Agent header for an HTTP request. - - - Gets the value of the Via header for an HTTP request. - The value of the Via header for an HTTP request. - - - Gets the value of the Warning header for an HTTP request. - The value of the Warning header for an HTTP request. - - - Represents the collection of Response Headers as defined in RFC 2616. - - - Gets the value of the Accept-Ranges header for an HTTP response. - The value of the Accept-Ranges header for an HTTP response. - - - Gets or sets the value of the Age header for an HTTP response. - The value of the Age header for an HTTP response. - - - Gets or sets the value of the Cache-Control header for an HTTP response. - The value of the Cache-Control header for an HTTP response. - - - Gets the value of the Connection header for an HTTP response. - The value of the Connection header for an HTTP response. - - - Gets or sets a value that indicates if the Connection header for an HTTP response contains Close. - true if the Connection header contains Close, otherwise false. - - - Gets or sets the value of the Date header for an HTTP response. - The value of the Date header for an HTTP response. - - - Gets or sets the value of the ETag header for an HTTP response. - The value of the ETag header for an HTTP response. - - - Gets or sets the value of the Location header for an HTTP response. - The value of the Location header for an HTTP response. - - - Gets the value of the Pragma header for an HTTP response. - Returns . The value of the Pragma header for an HTTP response. - - - Gets the value of the Proxy-Authenticate header for an HTTP response. - The value of the Proxy-Authenticate header for an HTTP response. - - - Gets or sets the value of the Retry-After header for an HTTP response. - The value of the Retry-After header for an HTTP response. - - - Gets the value of the Server header for an HTTP response. - The value of the Server header for an HTTP response. - - - Gets the value of the Trailer header for an HTTP response. - The value of the Trailer header for an HTTP response. - - - Gets the value of the Transfer-Encoding header for an HTTP response. - The value of the Transfer-Encoding header for an HTTP response. - - - Gets or sets a value that indicates if the Transfer-Encoding header for an HTTP response contains chunked. - true if the Transfer-Encoding header contains chunked, otherwise false. - - - Gets the value of the Upgrade header for an HTTP response. - The value of the Upgrade header for an HTTP response. - - - Gets the value of the Vary header for an HTTP response. - The value of the Vary header for an HTTP response. - - - Gets the value of the Via header for an HTTP response. - The value of the Via header for an HTTP response. - - - Gets the value of the Warning header for an HTTP response. - The value of the Warning header for an HTTP response. - - - Gets the value of the WWW-Authenticate header for an HTTP response. - The value of the WWW-Authenticate header for an HTTP response. - - - Represents a media type used in a Content-Type header as defined in the RFC 2616. - - - Initializes a new instance of the class. - A object used to initialize the new instance. - - - Initializes a new instance of the class. - The source represented as a string to initialize the new instance. - - - Gets or sets the character set. - The character set. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets or sets the media-type header value. - The media-type header value. - - - Gets or sets the media-type header value parameters. - The media-type header value parameters. - - - Converts a string to an instance. - A string that represents media type header value information. - A instance. - input is a null reference. - input is not valid media type header value information. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a media type with an additional quality factor used in a Content-Type header. - - - Initializes a new instance of the class. - A represented as string to initialize the new instance. - - - Initializes a new instance of the class. - A represented as string to initialize the new instance. - The quality associated with this header value. - - - Converts a string to an instance. - A string that represents media type with quality header value information. - A instance. - input is a null reference. - input is not valid media type with quality header value information. - - - Get or set the quality value for the . - The quality value for the object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a name/value pair used in various headers as defined in RFC 2616. - - - Initializes a new instance of the class. - A object used to initialize the new instance. - - - Initializes a new instance of the class. - The header name. - - - Initializes a new instance of the class. - The header name. - The header value. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets the header name. - The header name. - - - Converts a string to an instance. - A string that represents name value header value information. - A instance. - input is a null reference. - input is not valid name value header value information. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Gets the header value. - The header value. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a name/value pair with parameters used in various headers as defined in RFC 2616. - - - Initializes a new instance of the class. - A object used to initialize the new instance. - - - Initializes a new instance of the class. - The header name. - - - Initializes a new instance of the class. - The header name. - The header value. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets the parameters from the object. - A collection containing the parameters. - - - Converts a string to an instance. - A string that represents name value with parameter header value information. - A instance. - input is a null reference. - input is not valid name value with parameter header value information. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a product token value in a User-Agent header. - - - Initializes a new instance of the class. - The product name. - - - Initializes a new instance of the class. - The product name value. - The product version value. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets the name of the product token. - The name of the product token. - - - Converts a string to an instance. - A string that represents product header value information. - A instance. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Gets the version of the product token. - The version of the product token. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a value which can either be a product or a comment in a User-Agent header. - - - Initializes a new instance of the class. - A object used to initialize the new instance. - - - Initializes a new instance of the class. - A comment value. - - - Initializes a new instance of the class. - The product name value. - The product version value. - - - Gets the comment from the object. - The comment value this . - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Converts a string to an instance. - A string that represents product info header value information. - A instance. - input is a null reference. - input is not valid product info header value information. - - - Gets the product from the object. - The product value from this . - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents an If-Range header value which can either be a date/time or an entity-tag value. - - - Initializes a new instance of the class. - A date value used to initialize the new instance. - - - Initializes a new instance of the class. - An object used to initialize the new instance. - - - Initializes a new instance of the class. - An entity tag represented as a string used to initialize the new instance. - - - Gets the date from the object. - The date from the object. - - - Gets the entity tag from the object. - The entity tag from the object. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Converts a string to an instance. - A string that represents range condition header value information. - A instance. - input is a null reference. - input is not valid range Condition header value information. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a Range header value. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a byte range. - The position at which to start sending data. - The position at which to stop sending data. - from is greater than to -or- from or to is less than 0. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Converts a string to an instance. - A string that represents range header value information. - A instance. - input is a null reference. - input is not valid range header value information. - - - Gets the ranges specified from the object. - The ranges from the object. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - he string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Gets the unit from the object. - The unit from the object. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a byte range in a Range header value. - - - Initializes a new instance of the class. - The position at which to start sending data. - The position at which to stop sending data. - from is greater than to -or- from or to is less than 0. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Gets the position at which to start sending data. - The position at which to start sending data. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets the position at which to stop sending data. - The position at which to stop sending data. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a Retry-After header value which can either be a date/time or a timespan value. - - - Initializes a new instance of the class. - The date and time offset used to initialize the new instance. - - - Initializes a new instance of the class. - The delta, in seconds, used to initialize the new instance. - - - Gets the date and time offset from the object. - The date and time offset from the object. - - - Gets the delta in seconds from the object. - The delta in seconds from the object. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Converts a string to an instance. - A string that represents retry condition header value information. - A instance. - input is a null reference. - input is not valid retry condition header value information. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a string header value with an optional quality. - - - Initializes a new instance of the class. - The string used to initialize the new instance. - - - Initializes a new instance of the class. - A string used to initialize the new instance. - A quality factor used to initialize the new instance. - - - Determines whether the specified Object is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Converts a string to an instance. - A string that represents quality header value information. - A instance. - input is a null reference. - input is not valid string with quality header value information. - - - Gets the quality factor from the object. - The quality factor from the object. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Gets the string value from the object. - The string value from the object. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents an accept-encoding header value. - - - Initializes a new instance of the class. - A object used to initialize the new instance. - - - Initializes a new instance of the class. - A string used to initialize the new instance. - - - Determines whether the specified Object is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Gets the transfer-coding parameters. - The transfer-coding parameters. - - - Converts a string to an instance. - A string that represents transfer-coding header value information. - A instance. - input is a null reference. - input is not valid transfer-coding header value information. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Gets the transfer-coding value. - The transfer-coding value. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents an Accept-Encoding header value.with optional quality factor. - - - Initializes a new instance of the class. - A string used to initialize the new instance. - - - Initializes a new instance of the class. - A string used to initialize the new instance. - A value for the quality factor. - - - Converts a string to an instance. - A string that represents transfer-coding value information. - A instance. - input is a null reference. - input is not valid transfer-coding with quality header value information. - - - Gets the quality factor from the . - The quality factor from the . - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents the value of a Via header. - - - Initializes a new instance of the class. - The protocol version of the received protocol. - The host and port that the request or response was received by. - - - Initializes a new instance of the class. - The protocol version of the received protocol. - The host and port that the request or response was received by. - The protocol name of the received protocol. - - - Initializes a new instance of the class. - The protocol version of the received protocol. - The host and port that the request or response was received by. - The protocol name of the received protocol. - The comment field used to identify the software of the recipient proxy or gateway. - - - Gets the comment field used to identify the software of the recipient proxy or gateway. - The comment field used to identify the software of the recipient proxy or gateway. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - Returns a hash code for the current object. - - - Converts a string to an instance. - A string that represents via header value information. - A instance. - input is a null reference. - input is not valid via header value information. - - - Gets the protocol name of the received protocol. - The protocol name. - - - Gets the protocol version of the received protocol. - The protocol version. - - - Gets the host and port that the request or response was received by. - The host and port that the request or response was received by. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - A copy of the current instance. - - - Represents a warning value used by the Warning header. - - - Initializes a new instance of the class. - The specific warning code. - The host that attached the warning. - A quoted-string containing the warning text. - - - Initializes a new instance of the class. - The specific warning code. - The host that attached the warning. - A quoted-string containing the warning text. - The date/time stamp of the warning. - - - Gets the host that attached the warning. - The host that attached the warning. - - - Gets the specific warning code. - The specific warning code. - - - Gets the date/time stamp of the warning. - The date/time stamp of the warning. - - - Determines whether the specified is equal to the current object. - The object to compare with the current object. - true if the specified is equal to the current object; otherwise, false. - - - Serves as a hash function for an object. - A hash code for the current object. - - - Converts a string to an instance. - A string that represents authentication header value information. - Returns a instance. - input is a null reference. - input is not valid authentication header value information. - - - Gets a quoted-string containing the warning text. - A quoted-string containing the warning text. - - - Returns a string that represents the current object. - A string that represents the current object. - - - Determines whether a string is valid information. - The string to validate. - The version of the string. - true if input is valid information; otherwise, false. - - - Creates a new object that is a copy of the current instance. - Returns a copy of the current instance. - - - Provides a base class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specific handler. - The HTTP handler stack to use for sending requests. - - - Initializes a new instance of the class with a specific handler. - The responsible for processing the HTTP response messages. - true if the inner handler should be disposed of by Dispose(), false if you intend to reuse the inner handler. - - - Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests. - The base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests. - - - Cancel all pending requests on this instance. - - - Gets the headers which should be sent with each request. - The headers which should be sent with each request. - - - Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a DELETE request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a DELETE request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Send a GET request to the specified Uri with an HTTP completion option and a cancellation token as an asynchronous operation. - The Uri the request is sent to. - An HTTP completion option value that indicates when the operation should be considered completed. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. - The Uri the request is sent to. - An HTTP completion option value that indicates when the operation should be considered completed. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. - The Uri the request is sent to. - An HTTP completion option value that indicates when the operation should be considered completed. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri with an HTTP completion option and a cancellation token as an asynchronous operation. - The Uri the request is sent to. - An HTTP completion option value that indicates when the operation should be considered completed. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri and return the response body as a byte array in an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri and return the response body as a stream in an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. - The Uri the request is sent to. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Gets or sets the maximum number of bytes to buffer when reading the response content. - The maximum number of bytes to buffer when reading the response content. The default value for this property is 2 gigabytes. - The size specified is less than or equal to zero. - An operation has already been started on the current instance. - The current instance has been disposed. - - - Send a POST request with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a POST request with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a POST request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a POST request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a PUT request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a PUT request to the specified Uri as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a PUT request with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send a PUT request with a cancellation token as an asynchronous operation. - The Uri the request is sent to. - The HTTP request content sent to the server. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The requestUri was null. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send an HTTP request as an asynchronous operation. - The HTTP request message to send. - When the operation should complete (as soon as a response is available or after reading the whole response content). - The cancellation token to cancel operation. - The task object representing the asynchronous operation. - The request was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send an HTTP request as an asynchronous operation. - The HTTP request message to send. - The task object representing the asynchronous operation. - The request was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send an HTTP request as an asynchronous operation. - The HTTP request message to send. - When the operation should complete (as soon as a response is available or after reading the whole response content). - The task object representing the asynchronous operation. - The request was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Send an HTTP request as an asynchronous operation. - The HTTP request message to send. - The cancellation token to cancel operation. - The task object representing the asynchronous operation. - The request was null. - The request message was already sent by the instance. - The request failed due to an underlying issue such as network connectivity, DNS failure, server certificate validation or timeout. - - - Gets or sets the timespan to wait before the request times out. - The timespan to wait before the request times out. - The timeout specified is less than or equal to zero and is not . - An operation has already been started on the current instance. - The current instance has been disposed. - - - The default message handler used by . - - - Creates an instance of a class. - - - Gets or sets a value that indicates whether the handler should follow redirection responses. - true if the if the handler should follow redirection responses; otherwise false. The default value is true. - - - Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response. - The automatic decompression method used by the handler. - - - - - - Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate. - The collection of security certificates associated with this handler. - - - - - - Gets or sets the cookie container used to store server cookies by the handler. - The cookie container used to store server cookies by the handler. - - - Gets or sets authentication information used by this handler. - The authentication credentials associated with the handler. The default is null. - - - - - - - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Gets or sets the maximum number of redirects that the handler follows. - The maximum number of redirection responses that the handler follows. The default value is 50. - - - - - - Gets or sets the maximum request content buffer size used by the handler. - The maximum request content buffer size in bytes. The default value is 2 gigabytes. - - - - - - Gets or sets a value that indicates whether the handler sends an Authorization header with the request. - true for the handler to send an HTTP Authorization header with requests after authentication has taken place; otherwise, false. The default is false. - - - - - - Gets or sets proxy information used by the handler. - The proxy information used by the handler. The default value is null. - - - Creates an instance of based on the information provided in the as an operation that will not block. - The HTTP request message. - A cancellation token to cancel the operation. - The task object representing the asynchronous operation. - The request was null. - - - - - - - - - Gets a value that indicates whether the handler supports automatic response content decompression. - true if the if the handler supports automatic response content decompression; otherwise false. The default value is true. - - - Gets a value that indicates whether the handler supports proxy settings. - true if the if the handler supports proxy settings; otherwise false. The default value is true. - - - Gets a value that indicates whether the handler supports configuration settings for the and properties. - true if the if the handler supports configuration settings for the and properties; otherwise false. The default value is true. - - - Gets or sets a value that indicates whether the handler uses the property to store server cookies and uses these cookies when sending requests. - true if the if the handler supports uses the property to store server cookies and uses these cookies when sending requests; otherwise false. The default value is true. - - - Gets or sets a value that controls whether default credentials are sent with requests by the handler. - true if the default credentials are used; otherwise false. The default value is false. - - - Gets or sets a value that indicates whether the handler uses a proxy for requests. - true if the handler should use a proxy for requests; otherwise false. The default value is true. - - - Indicates if operations should be considered completed either as soon as a response is available, or after reading the entire response message including the content. - - - The operation should complete after reading the entire response including the content. - - - - The operation should complete as soon as a response is available and headers are read. The content is not read yet. - - - - A base class representing an HTTP entity body and content headers. - - - Initializes a new instance of the class. - - - Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the stream parameter. - The target stream. - The task object representing the asynchronous operation. - - - Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the stream parameter. - The target stream. - Information about the transport (channel binding token, for example). This parameter may be null. - The task object representing the asynchronous operation. - - - Serialize the HTTP content to a memory stream as an asynchronous operation. - The task object representing the asynchronous operation. - - - Releases the unmanaged resources and disposes of the managed resources used by the . - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Gets the HTTP content headers as defined in RFC 2616. - The content headers as defined in RFC 2616. - - - Serialize the HTTP content to a memory buffer as an asynchronous operation. - The task object representing the asynchronous operation. - - - Serialize the HTTP content to a memory buffer as an asynchronous operation. - The maximum size, in bytes, of the buffer to use. - The task object representing the asynchronous operation. - - - Serialize the HTTP content to a byte array as an asynchronous operation. - The task object representing the asynchronous operation. - - - Serialize the HTTP content and return a stream that represents the content as an asynchronous operation. - The task object representing the asynchronous operation. - - - Serialize the HTTP content to a string as an asynchronous operation. - The task object representing the asynchronous operation. - - - Serialize the HTTP content to a stream as an asynchronous operation. - The target stream. - Information about the transport (channel binding token, for example). This parameter may be null. - The task object representing the asynchronous operation. - - - Determines whether the HTTP content has a valid length in bytes. - The length in bytes of the HTTP content. - true if length is a valid length; otherwise, false. - - - A base type for HTTP message handlers. - - - Initializes a new instance of the class. - - - Releases the unmanaged resources and disposes of the managed resources used by the . - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Send an HTTP request as an asynchronous operation. - The HTTP request message to send. - The cancellation token to cancel operation. - The task object representing the asynchronous operation. - The request was null. - - - A specialty class that allows applications to call the method on an Http handler chain. - - - Initializes an instance of a class with a specific . - The responsible for processing the HTTP response messages. - - - Initializes an instance of a class with a specific . - The responsible for processing the HTTP response messages. - true if the inner handler should be disposed of by Dispose(), false if you intend to reuse the inner handler. - - - Releases the unmanaged resources and disposes of the managed resources used by the . - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Send an HTTP request as an asynchronous operation. - The HTTP request message to send. - The cancellation token to cancel operation. - The task object representing the asynchronous operation. - The request was null. - - - A helper class for retrieving and comparing standard HTTP methods and for creating new HTTP methods. - - - Initializes a new instance of the class with a specific HTTP method. - The HTTP method. - - - Represents an HTTP DELETE protocol method. - Returns . - - - Determines whether the specified is equal to the current . - The HTTP method to compare with the current object. - true if the specified object is equal to the current object; otherwise, false. - - - Determines whether the specified is equal to the current . - The object to compare with the current object. - true if the specified object is equal to the current object; otherwise, false. - - - Represents an HTTP GET protocol method. - Returns . - - - Serves as a hash function for this type. - A hash code for the current . - - - Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body. - Returns . - - - An HTTP method. - An HTTP method represented as a . - - - The equality operator for comparing two objects. - The left to an equality operator. - The right to an equality operator. - true if the specified left and right parameters are equal; otherwise, false. - - - The inequality operator for comparing two objects. - The left to an inequality operator. - The right to an inequality operator. - true if the specified left and right parameters are inequal; otherwise, false. - - - Represents an HTTP OPTIONS protocol method. - Returns . - - - Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI. - Returns . - - - Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI. - Returns . - - - Returns a string that represents the current object. - A string representing the current object. - - - Represents an HTTP TRACE protocol method. - Returns . - - - A base class for exceptions thrown by the and classes. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specific message that describes the current exception. - A message that describes the current exception. - - - Initializes a new instance of the class with a specific message that describes the current exception and an inner exception. - A message that describes the current exception. - The inner exception. - - - Represents a HTTP request message. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with an HTTP method and a request . - The HTTP method. - A string that represents the request . - - - Initializes a new instance of the class with an HTTP method and a request . - The HTTP method. - The to request. - - - Gets or sets the contents of the HTTP message. - The content of a message - - - Releases the unmanaged resources and disposes of the managed resources used by the . - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Gets the collection of HTTP request headers. - The collection of HTTP request headers. - - - Gets or sets the HTTP method used by the HTTP request message. - The HTTP method used by the request message. The default is the GET method. - - - Gets a set of properties for the HTTP request. - Returns . - - - Gets or sets the used for the HTTP request. - The used for the HTTP request. - - - Returns a string that represents the current object. - A string representation of the current object. - - - Gets or sets the HTTP message version. - The HTTP message version. The default is 1.1. - - - Represents a HTTP response message including the status code and data. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with a specific . - The status code of the HTTP response. - - - Gets or sets the content of a HTTP response message. - The content of the HTTP response message. - - - Releases the unmanaged resources and disposes of unmanaged resources used by the . - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Throws an exception if the property for the HTTP response is false. - The HTTP response message if the call is successful. - - - Gets the collection of HTTP response headers. - The collection of HTTP response headers. - - - Gets a value that indicates if the HTTP response was successful. - A value that indicates if the HTTP response was successful. true if was in the range 200-299; otherwise false. - - - Gets or sets the reason phrase which typically is sent by servers together with the status code. - The reason phrase sent by the server. - - - Gets or sets the request message which led to this response message. - The request message which led to this response message. - - - Gets or sets the status code of the HTTP response. - The status code of the HTTP response. - - - Returns a string that represents the current object. - A string representation of the current object. - - - Gets or sets the HTTP message version. - The HTTP message version. The default is 1.1. - - - A base type for handlers which only do some small processing of request and/or response messages. - - - Creates an instance of a class. - - - Creates an instance of a class with a specific inner handler. - The inner handler which is responsible for processing the HTTP response messages. - - - Performs processing on each request sent to the server. - The HTTP request message to process. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The HTTP request message that was processed. - - - Perform processing on each response from the server. - The HTTP response message to process. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The HTTP response message that was processed. - - - Sends an HTTP request to the inner handler to send to the server as an asynchronous operation. - The HTTP request message to send to the server. - A cancellation token that can be used by other objects or threads to receive notice of cancellation. - The task object representing the asynchronous operation. - The request was null. - - - Provides a collection of objects that get serialized using the multipart/* content type specification. - - - Creates a new instance of the class. - - - Creates a new instance of the class. - The subtype of the multipart content. - The subtype was null or contains only white space characters. - - - Creates a new instance of the class. - The subtype of the multipart content. - The boundary string for the multipart content. - The subtype was null or an empty string. The boundary was null or contains only white space characters. -or- The boundary ends with a space character. - The length of the boundary was greater than 70. - - - Add multipart HTTP content to a collection of objects that get serialized using the multipart/* content type specification. - The HTTP content to add to the collection. - The content was null. - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Returns an enumerator that iterates through the collection of objects that get serialized using the multipart/* content type specification.. - An object that can be used to iterate through the collection. - - - Serialize the multipart HTTP content to a stream as an asynchronous operation. - The target stream. - Information about the transport (channel binding token, for example). This parameter may be null. - The task object representing the asynchronous operation. - - - Determines whether the HTTP multipart content has a valid length in bytes. - The length in bytes of the HHTP content. - true if length is a valid length; otherwise, false. - - - The explicit implementation of the method. - An object that can be used to iterate through the collection. - - - Provides a container for content encoded using multipart/form-data MIME type. - - - Creates a new instance of the class. - - - Creates a new instance of the class. - The boundary string for the multipart form data content. - The boundary was null or contains only white space characters. -or- The boundary ends with a space character. - The length of the boundary was greater than 70. - - - Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type. - The HTTP content to add to the collection. - The content was null. - - - Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type. - The HTTP content to add to the collection. - The name for the HTTP content to add. - The name was null or contains only white space characters. - The content was null. - - - Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type. - The HTTP content to add to the collection. - The name for the HTTP content to add. - The file name for the HTTP content to add to the collection. - The name was null or contains only white space characters. -or- The fileName was null or contains only white space characters. - The content was null. - - - Provides HTTP content based on a stream. - - - Creates a new instance of the class. - The content used to initialize the . - - - Creates a new instance of the class. - The content used to initialize the . - The size, in bytes, of the buffer for the . - The content was null. - The bufferSize was less than or equal to zero. - - - Write the HTTP stream content to a memory stream as an asynchronous operation. - The task object representing the asynchronous operation. - - - Releases the unmanaged resources used by the and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Serialize the HTTP content to a stream as an asynchronous operation. - The target stream. - Information about the transport (channel binding token, for example). This parameter may be null. - The task object representing the asynchronous operation. - - - Determines whether the stream content has a valid length in bytes. - The length in bytes of the stream content. - true if length is a valid length; otherwise, false. - - - Provides HTTP content based on a string. - - - Creates a new instance of the class. - The content used to initialize the . - - - Creates a new instance of the class. - The content used to initialize the . - The encoding to use for the content. - - - Creates a new instance of the class. - The content used to initialize the . - The encoding to use for the content. - The media type to use for the content. - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.NameResolution.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.NameResolution.dll deleted file mode 100644 index a4b4c597..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.NameResolution.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.NetworkInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.NetworkInformation.dll deleted file mode 100644 index 2778f6cd..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Ping.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Ping.dll deleted file mode 100644 index 8f9db895..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Ping.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Primitives.dll deleted file mode 100644 index b9607697..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Requests.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Requests.dll deleted file mode 100644 index 6ff81531..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Requests.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Security.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Security.dll deleted file mode 100644 index 1e3f910f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Security.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Sockets.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Sockets.dll deleted file mode 100644 index d22a4b8f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Sockets.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Sockets.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Sockets.xml deleted file mode 100644 index 87d491b0..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.Sockets.xml +++ /dev/null @@ -1,3243 +0,0 @@ - - - - System.Net.Sockets - - - - Represents an element in a array. - - - Initializes a new instance of the class using the specified buffer. - A byte array of data to send using the method. - The buffer parameter cannot be null - - - Initializes a new instance of the class using the specified file. - The filename of the file to be transmitted using the method. - The filepath parameter cannot be null - - - Initializes a new instance of the class using the specified buffer, buffer offset, and count. - A byte array of data to send using the method. - The offset, in bytes, from the beginning of the buffer to the location in the buffer to start sending the data specified in the buffer parameter. - The number of bytes to send starting from the offset parameter. If count is zero, no bytes are sent. - The buffer parameter cannot be null - The offset and count parameters must be greater than or equal to zero. The offset and count must be less than the size of the buffer - - - Initializes a new instance of the class using the specified filename path, offset, and count. - The filename of the file to be transmitted using the method. - The offset, in bytes, from the beginning of the file to the location in the file to start sending the file specified in the filepath parameter. - The number of bytes to send starting from the offset parameter. If count is zero, the entire file is sent. - The filepath parameter cannot be null - The offset and count parameters must be greater than or equal to zero. The offset and count must be less than the size of the file indicated by the filepath parameter. - - - Initializes a new instance of the class using the specified buffer, buffer offset, and count with an option to combine this element with the next element in a single send request from the sockets layer to the transport. - A byte array of data to send using the method. - The offset, in bytes, from the beginning of the buffer to the location in the buffer to start sending the data specified in the buffer parameter. - The number bytes to send starting from the offset parameter. If count is zero, no bytes are sent. - A Boolean value that specifies that this element should not be combined with the next element in a single send request from the sockets layer to the transport. This flag is used for granular control of the content of each message on a datagram or message-oriented socket. - The buffer parameter cannot be null - The offset and count parameters must be greater than or equal to zero. The offset and count must be less than the size of the buffer - - - Initializes a new instance of the class using the specified filename path, buffer offset, and count with an option to combine this element with the next element in a single send request from the sockets layer to the transport. - The filename of the file to be transmitted using the method. - The offset, in bytes, from the beginning of the file to the location in the file to start sending the file specified in the filepath parameter. - The number of bytes to send starting from the offset parameter. If count is zero, the entire file is sent. - A Boolean value that specifies that this element should not be combined with the next element in a single send request from the sockets layer to the transport. This flag is used for granular control of the content of each message on a datagram or message-oriented socket. - The filepath parameter cannot be null - The offset and count parameters must be greater than or equal to zero. The offset and count must be less than the size of the file indicated by the filepath parameter. - - - Gets the buffer to be sent if the class was initialized with a buffer parameter. - The byte buffer to send if the class was initialized with a buffer parameter. - - - Gets the count of bytes to be sent. - The count of bytes to send if the class was initialized with a count parameter. - - - Gets a Boolean value that indicates if this element should not be combined with the next element in a single send request from the sockets layer to the transport. - A Boolean value that indicates if this element should not be combined with the next element in a single send request. - - - Gets the filename of the file to send if the class was initialized with a filepath parameter. - The filename of the file to send if the class was initialized with a filepath parameter. - - - Gets the offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data. - The offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data. - - - Implements the Berkeley sockets interface. - - - Initializes a new instance of the class using the specified value returned from . - The socket information returned by . - - - Initializes a new instance of the class using the specified socket type and protocol. - One of the values. - One of the values. - The combination of socketType and protocolType results in an invalid socket. - - - Initializes a new instance of the class using the specified address family, socket type and protocol. - One of the values. - One of the values. - One of the values. - The combination of addressFamily, socketType, and protocolType results in an invalid socket. - - - Creates a new for a newly created connection. - A for a newly created connection. - An error occurred when attempting to access the socket. - The has been closed. - The accepting socket is not listening for connections. You must call and before calling . - - - Begins an asynchronous operation to accept an incoming connection attempt. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - An argument is not valid. This exception occurs if the buffer provided is not large enough. The buffer must be at least 2 * (sizeof(SOCKADDR_STORAGE + 16) bytes. This exception also occurs if multiple buffers are specified, the property is not null. - An argument is out of range. The exception occurs if the is less than 0. - An invalid operation was requested. This exception occurs if the accepting is not listening for connections or the accepted socket is bound. You must call the and method before calling the method. This exception also occurs if the socket is already connected or a socket operation was already in progress using the specified e parameter. - An error occurred when attempting to access the socket. - Windows XP or later is required for this method. - The has been closed. - - - Gets the address family of the . - One of the values. - - - Gets the amount of data that has been received from the network and is available to be read. - The number of bytes of data received from the network and available to be read. - An error occurred when attempting to access the socket. - The has been closed. - - - Begins an asynchronous operation to accept an incoming connection attempt from a specified socket and receives the first block of data sent by the client application. - The accepted object. This value may be null. - The maximum number of bytes to receive. - The delegate. - An object that contains state information for this request. - An object that references the asynchronous object creation. - The object has been closed. - Windows NT is required for this method. - The accepting socket is not listening for connections. You must call and before calling . -or- The accepted socket is bound. - receiveSize is less than 0. - An error occurred when attempting to access the socket. - - - Begins an asynchronous operation to accept an incoming connection attempt and receives the first block of data sent by the client application. - The number of bytes to accept from the sender. - The delegate. - An object that contains state information for this request. - An that references the asynchronous creation. - The object has been closed. - Windows NT is required for this method. - The accepting socket is not listening for connections. You must call and before calling . -or- The accepted socket is bound. - receiveSize is less than 0. - An error occurred when attempting to access the socket. - - - Begins an asynchronous operation to accept an incoming connection attempt. - The delegate. - An object that contains state information for this request. - An that references the asynchronous creation. - The object has been closed. - Windows NT is required for this method. - The accepting socket is not listening for connections. You must call and before calling . -or- The accepted socket is bound. - receiveSize is less than 0. - An error occurred when attempting to access the socket. - - - Begins an asynchronous request for a remote host connection. - - The delegate. - An object that contains state information for this request. - An that references the asynchronous connection. - remoteEP is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - The is ing. - - - Begins an asynchronous request for a remote host connection. The host is specified by an and a port number. - The of the remote host. - The port number of the remote host. - - A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete. - An that references the asynchronous connection. - address is null. - An error occurred when attempting to access the socket. - The has been closed. - The is not in the socket family. - The port number is not valid. - The length of address is zero. - The is ing. - - - Begins an asynchronous request for a remote host connection. The host is specified by an array and a port number. - At least one , designating the remote host. - The port number of the remote host. - - A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete. - An that references the asynchronous connections. - addresses is null. - An error occurred when attempting to access the socket. - The has been closed. - This method is valid for sockets that use or . - The port number is not valid. - The length of address is zero. - The is ing. - - - Begins an asynchronous request for a remote host connection. The host is specified by a host name and a port number. - The name of the remote host. - The port number of the remote host. - - A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete. - An that references the asynchronous connection. - host is null. - The has been closed. - This method is valid for sockets in the or families. - The port number is not valid. - The is ing. - - - Begins an asynchronous request to disconnect from a remote endpoint. - true if this socket can be reused after the connection is closed; otherwise, false. - The delegate. - An object that contains state information for this request. - An object that references the asynchronous operation. - The operating system is Windows 2000 or earlier, and this method requires Windows XP. - The object has been closed. - An error occurred when attempting to access the socket. - - - Begins to asynchronously receive data from a connected . - An array of type that is the storage location for the received data. - The location in buffer to store the received data. - The number of bytes to receive. - - - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the receive operation. This object is passed to the delegate when the operation is complete. - An that references the asynchronous read. - buffer is null. - An error occurred when attempting to access the socket. - has been closed. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - - - Begins to asynchronously receive data from a connected . - An array of type that is the storage location for the received data. - The zero-based position in the buffer parameter at which to store the received data. - The number of bytes to receive. - - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the receive operation. This object is passed to the delegate when the operation is complete. - An that references the asynchronous read. - buffer is null. - An error occurred when attempting to access the socket. - has been closed. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - - - Begins to asynchronously receive data from a connected . - An array of type that is the storage location for the received data. - A bitwise combination of the values. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the receive operation. This object is passed to the delegate when the operation is complete. - An that references the asynchronous read. - buffer is null. - An error occurred when attempting to access the socket. - has been closed. - - - Begins to asynchronously receive data from a connected . - An array of type that is the storage location for the received data. - A bitwise combination of the values. - A object that stores the socket error. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the receive operation. This object is passed to the delegate when the operation is complete. - An that references the asynchronous read. - buffer is null. - An error occurred when attempting to access the socket. - has been closed. - - - Begins to asynchronously receive data from a specified network device. - An array of type that is the storage location for the received data. - The zero-based position in the buffer parameter at which to store the data. - The number of bytes to receive. - - - The delegate. - An object that contains state information for this request. - An that references the asynchronous read. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - - - Begins to asynchronously receive the specified number of bytes of data into the specified location of the data buffer, using the specified , and stores the endpoint and packet information.. - An array of type that is the storage location for the received data. - The zero-based position in the buffer parameter at which to store the data. - The number of bytes to receive. - A bitwise combination of the values. - An that represents the source of the data. - The delegate. - An object that contains state information for this request. - An that references the asynchronous read. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - The has been closed. - The operating system is Windows 2000 or earlier, and this method requires Windows XP. - - - Sends data asynchronously to a connected . - An array of type that contains the data to send. - A bitwise combination of the values. - The delegate. - An object that contains state information for this request. - An that references the asynchronous send. - buffers is null. - buffers is empty. - An error occurred when attempting to access the socket. See remarks section below. - The has been closed. - - - Sends data asynchronously to a connected . - An array of type that contains the data to send. - A bitwise combination of the values. - A object that stores the socket error. - The delegate. - An object that contains state information for this request. - An that references the asynchronous send. - buffers is null. - buffers is empty. - An error occurred when attempting to access the socket. See remarks section below. - The has been closed. - - - Sends data asynchronously to a connected . - An array of type that contains the data to send. - The zero-based position in the buffer parameter at which to begin sending data. - The number of bytes to send. - - The delegate. - An object that contains state information for this request. - An that references the asynchronous send. - buffer is null. - An error occurred when attempting to access the socket. See remarks section below. - offset is less than 0. -or- offset is less than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - The has been closed. - - - Sends data asynchronously to a connected . - An array of type that contains the data to send. - The zero-based position in the buffer parameter at which to begin sending data. - The number of bytes to send. - A bitwise combination of the values. - A object that stores the socket error. - The delegate. - An object that contains state information for this request. - An that references the asynchronous send. - buffer is null. - An error occurred when attempting to access the socket. See remarks section below. - offset is less than 0. -or- offset is less than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - The has been closed. - - - Sends the file fileName to a connected object using the flag. - A string that contains the path and name of the file to send. This parameter can be null. - The delegate. - An object that contains state information for this request. - An object that represents the asynchronous send. - The object has been closed. - The socket is not connected to a remote host. - The file fileName was not found. - An error occurred when attempting to access the socket. See remarks section below. - - - Sends a file and buffers of data asynchronously to a connected object. - A string that contains the path and name of the file to be sent. This parameter can be null. - A array that contains data to be sent before the file is sent. This parameter can be null. - A array that contains data to be sent after the file is sent. This parameter can be null. - A bitwise combination of values. - An delegate to be invoked when this operation completes. This parameter can be null. - A user-defined object that contains state information for this request. This parameter can be null. - An object that represents the asynchronous operation. - The object has been closed. - An error occurred when attempting to access the socket. See remarks section below. - The operating system is not Windows NT or later. - or - The socket is not connected to a remote host. - The file fileName was not found. - - - Sends data asynchronously to a specific remote host. - An array of type that contains the data to send. - The zero-based position in buffer at which to begin sending data. - The number of bytes to send. - - - The delegate. - An object that contains state information for this request. - An that references the asynchronous send. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - - - Associates a with a local endpoint. - The local to associate with the . - localEP is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - - - Gets or sets a value that indicates whether the is in blocking mode. - true if the will block; otherwise, false. The default is true. - An error occurred when attempting to access the socket. - The has been closed. - - - Cancels an asynchronous request for a remote host connection. - The object used to request the connection to the remote host by calling one of the methods. - The e parameter cannot be null and the cannot be null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - - - Closes the connection and releases all associated resources with a specified timeout to allow queued data to be sent. - Wait up to timeout seconds to send any remaining data, then close the socket. - - - Closes the connection and releases all associated resources. - - - Establishes a connection to a remote host. - An that represents the remote device. - remoteEP is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - The is ing. - - - Establishes a connection to a remote host. The host is specified by an IP address and a port number. - The IP address of the remote host. - The port number of the remote host. - address is null. - The port number is not valid. - An error occurred when attempting to access the socket. - The has been closed. - This method is valid for sockets in the or families. - The length of address is zero. - The is ing. - - - Establishes a connection to a remote host. The host is specified by an array of IP addresses and a port number. - The IP addresses of the remote host. - The port number of the remote host. - addresses is null. - The port number is not valid. - An error occurred when attempting to access the socket. - The has been closed. - This method is valid for sockets in the or families. - The length of address is zero. - The is ing. - - - Establishes a connection to a remote host. The host is specified by a host name and a port number. - The name of the remote host. - The port number of the remote host. - host is null. - The port number is not valid. - An error occurred when attempting to access the socket. - The has been closed. - This method is valid for sockets in the or families. - The is ing. - - - Begins an asynchronous request for a connection to a remote host. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - An argument is not valid. This exception occurs if multiple buffers are specified, the property is not null. - The e parameter cannot be null and the cannot be null. - The is listening or a socket operation was already in progress using the object specified in the e parameter. - An error occurred when attempting to access the socket. - Windows XP or later is required for this method. This exception also occurs if the local endpoint and the are not the same address family. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - - - Begins an asynchronous request for a connection to a remote host. - One of the values. - One of the values. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - An argument is not valid. This exception occurs if multiple buffers are specified, the property is not null. - The e parameter cannot be null and the cannot be null. - The is listening or a socket operation was already in progress using the object specified in the e parameter. - An error occurred when attempting to access the socket. - Windows XP or later is required for this method. This exception also occurs if the local endpoint and the are not the same address family. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - - - Gets a value that indicates whether a is connected to a remote host as of the last or operation. - true if the was connected to a remote resource as of the most recent operation; otherwise, false. - - - Closes the socket connection and allows reuse of the socket. - true if this socket can be reused after the current connection is closed; otherwise, false. - This method requires Windows 2000 or earlier, or the exception will be thrown. - The object has been closed. - An error occurred when attempting to access the socket. - - - Begins an asynchronous request to disconnect from a remote endpoint. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - The e parameter cannot be null. - A socket operation was already in progress using the object specified in the e parameter. - Windows XP or later is required for this method. - The has been closed. - An error occurred when attempting to access the socket. - - - Releases all resources used by the current instance of the class. - - - Releases the unmanaged resources used by the , and optionally disposes of the managed resources. - true to release both managed and unmanaged resources; false to releases only unmanaged resources. - - - Gets or sets a value that specifies whether the allows Internet Protocol (IP) datagrams to be fragmented. - true if the allows datagram fragmentation; otherwise, false. The default is true. - This property can be set only for sockets in the or families. - An error occurred when attempting to access the socket. - The has been closed. - - - Gets or sets a value that specifies whether the is a dual-mode socket used for both IPv4 and IPv6. - true if the is a dual-mode socket; otherwise, false. The default is false. - - - Duplicates the socket reference for the target process, and closes the socket for this process. - The ID of the target process where a duplicate of the socket reference is created. - The socket reference to be passed to the target process. - targetProcessID is not a valid process id. -or- Duplication of the socket reference failed. - - - Gets or sets a value that specifies whether the can send or receive broadcast packets. - true if the allows broadcast packets; otherwise, false. The default is false. - This option is valid for a datagram socket only. - The has been closed. - - - Asynchronously accepts an incoming connection attempt and creates a new object to handle remote host communication. This method returns a buffer that contains the initial data and the number of bytes transferred. - An array of type that contains the bytes transferred. - The number of bytes transferred. - An object that stores state information for this asynchronous operation as well as any user defined data. - A object to handle communication with the remote host. - Windows NT is required for this method. - The object has been closed. - asyncResult is empty. - asyncResult was not created by a call to . - method was previously called. - An error occurred when attempting to access the . - - - Asynchronously accepts an incoming connection attempt and creates a new to handle remote host communication. - - A to handle communication with the remote host. - result is null. - result was not created by a call to . - An error occurred when attempting to access the socket. See the Remarks section for more information. - The has been closed. - method was previously called. - Windows NT is required for this method. - - - Asynchronously accepts an incoming connection attempt and creates a new object to handle remote host communication. This method returns a buffer that contains the initial data transferred. - An array of type that contains the bytes transferred. - An object that stores state information for this asynchronous operation as well as any user defined data. - A object to handle communication with the remote host. - Windows NT is required for this method. - The object has been closed. - asyncResult is empty. - asyncResult was not created by a call to . - method was previously called. - An error occurred when attempting to access the - - - Ends a pending asynchronous connection request. - - result is null. - result was not returned by a call to the method. - was previously called for the asynchronous connection. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous disconnect request. - An object that stores state information and any user-defined data for this asynchronous operation. - The operating system is Windows 2000 or earlier, and this method requires Windows XP. - The object has been closed. - asyncResult is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous connection. - An error occurred when attempting to access the socket. - The disconnect request has timed out. - - - Ends a pending asynchronous read. - - The number of bytes received. - result is null. - result was not returned by a call to the method. - was previously called for the asynchronous read. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous read. - An that stores state information and any user defined data for this asynchronous operation. - A object that stores the socket error. - The number of bytes received. - asyncResult is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous read. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous read from a specific endpoint. - - - If successful, the number of bytes received. If unsuccessful, returns 0. - asyncResult is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous read. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous read from a specific endpoint. This method also reveals more information about the packet than . - An that stores state information and any user defined data for this asynchronous operation. - A bitwise combination of the values for the received packet. - The source . - The and interface of the received packet. - If successful, the number of bytes received. If unsuccessful, returns 0. - asyncResult is null -or- endPoint is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous read. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous send. - - If successful, the number of bytes sent to the ; otherwise, an invalid error. - result is null. - result was not returned by a call to the method. - was previously called for the asynchronous send. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous send. - An that stores state information for this asynchronous operation. - A object that stores the socket error. - If successful, the number of bytes sent to the ; otherwise, an invalid error. - asyncResult is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous send. - An error occurred when attempting to access the socket. - The has been closed. - - - Ends a pending asynchronous send of a file. - An object that stores state information for this asynchronous operation. - Windows NT is required for this method. - The object has been closed. - asyncResult is empty. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous . - An error occurred when attempting to access the socket. See remarks section below. - - - Ends a pending asynchronous send to a specific location. - - If successful, the number of bytes sent; otherwise, an invalid error. - result is null. - result was not returned by a call to the method. - was previously called for the asynchronous send. - An error occurred when attempting to access the socket. - The has been closed. - - - Gets or sets a value that specifies whether the allows only one process to bind to a port. - true if the allows only one socket to bind to a specific port; otherwise, false. The default is true for Windows Server 2003 and Windows XP Service Pack 2, and false for all other versions. - An error occurred when attempting to access the socket. - The has been closed. - has been called for this . - - - Frees resources used by the class. - - - Returns the value of the specified option in an array. - One of the values. - One of the values. - The length, in bytes, of the expected return value. - An array of type that contains the value of the socket option. - An error occurred when attempting to access the socket. - or - In .NET Compact Framework applications, the Windows CE default buffer space is set to 32768 bytes. You can change the per socket buffer space by calling . - The has been closed. - - - Returns the specified option setting, represented as a byte array. - One of the values. - One of the values. - An array of type that is to receive the option setting. - An error occurred when attempting to access the socket. - or - In .NET Compact Framework applications, the Windows CE default buffer space is set to 32768 bytes. You can change the per socket buffer space by calling . - The has been closed. - - - Returns the value of a specified option, represented as an object. - One of the values. - One of the values. - An object that represents the value of the option. When the optionName parameter is set to the return value is an instance of the class. When optionName is set to or , the return value is an instance of the class. When optionName is any other value, the return value is an integer. - An error occurred when attempting to access the socket. -or- optionName was set to the unsupported value . - The has been closed. - - - Gets the operating system handle for the . - An that represents the operating system handle for the . - - - Sets low-level operating modes for the using numerical control codes. - An value that specifies the control code of the operation to perform. - A array that contains the input data required by the operation. - A array that contains the output data returned by the operation. - The number of bytes in the optionOutValue parameter. - An error occurred when attempting to access the socket. - The has been closed. - An attempt was made to change the blocking mode without using the property. - A caller in the call stack does not have the required permissions. - - - Sets low-level operating modes for the using the enumeration to specify control codes. - A value that specifies the control code of the operation to perform. - An array of type that contains the input data required by the operation. - An array of type that contains the output data returned by the operation. - The number of bytes in the optionOutValue parameter. - An error occurred when attempting to access the socket. - The has been closed. - An attempt was made to change the blocking mode without using the property. - - - Gets a value that indicates whether the is bound to a specific local port. - true if the is bound to a local port; otherwise, false. - - - Gets or sets a value that specifies whether the will delay closing a socket in an attempt to send all pending data. - A that specifies how to linger while closing a socket. - An error occurred when attempting to access the socket. - The has been closed. - - - Places a in a listening state. - The maximum length of the pending connections queue. - An error occurred when attempting to access the socket. - The has been closed. - - - Gets the local endpoint. - The that the is using for communications. - An error occurred when attempting to access the socket. - The has been closed. - - - Gets or sets a value that specifies whether outgoing multicast packets are delivered to the sending application. - true if the receives outgoing multicast packets; otherwise, false. - An error occurred when attempting to access the socket. - The has been closed. - - - Gets or sets a value that specifies whether the stream is using the Nagle algorithm. - false if the uses the Nagle algorithm; otherwise, true. The default is false. - An error occurred when attempting to access the . - The has been closed. - - - Indicates whether the underlying operating system and network adaptors support Internet Protocol version 4 (IPv4). - true if the operating system and network adaptors support the IPv4 protocol; otherwise, false. - - - Indicates whether the underlying operating system and network adaptors support Internet Protocol version 6 (IPv6). - true if the operating system and network adaptors support the IPv6 protocol; otherwise, false. - - - Determines the status of the . - The time to wait for a response, in microseconds. - One of the values. -

The status of the based on the polling mode value passed in the mode parameter.

-
Mode

-

Return Value

-

true if has been called and a connection is pending;

-

-or-

-

true if data is available for reading;

-

-or-

-

true if the connection has been closed, reset, or terminated;

-

otherwise, returns false.

-

true, if processing a , and the connection has succeeded;

-

-or-

-

true if data can be sent;

-

otherwise, returns false.

-

true if processing a that does not block, and the connection has failed;

-

-or-

-

true if is not set and out-of-band data is available;

-

otherwise, returns false.

-

-
- The mode parameter is not one of the values. - An error occurred when attempting to access the socket. See remarks below. - The has been closed. -
- - Gets the protocol type of the . - One of the values. - - - Receives data from a bound into a receive buffer, using the specified . - An array of type that is the storage location for the received data. - The position in the buffer parameter to store the received data. - The number of bytes to receive. - A bitwise combination of the values. - A object that stores the socket error. - The number of bytes received. - buffer is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- The property is not set. -or- An operating system error occurs while accessing the . - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives the specified number of bytes from a bound into the specified offset position of the receive buffer, using the specified . - An array of type that is the storage location for received data. - The location in buffer to store the received data. - The number of bytes to receive. - A bitwise combination of the values. - The number of bytes received. - buffer is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- The property was not set. -or- An operating system error occurs while accessing the . - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives data from a bound into the list of receive buffers, using the specified . - A list of s of type that contains the received data. - A bitwise combination of the values. - A object that stores the socket error. - The number of bytes received. - buffers is null. -or- buffers.Count is zero. - An error occurred while attempting to access the socket. - The has been closed. - - - Receives the specified number of bytes of data from a bound into a receive buffer, using the specified . - An array of type that is the storage location for the received data. - The number of bytes to receive. - A bitwise combination of the values. - The number of bytes received. - buffer is null. - size exceeds the size of buffer. - An error occurred when attempting to access the socket. - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives data from a bound into the list of receive buffers. - A list of s of type that contains the received data. - The number of bytes received. - The buffer parameter is null. - An error occurred while attempting to access the socket. - The has been closed. - - - Receives data from a bound into a receive buffer, using the specified . - An array of type that is the storage location for the received data. - A bitwise combination of the values. - The number of bytes received. - buffer is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives data from a bound into a receive buffer. - An array of type that is the storage location for the received data. - The number of bytes received. - buffer is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives data from a bound into the list of receive buffers, using the specified . - A list of s of type that contains the received data. - A bitwise combination of the values. - The number of bytes received. - buffers is null. -or- buffers.Count is zero. - An error occurred while attempting to access the socket. - The has been closed. - - - Begins an asynchronous request to receive data from a connected object. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - An argument was invalid. The or properties on the e parameter must reference valid buffers. One or the other of these properties may be set, but not both at the same time. - A socket operation was already in progress using the object specified in the e parameter. - Windows XP or later is required for this method. - The has been closed. - An error occurred when attempting to access the socket. - - - Gets or sets a value that specifies the size of the receive buffer of the . - An that contains the size, in bytes, of the receive buffer. The default is 8192. - An error occurred when attempting to access the socket. - The has been closed. - The value specified for a set operation is less than 0. - - - Receives a datagram into the data buffer and stores the endpoint. - An array of type that is the storage location for received data. - An , passed by reference, that represents the remote server. - The number of bytes received. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives a datagram into the data buffer, using the specified , and stores the endpoint. - An array of type that is the storage location for the received data. - A bitwise combination of the values. - An , passed by reference, that represents the remote server. - The number of bytes received. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives the specified number of bytes into the data buffer, using the specified , and stores the endpoint. - An array of type that is the storage location for received data. - The number of bytes to receive. - A bitwise combination of the values. - An , passed by reference, that represents the remote server. - The number of bytes received. - buffer is null. -or- remoteEP is null. - size is less than 0. -or- size is greater than the length of buffer. - socketFlags is not a valid combination of values. -or- The property was not set. -or- An operating system error occurs while accessing the . - The has been closed. - A caller in the call stack does not have the required permissions. - - - Receives the specified number of bytes of data into the specified location of the data buffer, using the specified , and stores the endpoint. - An array of type that is the storage location for received data. - The position in the buffer parameter to store the received data. - The number of bytes to receive. - A bitwise combination of the values. - An , passed by reference, that represents the remote server. - The number of bytes received. - buffer is null. -or- remoteEP is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of the buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- The property was not set. -or- An error occurred when attempting to access the socket. - The has been closed. - - - Begins to asynchronously receive data from a specified network device. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - The cannot be null. - A socket operation was already in progress using the object specified in the e parameter. - Windows XP or later is required for this method. - The has been closed. - An error occurred when attempting to access the socket. - - - Receives the specified number of bytes of data into the specified location of the data buffer, using the specified , and stores the endpoint and packet information. - An array of type that is the storage location for received data. - The position in the buffer parameter to store the received data. - The number of bytes to receive. - A bitwise combination of the values. - An , passed by reference, that represents the remote server. - An holding address and interface information. - The number of bytes received. - buffer is null. - or- remoteEP is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of the buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- The property was not set. -or- The .NET Framework is running on an AMD 64-bit processor. -or- An error occurred when attempting to access the socket. - The has been closed. - The operating system is Windows 2000 or earlier, and this method requires Windows XP. - - - Begins to asynchronously receive the specified number of bytes of data into the specified location in the data buffer, using the specified , and stores the endpoint and packet information. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - The cannot be null. - Windows XP or later is required for this method. - The has been closed. - An error occurred when attempting to access the socket. - - - Gets or sets a value that specifies the amount of time after which a synchronous call will time out. - The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period. - An error occurred when attempting to access the socket. - The has been closed. - The value specified for a set operation is less than -1. - - - Gets the remote endpoint. - The with which the is communicating. - An error occurred when attempting to access the socket. - The has been closed. - - - Determines the status of one or more sockets. - An of instances to check for readability. - An of instances to check for writability. - An of instances to check for errors. - The time-out value, in microseconds. A -1 value indicates an infinite time-out. - The checkRead parameter is null or empty. -and- The checkWrite parameter is null or empty -and- The checkError parameter is null or empty. - An error occurred when attempting to access the socket. - - - Sends data to a connected . - An array of type that contains the data to be sent. - The number of bytes sent to the . - buffer is null. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends the set of buffers in the list to a connected . - A list of s of type that contains the data to be sent. - The number of bytes sent to the . - buffers is null. - buffers is empty. - An error occurred when attempting to access the socket. See remarks section below. - The has been closed. - - - Sends data to a connected using the specified . - An array of type that contains the data to be sent. - A bitwise combination of the values. - The number of bytes sent to the . - buffer is null. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends the set of buffers in the list to a connected , using the specified . - A list of s of type that contains the data to be sent. - A bitwise combination of the values. - The number of bytes sent to the . - buffers is null. - buffers is empty. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends the specified number of bytes of data to a connected , using the specified . - An array of type that contains the data to be sent. - The number of bytes to send. - A bitwise combination of the values. - The number of bytes sent to the . - buffer is null. - size is less than 0 or exceeds the size of the buffer. - socketFlags is not a valid combination of values. -or- An operating system error occurs while accessing the socket. - The has been closed. - - - Sends the set of buffers in the list to a connected , using the specified . - A list of s of type that contains the data to be sent. - A bitwise combination of the values. - A object that stores the socket error. - The number of bytes sent to the . - buffers is null. - buffers is empty. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends the specified number of bytes of data to a connected , starting at the specified offset, and using the specified . - An array of type that contains the data to be sent. - The position in the data buffer at which to begin sending data. - The number of bytes to send. - A bitwise combination of the values. - The number of bytes sent to the . - buffer is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- An operating system error occurs while accessing the . - The has been closed. - - - Sends the specified number of bytes of data to a connected , starting at the specified offset, and using the specified - An array of type that contains the data to be sent. - The position in the data buffer at which to begin sending data. - The number of bytes to send. - A bitwise combination of the values. - A object that stores the socket error. - The number of bytes sent to the . - buffer is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- An operating system error occurs while accessing the . - The has been closed. - - - Sends data asynchronously to a connected object. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - The or properties on the e parameter must reference valid buffers. One or the other of these properties may be set, but not both at the same time. - A socket operation was already in progress using the object specified in the e parameter. - Windows XP or later is required for this method. - The has been closed. - The is not yet connected or was not obtained via an , ,or , method. - - - Gets or sets a value that specifies the size of the send buffer of the . - An that contains the size, in bytes, of the send buffer. The default is 8192. - An error occurred when attempting to access the socket. - The has been closed. - The value specified for a set operation is less than 0. - - - Sends the file fileName to a connected object with the transmit flag. - A that contains the path and name of the file to be sent. This parameter can be null. - The socket is not connected to a remote host. - The object has been closed. - The object is not in blocking mode and cannot accept this synchronous call. - The file fileName was not found. - An error occurred when attempting to access the socket. - - - Sends the file fileName and buffers of data to a connected object using the specified value. - A that contains the path and name of the file to be sent. This parameter can be null. - A array that contains data to be sent before the file is sent. This parameter can be null. - A array that contains data to be sent after the file is sent. This parameter can be null. - One or more of values. - The operating system is not Windows NT or later. - or - The socket is not connected to a remote host. - The object has been closed. - The object is not in blocking mode and cannot accept this synchronous call. - The file fileName was not found. - An error occurred when attempting to access the socket. - - - Sends a collection of files or in memory data buffers asynchronously to a connected object. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - The file specified in the property was not found. - A socket operation was already in progress using the object specified in the e parameter. - Windows XP or later is required for this method. This exception also occurs if the is not connected to a remote host. - The has been closed. - A connectionless is being used and the file being sent exceeds the maximum packet size of the underlying transport. - - - Gets or sets a value that specifies the amount of time after which a synchronous call will time out. - The time-out value, in milliseconds. If you set the property with a value between 1 and 499, the value will be changed to 500. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period. - An error occurred when attempting to access the socket. - The has been closed. - The value specified for a set operation is less than -1. - - - Sends data to the specified endpoint. - An array of type that contains the data to be sent. - The that represents the destination for the data. - The number of bytes sent. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends data to a specific endpoint using the specified . - An array of type that contains the data to be sent. - A bitwise combination of the values. - The that represents the destination location for the data. - The number of bytes sent. - buffer is null. -or- remoteEP is null. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends the specified number of bytes of data to the specified endpoint using the specified . - An array of type that contains the data to be sent. - The number of bytes to send. - A bitwise combination of the values. - The that represents the destination location for the data. - The number of bytes sent. - buffer is null. -or- remoteEP is null. - The specified size exceeds the size of buffer. - An error occurred when attempting to access the socket. - The has been closed. - - - Sends the specified number of bytes of data to the specified endpoint, starting at the specified location in the buffer, and using the specified . - An array of type that contains the data to be sent. - The position in the data buffer at which to begin sending data. - The number of bytes to send. - A bitwise combination of the values. - The that represents the destination location for the data. - The number of bytes sent. - buffer is null. -or- remoteEP is null. - offset is less than 0. -or- offset is greater than the length of buffer. -or- size is less than 0. -or- size is greater than the length of buffer minus the value of the offset parameter. - socketFlags is not a valid combination of values. -or- An operating system error occurs while accessing the . - The has been closed. - A caller in the call stack does not have the required permissions. - - - Sends data asynchronously to a specific remote host. - The object to use for this asynchronous socket operation. - Returns true if the I/O operation is pending. The event on the e parameter will be raised upon completion of the operation. Returns false if the I/O operation completed synchronously. In this case, The event on the e parameter will not be raised and the e object passed as a parameter may be examined immediately after the method call returns to retrieve the result of the operation. - The cannot be null. - A socket operation was already in progress using the object specified in the e parameter. - Windows XP or later is required for this method. - The has been closed. - The protocol specified is connection-oriented, but the is not yet connected. - - - Set the IP protection level on a socket. - The IP protection level to set on this socket. - The level parameter cannot be . The IP protection level cannot be set to unspecified. - The of the socket must be either or . - - - Sets the specified option to the specified value. - One of the values. - One of the values. - The value of the option, represented as a . - The object has been closed. - An error occurred when attempting to access the socket. - - - Sets the specified option to the specified value, represented as a byte array. - One of the values. - One of the values. - An array of type that represents the value of the option. - An error occurred when attempting to access the socket. - The has been closed. - - - Sets the specified option to the specified integer value. - One of the values. - One of the values. - A value of the option. - An error occurred when attempting to access the socket. - The has been closed. - - - Sets the specified option to the specified value, represented as an object. - One of the values. - One of the values. - A or that contains the value of the option. - optionValue is null. - An error occurred when attempting to access the socket. - The has been closed. - - - Disables sends and receives on a . - One of the values that specifies the operation that will no longer be allowed. - An error occurred when attempting to access the socket. - The has been closed. - - - Gets the type of the . - One of the values. - - - Gets a value indicating whether IPv4 support is available and enabled on the current host. - true if the current host supports the IPv4 protocol; otherwise, false. - - - Gets a value that indicates whether the Framework supports IPv6 for certain obsolete members. - true if the Framework supports IPv6 for certain obsolete methods; otherwise, false. - - - Gets or sets a value that specifies the Time To Live (TTL) value of Internet Protocol (IP) packets sent by the . - The TTL value. - The TTL value can't be set to a negative number. - This property can be set only for sockets in the or families. - An error occurred when attempting to access the socket. This error is also returned when an attempt was made to set TTL to a value higher than 255. - The has been closed. - - - Specifies whether the socket should only use Overlapped I/O mode. - true if the uses only overlapped I/O; otherwise, false. The default is false. - The socket has been bound to a completion port. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The type of asynchronous socket operation most recently performed with this context object. - - - A socket Accept operation. - - - - A socket Connect operation. - - - - A socket Disconnect operation. - - - - None of the socket operations. - - - - A socket Receive operation. - - - - A socket ReceiveFrom operation. - - - - A socket ReceiveMessageFrom operation. - - - - A socket Send operation. - - - - A socket SendPackets operation. - - - - A socket SendTo operation. - - - - Specifies socket send and receive behaviors. - - - Indicates a broadcast packet. - - - - Indicates that the control data did not fit into an internal 64-KB buffer and was truncated. - - - - Send without using routing tables. - - - - Indicates a multicast packet. - - - - Use no flags for this call. - - - - Process out-of-band data. - - - - Partial send or receive for message. - - - - Peek at the incoming message. - - - - The message was too large to fit into the specified buffer and was truncated. - - - - Encapsulates the information that is necessary to duplicate a . - - - Gets or sets the options for a . - A instance. - - - Gets or sets the protocol information for a . - An array of type . - - - Describes states for a . - - - The is connected. - - - - The is listening for new connections. - - - - The is nonblocking. - - - - The uses overlapped I/O. - - - - Defines socket option levels for the and methods. - - - options apply only to IP sockets. - - - - options apply only to IPv6 sockets. - - - - options apply to all sockets. - - - - options apply only to TCP sockets. - - - - options apply only to UDP sockets. - - - - Defines configuration option names. - - - The socket is listening. - - - - Add an IP group membership. - - - - Join a source group. - - - - Block data from a source. - - - - Permit sending broadcast messages on the socket. - - - - Use urgent data as defined in RFC-1222. This option can be set only once; after it is set, it cannot be turned off. - - - - Set or get the UDP checksum coverage. - - - - Record debugging information. - - - - Do not fragment IP datagrams. - - - - Close the socket gracefully without lingering. - - - - Do not route; send the packet directly to the interface addresses. - - - - Drop an IP group membership. - - - - Drop a source group. - - - - Get the error status and clear. - - - - Enables a socket to be bound for exclusive access. - - - - Use expedited data as defined in RFC-1222. This option can be set only once; after it is set, it cannot be turned off. - - - - Indicates that the application provides the IP header for outgoing datagrams. - - - - Specifies the maximum number of router hops for an Internet Protocol version 6 (IPv6) packet. This is similar to Time to Live (TTL) for Internet Protocol version 4. - - - - Specifies the IP options to be inserted into outgoing datagrams. - - - - Enables restriction of a IPv6 socket to a specified scope, such as addresses with the same link local or site local prefix.This socket option enables applications to place access restrictions on IPv6 sockets. Such restrictions enable an application running on a private LAN to simply and robustly harden itself against external attacks. This socket option widens or narrows the scope of a listening socket, enabling unrestricted access from public and private users when appropriate, or restricting access only to the same site, as required. This socket option has defined protection levels specified in the enumeration. - - - - Set the IP header Time-to-Live field. - - - - Indicates if a socket created for the AF_INET6 address family is restricted to IPv6 communications only. Sockets created for the AF_INET6 address family may be used for both IPv6 and IPv4 communications. Some applications may want to restrict their use of a socket created for the AF_INET6 address family to IPv6 communications only. When this value is non-zero (the default on Windows), a socket created for the AF_INET6 address family can be used to send and receive IPv6 packets only. When this value is zero, a socket created for the AF_INET6 address family can be used to send and receive packets to and from an IPv6 address or an IPv4 address. Note that the ability to interact with an IPv4 address requires the use of IPv4 mapped addresses. This socket option is supported on Windows Vista or later. - - - - Use keep-alives. - - - - Linger on close if unsent data is present. - - - - Not supported; will throw a if used. - - - - Set the interface for outgoing multicast packets. - - - - An IP multicast loopback. - - - - An IP multicast Time to Live. - - - - Send UDP datagrams with checksum set to zero. - - - - Disables the Nagle algorithm for send coalescing. - - - - Receives out-of-band data in the normal data stream. - - - - Return information about received packets. - - - - Specifies the total per-socket buffer space reserved for receives. This is unrelated to the maximum message size or the size of a TCP window. - - - - Specifies the low water mark for operations. - - - - Receive a time-out. This option applies only to synchronous methods; it has no effect on asynchronous methods such as the method. - - - - Allows the socket to be bound to an address that is already in use. - - - - Indicates that the system should defer ephemeral port allocation for outbound connections. This is equivalent to using the Winsock2 SO_REUSE_UNICASTPORT socket option. - - - - Specifies the total per-socket buffer space reserved for sends. This is unrelated to the maximum message size or the size of a TCP window. - - - - Specifies the low water mark for operations. - - - - Send a time-out. This option applies only to synchronous methods; it has no effect on asynchronous methods such as the method. - - - - Get the socket type. - - - - Change the IP header type of the service field. - - - - Unblock a previously blocked source. - - - - Updates an accepted socket's properties by using those of an existing socket. This is equivalent to using the Winsock2 SO_UPDATE_ACCEPT_CONTEXT socket option and is supported only on connection-oriented sockets. - - - - Updates a connected socket's properties by using those of an existing socket. This is equivalent to using the Winsock2 SO_UPDATE_CONNECT_CONTEXT socket option and is supported only on connection-oriented sockets. - - - - Bypass hardware when possible. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Defines constants that are used by the method. - - - Disables a for both sending and receiving. This field is constant. - - - - Disables a for receiving. This field is constant. - - - - Disables a for sending. This field is constant. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the type of socket that an instance of the class represents. - - - Supports datagrams, which are connectionless, unreliable messages of a fixed (typically small) maximum length. Messages might be lost or duplicated and might arrive out of order. A of type requires no connection prior to sending and receiving data, and can communicate with multiple peers. uses the Datagram Protocol () and the . - - - - Supports access to the underlying transport protocol. Using the , you can communicate using protocols like Internet Control Message Protocol () and Internet Group Management Protocol (). Your application must provide a complete IP header when sending. Received datagrams return with the IP header and options intact. - - - - Supports connectionless, message-oriented, reliably delivered messages, and preserves message boundaries in data. Rdm (Reliably Delivered Messages) messages arrive unduplicated and in order. Furthermore, the sender is notified if messages are lost. If you initialize a Socket using , you do not require a remote host connection before sending and receiving data. With , you can communicate with multiple peers. - - - - Provides connection-oriented and reliable two-way transfer of ordered byte streams across a network. does not duplicate data, and it preserves boundaries within the data stream. A Socket of type communicates with a single peer and requires a remote host connection before communication can begin. - - - - Supports reliable, two-way, connection-based byte streams without the duplication of data and without preservation of boundaries. A Socket of this type communicates with a single peer and requires a remote host connection before communication can begin. uses the Transmission Control Protocol () and the InterNetwork. - - - - Specifies an unknown Socket type. - - - - Provides client connections for TCP network services. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class and binds it to the specified local endpoint. - The to which you bind the TCP . - The localEP parameter is null. - - - Initializes a new instance of the class with the specified family. - The of the IP protocol. - The family parameter is not equal to AddressFamily.InterNetwork -or- The family parameter is not equal to AddressFamily.InterNetworkV6 - - - Initializes a new instance of the class and connects to the specified port on the specified host. - The DNS name of the remote host to which you intend to connect. - The port number of the remote host to which you intend to connect. - The hostname parameter is null. - The port parameter is not between and . - An error occurred when accessing the socket. - - - Gets or set a value that indicates whether a connection has been made. - true if the connection has been made; otherwise, false. - - - Gets the amount of data that has been received from the network and is available to be read. - The number of bytes of data received from the network and available to be read. - An error occurred when attempting to access the socket. - The has been closed. - - - Begins an asynchronous request for a remote host connection. The remote host is specified by an and a port number (). - The of the remote host. - The port number of the remote host. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous connection. - The address parameter is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - The port number is not valid. - - - Begins an asynchronous request for a remote host connection. The remote host is specified by an array and a port number (). - At least one that designates the remote hosts. - The port number of the remote hosts. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous connection. - The addresses parameter is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - The port number is not valid. - - - Begins an asynchronous request for a remote host connection. The remote host is specified by a host name () and a port number (). - The name of the remote host. - The port number of the remote host. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous connection. - The host parameter is null. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - The port number is not valid. - - - Gets or sets the underlying . - The underlying network . - - - Disposes this instance and requests that the underlying TCP connection be closed. - - - Connects the client to a remote TCP host using the specified remote network endpoint. - The to which you intend to connect. - The remoteEp parameter is null. - An error occurred when accessing the socket. - The is closed. - - - Connects the client to a remote TCP host using the specified IP address and port number. - The of the host to which you intend to connect. - The port number to which you intend to connect. - The address parameter is null. - The port is not between and . - An error occurred when accessing the socket. - is closed. - - - Connects the client to a remote TCP host using the specified IP addresses and port number. - The array of the host to which you intend to connect. - The port number to which you intend to connect. - The ipAddresses parameter is null. - The port number is not valid. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - This method is valid for sockets that use the flag or the flag. - - - Connects the client to the specified port on the specified host. - The DNS name of the remote host to which you intend to connect. - The port number of the remote host to which you intend to connect. - The hostname parameter is null. - The port parameter is not between and . - An error occurred when accessing the socket. - is closed. - - - Connects the client to the specified TCP port on the specified host as an asynchronous operation. - The DNS name of the remote host to which you intend to connect. - The port number of the remote host to which you intend to connect. - Returns The task object representing the asynchronous operation. - The hostname parameter is null. - The port parameter is not between and . - An error occurred when accessing the socket. - is closed. - - - Connects the client to a remote TCP host using the specified IP address and port number as an asynchronous operation. - The of the host to which you intend to connect. - The port number to which you intend to connect. - Returns The task object representing the asynchronous operation. - The address parameter is null. - The port is not between and . - An error occurred when accessing the socket. - is closed. - - - Connects the client to a remote TCP host using the specified IP addresses and port number as an asynchronous operation. - The array of the host to which you intend to connect. - The port number to which you intend to connect. - Returns The task object representing the asynchronous operation. - The ipAddresses parameter is null. - The port number is not valid. - An error occurred when attempting to access the socket. - The has been closed. - A caller higher in the call stack does not have permission for the requested operation. - This method is valid for sockets that use the flag or the flag. - - - Gets a value indicating whether the underlying for a is connected to a remote host. - true if the socket was connected to a remote resource as of the most recent operation; otherwise, false. - - - Releases the managed and unmanaged resources used by the . - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - Set to true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Ends a pending asynchronous connection attempt. - An object returned by a call to . - The asyncResult parameter is null. - The asyncResult parameter was not returned by a call to a method. - The method was previously called for the asynchronous connection. - An error occurred when attempting to access the . - The underlying has been closed. - - - Gets or sets a value that specifies whether the allows only one client to use a port. - true if the allows only one client to use a specific port; otherwise, false. The default is true for Windows Server 2003 and Windows XP Service Pack 2 and later, and false for all other versions. - An error occurred when attempting to access the underlying socket. - The underlying has been closed. - - - Frees resources used by the class. - - - Returns the used to send and receive data. - The underlying . - The is not connected to a remote host. - The has been closed. - - - Gets or sets information about the linger state of the associated socket. - A . By default, lingering is disabled. - - - Gets or sets a value that disables a delay when send or receive buffers are not full. - true if the delay is disabled, otherwise false. The default value is false. - - - Gets or sets the size of the receive buffer. - The size of the receive buffer, in bytes. The default value is 8192 bytes. - An error occurred when setting the buffer size. -or- In .NET Compact Framework applications, you cannot set this property. For a workaround, see the Platform Note in Remarks. - - - Gets or sets the amount of time a will wait to receive data once a read operation is initiated. - The time-out value of the connection in milliseconds. The default value is 0. - - - Gets or sets the size of the send buffer. - The size of the send buffer, in bytes. The default value is 8192 bytes. - - - Gets or sets the amount of time a will wait for a send operation to complete successfully. - The send time-out value, in milliseconds. The default is 0. - - - Listens for connections from TCP network clients. - - - Initializes a new instance of the class that listens on the specified port. - The port on which to listen for incoming connection attempts. - port is not between and . - - - Initializes a new instance of the class with the specified local endpoint. - An that represents the local endpoint to which to bind the listener . - localEP is null. - - - Initializes a new instance of the class that listens for incoming connection attempts on the specified local IP address and port number. - An that represents the local IP address. - The port on which to listen for incoming connection attempts. - localaddr is null. - port is not between and . - - - Accepts a pending connection request. - A used to send and receive data. - The listener has not been started with a call to . - - - Accepts a pending connection request as an asynchronous operation. - Returns The task object representing the asynchronous operation. The property on the task object returns a used to send and receive data. - The listener has not been started with a call to . - - - Accepts a pending connection request. - A used to send and receive data. - The listener has not been started with a call to . - Use the property to obtain the specific error code. When you have obtained this code, you can refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. - - - Accepts a pending connection request as an asynchronous operation. - Returns The task object representing the asynchronous operation. The property on the task object returns a used to send and receive data. - The listener has not been started with a call to . - Use the property to obtain the specific error code. When you have obtained this code, you can refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. - - - Gets a value that indicates whether is actively listening for client connections. - true if is actively listening; otherwise, false. - - - Enables or disables Network Address Translation (NAT) traversal on a instance. - A Boolean value that specifies whether to enable or disable NAT traversal. - The method was called after calling the method - - - Begins an asynchronous operation to accept an incoming connection attempt. - An delegate that references the method to invoke when the operation is complete. - A user-defined object containing information about the accept operation. This object is passed to the callback delegate when the operation is complete. - An that references the asynchronous creation of the . - An error occurred while attempting to access the socket. - The has been closed. - - - Begins an asynchronous operation to accept an incoming connection attempt. - An delegate that references the method to invoke when the operation is complete. - A user-defined object containing information about the accept operation. This object is passed to the callback delegate when the operation is complete. - An that references the asynchronous creation of the . - An error occurred while attempting to access the socket. - The has been closed. - - - Creates a new instance to listen on the specified port. - The port on which to listen for incoming connection attempts. - Returns . A new instance to listen on the specified port. - - - Asynchronously accepts an incoming connection attempt and creates a new to handle remote host communication. - An returned by a call to the method. - A . The used to send and receive data. - The underlying has been closed. - The asyncResult parameter is null. - The asyncResult parameter was not created by a call to the method. - The method was previously called. - An error occurred while attempting to access the . - - - Asynchronously accepts an incoming connection attempt and creates a new to handle remote host communication. - An returned by a call to the method. - A . The used to send and receive data. - - - Gets or sets a value that specifies whether the allows only one underlying socket to listen to a specific port. - true if the allows only one to listen to a specific port; otherwise, false. . The default is true for Windows Server 2003 and Windows XP Service Pack 2 and later, and false for all other versions. - The has been started. Call the method and then set the property. - An error occurred when attempting to access the underlying socket. - The underlying has been closed. - - - Gets the underlying of the current . - The to which the is bound. - - - Determines if there are pending connection requests. - true if connections are pending; otherwise, false. - The listener has not been started with a call to . - - - Gets the underlying network . - The underlying . - - - Starts listening for incoming connection requests. - Use the property to obtain the specific error code. When you have obtained this code, you can refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. - - - Starts listening for incoming connection requests with a maximum number of pending connection. - The maximum length of the pending connections queue. - An error occurred while accessing the socket. - The backlog parameter is less than zero or exceeds the maximum number of permitted connections. - The underlying is null. - - - Closes the listener. - Use the property to obtain the specific error code. When you have obtained this code, you can refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. - - - The enumeration defines values used in file transfer requests. - - - Start a transport-level disconnect after all the file data has been queued for transmission. When used with , these flags return the socket to a disconnected, reusable state after the file has been transmitted. - - - - The socket handle may be reused when the request completes. This flag is valid only if is also specified. When used with , these flags return the socket to a disconnected, reusable state after the file has been transmitted. - - - - Use the default thread to process long file transfer requests. - - - - Use kernel asynchronous procedure calls (APCs) instead of worker threads to process long file transfer requests. Long requests are defined as requests that require more than a single read from the file or a cache; the request therefore depends on the size of the file and the specified length of the send packet. - - - - Use system threads to process long file transfer requests. - - - - Complete the file transfer request immediately, without pending. If this flag is specified and the file transfer succeeds, the data has been accepted by the system but not necessarily acknowledged by the remote end. Do not use this flag with the and flags. - - - - Provides User Datagram Protocol (UDP) network services. - - - Initializes a new instance of the class. - An error occurred when accessing the socket. - - - Initializes a new instance of the class and binds it to the local port number provided. - The local port number from which you intend to communicate. - The port parameter is greater than or less than . - An error occurred when accessing the socket. - - - Initializes a new instance of the class and binds it to the specified local endpoint. - An that respresents the local endpoint to which you bind the UDP connection. - localEP is null. - An error occurred when accessing the socket. - - - Initializes a new instance of the class. - One of the values that specifies the addressing scheme of the socket. - family is not or . - An error occurred when accessing the socket. - - - Initializes a new instance of the class and binds it to the local port number provided. - The port on which to listen for incoming connection attempts. - One of the values that specifies the addressing scheme of the socket. - family is not or . - port is greater than or less than . - An error occurred when accessing the socket. - - - Initializes a new instance of the class and establishes a default remote host. - The name of the remote DNS host to which you intend to connect. - The remote port number to which you intend to connect. - hostname is null. - port is not between and . - An error occurred when accessing the socket. - - - Gets or sets a value indicating whether a default remote host has been established. - true if a connection is active; otherwise, false. - - - Enables or disables Network Address Translation (NAT) traversal on a instance. - A Boolean value that specifies whether to enable or disable NAT traversal. - - - Gets the amount of data received from the network that is available to read. - The number of bytes of data received from the network. - An error occurred while attempting to access the socket. - The has been closed. - - - Receives a datagram from a remote host asynchronously. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the receive operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous receive. - - - Sends a datagram to a destination asynchronously. The destination is specified by the host name and port number. - A array that contains the data to be sent. - The number of bytes to send. - The destination host. - The destination port number. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the send operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous send. - - - Sends a datagram to a remote host asynchronously. The destination was specified previously by a call to . - A array that contains the data to be sent. - The number of bytes to send. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the send operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous send. - - - Sends a datagram to a destination asynchronously. The destination is specified by a . - A array that contains the data to be sent. - The number of bytes to send. - The that represents the destination for the data. - An delegate that references the method to invoke when the operation is complete. - A user-defined object that contains information about the send operation. This object is passed to the requestCallback delegate when the operation is complete. - An object that references the asynchronous send. - - - Gets or sets the underlying network . - The underlying Network . - - - Closes the UDP connection. - An error occurred when accessing the socket. - - - Establishes a default remote host using the specified network endpoint. - An that specifies the network endpoint to which you intend to send data. - An error occurred when accessing the socket. - endPoint is null. - The is closed. - - - Establishes a default remote host using the specified IP address and port number. - The of the remote host to which you intend to send data. - The port number to which you intend send data. - is closed. - addr is null. - port is not between and . - An error occurred when accessing the socket. - - - Establishes a default remote host using the specified host name and port number. - The DNS name of the remote host to which you intend send data. - The port number on the remote host to which you intend to send data. - The is closed. - port is not between and . - An error occurred when accessing the socket. - - - Releases the managed and unmanaged resources used by the . - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Gets or sets a value that specifies whether the allows Internet Protocol (IP) datagrams to be fragmented. - true if the allows datagram fragmentation; otherwise, false. The default is true. - This property can be set only for sockets that use the flag or the flag. - - - Leaves a multicast group. - The of the multicast group to leave. - The local address of the multicast group to leave. - The underlying has been closed. - An error occurred when accessing the socket. - The IP address is not compatible with the value that defines the addressing scheme of the socket. - multicastAddr is null. - - - Leaves a multicast group. - The of the multicast group to leave. - The underlying has been closed. - An error occurred when accessing the socket. - The IP address is not compatible with the value that defines the addressing scheme of the socket. - multicastAddr is null. - - - Gets or sets a value that specifies whether the may send or receive broadcast packets. - true if the allows broadcast packets; otherwise, false. The default is false. - - - Ends a pending asynchronous receive. - An object returned by a call to . - The specified remote endpoint. - If successful, the number of bytes received. If unsuccessful, this method returns 0. - asyncResult is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous read. - An error occurred when attempting to access the underlying . - The underlying has been closed. - - - Ends a pending asynchronous send. - An object returned by a call to . - If successful, the number of bytes sent to the . - asyncResult is null. - asyncResult was not returned by a call to the method. - was previously called for the asynchronous read. - An error occurred when attempting to access the underlying socket. - The underlying has been closed. - - - Gets or sets a value that specifies whether the allows only one client to use a port. - true if the allows only one client to use a specific port; otherwise, false. The default is true for Windows Server 2003 and Windows XP Service Pack 2 and later, and false for all other versions. - An error occurred when attempting to access the underlying socket. - The underlying has been closed. - - - Adds a to a multicast group. - The multicast of the group you want to join. - The underlying has been closed. - An error occurred when accessing the socket. - The IP address is not compatible with the value that defines the addressing scheme of the socket. - - - Adds a to a multicast group. - The interface index associated with the local IP address on which to join the multicast group. - The multicast of the group you want to join. - The underlying has been closed. - An error occurred when accessing the socket. - - - Adds a to a multicast group with the specified Time to Live (TTL). - The of the multicast group to join. - The Time to Live (TTL), measured in router hops. - The TTL provided is not between 0 and 255 - The underlying has been closed. - An error occurred when accessing the socket. - multicastAddr is null. - The IP address is not compatible with the value that defines the addressing scheme of the socket. - - - Adds a to a multicast group. - The multicast of the group you want to join. - The local . - The underlying has been closed. - An error occurred when accessing the socket. - - - Gets or sets a value that specifies whether outgoing multicast packets are delivered to the sending application. - true if the receives outgoing multicast packets; otherwise, false. - - - Returns a UDP datagram that was sent by a remote host. - An that represents the remote host from which the data was sent. - An array of type that contains datagram data. - The underlying has been closed. - An error occurred when accessing the socket. - - - Returns a UDP datagram asynchronously that was sent by a remote host. - Returns . The task object representing the asynchronous operation. - The underlying has been closed. - An error occurred when accessing the socket. - - - Sends a UDP datagram to a remote host. - An array of type that specifies the UDP datagram that you intend to send represented as an array of bytes. - The number of bytes in the datagram. - The number of bytes sent. - dgram is null. - The has already established a default remote host. - The is closed. - An error occurred when accessing the socket. - - - Sends a UDP datagram to the host at the specified remote endpoint. - An array of type that specifies the UDP datagram that you intend to send, represented as an array of bytes. - The number of bytes in the datagram. - An that represents the host and port to which to send the datagram. - The number of bytes sent. - dgram is null. - has already established a default remote host. - is closed. - An error occurred when accessing the socket. - - - Sends a UDP datagram to a specified port on a specified remote host. - An array of type that specifies the UDP datagram that you intend to send represented as an array of bytes. - The number of bytes in the datagram. - The name of the remote host to which you intend to send the datagram. - The remote port number with which you intend to communicate. - The number of bytes sent. - dgram is null. - The has already established a default remote host. - The is closed. - An error occurred when accessing the socket. - - - Sends a UDP datagram asynchronously to a remote host. - An array of type that specifies the UDP datagram that you intend to send represented as an array of bytes. - The number of bytes in the datagram. - Returns . - dgram is null. - The has already established a default remote host. - The is closed. - An error occurred when accessing the socket. - - - Sends a UDP datagram asynchronously to a remote host. - An array of type that specifies the UDP datagram that you intend to send represented as an array of bytes. - The number of bytes in the datagram. - An that represents the host and port to which to send the datagram. - Returns . - dgram is null. - has already established a default remote host. - is closed. - An error occurred when accessing the socket. - - - Sends a UDP datagram asynchronously to a remote host. - An array of type that specifies the UDP datagram that you intend to send represented as an array of bytes. - The number of bytes in the datagram. - The name of the remote host to which you intend to send the datagram. - The remote port number with which you intend to communicate. - Returns . - dgram is null. - The has already established a default remote host. - The is closed. - An error occurred when accessing the socket. - - - Gets or sets a value that specifies the Time to Live (TTL) value of Internet Protocol (IP) packets sent by the . - The TTL value. - - - Presents UDP receive result information from a call to the method. - - - Initializes a new instance of the class. - A buffer for data to receive in the UDP packet. - The remote endpoint of the UDP packet. - - - Gets a buffer with the data received in the UDP packet. - Returns . A array with the data received in the UDP packet. - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with this instance. - Returns . true if other is an instance of and equals the value of the instance; otherwise, false. - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with this instance. - Returns . true if obj is an instance of and equals the value of the instance; otherwise, false. - - - Returns the hash code for this instance. - Returns . The hash code. - - - Tests whether two specified instances are equivalent. - The instance that is to the left of the equality operator. - The instance that is to the right of the equality operator. - Returns . true if left and right are equal; otherwise, false. - - - Tests whether two specified instances are not equal. - The instance that is to the left of the not equal operator. - The instance that is to the right of the not equal operator. - Returns . true if left and right are unequal; otherwise, false. - - - Gets the remote endpoint from which the UDP packet was received. - Returns . The remote endpoint from which the UDP packet was received. - - - Specifies the IO control codes supported by the method. - - - This value is equal to the Winsock 2 SIO_ABSORB_RTRALERT constant. - - - - Join a multicast group using an interface identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_ADD_MCAST constant. - - - - Enable receiving notification when the list of local interfaces for the socket's protocol family changes. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_CHANGE constant. - - - - Return the list of local interfaces that the socket can bind to. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_QUERY constant. - - - - Sort the structure returned by the field and add scope ID information for IPv6 addresses. This control code is supported on Windows XP and later operating systems. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_SORT constant. - - - - Associate this socket with the specified handle of a companion interface. Refer to the appropriate protocol-specific annex in the Winsock 2 reference or documentation for the particular companion interface for additional details. It is recommended that the Component Object Model (COM) be used instead of this IOCTL to discover and track other interfaces that might be supported by a socket. This control code is present for backward compatibility with systems where COM is not available or cannot be used for some other reason. This value is equal to the Winsock 2 SIO_ASSOCIATE_HANDLE constant. - - - - Enable notification for when data is waiting to be received. This value is equal to the Winsock 2 FIOASYNC constant. - - - - Bind the socket to a specified interface index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_BIND constant. - - - - Return the number of bytes available for reading. This value is equal to the Winsock 2 FIONREAD constant. - - - - Remove the socket from a multicast group. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_ADD_MCAST constant. - - - - Replace the oldest queued datagram with an incoming datagram when the incoming message queues are full. This value is equal to the Winsock 2 SIO_ENABLE_CIRCULAR_QUEUEING constant. - - - - Discard the contents of the sending queue. This value is equal to the Winsock 2 SIO_FLUSH constant. - - - - Return a SOCKADDR structure that contains the broadcast address for the address family of the current socket. The returned address can be used with the method. This value is equal to the Winsock 2 SIO_GET_BROADCAST_ADDRESS constant. This value can be used on User Datagram Protocol (UDP) sockets only. - - - - Obtain provider-specific functions that are not part of the Winsock specification. Functions are specified using their provider-assigned GUID. This value is equal to the Winsock 2 SIO_GET_EXTENSION_FUNCTION_POINTER constant. - - - - Return the Quality of Service (QOS) attributes for the socket group. This value is reserved for future use, and is equal to the Winsock 2 SIO_GET_GROUP_QOS constant. - - - - Retrieve the QOS structure associated with the socket. This control is only supported on platforms that provide a QOS capable transport (Windows Me, Windows 2000, and later.) This value is equal to the Winsock 2 SIO_GET_QOS constant. - - - - Control sending TCP keep-alive packets and the interval at which they are sent. This control code is supported on Windows 2000 and later operating systems. For additional information, see RFC 1122 section 4.2.3.6. This value is equal to the Winsock 2 SIO_KEEPALIVE_VALS constant. - - - - This value is equal to the Winsock 2 SIO_LIMIT_BROADCASTS constant. - - - - Set the interface used for outgoing multicast packets. The interface is identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_MCASTIF constant. - - - - Control the number of times a multicast packet can be forwarded by a router, also known as the Time to Live (TTL), or hop count. This value is equal to the Winsock 2 SIO_MULTICAST_SCOPE constant. - - - - Control whether multicast data sent by the socket appears as incoming data in the sockets receive queue. This value is equal to the Winsock 2 SIO_MULTIPOINT_LOOPBACK constant. - - - - Control whether the socket receives notification when a namespace query becomes invalid. This control code is supported on Windows XP and later operating systems. This value is equal to the Winsock 2 SIO_NSP_NOTIFY_CHANGE constant. - - - - Control the blocking behavior of the socket. If the argument specified with this control code is zero, the socket is placed in blocking mode. If the argument is nonzero, the socket is placed in nonblocking mode. This value is equal to the Winsock 2 FIONBIO constant. - - - - Return information about out-of-band data waiting to be received. When using this control code on stream sockets, the return value indicates the number of bytes available. - - - - Retrieve the underlying provider's SOCKET handle. This handle can be used to receive plug-and-play event notification. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_QUERY_TARGET_PNP_HANDLE constant. - - - - Enable receiving all IPv4 packets on the network. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_RCVALL constant. - - - - Enable receiving all Internet Group Management Protocol (IGMP) packets on the network. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_RCVALL_IGMPMCAST constant. - - - - Enable receiving all multicast IPv4 packets on the network. These are packets with destination addresses in the range 224.0.0.0 through 239.255.255.255. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_RCVALL_MCAST constant. - - - - Enable receiving notification when the local interface used to access a remote endpoint changes. This value is equal to the Winsock 2 SIO_ROUTING_INTERFACE_CHANGE constant. - - - - Return the interface addresses that can be used to connect to the specified remote address. This value is equal to the Winsock 2 SIO_ROUTING_INTERFACE_QUERY constant. - - - - Set the Quality of Service (QOS) attributes for the socket group. This value is reserved for future use and is equal to the Winsock 2 SIO_SET_GROUP_QOS constant. - - - - Set the Quality of Service (QOS) attributes for the socket. QOS defines the bandwidth requirements for the socket. This control code is supported on Windows Me, Windows 2000, and later operating systems. This value is equal to the Winsock 2 SIO_SET_QOS constant. - - - - Return a handle for the socket that is valid in the context of a companion interface. This value is equal to the Winsock 2 SIO_TRANSLATE_HANDLE constant. - - - - Set the interface used for outgoing unicast packets. This value is equal to the Winsock 2 SIO_UCAST_IF constant. - - - - Presents the packet information from a call to or . - - - Gets the origin information of the packet that was received as a result of calling the method or method. - An that indicates the origin information of the packet that was received as a result of calling the method or method. For packets that were sent from a unicast address, the property will return the of the sender; for multicast or broadcast packets, the property will return the multicast or broadcast . - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with this instance. - true if comparand is an instance of and equals the value of the instance; otherwise, false. - - - Returns the hash code for this instance. - An Int32 hash code. - - - Gets the network interface information that is associated with a call to or . - An value, which represents the index of the network interface. You can use this index with to get more information about the relevant interface. - - - Tests whether two specified instances are equivalent. - The instance that is to the left of the equality operator. - The instance that is to the right of the equality operator. - true if packetInformation1 and packetInformation2 are equal; otherwise, false. - - - Tests whether two specified instances are not equal. - The instance that is to the left of the inequality operator. - The instance that is to the right of the inequality operator. - true if packetInformation1 and packetInformation2 are unequal; otherwise, false. - - - A value that enables restriction of an IPv6 socket to a specified scope, such as addresses with the same link local or site local prefix. - - - The IP protection level is edge restricted. This value would be used by applications designed to operate across the Internet. This setting does not allow Network Address Translation (NAT) traversal using the Windows Teredo implementation. These applications may bypass IPv4 firewalls, so applications must be hardened against Internet attacks directed at the opened port. On Windows Server 2003 and Windows XP, the default value for the IP Protection level on a socket is edge restricted. - - - - The IP protection level is restricted. This value would be used by intranet applications that do not implement Internet scenarios. These applications are generally not tested or hardened against Internet-style attacks. This setting will limit the received traffic to link-local only. - - - - The IP protection level is unrestricted. This value would be used by applications designed to operate across the Internet, including applications taking advantage of IPv6 NAT traversal capabilities built into Windows (Teredo, for example). These applications may bypass IPv4 firewalls, so applications must be hardened against Internet attacks directed at the opened port. On Windows Server 2008 R2 and Windows Vista, the default value for the IP Protection level on a socket is unrestricted. - - - - The IP protection level is unspecified. On Windows 7 and Windows Server 2008 R2, the default value for the IP Protection level on a socket is unspecified. - - - - Contains option values for joining an IPv6 multicast group. - - - Initializes a new version of the class for the specified IP multicast group. - The of the multicast group. - group is null. - - - Initializes a new instance of the class with the specified IP multicast group and the local interface address. - The group . - The local interface address. - ifindex is less than 0. -or- ifindex is greater than 0x00000000FFFFFFFF. - group is null. - - - Gets or sets the IP address of a multicast group. - An that contains the Internet address of a multicast group. - group is null. - - - Gets or sets the interface index that is associated with a multicast group. - A value that specifies the address of the interface. - The value that is specified for a set operation is less than 0 or greater than 0x00000000FFFFFFFF. - - - Specifies whether a will remain connected after a call to the or methods and the length of time it will remain connected, if data remains to be sent. - - - Initializes a new instance of the class. - true to remain connected after the method is called; otherwise, false. - The number of seconds to remain connected after the method is called. - - - Gets or sets a value that indicates whether to linger after the is closed. - true if the should linger after is called; otherwise, false. - - - Gets or sets the amount of time to remain connected after calling the method if data remains to be sent. - The amount of time, in seconds, to remain connected after calling . - - - Contains values used to join and drop multicast groups. - - - Initializes a new version of the class for the specified IP multicast group. - The of the multicast group. - group is null. - - - Initializes a new instance of the class with the specified IP multicast group address and interface index. - The of the multicast group. - The index of the interface that is used to send and receive multicast packets. - - - Initializes a new instance of the class with the specified IP multicast group address and local IP address associated with a network interface. - The group . - The local . - group is null. -or- mcint is null. - - - Gets or sets the IP address of a multicast group. - An that contains the Internet address of a multicast group. - - - Gets or sets the index of the interface that is used to send and receive multicast packets. - An integer that represents the index of a array element. - - - Gets or sets the local address associated with a multicast group. - An that contains the local address associated with a multicast group. - - - Provides the underlying stream of data for network access. - - - Creates a new instance of the class for the specified . - The that the will use to send and receive data. - The socket parameter is null. - The socket parameter is not connected. -or- The property of the socket parameter is not . -or- The socket parameter is in a nonblocking state. - - - Initializes a new instance of the class for the specified with the specified ownership. - The that the will use to send and receive data. - Set to true to indicate that the will take ownership of the ; otherwise, false. - The socket parameter is null. - The socket parameter is not connected. -or- the value of the property of the socket parameter is not . -or- the socket parameter is in a nonblocking state. - - - Creates a new instance of the class for the specified with the specified access rights. - The that the will use to send and receive data. - A bitwise combination of the values that specify the type of access given to the over the provided . - The socket parameter is null. - The socket parameter is not connected. -or- the property of the socket parameter is not . -or- the socket parameter is in a nonblocking state. - - - Creates a new instance of the class for the specified with the specified access rights and the specified ownership. - The that the will use to send and receive data. - A bitwise combination of the values that specifies the type of access given to the over the provided . - Set to true to indicate that the will take ownership of the ; otherwise, false. - The socket parameter is null. - The socket parameter is not connected. -or- The property of the socket parameter is not . -or- The socket parameter is in a nonblocking state. - - - Begins an asynchronous read from the . - An array of type that is the location in memory to store data read from the . - The location in buffer to begin storing the data. - The number of bytes to read from the . - The delegate that is executed when completes. - An object that contains any additional user-defined data. - An that represents the asynchronous call. - The buffer parameter is null. - The offset parameter is less than 0. -or- The offset parameter is greater than the length of the buffer paramater. -or- The size is less than 0. -or- The size is greater than the length of buffer minus the value of the offset parameter. - The underlying is closed. -or- There was a failure while reading from the network. -or- An error occurred when accessing the socket. - The is closed. - - - Begins an asynchronous write to a stream. - An array of type that contains the data to write to the . - The location in buffer to begin sending the data. - The number of bytes to write to the . - The delegate that is executed when completes. - An object that contains any additional user-defined data. - An that represents the asynchronous call. - The buffer parameter is null. - The offset parameter is less than 0. -or- The offset parameter is greater than the length of buffer. -or- The size parameter is less than 0. -or- The size parameter is greater than the length of buffer minus the value of the offset parameter. - The underlying is closed. -or- There was a failure while writing to the network. -or- An error occurred when accessing the socket. - The is closed. - - - Gets a value that indicates whether the supports reading. - true if data can be read from the stream; otherwise, false. The default value is true. - - - Gets a value that indicates whether the stream supports seeking. This property is not currently supported.This property always returns false. - false in all cases to indicate that cannot seek a specific location in the stream. - - - Indicates whether timeout properties are usable for . - true in all cases. - - - Gets a value that indicates whether the supports writing. - true if data can be written to the ; otherwise, false. The default value is true. - - - Closes the after waiting the specified time to allow data to be sent. - A 32-bit signed integer that specifies the number of milliseconds to wait to send any remaining data before closing. - The timeout parameter is less than -1. - - - Gets a value that indicates whether data is available on the to be read. - true if data is available on the stream to be read; otherwise, false. - The is closed. - The underlying is closed. - Use the property to obtain the specific error code, and refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. - - - Releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Handles the end of an asynchronous read. - An that represents an asynchronous call. - The number of bytes read from the . - The asyncResult parameter is null. - The underlying is closed. -or- An error occurred when accessing the socket. - The is closed. - - - Handles the end of an asynchronous write. - The that represents the asynchronous call. - The asyncResult parameter is null. - The underlying is closed. -or- An error occurred while writing to the network. -or- An error occurred when accessing the socket. - The is closed. - - - Releases all resources used by the . - - - Flushes data from the stream. This method is reserved for future use. - - - Flushes data from the stream as an asynchronous operation. - A cancellation token used to propagate notification that this operation should be canceled. - Returns . The task object representing the asynchronous operation. - - - Gets the length of the data available on the stream. This property is not currently supported and always throws a . - The length of the data available on the stream. - Any use of this property. - - - Gets or sets the current position in the stream. This property is not currently supported and always throws a . - The current position in the stream. - Any use of this property. - - - Reads data from the . - An array of type that is the location in memory to store data read from the . - The location in buffer to begin storing the data to. - The number of bytes to read from the . - The number of bytes read from the , or 0 if the socket is closed. - The buffer parameter is null. - The offset parameter is less than 0. -or- The offset parameter is greater than the length of buffer. -or- The size parameter is less than 0. -or- The size parameter is greater than the length of buffer minus the value of the offset parameter. -or- An error occurred when accessing the socket. - The underlying is closed. - The is closed. -or- There is a failure reading from the network. - - - Gets or sets a value that indicates whether the can be read. - true to indicate that the can be read; otherwise, false. The default value is true. - - - - - - - - - - Gets or sets the amount of time that a read operation blocks waiting for data. - A that specifies the amount of time, in milliseconds, that will elapse before a read operation fails. The default value, , specifies that the read operation does not time out. - The value specified is less than or equal to zero and is not . - - - Sets the current position of the stream to the given value. This method is not currently supported and always throws a . - This parameter is not used. - This parameter is not used. - The position in the stream. - Any use of this property. - - - Sets the length of the stream. This method always throws a . - This parameter is not used. - Any use of this property. - - - Gets the underlying . - A that represents the underlying network connection. - - - Writes data to the . - An array of type that contains the data to write to the . - The location in buffer from which to start writing data. - The number of bytes to write to the . - The buffer parameter is null. - The offset parameter is less than 0. -or- The offset parameter is greater than the length of buffer. -or- The size parameter is less than 0. -or- The size parameter is greater than the length of buffer minus the value of the offset parameter. - There was a failure while writing to the network. -or- An error occurred when accessing the socket. - The is closed. -or- There was a failure reading from the network. - - - Gets a value that indicates whether the is writable. - true if data can be written to the stream; otherwise, false. The default value is true. - - - - - - - - - - Gets or sets the amount of time that a write operation blocks waiting for data. - A that specifies the amount of time, in milliseconds, that will elapse before a write operation fails. The default value, , specifies that the write operation does not time out. - The value specified is less than or equal to zero and is not . - - - Specifies the type of protocol that an instance of the class can use. - - - AppleTalk protocol. - - - - Native ATM services protocol. - - - - Banyan protocol. - - - - CCITT protocol, such as X.25. - - - - MIT CHAOS protocol. - - - - Microsoft Cluster products protocol. - - - - DataKit protocol. - - - - Direct data link protocol. - - - - DECNet protocol. - - - - European Computer Manufacturers Association (ECMA) protocol. - - - - FireFox protocol. - - - - NSC HyperChannel protocol. - - - - IEEE 1284.4 workgroup protocol. - - - - ARPANET IMP protocol. - - - - IP version 4 protocol. - - - - IP version 6 protocol. - - - - IPX or SPX protocol. - - - - IrDA protocol. - - - - ISO protocol. - - - - LAT protocol. - - - - MAX protocol. - - - - NetBIOS protocol. - - - - Network Designers OSI gateway enabled protocol. - - - - Xerox NS protocol. - - - - OSI protocol. - - - - PUP protocol. - - - - IBM SNA protocol. - - - - Unix local to host protocol. - - - - Unknown protocol. - - - - Unspecified protocol. - - - - VoiceView protocol. - - - - Specifies the protocols that the class supports. - - - Gateway To Gateway Protocol. - - - - Internet Control Message Protocol. - - - - Internet Control Message Protocol for IPv6. - - - - Internet Datagram Protocol. - - - - Internet Group Management Protocol. - - - - Internet Protocol. - - - - IPv6 Authentication header. For details, see RFC 2292 section 2.2.1, available at http://www.ietf.org. - - - - IPv6 Encapsulating Security Payload header. - - - - Internet Protocol version 4. - - - - Internet Protocol version 6 (IPv6). - - - - IPv6 Destination Options header. - - - - IPv6 Fragment header. - - - - IPv6 Hop by Hop Options header. - - - - IPv6 No next header. - - - - IPv6 Routing header. - - - - Internet Packet Exchange Protocol. - - - - Net Disk Protocol (unofficial). - - - - PARC Universal Packet Protocol. - - - - Raw IP packet protocol. - - - - Sequenced Packet Exchange protocol. - - - - Sequenced Packet Exchange version 2 protocol. - - - - Transmission Control Protocol. - - - - User Datagram Protocol. - - - - Unknown protocol. - - - - Unspecified protocol. - - - - Defines the polling modes for the method. - - - Error status mode. - - - - Read status mode. - - - - Write status mode. - - -
-
\ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebHeaderCollection.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebHeaderCollection.dll deleted file mode 100644 index b77ba199..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebSockets.Client.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebSockets.Client.dll deleted file mode 100644 index 5c395738..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebSockets.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebSockets.dll deleted file mode 100644 index 82443c15..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Net.WebSockets.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ObjectModel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ObjectModel.dll deleted file mode 100644 index 116b7819..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ObjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.Extensions.dll deleted file mode 100644 index aebbcdb3..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.Primitives.dll deleted file mode 100644 index ff4026b5..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.dll deleted file mode 100644 index 16dec5c1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Reflection.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.Reader.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.Reader.dll deleted file mode 100644 index 08912d41..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.Reader.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.ResourceManager.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.ResourceManager.dll deleted file mode 100644 index f4154567..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.Writer.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.Writer.dll deleted file mode 100644 index 9571c6a8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Resources.Writer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.CompilerServices.VisualC.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index ee461d27..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Extensions.dll deleted file mode 100644 index 709ca6fa..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Handles.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Handles.dll deleted file mode 100644 index 238e4818..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Handles.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 82e60f8c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.RuntimeInformation.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.RuntimeInformation.xml deleted file mode 100644 index 82adeb50..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.RuntimeInformation.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - System.Runtime.InteropServices.RuntimeInformation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.dll deleted file mode 100644 index eaefbe0c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Numerics.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Numerics.dll deleted file mode 100644 index cc4eae3c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Numerics.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Formatters.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index e59b10bc..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Json.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 3c21f2b6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index bb938965..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Primitives.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Primitives.xml deleted file mode 100644 index f7bed5ee..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Primitives.xml +++ /dev/null @@ -1,261 +0,0 @@ - - - - System.Runtime.Serialization.Primitives - - - - When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the . - - - Initializes a new instance of the class. - - - Gets or sets a value that specifies whether to serialize the default value for a field or property being serialized. - true if the default value for a member should be generated in the serialization stream; otherwise, false. The default is true. - - - Gets whether has been explicitly set. - Returns true if the name has been explicitly set; otherwise, false. - - - Gets or sets a value that instructs the serialization engine that the member must be present when reading or deserializing. - true, if the member is required; otherwise, false. - the member is not present. - - - Gets or sets a data member name. - The name of the data member. The default is the name of the target that the attribute is applied to. - - - Gets or sets the order of serialization and deserialization of a member. - The numeric order of serialization or deserialization. - - - Specifies that the field is an enumeration member and should be serialized. - - - Initializes a new instance of the class. - - - Gets whether the has been explicitly set. - true if the value has been explicitly set; otherwise, false. - - - Gets or sets the value associated with the enumeration member the attribute is applied to. - The value associated with the enumeration member. - - - When applied to the member of a type, specifies that the member is not part of a data contract and is not serialized. - - - Initializes a new instance of the class. - - - The exception that is thrown when the or encounters an invalid data contract during serialization and deserialization. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified error message. - A description of the error. - - - Initializes a new instance of the class with the specified and . - A that contains data needed to serialize and deserialize an object. - A that specifies user context during serialization and deserialization. - - - Initializes a new instance of the class with the specified error message and inner exception. - A description of the error. - The original . - - - - - - - - - - - - - - - - - - - - Specifies types that should be recognized by the when serializing or deserializing a given type. - - - Initializes a new instance of the class with the name of a method that returns an of known types. - The name of the method that returns an of types used when serializing or deserializing data. - - - Initializes a new instance of the class with the specified type. - The that is included as a known type when serializing or deserializing data. - - - Gets the name of a method that will return a list of types that should be recognized during serialization or deserialization. - A that contains the name of the method on the type defined by the class. - - - Gets the type that should be recognized during serialization or deserialization by the . - The that is used during serialization or deserialization. - - - When applied to a method, specifies that the method is called immediately after deserialization of an object in an object graph. The order of deserialization relative to other objects in the graph is non-deterministic. - - - Initializes a new instance of the class. - - - When applied to a method, specifies that the method is called during deserialization of an object in an object graph. The order of deserialization relative to other objects in the graph is non-deterministic. - - - Initializes a new instance of the class. - - - When applied to a method, specifies that the method is called after serialization of an object in an object graph. The order of serialization relative to other objects in the graph is non-deterministic. - - - Initializes a new instance of the class. - - - When applied to a method, specifies that the method is during serialization of an object in an object graph. The order of serialization relative to other objects in the graph is non-deterministic. - - - Initializes a new instance of the class. - - - The exception thrown when an error occurs during serialization or deserialization. - - - Initializes a new instance of the class with default properties. - - - Initializes a new instance of the class with a specified message. - Indicates the reason why the exception occurred. - - - Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. - The error message that explains the reason for the exception. - The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception. - - - Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. - - - Determines whether two instances contain the same values. - An object to compare with the current instance. - true if the specified object is an instance of and equals the value of the current instance; otherwise, false. - - - Returns a hash code of this object. - The value that contains the source or destination of the serialization for this . - - - When applied to a collection type, enables custom specification of the collection item elements. This attribute can be applied only to types that are recognized by the as valid, serializable collections. - - - Initializes a new instance of the class. - - - Gets whether has been explicitly set. - Returns true if the item name has been explicitly set; otherwise, false. - - - Gets whether has been explicitly set. - Returns true if the key name has been explicitly set; otherwise, false. - - - Gets whether has been explicitly set. - Returns true if the name has been explicitly set; otherwise, false. - - - Gets whether has been explicitly set. - Returns true if the item namespace has been explicitly set; otherwise, false. - - - Gets or sets a value that indicates whether to preserve object reference data. - true to keep object reference data; otherwise, false. The default is false. - - - Gets whether reference has been explicitly set. - Returns true if the reference has been explicitly set; otherwise, false. - - - Gets whether has been explicitly set. - Returns true if the value name has been explicitly set; otherwise, false. - - - Gets or sets a custom name for a collection element. - The name to apply to collection elements. - - - Gets or sets the custom name for a dictionary key name. - The name to use instead of the default dictionary key name. - - - Gets or sets the data contract name for the collection type. - The data contract name for the collection type. - - - Gets or sets the namespace for the data contract. - The namespace of the data contract. - - - Gets or sets the custom name for a dictionary value name. - The name to use instead of the default dictionary value name. - - - Specifies the CLR namespace and XML namespace of the data contract. - - - Initializes a new instance of the class using the supplied namespace. - The namespace of the contract. - - - Gets or sets the CLR namespace of the data contract type. - The CLR-legal namespace of a type. - - - Gets the namespace of the data contract members. - The namespace of the data contract members. - - - Specifies that the type defines or implements a data contract and is serializable by a serializer, such as the . To make their type serializable, type authors must define a data contract for their type. - - - Initializes a new instance of the class. - - - Gets whether has been explicitly set. - Returns true if the name has been explicitly set; otherwise, false. - - - Gets whether has been explicitly set. - Returns true if the namespace has been explicitly set; otherwise, false. - - - Gets or sets a value that indicates whether to preserve object reference data. - true to keep object reference data using standard XML; otherwise, false. The default is false. - - - Gets whether has been explicitly set. - true if the reference has been explicitly set; otherwise, false. - - - Gets or sets the name of the data contract for the type. - The local name of a data contract. The default is the name of the class that the attribute is applied to. - - - Gets or sets the namespace for the data contract for the type. - The namespace of the contract. - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Xml.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index d6c03ea6..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Xml.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Xml.xml deleted file mode 100644 index 4c28cc3b..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.Serialization.Xml.xml +++ /dev/null @@ -1,2195 +0,0 @@ - - - - System.Runtime.Serialization.Xml - - - - Provides the base class used to serialize objects as XML streams or documents. This class is abstract. - - - Initializes a new instance of the class. - - - Gets a value that specifies whether the is positioned over an XML element that can be read. - An used to read the XML stream or document. - true if the reader can read the data; otherwise, false. - - - Gets a value that specifies whether the is positioned over an XML element that can be read. - An used to read the XML stream or document. - true if the reader is positioned over the starting element; otherwise, false. - - - Reads the XML stream or document with a and returns the deserialized object. - A used to read the XML stream or document. - The deserialized object. - - - Reads the XML document or stream with an and returns the deserialized object. - An used to read the XML document. - The deserialized object. - - - Reads the XML document or stream with an and returns the deserialized object. - An used to read the XML stream or document. - The deserialized object. - - - Reads the XML stream or document with an and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it. - An used to read the XML document. - true to check whether the enclosing XML element name and namespace correspond to the root name and root namespace; otherwise, false to skip the verification. - The deserialized object. - - - Reads the XML document or stream with an and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it. - An used to read the XML document or stream. - true to check whether the enclosing XML element name and namespace correspond to the root name and root namespace; false to skip the verification. - The deserialized object. - - - Writes the end of the object data as a closing XML element to the XML document or stream with an . - An used to write the XML document or stream. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes the end of the object data as a closing XML element to the XML document or stream with an . - An used to write the XML document or stream. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified . - A used to write the XML document or stream. - The object that contains the data to write to the stream. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified . - An used to write the content to the XML document or stream. - The object that contains the content to write. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified . - An used to write the XML document or stream. - The object that contains the content to write. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes only the content of the object to the XML document or stream using the specified . - An used to write the XML document or stream. - The object that contains the content to write. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes only the content of the object to the XML document or stream with the specified . - An used to write the XML document or stream. - The object that contains the content to write. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes the start of the object's data as an opening XML element using the specified . - An used to write the XML document. - The object to serialize. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Writes the start of the object's data as an opening XML element using the specified . - An used to write the XML document. - The object to serialize. - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. - the maximum number of objects to serialize has been exceeded. Check the property. - - - Contains methods for reading and writing XML. - - - Generates a default schema type given the specified type name and adds it to the specified schema set. - An to add the generated schema type to. - An that specifies the type name to assign the schema to. - The schemas or typeQName argument is null. - - - Reads a set of XML nodes from the specified reader and returns the result. - An used for reading. - An array of type . - The xmlReader argument is null. - While reading, a null node was encountered. - - - Writes the supplied nodes using the specified writer. - An used for writing. - An array of type to write. - The xmlWriter argument is null. - - - When given a class representing a data contract, and metadata representing a member of the contract, produces an XPath query for the member. - - - Creates an XPath from a data contract using the specified data contract type, array of metadata elements, and namespaces.. - The type that represents a data contract. - The metadata, generated using the method of the class, that points to the specific data member used to generate the query. - The XML namespaces and their prefixes found in the data contract. - The XPath generated from the type and member data. - - - Creates an XPath from a data contract using the specified contract data type, array of metadata elements, the top level element, and namespaces. - The type that represents a data contract. - The metadata, generated using the method of the class, that points to the specific data member used to generate the query. - The top level element in the xpath. - The XML namespaces and their prefixes found in the data contract. - The XPath generated from the type and member data. - - - Allows the transformation of a set of .NET Framework types that are used in data contracts into an XML schema file (.xsd). - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified set of schemas. - An that contains the schemas to be exported. - - - Gets a value that indicates whether the set of .common language runtime (CLR) types contained in a set of assemblies can be exported. - A of that contains the assemblies with the types to export. - true if the types can be exported; otherwise, false. - - - Gets a value that indicates whether the set of .common language runtime (CLR) types contained in a can be exported. - A that contains the specified types to export. - true if the types can be exported; otherwise, false. - - - Gets a value that indicates whether the specified common language runtime (CLR) type can be exported. - The to export. - true if the type can be exported; otherwise, false. - - - Transforms the types contained in the specified collection of assemblies. - A (of ) that contains the types to export. - The assemblies argument is null. - An in the collection is null. - - - Transforms the types contained in the passed to this method. - A (of ) that contains the types to export. - The types argument is null. - A type in the collection is null. - - - Transforms the specified .NET Framework type into an XML schema definition language (XSD) schema. - The to transform into an XML schema. - The type argument is null. - - - Returns the top-level name and namespace for the . - The to query. - The that represents the top-level name and namespace for this , which is written to the stream when writing this object. - The type argument is null. - - - Returns the XML schema type for the specified type. - The type to return a schema for. - An that contains the XML schema. - The type argument is null. - - - Returns the contract name and contract namespace for the . - The that was exported. - An that represents the contract name of the type and its namespace. - The type argument is null. - - - Gets or sets an that contains options that can be set for the export operation. - An that contains options used to customize how types are exported to schemas. - - - Gets the collection of exported XML schemas. - An that contains the schemas transformed from the set of common language runtime (CLR) types after calling the method. - - - Contains properties and methods that when implemented by a , allows processing of XML fragments. - - - Gets a value that indicates whether this can process XML fragments. - true if this can process XML fragments; otherwise, false. - - - Ends the processing of an XML fragment. - - - Starts the processing of an XML fragment. - The stream to write to. - If true, any namespaces declared outside the fragment is declared again if used inside of it; if false the namespaces are not declared again. - - - Writes an XML fragment to the underlying stream of the writer. - The buffer to write to. - The starting position from which to write in buffer. - The number of bytes to be written to the buffer. - - - Represents an interface that can be implemented by classes providing streams. - - - Gets a stream. - A object. - - - Releases a stream to output. - The stream being released. - - - Provides methods for reinitializing a binary reader to read a new document. - - - Reinitializes the binary reader using the given input stream. - The stream from which to read. - to use. - to apply. - to use. - Delegate to call when the reader is closed. - - - Reinitializes the binary reader using the given input buffer. - The buffer from which to read. - Starting position from which to read in buffer. - Number of bytes that can be read from buffer. - to use. - to apply. - to use. - Delegate to call when the reader is closed. - - - Specifies implementation requirements for XML binary writers that derive from this interface. - - - Specifies initialization requirements for XML binary writers that implement this method. - The stream to write to. - The to use. - The to use. - If true, stream is closed by the writer when done; otherwise false. - - - An interface that defines the contract that an Xml dictionary must implement to be used by and implementations. - - - Attempts to look up an entry in the dictionary. - Key to look up. - If key is defined, the that is mapped to the key; otherwise null. - true if key is in the dictionary, otherwise false. - - - Checks the dictionary for a specified string value. - String value being checked for. - The corresponding , if found; otherwise null. - true if value is in the dictionary, otherwise false. - - - Checks the dictionary for a specified . - The being checked for. - The matching , if found; otherwise null. - true if is in the dictionary, otherwise false. - - - Specifies implementation requirements for XML text readers that derive from this interface. - - - Specifies initialization requirements for XML text readers that read a stream. - The stream from which to read. - The character encoding of the stream. - The to apply. - The delegate to be called when the reader is closed. - - - Specifies initialization requirements for XML text readers that read a buffer. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The character encoding of the stream. - The to apply. - The delegate to be called when the reader is closed. - - - Specifies implementation requirements for XML text writers that derive from this interface. - - - Specifies initialization requirements for XML text writers that implement this method. - The stream to write to. - The character encoding of the stream. - If true, stream is closed by the writer when done; otherwise false. - - - Specifies data contract serializer settings. - - - Initializes a new instance of the class. - - - Gets or sets the component used to dynamically map xsi:type declarations to known contract types. - The component used to dynamically map xsi:type declarations to known contract types. - - - Gets or sets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized. - True to ignore data supplied by an extension of the class when the class is being serialized or deserialized; otherwise, false. - - - Gets or sets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializerSettings. - A collection of types that may be present in the object graph serialized using this instance of the DataContractSerializerSettings. - - - Gets or sets the maximum number of items in an object graph to serialize or deserialize. - The maximum number of items in an object graph to serialize or deserialize. - - - Gets or sets a value that specifies whether to use non-standard XML constructs to preserve object reference data. - True to use non-standard XML constructs to preserve object reference data; otherwise, false. - - - Gets or sets the root name of the selected object. - The root name of the selected object. - - - Gets or sets the root namespace for the specified object. - The root namespace for the specified object. - - - Gets or sets a value that specifies whether to serialize read only types. - True to serialize read only types; otherwise, false. - - - Represents the options that can be set for an . - - - Initializes a new instance of the class. - - - Gets the collection of types that may be encountered during serialization or deserialization. - A KnownTypes collection that contains types that may be encountered during serialization or deserialization. XML schema representations are exported for all the types specified in this collection by the . - - - Stores data from a versioned data contract that has been extended by adding new members. - - - Provides a data structure to store extra data encountered by the during deserialization of a type marked with the attribute. - - - Gets or sets the structure that contains extra data. - An that contains data that is not recognized as belonging to the data contract. - - - delegate for a callback method when closing the reader. - The that fires the OnClose event. - - - Provides a mechanism for dynamically mapping types to and from xsi:type representations during serialization and deserialization. - - - Initializes a new instance of the class. - - - Override this method to map the specified xsi:type name and namespace to a data contract type during deserialization. - The xsi:type name to map. - The xsi:type namespace to map. - The type declared in the data contract. - The known type resolver. - The type the xsi:type name and namespace is mapped to. - - - Override this method to map a data contract type to an xsi:type name and namespace during serialization. - The type to map. - The type declared in the data contract. - The known type resolver. - The xsi:type name. - The xsi:type namespace. - true if mapping succeeded; otherwise, false. - - - Serializes and deserializes an instance of a type into an XML stream or document using a supplied data contract. This class cannot be inherited. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type. - The type of the instances that are serialized or deserialized. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type. This method also specifies the root XML element and namespace in two string parameters as well as a list of known types that may be present in the object graph. - The type of the instances that are serialized or deserialized. - The root element name of the content. - The namespace of the root element. - An of that contains the types that may be present in the object graph. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type using the XML root element and namespace specified through the parameters of type . - The type of the instances that are serialized or deserialized. - An that contains the root element name of the content. - An that contains the namespace of the root element. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type using the supplied XML root element and namespace. - The type of the instances that are serialized or deserialized. - The name of the XML element that encloses the content to serialize or deserialize. - The namespace of the XML element that encloses the content to serialize or deserialize. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type and settings. - The type of the instance to serialize or deserialize. - The serializer settings. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type, and a collection of known types that may be present in the object graph. - The type of the instances that are serialized or deserialized. - An of that contains the types that may be present in the object graph. - - - Initializes a new instance of the class to serialize or deserialize an object of the specified type. This method also specifies the root XML element and namespace in two parameters as well as a list of known types that may be present in the object graph. - The type of the instances that are serialized or deserialized. - An that contains the root element name of the content. - An that contains the namespace of the root element. - A of that contains the known types that may be present in the object graph. - - - Gets the component used to dynamically map xsi:type declarations to known contract types. - An implementation of the class. - - - Gets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized. - true to omit the extension data; otherwise, false. - - - Determines whether the is positioned on an object that can be deserialized. - The used to read the XML stream. - true if the reader is at the start element of the stream to read; otherwise, false. - - - Determines whether the is positioned on an object that can be deserialized. - An used to read the XML stream. - true if the reader is at the start element of the stream to read; otherwise, false. - - - Gets a collection of types that may be present in the object graph serialized using this instance of the . - A that contains the expected types passed in as known types to the constructor. - - - Gets the maximum number of items in an object graph to serialize or deserialize. - The maximum number of items to serialize or deserialize. The default is . - The number of items exceeds the maximum value. - - - Gets a value that specifies whether to use non-standard XML constructs to preserve object reference data. - true to keep the references; otherwise, false. - - - Reads the XML stream with an and returns the deserialized object. - The used to read the XML stream. - The deserialized object. - - - Reads the XML stream with an and returns the deserialized object, and also specifies whether a check is made to verify the object name before reading its value. - The used to read the XML stream. - true to check whether the name of the object corresponds to the root name value supplied in the constructor; otherwise, false. - The deserialized object. - The verifyObjectName parameter is set to true, and the element name and namespace do not correspond to the values set in the constructor. - - - Reads the XML stream with an and returns the deserialized object, and also specifies whether a check is made to verify the object name before reading its value. - The used to read the XML stream. - true to check whether the name of the object corresponds to the root name value supplied in the constructor; otherwise, false. - The deserialized object. - The verifyObjectName parameter is set to true, and the element name and namespace do not correspond to the values set in the constructor. - - - Reads an XML document or document stream and returns the deserialized object. The method includes a parameter to specify whether the object name is verified is validated, and a resolver for mapping xsi:type declarations at runtime. - The XML reader used to read the content. - true to verify the object name; otherwise, false. - An implementation of the to map xsi:type declarations to data contract types. - The deserialized object. - - - Gets a value that specifies whether read-only types are serialized. - true if read-only types are serialized; false if all types are serialized. - - - Writes the closing XML element using an . - The used to write the stream. - The type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - There is a problem with the instance being written. - - - Writes the closing XML element using an . - The used to write the stream. - The type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - There is a problem with the instance being written. - - - Writes all the object data (starting XML element, content, and closing element) to an XML document or stream with an . - The used to write the XML document or stream. - The object that contains the data to write to the stream. - The type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - There is a problem with the instance being written. - - - Writes all the object data (starting XML element, content, and enclosing element) to an XML document or stream using the specified XmlDictionaryWriter. The method includes a resolver for mapping xsi:type declarations at runtime. - An XmlDictionaryWriter used to write the content to the XML document or stream. - The object that contains the content to write. - An implementation of the used to map xsi:type declarations to known data contracts. - - - Writes the XML content using an . - The used to write the stream. - The object to write to the stream. - The type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - There is a problem with the instance being written. - - - Writes the XML content using an . - The used to write the stream. - The object to write to the stream. - The type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - There is a problem with the instance being written. - - - Writes the opening XML element using an . - The used to write the XML start element. - The object to write. - - - Writes the opening XML element using an . - The used to write the XML start element. - The object to write. - - - - - - - - - - - - - - A unique identifier optimized for Guids. - - - Creates a new instance of this class with a new, unique Guid. - - - Creates a new instance of this class using a byte array that represents a . - A byte array that represents a . - guid is null. - guid provides less than 16 valid bytes. - - - Creates a new instance of this class using a . - A . - guid is null. - - - Creates a new instance of this class using a string. - A string used to generate the . - value is null. - Length of value is zero. - - - Creates a new instance of this class starting from an offset within a byte array that represents a . - A byte array that represents a . - Offset position within the byte array that represents a . - guid is null. - offset less than zero or greater than the length of the array. - guid and offset provide less than 16 valid bytes. - - - Creates a new instance of this class starting from an offset within a char using a specified number of entries. - A char array that represents a . - Offset position within the char array that represents a . - Number of array entries to use, starting from offset. - chars is null. - count less than zero or greater than the length of the array minus offset. - count equals zero. - - - Gets the length of the string representation of the . - The length of the string representation of the . - - - Tests whether an object equals this . - The object to compare. - true if the object equals this ; otherwise false. - - - Creates a hash-code representation of this . - An integer hash-code representation of this . - - - Indicates whether the is a . - true if the is a ; otherwise false. - - - Overrides the equality operator to test for equality of two s. - The first . - The second . - true if the two s are equal, or are both null; false if they are not equal, or if only one of them is null. - - - Overrides the equality operator to test for inequality of two s. - The first . - The second . - true if the overridden equality operator returns false; otherwise false. - - - Puts the value into a char array. - The char array. - Position in the char array to start inserting the value. - Number of entries in the char array filled by the value. - chars is null. - offset less than zero or greater than the length of the array. - guid and offset provide less than 16 valid bytes. - - - Displays the value in string format. - A string representation of the value. - - - Tries to get the value of the as a . - The if successful; otherwise . - true if the UniqueId represents a ; otherwise false. - buffer is null. - buffer and offset provide less than 16 valid bytes. - - - Tries to get the value of the as a and store it in the given byte array at the specified offest. - byte array that will contain the . - Position in the byte array to start inserting the value. - true if the value stored in this instance of is a ; otherwise false. - buffer is null. - offset less than zero or greater than the length of the array. - buffer and offset provide less than 16 valid bytes. - - - Enables optimized strings to be managed in a dynamic way. - - - Initializes a new instance of the class. - - - Creates an from the input parameters and adds it to an internal collection. - The key value. - The value. - The newly created that is added to an internal collection. - id is less than zero. - value is null. - An entry with key = id already exists. - - - Clears the internal collection of all contents. - - - Checks whether the internal collection contains an entry matching a key. - The key to search on. - When this method returns, contains a string if an entry is found; otherwise, null. This parameter is passed uninitialized. - true if an entry matching the key was found; otherwise, false. - key is null. - - - Checks whether the internal collection contains an entry matching a value. - The value to search for. - When this method returns, contains a string if an entry is found; otherwise, null. This parameter is passed uninitialized. - true if an entry matching the value was found; otherwise, false. - value is null. - - - Checks whether the internal collection contains an entry matching a value. - The value to search for. - When this method returns, contains a string if an entry is found; otherwise, null. This parameter is passed uninitialized. - true if an entry matching the value was found; otherwise, false. - value is null. - - - Enables using a dynamic dictionary to compress common strings that appear in a message and maintain state. - - - Creates an instance of this class. - - - Clears out the internal collections. - - - Tries to add an to the internal collection. - The to add. - The key of the that was successfully added. - true if the string could be added; otherwise, false. - value is null. - An entry with key = key already exists. - - - Implements a dictionary used to optimize Windows Communication Foundation (WCF)'s XML reader/writer implementations. - - - Creates an empty . - - - Creates a with an initial capacity. - The initial size of the dictionary. - - - Adds a string to the . - String to add to the dictionary. - The that was added. - - - Gets a static empty . - A static empty . - - - Attempts to look up an entry in the dictionary. - Key to look up. - If key is defined, the that is mapped to the key; otherwise null. - true if key is in the dictionary, otherwise false. - - - Checks the dictionary for a specified string value. - String value being checked for. - The corresponding , if found; otherwise null. - true if value is in the dictionary, otherwise false. - value is null. - - - Checks the dictionary for a specified . - The being checked for. - The matching , if found; otherwise null. - true if is in the dictionary, otherwise false. - value is null. - - - An abstract class that the Windows Communication Foundation (WCF) derives from to do serialization and deserialization. - - - Creates an instance of this class. Invoked only by its derived classes. - - - This property always returns false. Its derived classes can override to return true if they support canonicalization. - Returns false. - - - Creates an instance of that can read .NET Binary XML Format. - The buffer from which to read. - The quotas that apply to this operation. - An instance of . - buffer is null. - - - Creates an instance of that can read .NET Binary XML Format. - The stream from which to read. - The quotas that apply to this operation. - An instance of . - stream is null. - - - Creates an instance of that can read .NET Binary XML Format. - The stream from which to read. - to use. - The quotas that apply to this operation. - An instance of . - stream or quotas is null. - - - Creates an instance of that can read .NET Binary XML Format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The quotas that apply to this operation. - An instance of . - buffer is null. - count is less than zero or greater than the buffer length minus the offset. - - - Creates an instance of that can read .NET Binary XML Format. - The stream from which to read. - to use. - The quotas that apply to this operation. - to use. - An instance of . - stream is null. - - - Creates an instance of that can read .NET Binary XML Format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - to use. - The quotas that apply to this operation. - An instance of . - buffer is null. - count is less than zero or greater than the buffer length minus the offset. - - - Creates an instance of that can read .NET Binary XML Format. - The stream from which to read. - to use. - to apply. - to use. - Delegate to be called when the reader is closed. - An instance of . - stream is null. - - - Creates an instance of that can read .NET Binary XML Format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The to use. - The to apply. - The to use. - An instance of . - buffer is null. - count is less than zero or greater than the buffer length minus the offset. - - - Creates an instance of that can read .NET Binary XML Format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The to use. - The to apply. - The to use. - Delegate to be called when the reader is closed. - An instance of . - buffer is null. - count is less than zero or greater than the buffer length minus the offset. - - - Creates an instance of from an existing . - An instance of . - An instance of . - reader is null. - - - Creates an instance of that reads XML in the MTOM format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The possible character encodings of the input. - The Content-Type MIME type of the message. - The to apply to the reader. - The maximum allowed size of the buffer. - The delegate to be called when the reader is closed. - An instance of . - - - Creates an instance of that reads XML in the MTOM format. - The stream from which to read. - The possible character encodings of the stream. - The Content-Type MIME type of the message. - The MIME type of the message. - The to apply to the reader. - The delegate to be called when the reader is closed. - An instance of . - - - Creates an instance of that reads XML in the MTOM format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The possible character encodings of the input. - The Content-Type MIME type of the message. - The quotas to apply to this reader. - An instance of . - - - Creates an instance of that reads XML in the MTOM format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The possible character encodings of the input. - The quotas to apply to this reader. - An instance of . - - - Creates an instance of that reads XML in the MTOM format. - The stream from which to read. - The possible character encoding of the stream. - The quotas to apply to this reader. - An instance of . - encoding is null. - - - Creates an instance of that reads XML in the MTOM format. - The stream from which to read. - The possible character encodings of the stream. - The Content-Type MIME type of the message. - The quotas to apply to this reader. - An instance of . - - - Creates an instance of that reads XML in the MTOM format. - The stream from which to read. - The possible character encodings of the stream. - The quotas to apply to this reader. - An instance of . - encoding is null. - - - Creates an instance of that reads XML in the MTOM format. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The possible character encoding of the input. - The quotas to apply to this reader. - An instance of . - encoding is null. - - - Creates an instance of . - The stream from which to read. - The object that specifies the encoding properties to apply. - The to apply. - The delegate to be called when the reader is closed. - An instance of . - - - Creates an instance of . - The buffer from which to read. - The quotas applied to the reader. - An instance of . - buffer is null. - - - Creates an instance of . - The stream from which to read. - The quotas applied to the reader. - An instance of . - - - Creates an instance of . - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The quotas applied to the reader. - An instance of . - - - Creates an instance of . - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - The object that specifies the encoding properties to apply. - The to apply. - The delegate to be called when the reader is closed. - An instance of . - - - This method is not yet implemented. - Always. - - - When overridden in a derived class, gets the value of an attribute. - An that represents the local name of the attribute. - An that represents the namespace of the attribute. - The value of the attribute. - - - Gets non-atomized names. - The local name. - The namespace for the local localName. - - - Gets the index of the local name of the current node within an array of names. - The string array of local names to be searched. - The namespace of current node. - The index of the local name of the current node within an array of names. - namespaceUri is null. - - - Gets the index of the local name of the current node within an array of names. - The array of local names to be searched. - The namespace of current node. - The index of the local name of the current node within an array of names. - namespaceUri is null. - - - Checks whether the parameter, localName, is the local name of the current node. - The local name of the current node. - true if localName matches local name of the current node; otherwise false. - - - Checks whether the parameter, localName, is the local name of the current node. - An that represents the local name of the current node. - true if localName matches local name of the current node; otherwise false. - localName is null. - - - Checks whether the parameter, namespaceUri, is the namespace of the current node. - The namespace of current node. - true if namespaceUri matches namespace of the current node; otherwise false. - namespaceUri is null. - - - Checks whether the parameter, namespaceUri, is the namespace of the current node. - Namespace of current node. - true if namespaceUri matches namespace of the current node; otherwise false. - namespaceUri is null. - - - Checks whether the reader is positioned at the start of an array. This class returns false, but derived classes that have the concept of arrays might return true. - Type of the node, if a valid node; otherwise null. - true if the reader is positioned at the start of an array node; otherwise false. - - - Tests whether the first tag is a start tag or empty element tag and if the local name and namespace URI match those of the current node. - An that represents the local name of the attribute. - An that represents the namespace of the attribute. - true if the first tag in the array is a start tag or empty element tag and matches localName and namespaceUri; otherwise false. - - - Tests whether the current node is a text node. - Type of the node being tested. - true if the node type is , , , , or ; otherwise false. - - - Tests whether the current content node is a start element or an empty element and if the and properties of the element matches the given argument. - The local name of the element. - The namespace URI of the element. - - - Tests whether the current content node is a start element or an empty element and if the and properties of the element matches the given arguments. - The local name of the element. - The namespace URI of the element. - - - Tests whether the current content node is a start element or an empty element and if the property of the element matches the given argument. - The property of the element. - - - Tests whether the current content node is a start element or an empty element. - - - Gets the quota values that apply to the current instance of this class. - The that applies to the current instance of this class. - - - Reads repeated occurrences of float numbers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the float numbers are put. - The starting index in the array. - The number of float numbers to put in the array. - The number of float numbers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of long integers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the integers are put. - The starting index in the array. - The number of integers to put in the array. - The number of integers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of integers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the integers are put. - The starting index in the array. - The number of integers to put in the array. - The number of integers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of short integers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the integers are put. - The starting index in the array. - The number of integers to put in the array. - The number of integers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes type into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of float numbers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the float numbers are put. - The starting index in the array. - The number of float numbers to put in the array. - The umber of float numbers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The local name of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of short integers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the integers are put. - The starting index in the array. - The number of integers to put in the array. - The number of integers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of integers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the integers are put. - The starting index in the array. - The number of integers to put in the array. - The number of integers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of long integers into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the integers are put. - The starting index in the array. - The number of integers to put in the array. - The number of integers put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - The array into which the nodes are put. - The starting index in the array. - The number of nodes to put in the array. - The number of nodes put in the array. - array is null. - count is < 0 or > array length minus offset. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - A array of the nodes. - - - Reads repeated occurrences of nodes into a typed array. - The local name of the element. - The namespace URI of the element. - A array of the nodes. - - - Converts a node's content to a specified type. - The of the value to be returned. - An object that is used to resolve any namespace prefixes related to type conversion. For example, this can be used when converting an object to an xs:string. This value can be a null reference. - The concatenated text content or attribute value converted to the requested type. - - - Reads the content and returns the Base64 decoded binary bytes. - A byte array that contains the Base64 decoded binary bytes. - The array size is greater than the MaxArrayLength quota for this reader. - - - Reads the content and returns the BinHex decoded binary bytes. - The maximum array length. - A byte array that contains the BinHex decoded binary bytes. - The array size is greater than maxByteArrayContentLength. - - - Reads the content and returns the BinHex decoded binary bytes. - A byte array that contains the BinHex decoded binary bytes. - The array size is greater than . - - - Reads the content into a char array. - The array into which the characters are put. - The starting index in the array. - The number of characters to put in the array. - Number of characters read. - - - Converts a node's content to decimal. - The decimal representation of node's content. - - - Converts a node's content to float. - The float representation of node's content. - - - Converts a node's content to guid. - The guid representation of node's content. - - - Converts a node's content to a qualified name representation. - The part of the qualified name (out parameter). - The part of the qualified name (out parameter). - - - Converts a node's content to a string. - The node content in a string representation. - - - Converts a node's content to a string. - The maximum string length. - Node content in string representation. - - - Converts a node's content to a string. - The array of strings to match content against. - The index of the entry in strings that matches the content. - The node content in a string representation. - An entry in strings is null. - - - Converts a node's content to a string. - The array of objects to match content against. - The index of the entry in strings that matches the content. - The node content in a string representation. - An entry in strings is null. - - - Converts a node's content to . - representation of node's content. - - - Converts a node's content to a unique identifier. - The node's content represented as a unique identifier. - - - Converts a node's content to a array. - The local name of the element. - The namespace URI of the element. - The node's content represented as a array. - - - Converts a node's content to a array. - The local name of the element. - The namespace URI of the element. - The node's content represented as a array. - - - Converts a node's content to a array. - The local name of the element. - The namespace URI of the element. - The node's content represented as a array. - - - Converts a node's content to a array. - The local name of the element. - The namespace URI of the element. - The node's content represented as a array. - - - Converts a node's content to a array. - The local name of the element. - The namespace URI of the element. - The node's content represented as a array. - - - Converts a node's content to a array. - The local name of the element. - The namespace URI of the element. - The node's content represented as a array. - - - Converts a node's content to a array of Base64 bytes. - The node's content represented as an array of Base64 bytes. - - - Converts a node's content to an array of BinHex bytes. - The node's content represented as an array of BinHex bytes. - - - Converts an element's content to a . - The node's content represented as a . - - - Converts an element's content to a . - The node's content represented as a . - The element is not in valid format. - The element is not in valid format. - - - Converts an element's content to a . - The node's content represented as a . - - - Converts an element's content to a . - The node's content represented as a . - - - Converts an element's content to a floating point number (). - The node's content represented as a floating point number (). - - - Converts an element's content to a . - The node's content represented as a . - The element is not in valid format. - The element is not in valid format. - - - Converts an element's content to an integer (). - The node's content represented as an integer (). - - - Converts an element's content to a long integer (). - The node's content represented as a long integer (). - - - Converts an element's content to a . - The node's content represented as a . - - - Converts an element's content to a . - The node's content represented as a . - - - Converts an element's content to a unique identifier. - The node's content represented as a unique identifier. - The element is not in valid format. - The element is not in valid format. - - - Checks whether the current node is an element and advances the reader to the next node. - returns false. - - - Checks whether the current node is an element with the given name and advances the reader to the next node. - The qualified name of the element. - returns false. - - - Checks whether the current node is an element with the given localName and namespaceUri and advances the reader to the next node. - The local name of the element. - The namespace URI of the element. - returns false. - - - Checks whether the current node is an element with the given localName and namespaceUri and advances the reader to the next node. - The local name of the element. - The namespace URI of the element. - returns false. - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of . - The local name of the element. - The namespace URI of the element. - An array of . - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of . - The local name of the element. - The namespace URI of the element. - An array of . - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of short integers (). - The local name of the element. - The namespace URI of the element. - An array of short integers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of short integers (). - The local name of the element. - The namespace URI of the element. - An array of short integers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of integers (). - The local name of the element. - The namespace URI of the element. - An array of integers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of integers (). - The local name of the element. - The namespace URI of the element. - An array of integers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of long integers (). - The local name of the element. - The namespace URI of the element. - An array of long integers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of long integers (). - The local name of the element. - The namespace URI of the element. - An array of long integers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of float numbers (). - The local name of the element. - The namespace URI of the element. - An array of float numbers (). - - - Reads the contents of a series of nodes with the given localName and namespaceUri into an array of float numbers (). - The local name of the element. - The namespace URI of the element. - An array of float numbers (). - - - Checks whether the current node is an element with the given localName and namespaceUri and advances the reader to the next node. - The local name of the element. - The namespace URI of the element. - - - Reads the contents of the current node into a string with a given maximum length. - Maximum allowed string length. - A string that contains the contents of the current node. - Unable to read the contents of the current node. - Maximum allowed string length exceeded. - - - Reads the contents of the current node into a string. - A string that contains the contents of the current node. - Unable to read the contents of the current node. - Maximum allowed string length exceeded. - - - Reads the contents of a series of nodes with the given localName and namespaceUri into a array. - The local name of the element. - The namespace URI of the element. - A array. - - - Reads the contents of a series of nodes with the given localName and namespaceUri into a array. - The local name of the element. - The namespace URI of the element. - A array. - - - Not implemented. - The buffer from which to read. - The starting position from which to read in buffer. - The number of bytes that can be read from buffer. - Not implemented. - Always. - - - This method is not yet implemented. - The stream to read from. - Determines whether comments are included. - The prefixes to be included. - Always. - - - Not implemented in this class (it always returns false). May be overridden in derived classes. - Returns 0, unless overridden in a derived class. - false, unless overridden in a derived class. - - - Not implemented in this class (it always returns false). May be overridden in derived classes. - Returns 0, unless overridden in a derived class. - false, unless overridden in a derived class. - - - Not implemented in this class (it always returns false). May be overridden in derived classes. - Returns null, unless overridden in a derived class. . - false, unless overridden in a derived class. - - - Not implemented in this class (it always returns false). May be overridden in derived classes. - Returns null, unless overridden in a derived class. - false, unless overridden in a derived class. - - - Not implemented in this class (it always returns false). May be overridden in derived classes. - Returns null, unless overridden in a derived class. - false, unless overridden in a derived class. - - - Contains configurable quota values for XmlDictionaryReaders. - - - Creates a new instance of this class. - - - Sets the properties on a passed-in quotas instance, based on the values in this instance. - The instance to which to copy values. - Trying to set the value, but quota values are read-only for the passed in instance. - Passed in target quotas is null. - - - Gets an instance of this class with all properties set to maximum values. - An instance of with properties set to . - - - Gets and sets the maximum allowed array length. - The maximum allowed array length. The default is 16384. - Trying to set the value, but quota values are read-only for this instance. - Trying to set the value to less than zero. - - - Gets and sets the maximum allowed bytes returned for each read. - The maximum allowed bytes returned for each read. The default is 4096. - Trying to set the value, but quota values are read-only for this instance. - Trying to set the value to less than zero. - - - Gets and sets the maximum nested node depth. - The maximum nested node depth. The default is 32; - Trying to set the value and quota values are read-only for this instance. - Trying to set the value is less than zero. - - - Gets and sets the maximum characters allowed in a table name. - The maximum characters allowed in a table name. The default is 16384. - Trying to set the value, but quota values are read-only for this instance. - Trying to set the value to less than zero. - - - Gets and sets the maximum string length returned by the reader. - The maximum string length returned by the reader. The default is 8192. - Trying to set the value, but quota values are read-only for this instance. - Trying to set the value to less than zero. - - - Gets the modified quotas for the . - The modified quotas for the . - - - Enumerates the configurable quota values for XmlDictionaryReaders. - - - Specifies the maximum allowed array length. - - - - Specifies the maximum allowed bytes returned for each read. - - - - Specifies the maximum nested node depth. - - - - Specifies the maximum characters allowed in a table name. - - - - Specifies the maximum string length returned by the reader. - - - - Represents an entry stored in a . - - - Creates an instance of this class. - The containing this instance. - The string that is the value of the dictionary entry. - The integer that is the key of the dictionary entry. - value is null. - key is less than 0 or greater than / 4. - - - Represents the passed to the constructor of this instance of . - The for this dictionary entry. - - - Gets an representing the empty string. - An representing the empty string. - - - Gets the integer key for this instance of the class. - The integer key for this instance of the class. - - - Displays a text representation of this object. - The string value for this instance of the class. - - - Gets the string value for this instance of the class. - The string value for this instance of the class. - - - Represents an abstract class that Windows Communication Foundation (WCF) derives from to do serialization and deserialization. - - - Initializes a new instance of the class. - - - This property always returns false. Its derived classes can override to return true if they support canonicalization. - false in all cases. - - - Creates an instance of that writes WCF binary XML format. - The stream to write to. - An instance of . - - - Creates an instance of that writes WCF binary XML format. - The stream to write to. - The to use as the shared dictionary. - An instance of . - - - Creates an instance of that writes WCF binary XML format. - The stream to write to. - The to use as the shared dictionary. - The to use. - An instance of . - - - Creates an instance of that writes WCF binary XML format. - The stream from which to read. - The to use as the shared dictionary. - The to use. - true to indicate that the stream is closed by the writer when done; otherwise false. - An instance of . - - - Creates an instance of from an existing . - An instance of . - An instance of . - writer is null. - - - Creates an instance of that writes XML in the MTOM format. - The stream to write to. - The character encoding of the stream. - The maximum number of bytes that are buffered in the writer. - An attribute in the ContentType SOAP header. - An instance of . - - - Creates an instance of that writes XML in the MTOM format. - The stream to write to. - The character encoding of the stream. - The maximum number of bytes that are buffered in the writer. - The content-type of the MIME part that contains the Infoset. - The MIME boundary in the message. - The content-id URI of the MIME part that contains the Infoset. - true to write message headers. - true to indicate that the stream is closed by the writer when done; otherwise false. - An instance of . - - - Creates an instance of that writes text XML. - The stream to write to. - The character encoding of the output. - An instance of . - - - Creates an instance of that writes text XML. - The stream to write to. - The character encoding of the stream. - true to indicate that the stream is closed by the writer when done; otherwise false. - An instance of . - - - Creates an instance of that writes text XML. - The stream to write to. - An instance of . - - - When implemented by a derived class, it stops the canonicalization started by the matching call. - Method is not implemented yet. - - - When implemented by a derived class, it starts the canonicalization. - The stream to write to. - true to include comments; otherwise, false. - The prefixes to be included. - Method is not implemented yet. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the nodes. - The starting index in the array. - The number of nodes to get from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes nodes from a array. - The namespace prefix. - The local name of the element. - The namespace URI of the element. - The array that contains the data. - The starting index in the array. - The number of values to write from the array. - array is null. - count is < 0 or > array length minus offset. - - - Writes an attribute qualified name and value. - The local name of the attribute. - The namespace URI of the attribute. - The attribute. - - - Writes an attribute qualified name and value. - The prefix of the attribute. - The local name of the attribute. - The namespace URI of the attribute. - The attribute. - - - Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text. - Byte array to encode. - The position in the buffer indicating the start of the bytes to write. - The number of bytes to write. - The task that represents the asynchronous WriteBase64 operation. - An asynchronous method was called without setting the flag to true. In this case, is thrown with the message "Set XmlWriterSettings.Async to true if you want to use Async Methods." - - - Writes an element with a text content. - The local name of the element. - The namespace URI of the element. - The element content. - - - Writes an element with a text content. - The prefix of the element. - The local name of the element. - The namespace URI of the element. - The element content. - - - Writes the current XML node from an . - The . - true to copy the default attributes from the ; otherwise, false. - reader is null. - - - Writes the current XML node from an . - The . - true to copy the default attributes from the XmlReader; otherwise, false. - reader is null. - - - Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. - The local name of the qualified name. - The namespace URI of the qualified name. - localName is null. - - - Writes the start of an attribute with the specified local name, and namespace URI. - The local name of the attribute. - The namespace URI of the attribute. - - - Writes the start of an attribute with the specified prefix, local name, and namespace URI. - The namespace prefix. - The local name of the attribute. - The namespace URI of the attribute. - - - Writes the specified start tag and associates it with the given namespace. - The local name of the element. - The namespace URI of the element. - The writer is closed. - - - Writes the specified start tag and associates it with the given namespace and prefix. - The prefix of the element. - The local name of the element. - The namespace URI of the element. - The writer is closed. - - - Writes the given text content. - The text to write. - - - Writes the text node that an is currently positioned on. - The to get the text value from. - true to indicate that the reader is positioned on an attribute value or element content; otherwise, false. - - - Writes a value. - The value to write. - - - Writes a value. - The value to write. - - - Writes a value from an . - The value to write. - value is null. - value returns a null stream object. - An method was called before a previous asynchronous operation finished. In this case, is thrown with the message "An asynchronous operation is already in progress." - - - Writes a Unique Id value. - The Unique Id value to write. - value is null. - - - Writes a value. - The value. - - - Asynchronously writes a value from an . - The value to write. - The task that represents the asynchronous WriteValue operation. - An asynchronous method was called without setting the flag to true. In this case, is thrown with the message "Set XmlWriterSettings.Async to true if you want to use Async Methods." - - - Writes a standard XML attribute in the current node. - The local name of the attribute. - The value of the attribute. - - - Writes an XML attribute in the current node. - The local name of the attribute. - The value of the attribute. - - - Writes a namespace declaration attribute. - The prefix that is bound to the given namespace. - The namespace to which the prefix is bound. - namespaceUri is null. - - - Writes a namespace declaration attribute. - The prefix that is bound to the given namespace. - The namespace to which the prefix is bound. - namespaceUri is null. - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.dll deleted file mode 100644 index 3bfaa437..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Runtime.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Claims.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Claims.dll deleted file mode 100644 index 44ebaeb3..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Claims.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Algorithms.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 348e2a2c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Algorithms.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Algorithms.xml deleted file mode 100644 index a2256f5e..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Algorithms.xml +++ /dev/null @@ -1,2152 +0,0 @@ - - - - System.Security.Cryptography.Algorithms - - - - Computes masks according to PKCS #1 for use by key exchange algorithms. - - - Initializes a new instance of the class. - - - Generates and returns a mask from the specified random seed of the specified length. - The random seed to use for computing the mask. - The length of the generated mask in bytes. - A randomly generated mask whose length is equal to the cbReturn parameter. - - - Gets or sets the name of the hash algorithm type to use for generating the mask. - The name of the type that implements the hash algorithm to use for computing the mask. - - - Represents the abstract class from which all implementations of cryptographic random number generators derive. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of a cryptographic random number generator that can be used to generate random data. - A new instance of a cryptographic random number generator. - - - Creates an instance of the specified implementation of a cryptographic random number generator. - The name of the random number generator implementation to use. - A new instance of a cryptographic random number generator. - - - When overridden in a derived class, releases all resources used by the current instance of the class. - - - When overridden in a derived class, releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - When overridden in a derived class, fills an array of bytes with a cryptographically strong random sequence of values. - The array to fill with cryptographically strong random bytes. - - - Fills the specified byte array with a cryptographically strong random sequence of values. - The array to fill with cryptographically strong random bytes. - The index of the array to start the fill operation. - The number of bytes to fill. - data is null. - offset or count is less than 0 - offset plus count exceeds the length of data. - - - When overridden in a derived class, fills an array of bytes with a cryptographically strong random sequence of nonzero values. - The array to fill with cryptographically strong random nonzero bytes. - - - Represents the base class from which all implementations of the algorithm must derive. - - - Initializes a new instance of . - - - Creates an instance of a cryptographic object to perform the algorithm. - An instance of a cryptographic object. - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a cryptographic object to perform the specified implementation of the algorithm. - The name of the specific implementation of to use. - An instance of a cryptographic object. - The algorithm described by the algName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Gets or sets the effective size of the secret key used by the algorithm in bits. - The effective key size used by the algorithm. - The effective key size is invalid. - - - Represents the effective size of the secret key used by the algorithm in bits. - - - - Gets or sets the size of the secret key used by the algorithm in bits. - The size of the secret key used by the algorithm. - The value for the RC2 key size is less than the effective key size value. - - - Implements password-based key derivation functionality, PBKDF2, by using a pseudo-random number generator based on . - - - Initializes a new instance of the class using a password and salt to derive the key. - The password used to derive the key. - The key salt used to derive the key. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - - - Initializes a new instance of the class using the password and salt size to derive the key. - The password used to derive the key. - The size of the random salt that you want the class to generate. - The specified salt size is smaller than 8 bytes. - The password or salt is null. - - - Initializes a new instance of the class using a password, a salt, and number of iterations to derive the key. - The password used to derive the key. - The key salt used to derive the key. - The number of iterations for the operation. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - - - Initializes a new instance of the class using a password, a salt, and number of iterations to derive the key. - The password used to derive the key. - The key salt used to derive the key. - The number of iterations for the operation. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - - - Initializes a new instance of the class using a password, a salt size, and number of iterations to derive the key. - The password used to derive the key. - The size of the random salt that you want the class to generate. - The number of iterations for the operation. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - iterations is out of range. This parameter requires a non-negative number. - - - - - - - - - - - - - - - - - - - - - Derives a cryptographic key from the object. - The algorithm name for which to derive the key. - The hash algorithm name to use to derive the key. - The size of the key, in bits, to derive. - The initialization vector (IV) to use to derive the key. - The derived key. - The keySize parameter is incorrect. -or- The cryptographic service provider (CSP) cannot be acquired. -or- The algname parameter is not a valid algorithm name. -or- The alghashname parameter is not a valid hash algorithm name. - - - Releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Returns the pseudo-random key for this object. - The number of pseudo-random key bytes to generate. - A byte array filled with pseudo-random key bytes. - cb is out of range. This parameter requires a non-negative number. - - - - - - Gets or sets the number of iterations for the operation. - The number of iterations for the operation. - The number of iterations is less than 1. - - - Resets the state of the operation. - - - Gets or sets the key salt value for the operation. - The key salt value for the operation. - The specified salt size is smaller than 8 bytes. - The salt is null. - - - Represents the base class from which all implementations of the symmetric encryption algorithm must inherit. - - - Initializes a new instance of . - - - Creates a cryptographic object to perform the algorithm. - A cryptographic object. - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates a cryptographic object to perform the specified implementation of the algorithm. - The name of the specific implementation of to create. - A cryptographic object. - The algorithm described by the algName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Accesses the managed version of the algorithm. This class cannot be inherited. - - - Initializes a new instance of the class. - This class is not compliant with the FIPS algorithm. - - - - - - - - - Creates a symmetric decryptor object with the specified and initialization vector (). - The secret key to be used for the symmetric algorithm. The key size must be 128, 192, or 256 bits. - The IV to be used for the symmetric algorithm. - A symmetric decryptor object. - The rgbKey parameter is null. -or- The rgbIV parameter is null. - The value of the property is not , , or . - - - - - - Creates a symmetric encryptor object with the specified and initialization vector (). - The secret key to be used for the symmetric algorithm. The key size must be 128, 192, or 256 bits. - The IV to be used for the symmetric algorithm. - A symmetric encryptor object. - The rgbKey parameter is null. -or- The rgbIV parameter is null. - The value of the property is not , , or . - - - Generates a random initialization vector () to be used for the algorithm. - - - Generates a random to be used for the algorithm. - - - - - - - - - - - - - - - - - - - - - Represents the base class from which all implementations of the algorithm inherit. - - - Initializes a new instance of the class. - - - Creates an instance of the default implementation of the algorithm. - A new instance of the default implementation of . - - - - - - - - - - - Creates an instance of the specified implementation of . - The name of the implementation of to use. - A new instance of the specified implementation of . - - - When overridden in a derived class, decrypts the input data using the specified padding mode. - The data to decrypt. - The padding mode. - The decrypted data. - A derived class must override this method. - - - When overridden in a derived class, decrypts the input data using the private key. - The cipher text to be decrypted. - The resulting decryption of the rgb parameter in plain text. - This method call is not supported. This exception is thrown starting with the .NET Framework 4.6. - - - When overridden in a derived class, encrypts the input data using the specified padding mode. - The data to encrypt. - The padding mode. - The encrypted data. - A derived class must override this method. - - - When overridden in a derived class, encrypts the input data using the public key. - The plain text to be encrypted. - The resulting encryption of the rgb parameter as cipher text. - This method call is not supported. This exception is thrown starting with the .NET Framework 4.6. - - - When overridden in a derived class, exports the . - true to include private parameters; otherwise, false. - The parameters for . - - - Initializes an object from the key information from an XML string. - The XML string containing key information. - The xmlString parameter is null. - The format of the xmlString parameter is not valid. - - - When overridden in a derived class, computes the hash value of a specified portion of a byte array by using a specified hashing algorithm. - The data to be hashed. - The index of the first byte in data that is to be hashed. - The number of bytes to hash. - The algorithm to use in hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of a specified binary stream by using a specified hashing algorithm. - The binary stream to hash. - The hash algorithm. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, imports the specified . - The parameters for . - - - Gets the name of the key exchange algorithm available with this implementation of . - Returns "RSA". - - - Gets the name of the signature algorithm available with this implementation of . - Returns "RSA". - - - Computes the hash value of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. - The input data for which to compute the hash. - The hash algorithm to use to create the hash value. - The padding mode. - The RSA signature for the specified data. - data is null. -or- padding is null. - hashAlgorithm. is null or . - - - Computes the hash value of the specified stream using the specified hash algorithm and padding mode, and signs the resulting hash value. - The input stream for which to compute the hash. - The hash algorithm to use to create the hash value. - The padding mode. - The RSA signature for the specified data. - data is null. -or- padding is null. - hashAlgorithm. is null or . - - - Computes the hash value of a portion of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. - The input data for which to compute the hash. - The offset into the array at which to begin using data. - The number of bytes in the array to use as data. - The hash algorithm to use to create the hash value. - The padding mode. - The RSA signature for the specified data. - data is null. -or- padding is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - When overridden in a derived class, computes the signature for the specified hash value by encrypting it with the private key using the specified padding. - The hash value of the data to be signed. - The hash algorithm used to create the hash value of the data. - The padding. - The RSA signature for the specified hash value. - A derived class must override this method. - - - Creates and returns an XML string containing the key of the current object. - true to include a public and private RSA key; false to include only the public key. - An XML string containing the key of the current object. - - - Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and padding, and comparing it to the provided signature. - The signed data. - The starting index at which to compute the hash. - The number of bytes to hash. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - The padding mode. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. -or- padding is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and padding, and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - The padding mode. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. -or- padding is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and padding, and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - The padding mode. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. -or- padding is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by determining the hash value in the signature using the specified hash algorithm and padding, and comparing it to the provided hash value. - The hash value of the signed data. - The signature data to be verified. - The hash algorithm used to create the hash value. - The padding mode. - true if the signature is valid; otherwise, false. - A derived class must override this method. - - - Specifies the padding mode and parameters to use with RSA encryption or decryption operations. - - - Creates a new instance whose is with the given hash algorithm. - The hash algorithm. - An object whose mode is is with the hash algorithm specified by hashAlgorithm. . - The property of hashAlgorithm is either null or . - - - Determines whether the current instance is equal to the specified object. - The object to compare. - true if obj is equal to the current instance; otherwise, false. - - - Determines whether the current instance is equal to the specified object. - The object to compare. - true if other is equal to the current instance; otherwise, false. - - - Returns the hash code of this object. - The hash code of this instance. - - - Gets the padding mode represented by this instance. - A padding mode. - - - Gets the hash algorithm used in conjunction with the padding mode. If the value of the property is not , is null. - The hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA1 hash algorithm. - An object that represents the OAEP encryption standard with a SHA1 hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA256 hash algorithm. - An object that represents the OAEP encryption standard with a SHA256 hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-384 hash algorithm. - An object that represents the OAEP encryption standard with a SHA384 hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA512 hash algorithm. - An object that represents the OAEP encryption standard with a SHA512 hash algorithm. - - - Indicates whether two specified objects are equal. - The first object to compare. - The second object to compare. - true if left and right are equal; otherwise, false. - - - Indicates whether two specified objects are unequal. - The first object to compare. - The second object to compare. - true if left and right are not equal; otherwise, false. - - - Gets an object that represents the PKCS #1 encryption standard. - An object that represents the PKCS #1 encryption standard. - - - Returns the string representation of the current instance. - The string representation of the current object. - - - Specifies the padding mode to use with RSA encryption or decryption operations. - - - Optimal Asymmetric Encryption Padding. - - - - PKCS #1 v1.5. - - - - Decrypts Optimal Asymmetric Encryption Padding (OAEP) key exchange data. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the private key. - key is null. - - - Extracts secret information from the encrypted key exchange data. - The key exchange data within which the secret information is hidden. - The secret information derived from the key exchange data. - The key exchange data verification has failed. - The key is missing. - - - Gets the parameters for the Optimal Asymmetric Encryption Padding (OAEP) key exchange. - An XML string containing the parameters of the OAEP key exchange operation. - - - Sets the private key to use for decrypting the secret information. - The instance of the algorithm that holds the private key. - key is null. - - - Creates Optimal Asymmetric Encryption Padding (OAEP) key exchange data using . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the public key. - key is null. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - The encrypted key exchange data to be sent to the intended recipient. - The key is missing. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - This parameter is not used in the current version. - The encrypted key exchange data to be sent to the intended recipient. - - - Gets or sets the parameter used to create padding in the key exchange creation process. - The parameter value. - - - Gets the parameters for the Optimal Asymmetric Encryption Padding (OAEP) key exchange. - An XML string containing the parameters of the OAEP key exchange operation. - - - Gets or sets the random number generator algorithm to use in the creation of the key exchange. - The instance of a random number generator algorithm to use. - - - Sets the public key to use for encrypting the key exchange data. - The instance of the algorithm that holds the public key. - key is null. - - - Represents the standard parameters for the algorithm. - - - Represents the D parameter for the algorithm. - - - - Represents the DP parameter for the algorithm. - - - - Represents the DQ parameter for the algorithm. - - - - Represents the Exponent parameter for the algorithm. - - - - Represents the InverseQ parameter for the algorithm. - - - - Represents the Modulus parameter for the algorithm. - - - - Represents the P parameter for the algorithm. - - - - Represents the Q parameter for the algorithm. - - - - Decrypts the PKCS #1 key exchange data. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the private key. - key is null. - - - Extracts secret information from the encrypted key exchange data. - The key exchange data within which the secret information is hidden. - The secret information derived from the key exchange data. - The key is missing. - - - Gets the parameters for the PKCS #1 key exchange. - An XML string containing the parameters of the PKCS #1 key exchange operation. - - - Gets or sets the random number generator algorithm to use in the creation of the key exchange. - The instance of a random number generator algorithm to use. - - - Sets the private key to use for decrypting the secret information. - The instance of the algorithm that holds the private key. - key is null. - - - Creates the PKCS#1 key exchange data using . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the public key. - key is null. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - The encrypted key exchange data to be sent to the intended recipient. - rgbData is too big. - The key is null. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - This parameter is not used in the current version. - The encrypted key exchange data to be sent to the intended recipient. - - - Gets the parameters for the PKCS #1 key exchange. - An XML string containing the parameters of the PKCS #1 key exchange operation. - - - Gets or sets the random number generator algorithm to use in the creation of the key exchange. - The instance of a random number generator algorithm to use. - - - Sets the public key to use for encrypting the key exchange data. - The instance of the algorithm that holds the public key. - key is null. - - - Verifies an PKCS #1 version 1.5 signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of that holds the public key. - key is null. - - - Sets the hash algorithm to use for verifying the signature. - The name of the hash algorithm to use for verifying the signature. - - - Sets the public key to use for verifying the signature. - The instance of that holds the public key. - key is null. - - - Verifies the PKCS#1 signature for the specified data. - The data signed with rgbSignature. - The signature to be verified for rgbHash. - true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false. - The key is null. -or- The hash algorithm is null. - The rgbHash parameter is null. -or- The rgbSignature parameter is null. - - - Creates an PKCS #1 version 1.5 signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the private key. - key is null. - - - Creates the PKCS #1 signature for the specified data. - The data to be signed. - The digital signature for rgbHash. - The key is null. -or- The hash algorithm is null. - The rgbHash parameter is null. - - - Sets the hash algorithm to use for creating the signature. - The name of the hash algorithm to use for creating the signature. - - - Sets the private key to use for creating the signature. - The instance of the algorithm that holds the private key. - key is null. - - - Specifies the padding mode and parameters to use with RSA signature creation or verification operations. - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with the current instance. - true if the specified object is equal to the current object; otherwise, false. - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with the current instance. - true if the specified object is equal to the current object; otherwise, false. - - - Returns the hash code for this instance. - The hash code for this instance. - - - Gets the padding mode of this instance. - The padding mode (either or ) of this instance. - - - Indicates whether two specified objects are equal. - The first object to compare. - The second object to compare. - true if left and right are equal; otherwise, false. - - - Indicates whether two specified objects are unequal. - The first object to compare. - The second object to compare. - true if left and right are unequal; otherwise, false. - - - Gets an object that uses the PKCS #1 v1.5 padding mode. - An object that uses the padding mode. - - - Gets an object that uses PSS padding mode. - An object that uses the padding mode with the number of salt bytes equal to the size of the hash. - - - Returns the string representation of the current instance. - The string representation of the current object. - - - Specifies the padding mode to use with RSA signature creation or verification operations. - - - PKCS #1 v1.5 - - - - Probabilistic Signature Scheme - - - - Computes the hash for the input data. - - - Initializes a new instance of . - The policy on this object is not compliant with the FIPS algorithm. - - - Creates an instance of the default implementation of . - A new instance of . - - - Creates an instance of the specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - - - Computes the hash for the input data using the managed library. - - - Initializes a new instance of the class. - This class is not compliant with the FIPS algorithm. - - - - - - Routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - Returns the computed hash value after all data has been written to the object. - The computed hash code. - - - Initializes an instance of . - - - Computes the hash for the input data. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of . - A new instance of . - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Computes the hash for the input data using the managed library. - - - Initializes a new instance of the class using the managed library. - The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. - The computed hash code. - - - Initializes an instance of . - - - Computes the hash for the input data. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of . - A new instance of . - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Computes the hash for the input data using the managed library. - - - Initializes a new instance of the class. - The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. - The computed hash code. - - - Initializes an instance of . - - - Computes the hash for the input data. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of . - A new instance of . - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Computes the hash algorithm for the input data using the managed library. - - - Initializes a new instance of the class. - The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. - The computed hash code. - - - Initializes an instance of the class using the managed library. - - - Contains information about the properties of a digital signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class from the specified . - The from which to get the algorithms for the signature description. - The el parameter is null. - - - Creates an instance with the specified key using the property. - The key to use in the . - The newly created instance. - - - Creates a instance using the property. - The newly created instance. - - - Creates an instance with the specified key using the property. - The key to use in the . - The newly created instance. - - - Gets or sets the deformatter algorithm for the signature description. - The deformatter algorithm for the signature description. - - - Gets or sets the digest algorithm for the signature description. - The digest algorithm for the signature description. - - - Gets or sets the formatter algorithm for the signature description. - The formatter algorithm for the signature description. - - - Gets or sets the key algorithm for the signature description. - The key algorithm for the signature description. - - - Represents the base class for Triple Data Encryption Standard algorithms from which all implementations must derive. - - - Initializes a new instance of the class. - - - Creates an instance of a cryptographic object to perform the algorithm. - An instance of a cryptographic object. - - - Creates an instance of a cryptographic object to perform the specified implementation of the algorithm. - The name of the specific implementation of to use. - An instance of a cryptographic object. - - - Determines whether the specified key is weak. - The secret key to test for weakness. - true if the key is weak; otherwise, false. - The size of the rgbKey parameter is not valid. - - - Gets or sets the secret key for the algorithm. - The secret key for the algorithm. - An attempt was made to set the key to null. - An attempt was made to set a key whose length is invalid. -or- An attempt was made to set a weak key (see ). - - - - - - - - - Provides an abstract base class from which all implementations must inherit. - - - Initializes a new instance of the class. - A byte array that represents an object. - keyBlob is null. - - - Releases all resources used by the current instance of the class. - - - Releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Serializes the key BLOB to a byte array. - A byte array that contains the serialized Elliptic Curve Diffie-Hellman (ECDH) public key. - - - Serializes the public key to an XML string. - An XML string that contains the serialized Elliptic Curve Diffie-Hellman (ECDH) public key. - - - Provides an abstract base class that encapsulates the Elliptic Curve Digital Signature Algorithm (ECDSA). - - - Initializes a new instance of the class. - - - Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). - A new instance of the default implementation () of this class. - - - Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) with a newly generated key over the specified curve. - The curve to use for key generation. - A new instance of the default implementation () of this class. - - - Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) using the specified parameters as the key. - The parameters representing the key to use. - A new instance of the default implementation () of this class. - - - Creates a new instance of the specified implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). - The name of an ECDSA implementation. The following strings all refer to the same implementation, which is the only implementation currently supported in the .NET Framework: - "ECDsa" - "ECDsaCng" - "System.Security.Cryptography.ECDsaCng" You can also provide the name of a custom ECDSA implementation. - A new instance of the specified implementation of this class. If the specified algorithm name does not map to an ECDSA implementation, this method returns null. - The algorithm parameter is null. - - - When overridden in a derived class, exports the explicit parameters for an elliptic curve. - true to include private parameters; otherwise, false. - The parameters representing the point on the curve for this key, using the explicit curve format. - A derived class must override this method. - - - When overridden in a derived class, exports the named or explicit parameters for an elliptic curve. If the curve has a name, the field contains named curve parameters, otherwise it contains explicit parameters. - true to include private parameters; otherwise, false. - The parameters representing the point on the curve for this key. - A derived class must override this method. - - - - - - When overridden in a derived class, generates a new public/private key pair for the specified curve. - The curve to use. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of the specified binary stream by using the specified hashing algorithm. - The binary stream to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of the specified portion of a byte array by using the specified hashing algorithm. - The data to be hashed. - The index of the first byte in data to be hashed. - The number of bytes to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, imports the specified parameters. - The curve parameters. - A derived class must override this method. - - - Gets the name of the key exchange algorithm. - Always null. - - - Gets the name of the signature algorithm. - The string "ECDsa". - - - Computes the hash value of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The hash algorithm to use to create the hash value. - The ECDSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of the specified stream using the specified hash algorithm and signs the resulting hash value. - The input stream for which to compute the hash. - The hash algorithm to use to create the hash value. - The ECDSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of a portion of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The offset into the array at which to begin using data. - The number of bytes in the array to use as data. - The hash algorithm to use to create the hash value. - The ECDSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Generates a digital signature for the specified hash value. - The hash value of the data that is being signed. - A digital signature that consists of the given hash value encrypted with the private key. - The hash parameter is null. - - - - - - - Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The starting index at which to compute the hash. - The number of bytes to hash. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Verifies a digital signature against the specified hash value. - The hash value of a block of data. - The digital signature to be verified. - true if the hash value equals the decrypted signature; otherwise, false. - - - Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm. - - - Represents the curve associated with the public key () and the optional private key (). - - - - Represents the private key D for the elliptic curve cryptography (ECC) algorithm, stored in big-endian format. - - - - Represents the public key Q for the elliptic curve cryptography (ECC) algorithm. - - - - Validates the current object. - The key or curve parameters are not valid for the current curve type. - - - Represents a (X,Y) coordinate pair for elliptic curve cryptography (ECC) structures. - - - Represents the X coordinate. - - - - Represents the Y coordinate. - - - - Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - - - Initializes a new instance of the class by using a randomly generated key. - - - Initializes a new instance of the class by using the specified key. - The secret key for encryption. The key can be any length, but if it is more than 64 bytes long it will be hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - - - Initializes a new instance of the class with a randomly generated key. - - - Initializes a new instance of the class with the specified key data. - The secret key for encryption. The key can be any length, but if it is more than 64 bytes long it is hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. - The key parameter is null. - - - Initializes a new instance of the class with the specified key data and a value that specifies whether to use the managed version of the SHA1 algorithm. - The secret key for encryption. The key can be any length, but if it is more than 64 bytes long, it is hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. - true to use the managed implementation of the SHA1 algorithm (the class); false to use the unmanaged implementation (the class). - - - - - - - - - - - - - - - - - - - - - - - Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - - - Initializes a new instance of the class with a randomly generated key. - - - Initializes a new instance of the class with the specified key data. - The secret key for encryption. The key can be any length. However, the recommended size is 64 bytes. If the key is more than 64 bytes long, it is hashed (using SHA-256) to derive a 64-byte key. If it is less than 64 bytes long, it is padded to 64 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - - - Initializes a new instance of the class by using a randomly generated key. - - - Initializes a new instance of the class by using the specified key data. - The secret key for encryption. The key can be any length. However, the recommended size is 128 bytes. If the key is more than 128 bytes long, it is hashed (using SHA-384) to derive a 128-byte key. If it is less than 128 bytes long, it is padded to 128 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Provides a workaround for the .NET Framework 2.0 implementation of the algorithm, which is inconsistent with the .NET Framework 2.0 Service Pack 1 implementation of the algorithm. - true to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications; otherwise, false. - - - Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - - - Initializes a new instance of the class with a randomly generated key. - - - Initializes a new instance of the class with the specified key data. - The secret key for encryption. The key can be any length. However, the recommended size is 128 bytes. If the key is more than 128 bytes long, it is hashed (using SHA-512) to derive a 128-byte key. If it is less than 128 bytes long, it is padded to 128 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Provides a workaround for the .NET Framework 2.0 implementation of the algorithm, which is inconsistent with the .NET Framework 2.0 Service Pack 1 implementation. - true to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications; otherwise, false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents the abstract class from which all mask generator algorithms must derive. - - - Initializes a new instance of the class. - - - When overridden in a derived class, generates a mask with the specified length using the specified random seed. - The random seed to use to compute the mask. - The length of the generated mask in bytes. - A randomly generated mask whose length is equal to the cbReturn parameter. - - - Represents the abstract class from which all implementations of the hash algorithm inherit. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of the hash algorithm. - A new instance of the hash algorithm. - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of the specified implementation of the hash algorithm. - The name of the specific implementation of to use. - A new instance of the specified implementation of . - The algorithm described by the algName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Represents the abstract base class from which all implementations of the Advanced Encryption Standard (AES) must inherit. - - - Initializes a new instance of the class. - - - Creates a cryptographic object that is used to perform the symmetric algorithm. - A cryptographic object that is used to perform the symmetric algorithm. - - - Creates a cryptographic object that specifies the implementation of AES to use to perform the symmetric algorithm. - The name of the specific implementation of AES to use. - A cryptographic object that is used to perform the symmetric algorithm. - The algorithmName parameter is null. - - - - - - - - - Provides a managed implementation of the Advanced Encryption Standard (AES) symmetric algorithm. - - - Initializes a new instance of the class. - The Windows security policy setting for FIPS is enabled. - This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - Creates a symmetric decryptor object using the current key and initialization vector (IV). - A symmetric decryptor object. - - - Creates a symmetric decryptor object using the specified key and initialization vector (IV). - The secret key to use for the symmetric algorithm. - The initialization vector to use for the symmetric algorithm. - A symmetric decryptor object. - key or iv is null. - key is invalid. - - - Creates a symmetric encryptor object using the current key and initialization vector (IV). - A symmetric encryptor object. - - - Creates a symmetric encryptor object using the specified key and initialization vector (IV). - The secret key to use for the symmetric algorithm. - The initialization vector to use for the symmetric algorithm. - A symmetric encryptor object. - key or iv is null. - key is invalid. - - - Gets or sets the number of bits to use as feedback. - The feedback size, in bits. - - - Generates a random initialization vector (IV) to use for the symmetric algorithm. - - - Generates a random key to use for the symmetric algorithm. - - - Gets or sets the initialization vector (IV) to use for the symmetric algorithm. - The initialization vector to use for the symmetric algorithm - - - Gets or sets the secret key used for the symmetric algorithm. - The key for the symmetric algorithm. - - - Gets or sets the size, in bits, of the secret key used for the symmetric algorithm. - The size, in bits, of the key used by the symmetric algorithm. - - - - - - - - - Gets or sets the mode for operation of the symmetric algorithm. - One of the enumeration values that specifies the block cipher mode to use for encryption. The default is . - is set to or . - - - Gets or sets the padding mode used in the symmetric algorithm. - One of the enumeration values that specifies the type of padding to apply. The default is . - - - Represents the base class from which all asymmetric key exchange deformatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, extracts secret information from the encrypted key exchange data. - The key exchange data within which the secret information is hidden. - The secret information derived from the key exchange data. - - - When overridden in a derived class, gets or sets the parameters for the asymmetric key exchange. - A string in XML format containing the parameters of the asymmetric key exchange operation. - - - When overridden in a derived class, sets the private key to use for decrypting the secret information. - The instance of the implementation of that holds the private key. - - - Represents the base class from which all asymmetric key exchange formatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - The encrypted key exchange data to be sent to the intended recipient. - - - When overridden in a derived class, creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - This parameter is not used in the current version. - The encrypted key exchange data to be sent to the intended recipient. - - - When overridden in a derived class, gets the parameters for the asymmetric key exchange. - A string in XML format containing the parameters of the asymmetric key exchange operation. - - - When overridden in a derived class, sets the public key to use for encrypting the secret information. - The instance of the implementation of that holds the public key. - - - Represents the abstract base class from which all implementations of asymmetric signature deformatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, sets the hash algorithm to use for verifying the signature. - The name of the hash algorithm to use for verifying the signature. - - - When overridden in a derived class, sets the public key to use for verifying the signature. - The instance of an implementation of that holds the public key. - - - When overridden in a derived class, verifies the signature for the specified data. - The data signed with rgbSignature. - The signature to be verified for rgbHash. - true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false. - - - Verifies the signature from the specified hash value. - The hash algorithm to use to verify the signature. - The signature to be verified. - true if the signature is valid for the hash; otherwise, false. - The hash parameter is null. - - - Represents the base class from which all implementations of asymmetric signature formatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, creates the signature for the specified data. - The data to be signed. - The digital signature for the rgbHash parameter. - - - Creates the signature from the specified hash value. - The hash algorithm to use to create the signature. - The signature for the specified hash value. - The hash parameter is null. - - - When overridden in a derived class, sets the hash algorithm to use for creating the signature. - The name of the hash algorithm to use for creating the signature. - - - When overridden in a derived class, sets the asymmetric algorithm to use to create the signature. - The instance of the implementation of to use to create the signature. - - - Accesses the cryptography configuration information. - - - Initializes a new instance of the class. - - - Adds a set of names to algorithm mappings to be used for the current application domain. - The algorithm to map to. - An array of names to map to the algorithm. - The algorithm or names parameter is null. - algorithm cannot be accessed from outside the assembly. -or- One of the entries in the names parameter is empty or null. - - - Adds a set of names to object identifier (OID) mappings to be used for the current application domain. - The object identifier (OID) to map to. - An array of names to map to the OID. - The oid or names parameter is null. - One of the entries in the names parameter is empty or null. - - - Indicates whether the runtime should enforce the policy to create only Federal Information Processing Standard (FIPS) certified algorithms. - true to enforce the policy; otherwise, false. - - - Creates a new instance of the specified cryptographic object. - The simple name of the cryptographic object of which to create an instance. - A new instance of the specified cryptographic object. - The name parameter is null. - The algorithm described by the name parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates a new instance of the specified cryptographic object with the specified arguments. - The simple name of the cryptographic object of which to create an instance. - The arguments used to create the specified cryptographic object. - A new instance of the specified cryptographic object. - The name parameter is null. - The algorithm described by the name parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Encodes the specified object identifier (OID). - The OID to encode. - A byte array containing the encoded OID. - The str parameter is null. - An error occurred while encoding the OID. - - - Gets the object identifier (OID) of the algorithm corresponding to the specified simple name. - The simple name of the algorithm for which to get the OID. - The OID of the specified algorithm. - The name parameter is null. - - - Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit. - - - Initializes a new instance of the class. - - - When overridden in a derived class, releases all resources used by the current instance of the class. - - - When overridden in a derived class, releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - When overridden in a derived class, returns pseudo-random key bytes. - The number of pseudo-random key bytes to generate. - A byte array filled with pseudo-random key bytes. - - - When overridden in a derived class, resets the state of the operation. - - - Represents the base class for the Data Encryption Standard (DES) algorithm from which all implementations must derive. - - - Initializes a new instance of the class. - - - Creates an instance of a cryptographic object to perform the Data Encryption Standard () algorithm. - A cryptographic object. - - - Creates an instance of a cryptographic object to perform the specified implementation of the Data Encryption Standard () algorithm. - The name of the specific implementation of to use. - A cryptographic object. - - - Determines whether the specified key is semi-weak. - The secret key to test for semi-weakness. - true if the key is semi-weak; otherwise, false. - The size of the rgbKey parameter is not valid. - - - Determines whether the specified key is weak. - The secret key to test for weakness. - true if the key is weak; otherwise, false. - The size of the rgbKey parameter is not valid. - - - Gets or sets the secret key for the Data Encryption Standard () algorithm. - The secret key for the algorithm. - An attempt was made to set the key to null. - An attempt was made to set a key whose length is not equal to . - An attempt was made to set a weak key (see ) or a semi-weak key (see ). - - - Represents the abstract base class from which all implementations of the Digital Signature Algorithm () must inherit. - - - Initializes a new instance of the class. - - - Creates the default cryptographic object used to perform the asymmetric algorithm. - A cryptographic object used to perform the asymmetric algorithm. - - - - - - - - - - - Creates the specified cryptographic object used to perform the asymmetric algorithm. - The name of the specific implementation of to use. - A cryptographic object used to perform the asymmetric algorithm. - - - When overridden in a derived class, creates the signature for the specified data. - The data to be signed. - The digital signature for the specified data. - - - When overridden in a derived class, exports the . - true to include private parameters; otherwise, false. - The parameters for . - - - Reconstructs a object from an XML string. - The XML string to use to reconstruct the object. - The xmlString parameter is null. - The format of the xmlString parameter is not valid. - - - When overridden in a derived class, computes the hash value of a specified portion of a byte array by using a specified hashing algorithm. - The data to be hashed. - The index of the first byte in data that is to be hashed. - The number of bytes to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of a specified binary stream by using a specified hashing algorithm. - The binary stream to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, imports the specified . - The parameters for . - - - Computes the hash value of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The hash algorithm to use to create the hash value. - The DSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of the specified stream using the specified hash algorithm and signs the resulting hash value. - The input stream for which to compute the hash. - The hash algorithm to use to create the hash value. - The DSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of a portion of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The offset into the array at which to begin using data. - The number of bytes in the array to use as data. - The hash algorithm to use to create the hash value. - The DSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Creates and returns an XML string representation of the current object. - true to include private parameters; otherwise, false. - An XML string encoding of the current object. - - - Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The starting index at which to compute the hash. - The number of bytes to hash. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the digital signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the digital signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the digital signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - When overridden in a derived class, verifies the signature for the specified data. - The hash of the data signed with rgbSignature. - The signature to be verified for rgbData. - true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false. - - - Contains the typical parameters for the algorithm. - - - Specifies the counter for the algorithm. - - - - Specifies the G parameter for the algorithm. - - - - Specifies the J parameter for the algorithm. - - - - Specifies the P parameter for the algorithm. - - - - Specifies the Q parameter for the algorithm. - - - - Specifies the seed for the algorithm. - - - - Specifies the X parameter for the algorithm. - - - - Specifies the Y parameter for the algorithm. - - - - Verifies a Digital Signature Algorithm () PKCS#1 v1.5 signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of Digital Signature Algorithm () that holds the key. - key is null. - - - Specifies the hash algorithm for the Digital Signature Algorithm () signature deformatter. - The name of the hash algorithm to use for the signature deformatter. - The strName parameter does not map to the hash algorithm. - - - Specifies the key to be used for the Digital Signature Algorithm () signature deformatter. - The instance of that holds the key. - key is null. - - - Verifies the Digital Signature Algorithm () signature on the data. - The data signed with rgbSignature. - The signature to be verified for rgbHash. - true if the signature is valid for the data; otherwise, false. - rgbHash is null. -or- rgbSignature is null. - The DSA key is missing. - - - Creates a Digital Signature Algorithm () signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the Digital Signature Algorithm () that holds the key. - key is null. - - - Creates the Digital Signature Algorithm () PKCS #1 signature for the specified data. - The data to be signed. - The digital signature for the specified data. - rgbHash is null. - The OID is null. -or- The DSA key is null. - - - Specifies the hash algorithm for the Digital Signature Algorithm () signature formatter. - The name of the hash algorithm to use for the signature formatter. - The strName parameter does not map to the hash algorithm. - - - Specifies the key to be used for the Digital Signature Algorithm () signature formatter. - The instance of that holds the key. - key is null. - - - Indicates how to interpret the data contained in an object. - - - The curve parameters represent a characteristic 2 curve. - - - - No curve data is interpreted. The caller is assumed to know what the curve is. - - - - The curve parameters represent a named curve. - - - - The curve parameters represent a prime curve with the formula By^2 = x^3 + A\x^2 + x. - - - - The curve parameters represent a prime curve with the formula y^2 = x^3 + A*x + B in the prime field P. - - - - The curve parameters represent a prime curve with the formula Ax^2 + y^2 = 1 + B\x^2*y^2 in the prime field P. - - - - Represents a factory class for creating named curves. - - - Gets a brainpoolP160r1 named curve. - A brainpoolP160r1 named curve. - - - Gets a brainpoolP160t1 named curve. - A brainpoolP160t1 named curve. - - - Gets a brainpoolP192r1 named curve. - A brainpoolP192r1 named curve. - - - Gets a brainpoolP192t1 named curve. - A brainpoolP192t1 named curve. - - - Gets a brainpoolP224r1 named curve. - A brainpoolP224r1 named curve. - - - Gets a brainpoolP224t1 named curve. - A brainpoolP224t1 named curve. - - - Gets a brainpoolP256r1 named curve. - A brainpoolP256r1 named curve. - - - Gets a brainpoolP256t1 named curve. - A brainpoolP256t1 named curve. - - - Gets a brainpoolP320r1 named curve. - A brainpoolP320r1 named curve. - - - Gets a brainpoolP320t1 named curve. - A brainpoolP320t1 named curve. - - - Gets a brainpoolP384r1 named curve. - A brainpoolP384r1 named curve. - - - Gets a brainpoolP384t1 named curve. - A brainpoolP384t1 named curve. - - - Gets a brainpoolP512r1 named curve. - A brainpoolP512r1 named curve. - - - Gets a brainpoolP512t1 named curve. - A brainpoolP512t1 named curve. - - - Gets a nistP256 named curve. - A nistP256 named curve. - - - Gets a nistP384 named curve. - A nistP384 named curve. - - - Gets a nistP521 named curve. - A nistP521 named curve. - - - Represents an elliptic curve. - - - The first coefficient for an explicit curve. A for short Weierstrass, Montgomery, and Twisted Edwards curves. - - - - The second coefficient for an explicit curve. B for short Weierstrass and d for Twisted Edwards curves. - - - - The cofactor of the curve. - - - - Creates a named curve using the specified friendly name of the identifier. - The friendly name of the identifier. - An object representing the named curve. - oidFriendlyName is null. - - - Creates a named curve using the specified object. - The object identifier to use. - An object representing the named curve. - - - Creates a named curve using the specified dotted-decimal representation of the identifier. - The dotted number of the identifier. - An object representing the named curve. - oidValue is null. - - - Identifies the composition of the object. - - - - The generator, or base point, for operations on the curve. - - - - The name of the hash algorithm which was used to generate the curve coefficients ( and ) from the under the ANSI X9.62 generation algorithm. Applies only to explicit curves. - - - - Gets a value that indicates whether the curve type indicates an explicit characteristic 2 curve. - true if the curve is an explicit characteristic 2 curve; false if the curve is a named characteristic 2, prime, or implicit curve. - - - Gets a value that indicates whether the curve type indicates an explicit curve (either prime or characteristic 2). - true if the curve is an explicit curve (either prime or characteristic 2); false if the curve is a named or implicit curve. - - - Gets a value that indicates whether the curve type indicates a named curve. - true if the curve is a named curve; false if the curve is an implict or an explicit curve (either prime or characteristic 2). - - - Gets a value that indicates whether the curve type indicates an explicit prime curve. - true if the curve is an explicit prime curve; false if the curve is a named prime, characteristic 2 or implicit curves. - - - Gets the identifier of a named curve. - The identifier of a named curve. - - - The order of the curve. Applies only to explicit curves. - - - - The curve polynomial. Applies only to characteristic 2 curves. - - - - The prime specifying the base field. Applies only to prime curves. - - - - The seed value for coefficient generation under the ANSI X9.62 generation algorithm. Applies only to explicit curves. - - - - Validates the integrity of the current curve. Throws a exception if the structure is not valid. - The curve parameters are not valid for the current curve type. - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Csp.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 20305100..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Encoding.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index a216ea0b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Primitives.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index fba984de..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.X509Certificates.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index 284fb316..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Principal.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Principal.dll deleted file mode 100644 index 56c6bbee..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.Principal.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.SecureString.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.SecureString.dll deleted file mode 100644 index 3e9a33ec..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.SecureString.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.SecureString.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.SecureString.xml deleted file mode 100644 index ad0a32eb..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Security.SecureString.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - System.Security.SecureString - - - - Represents text that should be kept confidential, such as by deleting it from computer memory when no longer needed. This class cannot be inherited. - - - Initializes a new instance of the class. - An error occurred while protecting or unprotecting the value of this instance. - This operation is not supported on this platform. - - - Initializes a new instance of the class from a subarray of objects. This constructor is not CLS-compliant. The CLS-compliant alternative is . - A pointer to an array of objects. - The number of elements of value to include in the new instance. - value is null. - length is less than zero or greater than 65,536. - An error occurred while protecting or unprotecting the value of this secure string. - This operation is not supported on this platform. - - - Appends a character to the end of the current secure string. - A character to append to this secure string. - This secure string has already been disposed. - This secure string is read-only. - Performing this operation would make the length of this secure string greater than 65,536 characters. - An error occurred while protecting or unprotecting the value of this secure string. - - - Deletes the value of the current secure string. - This secure string has already been disposed. - This secure string is read-only. - - - Creates a copy of the current secure string. - A duplicate of this secure string. - This secure string has already been disposed. - An error occurred while protecting or unprotecting the value of this secure string. - - - Releases all resources used by the current object. - - - Inserts a character in this secure string at the specified index position. - The index position where parameter c is inserted. - The character to insert. - This secure string has already been disposed. - This secure string is read-only. - index is less than zero, or greater than the length of this secure string. -or- Performing this operation would make the length of this secure string greater than 65,536 characters. - An error occurred while protecting or unprotecting the value of this secure string. - - - Indicates whether this secure string is marked read-only. - true if this secure string is marked read-only; otherwise, false. - This secure string has already been disposed. - - - Gets the number of characters in the current secure string. - The number of objects in this secure string. - This secure string has already been disposed. - - - Makes the text value of this secure string read-only. - This secure string has already been disposed. - - - Removes the character at the specified index position from this secure string. - The index position of a character in this secure string. - This secure string has already been disposed. - This secure string is read-only. - index is less than zero, or greater than or equal to the length of this secure string. - An error occurred while protecting or unprotecting the value of this secure string. - - - Replaces the existing character at the specified index position with another character. - The index position of an existing character in this secure string - A character that replaces the existing character. - This secure string has already been disposed. - This secure string is read-only. - index is less than zero, or greater than or equal to the length of this secure string. - An error occurred while protecting or unprotecting the value of this secure string. - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.Encoding.Extensions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.Encoding.Extensions.dll deleted file mode 100644 index bbcfcc19..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.Encoding.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.Encoding.dll deleted file mode 100644 index 4ab7a7ae..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.Encoding.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.RegularExpressions.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.RegularExpressions.dll deleted file mode 100644 index 6d106bc1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Overlapped.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Overlapped.dll deleted file mode 100644 index 40235e40..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Overlapped.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Overlapped.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Overlapped.xml deleted file mode 100644 index 4f08afea..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Overlapped.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - System.Threading.Overlapped - - - - Receives the error code, number of bytes, and overlapped value type when an I/O operation completes on the thread pool. - The error code. - The number of bytes that are transferred. - A representing an unmanaged pointer to the native overlapped value type. - - - Provides an explicit layout that is visible from unmanaged code and that will have the same layout as the Win32 OVERLAPPED structure with additional reserved fields at the end. - - - Specifies the handle to an event set to the signaled state when the operation is complete. The calling process must set this member either to zero or to a valid event handle before calling any overlapped functions. - - - - Specifies the length of the data transferred. Reserved for operating system use. - - - - Specifies a system-dependent status. Reserved for operating system use. - - - - Specifies the high word of the byte offset at which to start the transfer. - - - - Specifies a file position at which to start the transfer. - - - - Provides a managed representation of a Win32 OVERLAPPED structure, including methods to transfer information from an instance to a structure. - - - Initializes a new, empty instance of the class. - - - Initializes a new instance of the class with the specified file position, the 32-bit integer handle to an event that is signaled when the I/O operation is complete, and an interface through which to return the results of the operation. - The low word of the file position at which to start the transfer. - The high word of the file position at which to start the transfer. - The handle to an event that is signaled when the I/O operation is complete. - An object that implements the interface and provides status information on the I/O operation. - - - Initializes a new instance of the class with the specified file position, the handle to an event that is signaled when the I/O operation is complete, and an interface through which to return the results of the operation. - The low word of the file position at which to start the transfer. - The high word of the file position at which to start the transfer. - The handle to an event that is signaled when the I/O operation is complete. - An object that implements the interface and provides status information on the I/O operation. - - - Gets or sets the object that provides status information on the I/O operation. - An object that implements the interface. - - - Gets or sets the 32-bit integer handle to a synchronization event that is signaled when the I/O operation is complete. - An value representing the handle of the synchronization event. - - - Gets or sets the handle to the synchronization event that is signaled when the I/O operation is complete. - An representing the handle of the event. - - - Frees the unmanaged memory associated with a native overlapped structure allocated by the method. - A pointer to the structure to be freed. - nativeOverlappedPtr is null. - - - Gets or sets the high-order word of the file position at which to start the transfer. The file position is a byte offset from the start of the file. - An value representing the high word of the file position. - - - Gets or sets the low-order word of the file position at which to start the transfer. The file position is a byte offset from the start of the file. - An value representing the low word of the file position. - - - Packs the current instance into a structure, specifying the delegate to be invoked when the asynchronous I/O operation is complete. - An delegate that represents the callback method invoked when the asynchronous I/O operation completes. - An unmanaged pointer to a structure. - The current has already been packed. - - - Packs the current instance into a structure, specifying a delegate that is invoked when the asynchronous I/O operation is complete and a managed object that serves as a buffer. - An delegate that represents the callback method invoked when the asynchronous I/O operation completes. - An object or array of objects representing the input or output buffer for the operation. Each object represents a buffer, for example an array of bytes. - An unmanaged pointer to a structure. - The current has already been packed. - - - Unpacks the specified unmanaged structure into a managed object. - An unmanaged pointer to a structure. - An object containing the information unpacked from the native structure. - nativeOverlappedPtr is null. - - - Packs the current instance into a structure specifying the delegate to invoke when the asynchronous I/O operation is complete. Does not propagate the calling stack. - An delegate that represents the callback method invoked when the asynchronous I/O operation completes. - An unmanaged pointer to a structure. - The current has already been packed. - - - Packs the current instance into a structure, specifying the delegate to invoke when the asynchronous I/O operation is complete and the managed object that serves as a buffer. Does not propagate the calling stack. - An delegate that represents the callback method invoked when the asynchronous I/O operation completes. - An object or array of objects representing the input or output buffer for the operation. Each object represents a buffer, for example an array of bytes. - An unmanaged pointer to a structure. - The caller does not have the required permission. - The current is already packed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Tasks.Parallel.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index da5f7532..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Tasks.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Tasks.dll deleted file mode 100644 index 9d81abe9..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Thread.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Thread.dll deleted file mode 100644 index 0cebf795..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Thread.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.ThreadPool.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.ThreadPool.dll deleted file mode 100644 index fafac116..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Timer.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Timer.dll deleted file mode 100644 index c7169f91..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.Timer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.dll deleted file mode 100644 index 1d982b38..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Threading.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ValueTuple.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ValueTuple.dll deleted file mode 100644 index 461dd052..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ValueTuple.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ValueTuple.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ValueTuple.xml deleted file mode 100644 index 9ea2079f..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.ValueTuple.xml +++ /dev/null @@ -1,2269 +0,0 @@ - - - - System.ValueTuple - - - - Provides extension methods for tuples to interoperate with language support for tuples in C#. - - - Deconstructs a tuple with 21 elements into separate variables. - The 21-element tuple to deconstruct into 21 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The value of the nineteenth element, or value.Rest.Rest.Item5. - The value of the twentieth element, or value.Rest.Rest.Item6. - The value of the twenty-first element, or value.Rest.Rest.Item7. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - The type of the nineteenth element. - The type of the twentieth element. - The type of the twenty-first element. - - - Deconstructs a tuple with 20 elements into separate variables. - The 20-element tuple to deconstruct into 20 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The value of the nineteenth element, or value.Rest.Rest.Item5. - The value of the twentieth element, or value.Rest.Rest.Item6. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - The type of the nineteenth element. - The type of the twentieth element. - - - Deconstructs a tuple with 19 elements into separate variables. - The 19-element tuple to deconstruct into 19 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The value of the nineteenth element, or value.Rest.Rest.Item5. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - The type of the nineteenth element. - - - Deconstructs a tuple with 18 elements into separate variables. - The 18-element tuple to deconstruct into 18 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - - - Deconstructs a tuple with 17 elements into separate variables. - The 17-element tuple to deconstruct into 17 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - - - Deconstructs a tuple with 16 elements into separate variables. - The 16-element tuple to deconstruct into 16 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - - - Deconstructs a tuple with 15 elements into separate variables. - The 15-element tuple to deconstruct into 15 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - - - Deconstructs a tuple with 14 elements into separate variables. - The 14-element tuple to deconstruct into 14 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - - - Deconstructs a tuple with 13 elements into separate variables. - The 13-element tuple to deconstruct into 13 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - - - Deconstructs a tuple with 12 elements into separate variables. - The 12-element tuple to deconstruct into 12 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - - - Deconstructs a tuple with 11 elements into separate variables. - The 11-element tuple to deconstruct into 11 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - - - Deconstructs a tuple with 10 elements into separate variables. - The 10-element tuple to deconstruct into 10 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - - - Deconstructs a tuple with 9 elements into separate variables. - The 9-element tuple to deconstruct into 9 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - - - Deconstructs a tuple with 8 elements into separate variables. - The 8-element tuple to deconstruct into 8 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - - - Deconstructs a tuple with 7 elements into separate variables. - The 7-element tuple to deconstruct into 7 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - - - Deconstructs a tuple with 6 elements into separate variables. - The 6-element tuple to deconstruct into 6 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - - - Deconstructs a tuple with 5 elements into separate variables. - The 5-element tuple to deconstruct into 5 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - - - Deconstructs a tuple with 4 elements into separate variables. - The 4-element tuple to deconstruct into 4 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - - - Deconstructs a tuple with 3 elements into separate variables. - The 3-element tuple to deconstruct into 3 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The type of the first element. - The type of the second element. - The type of the third element. - - - Deconstructs a tuple with 2 elements into separate variables. - The 2-element tuple to deconstruct into 2 separate variables. - The value of the first element. - The value of the second element. - The type of the first element. - The type of the second element. - - - Deconstructs a tuple with 1 element into a separate variable. - The 1-element tuple to deconstruct into a separate variable. - The value of the single element. - The type of the single element. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The type of the twenty-first element., or value.Rest.Rest.Item7. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The converted tuple. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The type of the twenty-first element., or value.Rest.Rest.Item7. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The converted value tuple instance. - - - Represents a value tuple with a single component. - The type of the value tuple's only element. - - - Initializes a new instance. - The value tuple's first element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified object; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 2 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 3 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 4 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 5 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 6 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - The type of the value tuple's sixth element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - The value tuple's sixth element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Gets the value of the current instance's sixth element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 7 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - The type of the value tuple's sixth element. - The type of the value tuple's seventh element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - The value tuple's sixth element. - The value tuple's seventh element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Gets the value of the current instance's sixth element. - - - - Gets the value of the current instance's seventh element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents an n-value tuple, where n is 8 or greater. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - The type of the value tuple's sixth element. - The type of the value tuple's seventh element. - Any generic value tuple instance that defines the types of the tuple's remaining elements. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - The value tuple's sixth element. - The value tuple's seventh element. - An instance of any value tuple type that contains the values of the value's tuple's remaining elements. - rest is not a generic value tuple type. - - - Compares the current instance to a specified instance - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Gets the value of the current instance's sixth element. - - - - Gets the value of the current instance's seventh element. - - - - Gets the current instance's remaining elements. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
- other is not a object. -
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - An object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
- other is not a object. -
- - Provides static methods for creating value tuples. - - - Compares the current instance with a specified object. - The object to compare with the current instance. - Returns 0 if other is a instance and 1 if other is null. - other is not a instance. - - - Creates a new value tuple with zero components. - A new value tuple with no components. - - - Creates a new value tuple with 8 components (an octuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The value of the value tuple's sixth component. - The value of the value tuple's seventh component. - The value of the value tuple's eighth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - The type of the value tuple's sixth component. - The type of the value tuple's seventh component. - The type of the value tuple's eighth component. - A value tuple with 8 components. - - - Creates a new value tuple with 7 components (a septuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The value of the value tuple's sixth component. - The value of the value tuple's seventh component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - The type of the value tuple's sixth component. - The type of the value tuple's seventh component. - A value tuple with 7 components. - - - Creates a new value tuple with 6 components (a sexuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The value of the value tuple's sixth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - The type of the value tuple's sixth component. - A value tuple with 6 components. - - - Creates a new value tuple with 5 components (a quintuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - A value tuple with 5 components. - - - Creates a new value tuple with 4 components (a quadruple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - A value tuple with 4 components. - - - Creates a new value tuple with 3 components (a triple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - A value tuple with 3 components. - - - Creates a new value tuple with 2 components (a pair). - The value of the value tuple's first component. - The value of the value tuple's second component. - The type of the value tuple's first component. - The type of the value tuple's second component. - A value tuple with 2 components. - - - Creates a new value tuple with 1 component (a singleton). - The value of the value tuple's only component. - The type of the value tuple's only component. - A value tuple with 1 component. - - - Determines whether two instances are equal. This method always returns true. - The value tuple to compare with the current instance. - This method always returns true. - - - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare to the current instance. - true if obj is a instance; otherwise, false. - - - Returns the hash code for the current instance. - The hash code for the current instance. - - - Returns the string representation of this instance. - This method always returns "()". - - - Compares the current instance to a specified object. - The object to compare with the current instance. - An object that provides custom rules for comparison. This parameter is ignored. - Returns 0 if other is a instance and 1 if other is null. - other is not a instance. - - - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns the hash code for this instance. - An object whose method computes the hash code. This parameter is ignored. - The hash code for this instance. - - - Compares this instance with a specified object and returns an indication of their relative values. - The object to compare with the current instance - 0 if other is a instance; otherwise, 1 if other is null. - other is not a instance. - - - Indicates that the use of a value tuple on a member is meant to be treated as a tuple with element names. - - - - - - Initializes a new instance of the class. - A string array that specifies, in a pre-order depth-first traversal of a type's construction, which value tuple occurrences are meant to carry element names. - - - Specifies, in a pre-order depth-first traversal of a type's construction, which value tuple elements are meant to carry element names. - An array that indicates which value tuple elements are meant to carry element names. - -
-
\ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.ReaderWriter.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.ReaderWriter.dll deleted file mode 100644 index 87d2890b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XDocument.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XDocument.dll deleted file mode 100644 index 40d2171b..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.XDocument.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.XDocument.dll deleted file mode 100644 index c344c0c7..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.XDocument.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.XDocument.xml deleted file mode 100644 index 9e7abf8e..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.XDocument.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - System.Xml.XPath.XDocument - - - - This class contains the LINQ to XML extension methods that enable you to evaluate XPath expressions. - - - Creates an for an . - An that can process XPath queries. - An that can process XPath queries. - - - Creates an for an . The enables more efficient XPath expression processing. - An that can process an XPath query. - A to be used by . - An that can process XPath queries. - - - Evaluates an XPath expression. - The on which to evaluate the XPath expression. - A that contains an XPath expression. - An object that can contain a bool, a double, a string, or an . - - - Evaluates an XPath expression, resolving namespace prefixes using the specified . - The on which to evaluate the XPath expression. - A that contains an XPath expression. - A for the namespace prefixes in the XPath expression. - An object that contains the result of evaluating the expression. The object can be a bool, a double, a string, or an . - - - Selects an using a XPath expression. - The on which to evaluate the XPath expression. - A that contains an XPath expression. - An , or null. - - - Selects an using a XPath expression, resolving namespace prefixes using the specified . - The on which to evaluate the XPath expression. - A that contains an XPath expression. - An for the namespace prefixes in the XPath expression. - An , or null. - - - Selects a collection of elements using an XPath expression. - The on which to evaluate the XPath expression. - A that contains an XPath expression. - An of that contains the selected elements. - - - Selects a collection of elements using an XPath expression, resolving namespace prefixes using the specified . - The on which to evaluate the XPath expression. - A that contains an XPath expression. - A for the namespace prefixes in the XPath expression. - An of that contains the selected elements. - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.dll deleted file mode 100644 index 58950bac..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XPath.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XmlDocument.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XmlDocument.dll deleted file mode 100644 index 1a1b040f..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XmlSerializer.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XmlSerializer.dll deleted file mode 100644 index b994a1aa..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/netfx.force.conflicts.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/netfx.force.conflicts.dll deleted file mode 100644 index 74b181bf..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/netfx.force.conflicts.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/netstandard.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/netstandard.dll deleted file mode 100644 index 89dd8502..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net461/ref/netstandard.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index a9162190..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/ref/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/ref/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index f67976e1..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/ref/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/ref/System.Runtime.InteropServices.RuntimeInformation.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/ref/System.Runtime.InteropServices.RuntimeInformation.xml deleted file mode 100644 index 82adeb50..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net462/ref/System.Runtime.InteropServices.RuntimeInformation.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - System.Runtime.InteropServices.RuntimeInformation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 160107c2..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 05dc3e17..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll deleted file mode 100644 index 2cd11f06..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 3ea71157..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Runtime.InteropServices.RuntimeInformation.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Runtime.InteropServices.RuntimeInformation.xml deleted file mode 100644 index 82adeb50..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Runtime.InteropServices.RuntimeInformation.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - System.Runtime.InteropServices.RuntimeInformation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Security.Cryptography.Algorithms.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index da3b554e..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Security.Cryptography.Algorithms.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Security.Cryptography.Algorithms.xml deleted file mode 100644 index a2256f5e..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.Security.Cryptography.Algorithms.xml +++ /dev/null @@ -1,2152 +0,0 @@ - - - - System.Security.Cryptography.Algorithms - - - - Computes masks according to PKCS #1 for use by key exchange algorithms. - - - Initializes a new instance of the class. - - - Generates and returns a mask from the specified random seed of the specified length. - The random seed to use for computing the mask. - The length of the generated mask in bytes. - A randomly generated mask whose length is equal to the cbReturn parameter. - - - Gets or sets the name of the hash algorithm type to use for generating the mask. - The name of the type that implements the hash algorithm to use for computing the mask. - - - Represents the abstract class from which all implementations of cryptographic random number generators derive. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of a cryptographic random number generator that can be used to generate random data. - A new instance of a cryptographic random number generator. - - - Creates an instance of the specified implementation of a cryptographic random number generator. - The name of the random number generator implementation to use. - A new instance of a cryptographic random number generator. - - - When overridden in a derived class, releases all resources used by the current instance of the class. - - - When overridden in a derived class, releases the unmanaged resources used by the and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - When overridden in a derived class, fills an array of bytes with a cryptographically strong random sequence of values. - The array to fill with cryptographically strong random bytes. - - - Fills the specified byte array with a cryptographically strong random sequence of values. - The array to fill with cryptographically strong random bytes. - The index of the array to start the fill operation. - The number of bytes to fill. - data is null. - offset or count is less than 0 - offset plus count exceeds the length of data. - - - When overridden in a derived class, fills an array of bytes with a cryptographically strong random sequence of nonzero values. - The array to fill with cryptographically strong random nonzero bytes. - - - Represents the base class from which all implementations of the algorithm must derive. - - - Initializes a new instance of . - - - Creates an instance of a cryptographic object to perform the algorithm. - An instance of a cryptographic object. - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a cryptographic object to perform the specified implementation of the algorithm. - The name of the specific implementation of to use. - An instance of a cryptographic object. - The algorithm described by the algName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Gets or sets the effective size of the secret key used by the algorithm in bits. - The effective key size used by the algorithm. - The effective key size is invalid. - - - Represents the effective size of the secret key used by the algorithm in bits. - - - - Gets or sets the size of the secret key used by the algorithm in bits. - The size of the secret key used by the algorithm. - The value for the RC2 key size is less than the effective key size value. - - - Implements password-based key derivation functionality, PBKDF2, by using a pseudo-random number generator based on . - - - Initializes a new instance of the class using a password and salt to derive the key. - The password used to derive the key. - The key salt used to derive the key. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - - - Initializes a new instance of the class using the password and salt size to derive the key. - The password used to derive the key. - The size of the random salt that you want the class to generate. - The specified salt size is smaller than 8 bytes. - The password or salt is null. - - - Initializes a new instance of the class using a password, a salt, and number of iterations to derive the key. - The password used to derive the key. - The key salt used to derive the key. - The number of iterations for the operation. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - - - Initializes a new instance of the class using a password, a salt, and number of iterations to derive the key. - The password used to derive the key. - The key salt used to derive the key. - The number of iterations for the operation. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - - - Initializes a new instance of the class using a password, a salt size, and number of iterations to derive the key. - The password used to derive the key. - The size of the random salt that you want the class to generate. - The number of iterations for the operation. - The specified salt size is smaller than 8 bytes or the iteration count is less than 1. - The password or salt is null. - iterations is out of range. This parameter requires a non-negative number. - - - - - - - - - - - - - - - - - - - - - Derives a cryptographic key from the object. - The algorithm name for which to derive the key. - The hash algorithm name to use to derive the key. - The size of the key, in bits, to derive. - The initialization vector (IV) to use to derive the key. - The derived key. - The keySize parameter is incorrect. -or- The cryptographic service provider (CSP) cannot be acquired. -or- The algname parameter is not a valid algorithm name. -or- The alghashname parameter is not a valid hash algorithm name. - - - Releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Returns the pseudo-random key for this object. - The number of pseudo-random key bytes to generate. - A byte array filled with pseudo-random key bytes. - cb is out of range. This parameter requires a non-negative number. - - - - - - Gets or sets the number of iterations for the operation. - The number of iterations for the operation. - The number of iterations is less than 1. - - - Resets the state of the operation. - - - Gets or sets the key salt value for the operation. - The key salt value for the operation. - The specified salt size is smaller than 8 bytes. - The salt is null. - - - Represents the base class from which all implementations of the symmetric encryption algorithm must inherit. - - - Initializes a new instance of . - - - Creates a cryptographic object to perform the algorithm. - A cryptographic object. - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates a cryptographic object to perform the specified implementation of the algorithm. - The name of the specific implementation of to create. - A cryptographic object. - The algorithm described by the algName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Accesses the managed version of the algorithm. This class cannot be inherited. - - - Initializes a new instance of the class. - This class is not compliant with the FIPS algorithm. - - - - - - - - - Creates a symmetric decryptor object with the specified and initialization vector (). - The secret key to be used for the symmetric algorithm. The key size must be 128, 192, or 256 bits. - The IV to be used for the symmetric algorithm. - A symmetric decryptor object. - The rgbKey parameter is null. -or- The rgbIV parameter is null. - The value of the property is not , , or . - - - - - - Creates a symmetric encryptor object with the specified and initialization vector (). - The secret key to be used for the symmetric algorithm. The key size must be 128, 192, or 256 bits. - The IV to be used for the symmetric algorithm. - A symmetric encryptor object. - The rgbKey parameter is null. -or- The rgbIV parameter is null. - The value of the property is not , , or . - - - Generates a random initialization vector () to be used for the algorithm. - - - Generates a random to be used for the algorithm. - - - - - - - - - - - - - - - - - - - - - Represents the base class from which all implementations of the algorithm inherit. - - - Initializes a new instance of the class. - - - Creates an instance of the default implementation of the algorithm. - A new instance of the default implementation of . - - - - - - - - - - - Creates an instance of the specified implementation of . - The name of the implementation of to use. - A new instance of the specified implementation of . - - - When overridden in a derived class, decrypts the input data using the specified padding mode. - The data to decrypt. - The padding mode. - The decrypted data. - A derived class must override this method. - - - When overridden in a derived class, decrypts the input data using the private key. - The cipher text to be decrypted. - The resulting decryption of the rgb parameter in plain text. - This method call is not supported. This exception is thrown starting with the .NET Framework 4.6. - - - When overridden in a derived class, encrypts the input data using the specified padding mode. - The data to encrypt. - The padding mode. - The encrypted data. - A derived class must override this method. - - - When overridden in a derived class, encrypts the input data using the public key. - The plain text to be encrypted. - The resulting encryption of the rgb parameter as cipher text. - This method call is not supported. This exception is thrown starting with the .NET Framework 4.6. - - - When overridden in a derived class, exports the . - true to include private parameters; otherwise, false. - The parameters for . - - - Initializes an object from the key information from an XML string. - The XML string containing key information. - The xmlString parameter is null. - The format of the xmlString parameter is not valid. - - - When overridden in a derived class, computes the hash value of a specified portion of a byte array by using a specified hashing algorithm. - The data to be hashed. - The index of the first byte in data that is to be hashed. - The number of bytes to hash. - The algorithm to use in hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of a specified binary stream by using a specified hashing algorithm. - The binary stream to hash. - The hash algorithm. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, imports the specified . - The parameters for . - - - Gets the name of the key exchange algorithm available with this implementation of . - Returns "RSA". - - - Gets the name of the signature algorithm available with this implementation of . - Returns "RSA". - - - Computes the hash value of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. - The input data for which to compute the hash. - The hash algorithm to use to create the hash value. - The padding mode. - The RSA signature for the specified data. - data is null. -or- padding is null. - hashAlgorithm. is null or . - - - Computes the hash value of the specified stream using the specified hash algorithm and padding mode, and signs the resulting hash value. - The input stream for which to compute the hash. - The hash algorithm to use to create the hash value. - The padding mode. - The RSA signature for the specified data. - data is null. -or- padding is null. - hashAlgorithm. is null or . - - - Computes the hash value of a portion of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. - The input data for which to compute the hash. - The offset into the array at which to begin using data. - The number of bytes in the array to use as data. - The hash algorithm to use to create the hash value. - The padding mode. - The RSA signature for the specified data. - data is null. -or- padding is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - When overridden in a derived class, computes the signature for the specified hash value by encrypting it with the private key using the specified padding. - The hash value of the data to be signed. - The hash algorithm used to create the hash value of the data. - The padding. - The RSA signature for the specified hash value. - A derived class must override this method. - - - Creates and returns an XML string containing the key of the current object. - true to include a public and private RSA key; false to include only the public key. - An XML string containing the key of the current object. - - - Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and padding, and comparing it to the provided signature. - The signed data. - The starting index at which to compute the hash. - The number of bytes to hash. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - The padding mode. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. -or- padding is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and padding, and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - The padding mode. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. -or- padding is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and padding, and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - The padding mode. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. -or- padding is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by determining the hash value in the signature using the specified hash algorithm and padding, and comparing it to the provided hash value. - The hash value of the signed data. - The signature data to be verified. - The hash algorithm used to create the hash value. - The padding mode. - true if the signature is valid; otherwise, false. - A derived class must override this method. - - - Specifies the padding mode and parameters to use with RSA encryption or decryption operations. - - - Creates a new instance whose is with the given hash algorithm. - The hash algorithm. - An object whose mode is is with the hash algorithm specified by hashAlgorithm. . - The property of hashAlgorithm is either null or . - - - Determines whether the current instance is equal to the specified object. - The object to compare. - true if obj is equal to the current instance; otherwise, false. - - - Determines whether the current instance is equal to the specified object. - The object to compare. - true if other is equal to the current instance; otherwise, false. - - - Returns the hash code of this object. - The hash code of this instance. - - - Gets the padding mode represented by this instance. - A padding mode. - - - Gets the hash algorithm used in conjunction with the padding mode. If the value of the property is not , is null. - The hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA1 hash algorithm. - An object that represents the OAEP encryption standard with a SHA1 hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA256 hash algorithm. - An object that represents the OAEP encryption standard with a SHA256 hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-384 hash algorithm. - An object that represents the OAEP encryption standard with a SHA384 hash algorithm. - - - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA512 hash algorithm. - An object that represents the OAEP encryption standard with a SHA512 hash algorithm. - - - Indicates whether two specified objects are equal. - The first object to compare. - The second object to compare. - true if left and right are equal; otherwise, false. - - - Indicates whether two specified objects are unequal. - The first object to compare. - The second object to compare. - true if left and right are not equal; otherwise, false. - - - Gets an object that represents the PKCS #1 encryption standard. - An object that represents the PKCS #1 encryption standard. - - - Returns the string representation of the current instance. - The string representation of the current object. - - - Specifies the padding mode to use with RSA encryption or decryption operations. - - - Optimal Asymmetric Encryption Padding. - - - - PKCS #1 v1.5. - - - - Decrypts Optimal Asymmetric Encryption Padding (OAEP) key exchange data. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the private key. - key is null. - - - Extracts secret information from the encrypted key exchange data. - The key exchange data within which the secret information is hidden. - The secret information derived from the key exchange data. - The key exchange data verification has failed. - The key is missing. - - - Gets the parameters for the Optimal Asymmetric Encryption Padding (OAEP) key exchange. - An XML string containing the parameters of the OAEP key exchange operation. - - - Sets the private key to use for decrypting the secret information. - The instance of the algorithm that holds the private key. - key is null. - - - Creates Optimal Asymmetric Encryption Padding (OAEP) key exchange data using . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the public key. - key is null. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - The encrypted key exchange data to be sent to the intended recipient. - The key is missing. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - This parameter is not used in the current version. - The encrypted key exchange data to be sent to the intended recipient. - - - Gets or sets the parameter used to create padding in the key exchange creation process. - The parameter value. - - - Gets the parameters for the Optimal Asymmetric Encryption Padding (OAEP) key exchange. - An XML string containing the parameters of the OAEP key exchange operation. - - - Gets or sets the random number generator algorithm to use in the creation of the key exchange. - The instance of a random number generator algorithm to use. - - - Sets the public key to use for encrypting the key exchange data. - The instance of the algorithm that holds the public key. - key is null. - - - Represents the standard parameters for the algorithm. - - - Represents the D parameter for the algorithm. - - - - Represents the DP parameter for the algorithm. - - - - Represents the DQ parameter for the algorithm. - - - - Represents the Exponent parameter for the algorithm. - - - - Represents the InverseQ parameter for the algorithm. - - - - Represents the Modulus parameter for the algorithm. - - - - Represents the P parameter for the algorithm. - - - - Represents the Q parameter for the algorithm. - - - - Decrypts the PKCS #1 key exchange data. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the private key. - key is null. - - - Extracts secret information from the encrypted key exchange data. - The key exchange data within which the secret information is hidden. - The secret information derived from the key exchange data. - The key is missing. - - - Gets the parameters for the PKCS #1 key exchange. - An XML string containing the parameters of the PKCS #1 key exchange operation. - - - Gets or sets the random number generator algorithm to use in the creation of the key exchange. - The instance of a random number generator algorithm to use. - - - Sets the private key to use for decrypting the secret information. - The instance of the algorithm that holds the private key. - key is null. - - - Creates the PKCS#1 key exchange data using . - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the public key. - key is null. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - The encrypted key exchange data to be sent to the intended recipient. - rgbData is too big. - The key is null. - - - Creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - This parameter is not used in the current version. - The encrypted key exchange data to be sent to the intended recipient. - - - Gets the parameters for the PKCS #1 key exchange. - An XML string containing the parameters of the PKCS #1 key exchange operation. - - - Gets or sets the random number generator algorithm to use in the creation of the key exchange. - The instance of a random number generator algorithm to use. - - - Sets the public key to use for encrypting the key exchange data. - The instance of the algorithm that holds the public key. - key is null. - - - Verifies an PKCS #1 version 1.5 signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of that holds the public key. - key is null. - - - Sets the hash algorithm to use for verifying the signature. - The name of the hash algorithm to use for verifying the signature. - - - Sets the public key to use for verifying the signature. - The instance of that holds the public key. - key is null. - - - Verifies the PKCS#1 signature for the specified data. - The data signed with rgbSignature. - The signature to be verified for rgbHash. - true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false. - The key is null. -or- The hash algorithm is null. - The rgbHash parameter is null. -or- The rgbSignature parameter is null. - - - Creates an PKCS #1 version 1.5 signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the algorithm that holds the private key. - key is null. - - - Creates the PKCS #1 signature for the specified data. - The data to be signed. - The digital signature for rgbHash. - The key is null. -or- The hash algorithm is null. - The rgbHash parameter is null. - - - Sets the hash algorithm to use for creating the signature. - The name of the hash algorithm to use for creating the signature. - - - Sets the private key to use for creating the signature. - The instance of the algorithm that holds the private key. - key is null. - - - Specifies the padding mode and parameters to use with RSA signature creation or verification operations. - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with the current instance. - true if the specified object is equal to the current object; otherwise, false. - - - Returns a value that indicates whether this instance is equal to a specified object. - The object to compare with the current instance. - true if the specified object is equal to the current object; otherwise, false. - - - Returns the hash code for this instance. - The hash code for this instance. - - - Gets the padding mode of this instance. - The padding mode (either or ) of this instance. - - - Indicates whether two specified objects are equal. - The first object to compare. - The second object to compare. - true if left and right are equal; otherwise, false. - - - Indicates whether two specified objects are unequal. - The first object to compare. - The second object to compare. - true if left and right are unequal; otherwise, false. - - - Gets an object that uses the PKCS #1 v1.5 padding mode. - An object that uses the padding mode. - - - Gets an object that uses PSS padding mode. - An object that uses the padding mode with the number of salt bytes equal to the size of the hash. - - - Returns the string representation of the current instance. - The string representation of the current object. - - - Specifies the padding mode to use with RSA signature creation or verification operations. - - - PKCS #1 v1.5 - - - - Probabilistic Signature Scheme - - - - Computes the hash for the input data. - - - Initializes a new instance of . - The policy on this object is not compliant with the FIPS algorithm. - - - Creates an instance of the default implementation of . - A new instance of . - - - Creates an instance of the specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - - - Computes the hash for the input data using the managed library. - - - Initializes a new instance of the class. - This class is not compliant with the FIPS algorithm. - - - - - - Routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - Returns the computed hash value after all data has been written to the object. - The computed hash code. - - - Initializes an instance of . - - - Computes the hash for the input data. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of . - A new instance of . - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Computes the hash for the input data using the managed library. - - - Initializes a new instance of the class using the managed library. - The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. - The computed hash code. - - - Initializes an instance of . - - - Computes the hash for the input data. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of . - A new instance of . - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Computes the hash for the input data using the managed library. - - - Initializes a new instance of the class. - The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. - The computed hash code. - - - Initializes an instance of . - - - Computes the hash for the input data. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of . - A new instance of . - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of a specified implementation of . - The name of the specific implementation of to be used. - A new instance of using the specified implementation. - The algorithm described by the hashName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Computes the hash algorithm for the input data using the managed library. - - - Initializes a new instance of the class. - The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. - The input data. - The offset into the byte array from which to begin using data. - The number of bytes in the array to use as data. - - - When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. - The computed hash code. - - - Initializes an instance of the class using the managed library. - - - Contains information about the properties of a digital signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class from the specified . - The from which to get the algorithms for the signature description. - The el parameter is null. - - - Creates an instance with the specified key using the property. - The key to use in the . - The newly created instance. - - - Creates a instance using the property. - The newly created instance. - - - Creates an instance with the specified key using the property. - The key to use in the . - The newly created instance. - - - Gets or sets the deformatter algorithm for the signature description. - The deformatter algorithm for the signature description. - - - Gets or sets the digest algorithm for the signature description. - The digest algorithm for the signature description. - - - Gets or sets the formatter algorithm for the signature description. - The formatter algorithm for the signature description. - - - Gets or sets the key algorithm for the signature description. - The key algorithm for the signature description. - - - Represents the base class for Triple Data Encryption Standard algorithms from which all implementations must derive. - - - Initializes a new instance of the class. - - - Creates an instance of a cryptographic object to perform the algorithm. - An instance of a cryptographic object. - - - Creates an instance of a cryptographic object to perform the specified implementation of the algorithm. - The name of the specific implementation of to use. - An instance of a cryptographic object. - - - Determines whether the specified key is weak. - The secret key to test for weakness. - true if the key is weak; otherwise, false. - The size of the rgbKey parameter is not valid. - - - Gets or sets the secret key for the algorithm. - The secret key for the algorithm. - An attempt was made to set the key to null. - An attempt was made to set a key whose length is invalid. -or- An attempt was made to set a weak key (see ). - - - - - - - - - Provides an abstract base class from which all implementations must inherit. - - - Initializes a new instance of the class. - A byte array that represents an object. - keyBlob is null. - - - Releases all resources used by the current instance of the class. - - - Releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Serializes the key BLOB to a byte array. - A byte array that contains the serialized Elliptic Curve Diffie-Hellman (ECDH) public key. - - - Serializes the public key to an XML string. - An XML string that contains the serialized Elliptic Curve Diffie-Hellman (ECDH) public key. - - - Provides an abstract base class that encapsulates the Elliptic Curve Digital Signature Algorithm (ECDSA). - - - Initializes a new instance of the class. - - - Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). - A new instance of the default implementation () of this class. - - - Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) with a newly generated key over the specified curve. - The curve to use for key generation. - A new instance of the default implementation () of this class. - - - Creates a new instance of the default implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) using the specified parameters as the key. - The parameters representing the key to use. - A new instance of the default implementation () of this class. - - - Creates a new instance of the specified implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). - The name of an ECDSA implementation. The following strings all refer to the same implementation, which is the only implementation currently supported in the .NET Framework: - "ECDsa" - "ECDsaCng" - "System.Security.Cryptography.ECDsaCng" You can also provide the name of a custom ECDSA implementation. - A new instance of the specified implementation of this class. If the specified algorithm name does not map to an ECDSA implementation, this method returns null. - The algorithm parameter is null. - - - When overridden in a derived class, exports the explicit parameters for an elliptic curve. - true to include private parameters; otherwise, false. - The parameters representing the point on the curve for this key, using the explicit curve format. - A derived class must override this method. - - - When overridden in a derived class, exports the named or explicit parameters for an elliptic curve. If the curve has a name, the field contains named curve parameters, otherwise it contains explicit parameters. - true to include private parameters; otherwise, false. - The parameters representing the point on the curve for this key. - A derived class must override this method. - - - - - - When overridden in a derived class, generates a new public/private key pair for the specified curve. - The curve to use. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of the specified binary stream by using the specified hashing algorithm. - The binary stream to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of the specified portion of a byte array by using the specified hashing algorithm. - The data to be hashed. - The index of the first byte in data to be hashed. - The number of bytes to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, imports the specified parameters. - The curve parameters. - A derived class must override this method. - - - Gets the name of the key exchange algorithm. - Always null. - - - Gets the name of the signature algorithm. - The string "ECDsa". - - - Computes the hash value of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The hash algorithm to use to create the hash value. - The ECDSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of the specified stream using the specified hash algorithm and signs the resulting hash value. - The input stream for which to compute the hash. - The hash algorithm to use to create the hash value. - The ECDSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of a portion of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The offset into the array at which to begin using data. - The number of bytes in the array to use as data. - The hash algorithm to use to create the hash value. - The ECDSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Generates a digital signature for the specified hash value. - The hash value of the data that is being signed. - A digital signature that consists of the given hash value encrypted with the private key. - The hash parameter is null. - - - - - - - Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The starting index at which to compute the hash. - The number of bytes to hash. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Verifies a digital signature against the specified hash value. - The hash value of a block of data. - The digital signature to be verified. - true if the hash value equals the decrypted signature; otherwise, false. - - - Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm. - - - Represents the curve associated with the public key () and the optional private key (). - - - - Represents the private key D for the elliptic curve cryptography (ECC) algorithm, stored in big-endian format. - - - - Represents the public key Q for the elliptic curve cryptography (ECC) algorithm. - - - - Validates the current object. - The key or curve parameters are not valid for the current curve type. - - - Represents a (X,Y) coordinate pair for elliptic curve cryptography (ECC) structures. - - - Represents the X coordinate. - - - - Represents the Y coordinate. - - - - Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - - - Initializes a new instance of the class by using a randomly generated key. - - - Initializes a new instance of the class by using the specified key. - The secret key for encryption. The key can be any length, but if it is more than 64 bytes long it will be hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - - - Initializes a new instance of the class with a randomly generated key. - - - Initializes a new instance of the class with the specified key data. - The secret key for encryption. The key can be any length, but if it is more than 64 bytes long it is hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. - The key parameter is null. - - - Initializes a new instance of the class with the specified key data and a value that specifies whether to use the managed version of the SHA1 algorithm. - The secret key for encryption. The key can be any length, but if it is more than 64 bytes long, it is hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. - true to use the managed implementation of the SHA1 algorithm (the class); false to use the unmanaged implementation (the class). - - - - - - - - - - - - - - - - - - - - - - - Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - - - Initializes a new instance of the class with a randomly generated key. - - - Initializes a new instance of the class with the specified key data. - The secret key for encryption. The key can be any length. However, the recommended size is 64 bytes. If the key is more than 64 bytes long, it is hashed (using SHA-256) to derive a 64-byte key. If it is less than 64 bytes long, it is padded to 64 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - - - Initializes a new instance of the class by using a randomly generated key. - - - Initializes a new instance of the class by using the specified key data. - The secret key for encryption. The key can be any length. However, the recommended size is 128 bytes. If the key is more than 128 bytes long, it is hashed (using SHA-384) to derive a 128-byte key. If it is less than 128 bytes long, it is padded to 128 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Provides a workaround for the .NET Framework 2.0 implementation of the algorithm, which is inconsistent with the .NET Framework 2.0 Service Pack 1 implementation of the algorithm. - true to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications; otherwise, false. - - - Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - - - Initializes a new instance of the class with a randomly generated key. - - - Initializes a new instance of the class with the specified key data. - The secret key for encryption. The key can be any length. However, the recommended size is 128 bytes. If the key is more than 128 bytes long, it is hashed (using SHA-512) to derive a 128-byte key. If it is less than 128 bytes long, it is padded to 128 bytes. - The key parameter is null. - - - - - - - - - - - - - - - - - - - - - - - Provides a workaround for the .NET Framework 2.0 implementation of the algorithm, which is inconsistent with the .NET Framework 2.0 Service Pack 1 implementation. - true to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications; otherwise, false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents the abstract class from which all mask generator algorithms must derive. - - - Initializes a new instance of the class. - - - When overridden in a derived class, generates a mask with the specified length using the specified random seed. - The random seed to use to compute the mask. - The length of the generated mask in bytes. - A randomly generated mask whose length is equal to the cbReturn parameter. - - - Represents the abstract class from which all implementations of the hash algorithm inherit. - - - Initializes a new instance of . - - - Creates an instance of the default implementation of the hash algorithm. - A new instance of the hash algorithm. - The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates an instance of the specified implementation of the hash algorithm. - The name of the specific implementation of to use. - A new instance of the specified implementation of . - The algorithm described by the algName parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Represents the abstract base class from which all implementations of the Advanced Encryption Standard (AES) must inherit. - - - Initializes a new instance of the class. - - - Creates a cryptographic object that is used to perform the symmetric algorithm. - A cryptographic object that is used to perform the symmetric algorithm. - - - Creates a cryptographic object that specifies the implementation of AES to use to perform the symmetric algorithm. - The name of the specific implementation of AES to use. - A cryptographic object that is used to perform the symmetric algorithm. - The algorithmName parameter is null. - - - - - - - - - Provides a managed implementation of the Advanced Encryption Standard (AES) symmetric algorithm. - - - Initializes a new instance of the class. - The Windows security policy setting for FIPS is enabled. - This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms. - - - - - - Creates a symmetric decryptor object using the current key and initialization vector (IV). - A symmetric decryptor object. - - - Creates a symmetric decryptor object using the specified key and initialization vector (IV). - The secret key to use for the symmetric algorithm. - The initialization vector to use for the symmetric algorithm. - A symmetric decryptor object. - key or iv is null. - key is invalid. - - - Creates a symmetric encryptor object using the current key and initialization vector (IV). - A symmetric encryptor object. - - - Creates a symmetric encryptor object using the specified key and initialization vector (IV). - The secret key to use for the symmetric algorithm. - The initialization vector to use for the symmetric algorithm. - A symmetric encryptor object. - key or iv is null. - key is invalid. - - - Gets or sets the number of bits to use as feedback. - The feedback size, in bits. - - - Generates a random initialization vector (IV) to use for the symmetric algorithm. - - - Generates a random key to use for the symmetric algorithm. - - - Gets or sets the initialization vector (IV) to use for the symmetric algorithm. - The initialization vector to use for the symmetric algorithm - - - Gets or sets the secret key used for the symmetric algorithm. - The key for the symmetric algorithm. - - - Gets or sets the size, in bits, of the secret key used for the symmetric algorithm. - The size, in bits, of the key used by the symmetric algorithm. - - - - - - - - - Gets or sets the mode for operation of the symmetric algorithm. - One of the enumeration values that specifies the block cipher mode to use for encryption. The default is . - is set to or . - - - Gets or sets the padding mode used in the symmetric algorithm. - One of the enumeration values that specifies the type of padding to apply. The default is . - - - Represents the base class from which all asymmetric key exchange deformatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, extracts secret information from the encrypted key exchange data. - The key exchange data within which the secret information is hidden. - The secret information derived from the key exchange data. - - - When overridden in a derived class, gets or sets the parameters for the asymmetric key exchange. - A string in XML format containing the parameters of the asymmetric key exchange operation. - - - When overridden in a derived class, sets the private key to use for decrypting the secret information. - The instance of the implementation of that holds the private key. - - - Represents the base class from which all asymmetric key exchange formatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - The encrypted key exchange data to be sent to the intended recipient. - - - When overridden in a derived class, creates the encrypted key exchange data from the specified input data. - The secret information to be passed in the key exchange. - This parameter is not used in the current version. - The encrypted key exchange data to be sent to the intended recipient. - - - When overridden in a derived class, gets the parameters for the asymmetric key exchange. - A string in XML format containing the parameters of the asymmetric key exchange operation. - - - When overridden in a derived class, sets the public key to use for encrypting the secret information. - The instance of the implementation of that holds the public key. - - - Represents the abstract base class from which all implementations of asymmetric signature deformatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, sets the hash algorithm to use for verifying the signature. - The name of the hash algorithm to use for verifying the signature. - - - When overridden in a derived class, sets the public key to use for verifying the signature. - The instance of an implementation of that holds the public key. - - - When overridden in a derived class, verifies the signature for the specified data. - The data signed with rgbSignature. - The signature to be verified for rgbHash. - true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false. - - - Verifies the signature from the specified hash value. - The hash algorithm to use to verify the signature. - The signature to be verified. - true if the signature is valid for the hash; otherwise, false. - The hash parameter is null. - - - Represents the base class from which all implementations of asymmetric signature formatters derive. - - - Initializes a new instance of . - - - When overridden in a derived class, creates the signature for the specified data. - The data to be signed. - The digital signature for the rgbHash parameter. - - - Creates the signature from the specified hash value. - The hash algorithm to use to create the signature. - The signature for the specified hash value. - The hash parameter is null. - - - When overridden in a derived class, sets the hash algorithm to use for creating the signature. - The name of the hash algorithm to use for creating the signature. - - - When overridden in a derived class, sets the asymmetric algorithm to use to create the signature. - The instance of the implementation of to use to create the signature. - - - Accesses the cryptography configuration information. - - - Initializes a new instance of the class. - - - Adds a set of names to algorithm mappings to be used for the current application domain. - The algorithm to map to. - An array of names to map to the algorithm. - The algorithm or names parameter is null. - algorithm cannot be accessed from outside the assembly. -or- One of the entries in the names parameter is empty or null. - - - Adds a set of names to object identifier (OID) mappings to be used for the current application domain. - The object identifier (OID) to map to. - An array of names to map to the OID. - The oid or names parameter is null. - One of the entries in the names parameter is empty or null. - - - Indicates whether the runtime should enforce the policy to create only Federal Information Processing Standard (FIPS) certified algorithms. - true to enforce the policy; otherwise, false. - - - Creates a new instance of the specified cryptographic object. - The simple name of the cryptographic object of which to create an instance. - A new instance of the specified cryptographic object. - The name parameter is null. - The algorithm described by the name parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Creates a new instance of the specified cryptographic object with the specified arguments. - The simple name of the cryptographic object of which to create an instance. - The arguments used to create the specified cryptographic object. - A new instance of the specified cryptographic object. - The name parameter is null. - The algorithm described by the name parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. - - - Encodes the specified object identifier (OID). - The OID to encode. - A byte array containing the encoded OID. - The str parameter is null. - An error occurred while encoding the OID. - - - Gets the object identifier (OID) of the algorithm corresponding to the specified simple name. - The simple name of the algorithm for which to get the OID. - The OID of the specified algorithm. - The name parameter is null. - - - Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit. - - - Initializes a new instance of the class. - - - When overridden in a derived class, releases all resources used by the current instance of the class. - - - When overridden in a derived class, releases the unmanaged resources used by the class and optionally releases the managed resources. - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - When overridden in a derived class, returns pseudo-random key bytes. - The number of pseudo-random key bytes to generate. - A byte array filled with pseudo-random key bytes. - - - When overridden in a derived class, resets the state of the operation. - - - Represents the base class for the Data Encryption Standard (DES) algorithm from which all implementations must derive. - - - Initializes a new instance of the class. - - - Creates an instance of a cryptographic object to perform the Data Encryption Standard () algorithm. - A cryptographic object. - - - Creates an instance of a cryptographic object to perform the specified implementation of the Data Encryption Standard () algorithm. - The name of the specific implementation of to use. - A cryptographic object. - - - Determines whether the specified key is semi-weak. - The secret key to test for semi-weakness. - true if the key is semi-weak; otherwise, false. - The size of the rgbKey parameter is not valid. - - - Determines whether the specified key is weak. - The secret key to test for weakness. - true if the key is weak; otherwise, false. - The size of the rgbKey parameter is not valid. - - - Gets or sets the secret key for the Data Encryption Standard () algorithm. - The secret key for the algorithm. - An attempt was made to set the key to null. - An attempt was made to set a key whose length is not equal to . - An attempt was made to set a weak key (see ) or a semi-weak key (see ). - - - Represents the abstract base class from which all implementations of the Digital Signature Algorithm () must inherit. - - - Initializes a new instance of the class. - - - Creates the default cryptographic object used to perform the asymmetric algorithm. - A cryptographic object used to perform the asymmetric algorithm. - - - - - - - - - - - Creates the specified cryptographic object used to perform the asymmetric algorithm. - The name of the specific implementation of to use. - A cryptographic object used to perform the asymmetric algorithm. - - - When overridden in a derived class, creates the signature for the specified data. - The data to be signed. - The digital signature for the specified data. - - - When overridden in a derived class, exports the . - true to include private parameters; otherwise, false. - The parameters for . - - - Reconstructs a object from an XML string. - The XML string to use to reconstruct the object. - The xmlString parameter is null. - The format of the xmlString parameter is not valid. - - - When overridden in a derived class, computes the hash value of a specified portion of a byte array by using a specified hashing algorithm. - The data to be hashed. - The index of the first byte in data that is to be hashed. - The number of bytes to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, computes the hash value of a specified binary stream by using a specified hashing algorithm. - The binary stream to hash. - The algorithm to use to hash the data. - The hashed data. - A derived class must override this method. - - - When overridden in a derived class, imports the specified . - The parameters for . - - - Computes the hash value of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The hash algorithm to use to create the hash value. - The DSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of the specified stream using the specified hash algorithm and signs the resulting hash value. - The input stream for which to compute the hash. - The hash algorithm to use to create the hash value. - The DSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - - - Computes the hash value of a portion of the specified byte array using the specified hash algorithm and signs the resulting hash value. - The input data for which to compute the hash. - The offset into the array at which to begin using data. - The number of bytes in the array to use as data. - The hash algorithm to use to create the hash value. - The DSA signature for the specified data. - data is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Creates and returns an XML string representation of the current object. - true to include private parameters; otherwise, false. - An XML string encoding of the current object. - - - Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The starting index at which to compute the hash. - The number of bytes to hash. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the digital signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - offset is less than zero. -or- count is less than zero. -or- offset + count – 1 results in an index that is beyond the upper bound of data. - - - Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the digital signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and comparing it to the provided signature. - The signed data. - The signature data to be verified. - The hash algorithm used to create the hash value of the data. - true if the digital signature is valid; otherwise, false. - data is null. -or- signature is null. - hashAlgorithm. is null or . - - - When overridden in a derived class, verifies the signature for the specified data. - The hash of the data signed with rgbSignature. - The signature to be verified for rgbData. - true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false. - - - Contains the typical parameters for the algorithm. - - - Specifies the counter for the algorithm. - - - - Specifies the G parameter for the algorithm. - - - - Specifies the J parameter for the algorithm. - - - - Specifies the P parameter for the algorithm. - - - - Specifies the Q parameter for the algorithm. - - - - Specifies the seed for the algorithm. - - - - Specifies the X parameter for the algorithm. - - - - Specifies the Y parameter for the algorithm. - - - - Verifies a Digital Signature Algorithm () PKCS#1 v1.5 signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of Digital Signature Algorithm () that holds the key. - key is null. - - - Specifies the hash algorithm for the Digital Signature Algorithm () signature deformatter. - The name of the hash algorithm to use for the signature deformatter. - The strName parameter does not map to the hash algorithm. - - - Specifies the key to be used for the Digital Signature Algorithm () signature deformatter. - The instance of that holds the key. - key is null. - - - Verifies the Digital Signature Algorithm () signature on the data. - The data signed with rgbSignature. - The signature to be verified for rgbHash. - true if the signature is valid for the data; otherwise, false. - rgbHash is null. -or- rgbSignature is null. - The DSA key is missing. - - - Creates a Digital Signature Algorithm () signature. - - - Initializes a new instance of the class. - - - Initializes a new instance of the class with the specified key. - The instance of the Digital Signature Algorithm () that holds the key. - key is null. - - - Creates the Digital Signature Algorithm () PKCS #1 signature for the specified data. - The data to be signed. - The digital signature for the specified data. - rgbHash is null. - The OID is null. -or- The DSA key is null. - - - Specifies the hash algorithm for the Digital Signature Algorithm () signature formatter. - The name of the hash algorithm to use for the signature formatter. - The strName parameter does not map to the hash algorithm. - - - Specifies the key to be used for the Digital Signature Algorithm () signature formatter. - The instance of that holds the key. - key is null. - - - Indicates how to interpret the data contained in an object. - - - The curve parameters represent a characteristic 2 curve. - - - - No curve data is interpreted. The caller is assumed to know what the curve is. - - - - The curve parameters represent a named curve. - - - - The curve parameters represent a prime curve with the formula By^2 = x^3 + A\x^2 + x. - - - - The curve parameters represent a prime curve with the formula y^2 = x^3 + A*x + B in the prime field P. - - - - The curve parameters represent a prime curve with the formula Ax^2 + y^2 = 1 + B\x^2*y^2 in the prime field P. - - - - Represents a factory class for creating named curves. - - - Gets a brainpoolP160r1 named curve. - A brainpoolP160r1 named curve. - - - Gets a brainpoolP160t1 named curve. - A brainpoolP160t1 named curve. - - - Gets a brainpoolP192r1 named curve. - A brainpoolP192r1 named curve. - - - Gets a brainpoolP192t1 named curve. - A brainpoolP192t1 named curve. - - - Gets a brainpoolP224r1 named curve. - A brainpoolP224r1 named curve. - - - Gets a brainpoolP224t1 named curve. - A brainpoolP224t1 named curve. - - - Gets a brainpoolP256r1 named curve. - A brainpoolP256r1 named curve. - - - Gets a brainpoolP256t1 named curve. - A brainpoolP256t1 named curve. - - - Gets a brainpoolP320r1 named curve. - A brainpoolP320r1 named curve. - - - Gets a brainpoolP320t1 named curve. - A brainpoolP320t1 named curve. - - - Gets a brainpoolP384r1 named curve. - A brainpoolP384r1 named curve. - - - Gets a brainpoolP384t1 named curve. - A brainpoolP384t1 named curve. - - - Gets a brainpoolP512r1 named curve. - A brainpoolP512r1 named curve. - - - Gets a brainpoolP512t1 named curve. - A brainpoolP512t1 named curve. - - - Gets a nistP256 named curve. - A nistP256 named curve. - - - Gets a nistP384 named curve. - A nistP384 named curve. - - - Gets a nistP521 named curve. - A nistP521 named curve. - - - Represents an elliptic curve. - - - The first coefficient for an explicit curve. A for short Weierstrass, Montgomery, and Twisted Edwards curves. - - - - The second coefficient for an explicit curve. B for short Weierstrass and d for Twisted Edwards curves. - - - - The cofactor of the curve. - - - - Creates a named curve using the specified friendly name of the identifier. - The friendly name of the identifier. - An object representing the named curve. - oidFriendlyName is null. - - - Creates a named curve using the specified object. - The object identifier to use. - An object representing the named curve. - - - Creates a named curve using the specified dotted-decimal representation of the identifier. - The dotted number of the identifier. - An object representing the named curve. - oidValue is null. - - - Identifies the composition of the object. - - - - The generator, or base point, for operations on the curve. - - - - The name of the hash algorithm which was used to generate the curve coefficients ( and ) from the under the ANSI X9.62 generation algorithm. Applies only to explicit curves. - - - - Gets a value that indicates whether the curve type indicates an explicit characteristic 2 curve. - true if the curve is an explicit characteristic 2 curve; false if the curve is a named characteristic 2, prime, or implicit curve. - - - Gets a value that indicates whether the curve type indicates an explicit curve (either prime or characteristic 2). - true if the curve is an explicit curve (either prime or characteristic 2); false if the curve is a named or implicit curve. - - - Gets a value that indicates whether the curve type indicates a named curve. - true if the curve is a named curve; false if the curve is an implict or an explicit curve (either prime or characteristic 2). - - - Gets a value that indicates whether the curve type indicates an explicit prime curve. - true if the curve is an explicit prime curve; false if the curve is a named prime, characteristic 2 or implicit curves. - - - Gets the identifier of a named curve. - The identifier of a named curve. - - - The order of the curve. Applies only to explicit curves. - - - - The curve polynomial. Applies only to characteristic 2 curves. - - - - The prime specifying the base field. Applies only to prime curves. - - - - The seed value for coefficient generation under the ANSI X9.62 generation algorithm. Applies only to explicit curves. - - - - Validates the integrity of the current curve. Throws a exception if the structure is not valid. - The curve parameters are not valid for the current curve type. - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.ValueTuple.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.ValueTuple.dll deleted file mode 100644 index 8b0ca200..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.ValueTuple.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.ValueTuple.xml b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.ValueTuple.xml deleted file mode 100644 index 9ea2079f..00000000 --- a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net47/ref/System.ValueTuple.xml +++ /dev/null @@ -1,2269 +0,0 @@ - - - - System.ValueTuple - - - - Provides extension methods for tuples to interoperate with language support for tuples in C#. - - - Deconstructs a tuple with 21 elements into separate variables. - The 21-element tuple to deconstruct into 21 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The value of the nineteenth element, or value.Rest.Rest.Item5. - The value of the twentieth element, or value.Rest.Rest.Item6. - The value of the twenty-first element, or value.Rest.Rest.Item7. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - The type of the nineteenth element. - The type of the twentieth element. - The type of the twenty-first element. - - - Deconstructs a tuple with 20 elements into separate variables. - The 20-element tuple to deconstruct into 20 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The value of the nineteenth element, or value.Rest.Rest.Item5. - The value of the twentieth element, or value.Rest.Rest.Item6. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - The type of the nineteenth element. - The type of the twentieth element. - - - Deconstructs a tuple with 19 elements into separate variables. - The 19-element tuple to deconstruct into 19 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The value of the nineteenth element, or value.Rest.Rest.Item5. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - The type of the nineteenth element. - - - Deconstructs a tuple with 18 elements into separate variables. - The 18-element tuple to deconstruct into 18 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The value of the eighteenth element, or value.Rest.Rest.Item4. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - The type of the eighteenth element. - - - Deconstructs a tuple with 17 elements into separate variables. - The 17-element tuple to deconstruct into 17 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The value of the seventeenth element, or value.Rest.Rest.Item3. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - The type of the seventeenth element. - - - Deconstructs a tuple with 16 elements into separate variables. - The 16-element tuple to deconstruct into 16 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The value of the sixteenth element, or value.Rest.Rest.Item2. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - The type of the sixteenth element. - - - Deconstructs a tuple with 15 elements into separate variables. - The 15-element tuple to deconstruct into 15 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The value of the fifteenth element, or value.Rest.Rest.Item1. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - The type of the fifteenth element. - - - Deconstructs a tuple with 14 elements into separate variables. - The 14-element tuple to deconstruct into 14 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The value of the fourteenth element, or value.Rest.Item7. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - The type of the fourteenth element. - - - Deconstructs a tuple with 13 elements into separate variables. - The 13-element tuple to deconstruct into 13 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The value of the thirteenth element, or value.Rest.Item6. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - The type of the thirteenth element. - - - Deconstructs a tuple with 12 elements into separate variables. - The 12-element tuple to deconstruct into 12 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The value of the twelfth element, or value.Rest.Item5. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - The type of the twelfth element. - - - Deconstructs a tuple with 11 elements into separate variables. - The 11-element tuple to deconstruct into 11 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The value of the eleventh element, or value.Rest.Item4. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - The type of the eleventh element. - - - Deconstructs a tuple with 10 elements into separate variables. - The 10-element tuple to deconstruct into 10 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The value of the tenth element, or value.Rest.Item3. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - The type of the tenth element. - - - Deconstructs a tuple with 9 elements into separate variables. - The 9-element tuple to deconstruct into 9 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The value of the ninth element, or value.Rest.Item2. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - The type of the ninth element. - - - Deconstructs a tuple with 8 elements into separate variables. - The 8-element tuple to deconstruct into 8 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The value of the eighth element, or value.Rest.Item1. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element. - - - Deconstructs a tuple with 7 elements into separate variables. - The 7-element tuple to deconstruct into 7 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The value of the seventh element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - - - Deconstructs a tuple with 6 elements into separate variables. - The 6-element tuple to deconstruct into 6 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The value of the sixth element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - - - Deconstructs a tuple with 5 elements into separate variables. - The 5-element tuple to deconstruct into 5 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The value of the fifth element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - - - Deconstructs a tuple with 4 elements into separate variables. - The 4-element tuple to deconstruct into 4 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The value of the fourth element. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - - - Deconstructs a tuple with 3 elements into separate variables. - The 3-element tuple to deconstruct into 3 separate variables. - The value of the first element. - The value of the second element. - The value of the third element. - The type of the first element. - The type of the second element. - The type of the third element. - - - Deconstructs a tuple with 2 elements into separate variables. - The 2-element tuple to deconstruct into 2 separate variables. - The value of the first element. - The value of the second element. - The type of the first element. - The type of the second element. - - - Deconstructs a tuple with 1 element into a separate variable. - The 1-element tuple to deconstruct into a separate variable. - The value of the single element. - The type of the single element. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The type of the twenty-first element., or value.Rest.Rest.Item7. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The type of the third element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The type of the second element. - The converted tuple. - - - Converts an instance of the ValueTuple structure to an instance of the Tuple class. - The value tuple instance to convert to a tuple. - The type of the first element. - The converted tuple. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The type of the twenty-first element., or value.Rest.Rest.Item7. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The type of the twentieth element., or value.Rest.Rest.Item6. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The type of the nineteenth element., or value.Rest.Rest.Item5. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The type of the eighteenth element., or value.Rest.Rest.Item4. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The type of the seventeenth element., or value.Rest.Rest.Item3. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The type of the sixteenth element, ., or value.Rest.Rest.Item2. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The type of the fifteenth element., or value.Rest.Rest.Item1. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The type of the fourteenth element, or value.Rest.Item7. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The type of the thirteenth element, or value.Rest.Item6. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The type of the twelfth element, or value.Rest.Item5. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The type of the eleventh element, or value.Rest.Item4. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The type of the tenth element, or value.Rest.Item3. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The type of the ninth element, or value.Rest.Item2. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The type of the eighth element, or value.Rest.Item1. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The type of the seventh element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The type of the sixth element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The type of the fifth element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The type of the fourth element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The type of the third element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The type of the second element. - The converted value tuple instance. - - - Converts an instance of the Tuple class to an instance of the ValueTuple structure. - The tuple object to convert to a value tuple - The type of the first element. - The converted value tuple instance. - - - Represents a value tuple with a single component. - The type of the value tuple's only element. - - - Initializes a new instance. - The value tuple's first element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified object; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 2 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 3 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 4 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 5 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 6 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - The type of the value tuple's sixth element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - The value tuple's sixth element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Gets the value of the current instance's sixth element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents a value tuple with 7 components. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - The type of the value tuple's sixth element. - The type of the value tuple's seventh element. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - The value tuple's sixth element. - The value tuple's seventh element. - - - Compares the current instance to a specified instance. - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Gets the value of the current instance's sixth element. - - - - Gets the value of the current instance's seventh element. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Represents an n-value tuple, where n is 8 or greater. - The type of the value tuple's first element. - The type of the value tuple's second element. - The type of the value tuple's third element. - The type of the value tuple's fourth element. - The type of the value tuple's fifth element. - The type of the value tuple's sixth element. - The type of the value tuple's seventh element. - Any generic value tuple instance that defines the types of the tuple's remaining elements. - - - Initializes a new instance. - The value tuple's first element. - The value tuple's second element. - The value tuple's third element. - The value tuple's fourth element. - The value tuple's fifth element. - The value tuple's sixth element. - The value tuple's seventh element. - An instance of any value tuple type that contains the values of the value's tuple's remaining elements. - rest is not a generic value tuple type. - - - Compares the current instance to a specified instance - The tuple to compare with this instance. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
-
- - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare with this instance. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns a value that indicates whether the current instance is equal to a specified instance. - The value tuple to compare with this instance. - true if the current instance is equal to the specified tuple; otherwise, false. - - - Calculates the hash code for the current instance. - The hash code for the current instance. - - - Gets the value of the current instance's first element. - - - - Gets the value of the current instance's second element. - - - - Gets the value of the current instance's third element. - - - - Gets the value of the current instance's fourth element. - - - - Gets the value of the current instance's fifth element. - - - - Gets the value of the current instance's sixth element. - - - - Gets the value of the current instance's seventh element. - - - - Gets the current instance's remaining elements. - - - - Returns a string that represents the value of this instance. - The string representation of this instance. - - - Compares the current instance to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - The object to compare with the current instance. - An object that provides custom rules for comparison. -

A signed integer that indicates the relative position of this instance and other in the sort order, as shown in the following able.

-
Vaue

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
- other is not a object. -
- - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified objects; otherwise, false. - - - Calculates the hash code for the current instance by using a specified computation method. - An object whose method calculates the hash code of the current instance. - A 32-bit signed integer hash code. - - - Compares the current object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. - An object to compare with the current instance. -

A signed integer that indicates the relative position of this instance and obj in the sort order, as shown in the following table.

-
Value

-

Description

-

A negative integer

-

This instance precedes other.

-

Zero

-

This instance and other have the same position in the sort order.

-

A positive integer

-

This instance follows other.

-

-
- other is not a object. -
- - Provides static methods for creating value tuples. - - - Compares the current instance with a specified object. - The object to compare with the current instance. - Returns 0 if other is a instance and 1 if other is null. - other is not a instance. - - - Creates a new value tuple with zero components. - A new value tuple with no components. - - - Creates a new value tuple with 8 components (an octuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The value of the value tuple's sixth component. - The value of the value tuple's seventh component. - The value of the value tuple's eighth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - The type of the value tuple's sixth component. - The type of the value tuple's seventh component. - The type of the value tuple's eighth component. - A value tuple with 8 components. - - - Creates a new value tuple with 7 components (a septuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The value of the value tuple's sixth component. - The value of the value tuple's seventh component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - The type of the value tuple's sixth component. - The type of the value tuple's seventh component. - A value tuple with 7 components. - - - Creates a new value tuple with 6 components (a sexuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The value of the value tuple's sixth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - The type of the value tuple's sixth component. - A value tuple with 6 components. - - - Creates a new value tuple with 5 components (a quintuple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The value of the value tuple's fifth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - The type of the value tuple's fifth component. - A value tuple with 5 components. - - - Creates a new value tuple with 4 components (a quadruple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The value of the value tuple's fourth component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - The type of the value tuple's fourth component. - A value tuple with 4 components. - - - Creates a new value tuple with 3 components (a triple). - The value of the value tuple's first component. - The value of the value tuple's second component. - The value of the value tuple's third component. - The type of the value tuple's first component. - The type of the value tuple's second component. - The type of the value tuple's third component. - A value tuple with 3 components. - - - Creates a new value tuple with 2 components (a pair). - The value of the value tuple's first component. - The value of the value tuple's second component. - The type of the value tuple's first component. - The type of the value tuple's second component. - A value tuple with 2 components. - - - Creates a new value tuple with 1 component (a singleton). - The value of the value tuple's only component. - The type of the value tuple's only component. - A value tuple with 1 component. - - - Determines whether two instances are equal. This method always returns true. - The value tuple to compare with the current instance. - This method always returns true. - - - Returns a value that indicates whether the current instance is equal to a specified object. - The object to compare to the current instance. - true if obj is a instance; otherwise, false. - - - Returns the hash code for the current instance. - The hash code for the current instance. - - - Returns the string representation of this instance. - This method always returns "()". - - - Compares the current instance to a specified object. - The object to compare with the current instance. - An object that provides custom rules for comparison. This parameter is ignored. - Returns 0 if other is a instance and 1 if other is null. - other is not a instance. - - - Returns a value that indicates whether the current instance is equal to a specified object based on a specified comparison method. - The object to compare with this instance. - An object that defines the method to use to evaluate whether the two objects are equal. - true if the current instance is equal to the specified object; otherwise, false. - - - Returns the hash code for this instance. - An object whose method computes the hash code. This parameter is ignored. - The hash code for this instance. - - - Compares this instance with a specified object and returns an indication of their relative values. - The object to compare with the current instance - 0 if other is a instance; otherwise, 1 if other is null. - other is not a instance. - - - Indicates that the use of a value tuple on a member is meant to be treated as a tuple with element names. - - - - - - Initializes a new instance of the class. - A string array that specifies, in a pre-order depth-first traversal of a type's construction, which value tuple occurrences are meant to carry element names. - - - Specifies, in a pre-order depth-first traversal of a type's construction, which value tuple elements are meant to carry element names. - An array that indicates which value tuple elements are meant to carry element names. - -
-
\ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net471/_._ b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/net471/_._ deleted file mode 100644 index e69de29b..00000000 diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/Microsoft.NET.Build.Extensions.Tasks.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/Microsoft.NET.Build.Extensions.Tasks.dll deleted file mode 100644 index 5602aae5..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/Microsoft.NET.Build.Extensions.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Buffers.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Buffers.dll deleted file mode 100644 index c5c44b76..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Buffers.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Collections.Immutable.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Collections.Immutable.dll deleted file mode 100644 index ce6fc0e8..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Collections.Immutable.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Linq.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Linq.dll deleted file mode 100644 index d3ca6a40..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Linq.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Reflection.Metadata.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Reflection.Metadata.dll deleted file mode 100644 index ee68731c..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Reflection.Metadata.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Threading.dll b/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Threading.dll deleted file mode 100644 index 7868cf04..00000000 Binary files a/dotnet/sdk/2.0.0/Microsoft/Microsoft.NET.Build.Extensions/tools/netcoreapp1.0/System.Threading.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0/Newtonsoft.Json.dll deleted file mode 100644 index 612050f2..00000000 Binary files a/dotnet/sdk/2.0.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Build.Tasks.dll b/dotnet/sdk/2.0.0/NuGet.Build.Tasks.dll deleted file mode 100644 index e29028c2..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Build.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.deps.json b/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.deps.json deleted file mode 100644 index 4209f65c..00000000 --- a/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.deps.json +++ /dev/null @@ -1,3371 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "d893e7fc302784a1cd27a9d03bbda076ab4dba3b" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "NuGet.CommandLine.XPlat.deps.json/2.0.0-preview3-fnl-006918": { - "dependencies": { - "Microsoft.Build.Runtime": "15.3.409", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.DotNet.TestFramework": "2.0.0-preview3-fnl", - "Microsoft.TestPlatform.Build": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CLI": "15.3.0-preview-20170628-02", - "NuGet.Build.Tasks": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "dotnet": "2.0.0", - "tool_msbuild": "2.0.0-preview3-fnl", - "tool_nuget": "2.0.0-preview3-fnl" - }, - "runtime": {} - }, - "Microsoft.ApplicationInsights/2.0.0": { - "runtime": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.Build/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Contracts": "4.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.IO.Pipes": "4.0.0", - "System.Linq": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.Build.dll": {} - } - }, - "Microsoft.Build.Framework/15.3.409": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Framework.dll": {} - } - }, - "Microsoft.Build.Localization/15.3.409": { - "resources": { - "lib/netstandard1.3/cs/MSBuild.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/de/MSBuild.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/en/MSBuild.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/es/MSBuild.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/fr/MSBuild.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/it/MSBuild.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/ja/MSBuild.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ko/MSBuild.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/pl/MSBuild.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pt-BR/MSBuild.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/ru/MSBuild.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/tr/MSBuild.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/zh-Hans/MSBuild.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hant/MSBuild.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Build.Runtime/15.3.409": { - "dependencies": { - "Microsoft.Build": "15.3.409", - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Tasks.Core": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "System.Text.Encoding.CodePages": "4.3.0" - } - }, - "Microsoft.Build.Tasks.Core/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Resources.Writer": "4.0.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Runtime.Serialization.Xml": "4.1.1", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Tasks.Core.dll": {} - } - }, - "Microsoft.Build.Utilities.Core/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Runtime.Serialization.Xml": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Utilities.Core.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.DotNet.Cli.CommandLine/0.1.1-alpha-167": { - "runtime": { - "lib/netstandard1.5/Microsoft.DotNet.Cli.CommandLine.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.0": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.DotNet.ProjectJsonMigration/1.2.1-alpha-002133": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "NuGet.Packaging.Core": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "System.Collections.Specialized": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectJsonMigration.dll": {} - } - }, - "Microsoft.DotNet.Tools.MigrateCommand/1.2.1-alpha-002133": { - "dependencies": { - "Microsoft.DotNet.ProjectJsonMigration": "1.2.1-alpha-002133" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.Tools.MigrateCommand.dll": {} - } - }, - "Microsoft.Extensions.CommandLineUtils/1.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Console": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.0": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.TemplateEngine.Abstractions/1.0.0-beta2-20170719-291": { - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Abstractions.dll": {} - } - }, - "Microsoft.TemplateEngine.Cli/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.DotNet.Cli.CommandLine": "0.1.1-alpha-167", - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Edge": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.TemplateEngine.Cli.dll": {} - } - }, - "Microsoft.TemplateEngine.Cli.Localization/1.0.0-beta2-20170719-291": { - "resources": { - "lib/netstandard1.5/cs/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.5/de/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.5/es/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.5/fr/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.5/it/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.5/ja/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.5/ko/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.5/pl/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.5/pt-BR/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.5/ru/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.5/tr/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.5/zh-Hans/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.5/zh-Hant/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TemplateEngine.Core/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Core.dll": {} - } - }, - "Microsoft.TemplateEngine.Core.Contracts/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Core.Contracts.dll": {} - } - }, - "Microsoft.TemplateEngine.Edge/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1", - "System.IO.Compression": "4.3.0", - "System.Runtime.Loader": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.TemplateEngine.Edge.dll": {} - } - }, - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll": {} - } - }, - "Microsoft.TemplateEngine.Utils/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Utils.dll": {} - } - }, - "Microsoft.TestPlatform.Build/15.3.0-preview-20170628-02": { - "runtime": { - "lib/netstandard1.3/Microsoft.TestPlatform.Build.dll": {} - }, - "runtimeTargets": {} - }, - "Microsoft.TestPlatform.CLI/15.3.0-preview-20170628-02": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "NuGet.Build.Tasks/4.3.0-rtm-4324": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Tasks.Core": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "NuGet.Commands": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Build.Tasks.dll": {} - }, - "runtimeTargets": {} - }, - "NuGet.CommandLine.XPlat/4.3.0-rtm-4324": { - "dependencies": { - "Microsoft.Build.Runtime": "15.3.409", - "Microsoft.Extensions.CommandLineUtils": "1.0.1", - "NuGet.Commands": "4.3.0-rtm-4324", - "System.Collections.Immutable": "1.3.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netcoreapp1.0/NuGet.CommandLine.XPlat.dll": {} - } - }, - "NuGet.Commands/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Configuration": "4.3.0-rtm-4324", - "NuGet.DependencyResolver.Core": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Commands.dll": {} - } - }, - "NuGet.Common/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Frameworks": "4.3.0-rtm-4324", - "System.Diagnostics.Process": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Common.dll": {} - } - }, - "NuGet.Configuration/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "System.Security.Cryptography.ProtectedData": "4.0.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Configuration.dll": {} - } - }, - "NuGet.DependencyResolver.Core/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.LibraryModel": "4.3.0-rtm-4324", - "NuGet.Protocol": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} - } - }, - "NuGet.Frameworks/4.3.0-rtm-4324": { - "runtime": { - "lib/netstandard1.3/NuGet.Frameworks.dll": {} - } - }, - "NuGet.LibraryModel/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.LibraryModel.dll": {} - } - }, - "NuGet.Packaging/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Packaging.Core": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.ObjectModel": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.dll": {} - } - }, - "NuGet.Packaging.Core/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} - } - }, - "NuGet.ProjectModel/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.DependencyResolver.Core": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.ProjectModel.dll": {} - } - }, - "NuGet.Protocol/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.Configuration": "4.3.0-rtm-4324", - "NuGet.Packaging": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Protocol.dll": {} - } - }, - "NuGet.Versioning/4.3.0-rtm-4324": { - "runtime": { - "lib/netstandard1.0/NuGet.Versioning.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.3.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Contracts/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipes/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.4.2": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Writer/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Xml/4.1.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} - } - }, - "dotnet/2.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.0.0", - "Microsoft.Build": "15.3.409", - "Microsoft.DotNet.Archive": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.CommandLine": "0.1.1-alpha-167", - "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "Microsoft.DotNet.Configurer": "2.0.0-preview3-fnl", - "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta", - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Microsoft.DotNet.ProjectJsonMigration": "1.2.1-alpha-002133", - "Microsoft.DotNet.Tools.MigrateCommand": "1.2.1-alpha-002133", - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Cli": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Cli.Localization": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Microsoft.Win32.Registry": "4.3.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0" - }, - "runtime": { - "dotnet.dll": {} - }, - "resources": { - "de/dotnet.resources.dll": { - "locale": "de" - }, - "ja/dotnet.resources.dll": { - "locale": "ja" - }, - "tr/dotnet.resources.dll": { - "locale": "tr" - }, - "ko/dotnet.resources.dll": { - "locale": "ko" - }, - "zh-Hant/dotnet.resources.dll": { - "locale": "zh-Hant" - }, - "fr/dotnet.resources.dll": { - "locale": "fr" - }, - "cs/dotnet.resources.dll": { - "locale": "cs" - }, - "pt-BR/dotnet.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/dotnet.resources.dll": { - "locale": "zh-Hans" - }, - "ru/dotnet.resources.dll": { - "locale": "ru" - }, - "it/dotnet.resources.dll": { - "locale": "it" - }, - "pl/dotnet.resources.dll": { - "locale": "pl" - }, - "es/dotnet.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Archive/2.0.0-preview3-fnl": { - "dependencies": { - "System.Linq.Parallel": "4.0.1" - }, - "runtime": { - "Microsoft.DotNet.Archive.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Archive.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Archive.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Archive.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Archive.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Archive.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Archive.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Archive.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Archive.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Archive.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Archive.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Cli.Sln.Internal/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "System.Collections.Specialized": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.Cli.Sln.Internal.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Cli.Utils/2.0.0": { - "dependencies": { - "Microsoft.Build": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Microsoft.Extensions.DependencyModel": "2.0.0", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Packaging": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324", - "System.Diagnostics.Process": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.Cli.Utils.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Configurer/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Archive": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta", - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Configuration": "4.3.0-rtm-4324" - }, - "runtime": { - "Microsoft.DotNet.Configurer.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.InternalAbstractions/2.0.0-beta": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.DotNet.TestFramework/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "2.0.0" - }, - "runtime": { - "Microsoft.DotNet.TestFramework.dll": {} - } - }, - "tool_msbuild/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.Build.Localization": "15.3.409", - "Microsoft.Build.Runtime": "15.3.409" - }, - "runtime": {} - }, - "tool_nuget/2.0.0-preview3-fnl": { - "dependencies": { - "NuGet.CommandLine.XPlat": "4.3.0-rtm-4324" - }, - "runtime": {} - } - } - }, - "libraries": { - "NuGet.CommandLine.XPlat.deps.json/2.0.0-preview3-fnl-006918": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.ApplicationInsights/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0fHI0623ruqUzsxOGBGgWvLKTCKNzpLFT1lWUs759hsnn1vIDdbLeRoyeKwfUkQI4AusHcuuX8jZfGlM2TOnVg==", - "path": "microsoft.applicationinsights/2.0.0", - "hashPath": "microsoft.applicationinsights.2.0.0.nupkg.sha512" - }, - "Microsoft.Build/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3KKicaatkADf3bBN+bNsKNsedyZq4UwnhX/Lgj7mqAiANRA+nunAvsoapHVXXCYf9QtTJGisfBvgdq0TyEtRUg==", - "path": "microsoft.build/15.3.409", - "hashPath": "microsoft.build.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Framework/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+H11umzkkq46gMtgzmQ1JAVHEmZKmtMiPvi4YZiRPtmaGJC9xv8czMs8lHAL/W/wEnsv7SxD0UFNtNSdbpyvFA==", - "path": "microsoft.build.framework/15.3.409", - "hashPath": "microsoft.build.framework.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Localization/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v0vKo3y/OesSqCyFIWcWg2wjrm05F56mWJsfWjzeipaZbV3wKYsuVuyT8G1T5JFbQiX4/PlPlAhbsFo+T9ITKA==", - "path": "microsoft.build.localization/15.3.409", - "hashPath": "microsoft.build.localization.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Runtime/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xkJEP1sgBl9XSghyx+y7onn10A+I6drxg61sz9VL8abA8va5oA4KvjKV9gAhN3ypttm9utPBayjWpk7M5e3RbA==", - "path": "microsoft.build.runtime/15.3.409", - "hashPath": "microsoft.build.runtime.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Core/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oeDWCxx7AluZAe7zXKWHQMrkKuhLUff0TXOBarE8aSgOtuGmuoiyxs3lVzJTi79pxZxsjV31pb2jnPEQPK2GDw==", - "path": "microsoft.build.tasks.core/15.3.409", - "hashPath": "microsoft.build.tasks.core.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Utilities.Core/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UVntU9ObJxbrPoycTTtt6cZHiSRTowXRMvjNLGzFECRU81p0NCEvguVt3A7tQEF2mOTvyUh/T21oaNhaWKtndQ==", - "path": "microsoft.build.utilities.core/15.3.409", - "hashPath": "microsoft.build.utilities.core.15.3.409.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlcxIy1VuJFlqBolK1hc+7MwBctEl7HZlgvvQzjzuaGVXGSlZRKYRMoZzhWprxatD9igSYQOjA3Sbw1r1d/p1g==", - "path": "microsoft.codeanalysis.common/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.common.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dsimRad07XWcK1RyqR6LtxJ7gT4YIAnrtCk/O/o4XF6zKjBL3N4PSXHaBXvK8taEmCakkuWOnTeFzuqd4HrzKA==", - "path": "microsoft.codeanalysis.csharp/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.csharp.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.Cli.CommandLine/0.1.1-alpha-167": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSIUf4B/yzRvtsf/38z9po8JyZYQY1xNKJbjGTwlQQFRU7Q50xfdGffQchiJ0wge0RegMAMrL5z32V0S7h58Ig==", - "path": "microsoft.dotnet.cli.commandline/0.1.1-alpha-167", - "hashPath": "microsoft.dotnet.cli.commandline.0.1.1-alpha-167.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l5tDOSom+qpx4pDEoIcqMHnGC7jJ4Uq1DiJ6St/bn0rb5xIh/q4u7OQTIcE1k+1o7E0lYnJA4ZluzS6HGFr4zw==", - "path": "microsoft.dotnet.platformabstractions/2.0.0", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.DotNet.ProjectJsonMigration/1.2.1-alpha-002133": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2g2OieosHaNoLMWuIQ9N2MiScKIPjT7sYFenXO/kq9Fg7bntHXhQ7uehKBgasZzFQp2Jq8eXl4Rh6E9EpKqq5Q==", - "path": "microsoft.dotnet.projectjsonmigration/1.2.1-alpha-002133", - "hashPath": "microsoft.dotnet.projectjsonmigration.1.2.1-alpha-002133.nupkg.sha512" - }, - "Microsoft.DotNet.Tools.MigrateCommand/1.2.1-alpha-002133": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YcZJxW1koJ4o1MroTTHnN7MHpcMiSC882U8DSBEGuldryGGxnf8dyv+W41nFjkvwk8XClcOVl6G2dkDZHzt3mA==", - "path": "microsoft.dotnet.tools.migratecommand/1.2.1-alpha-002133", - "hashPath": "microsoft.dotnet.tools.migratecommand.1.2.1-alpha-002133.nupkg.sha512" - }, - "Microsoft.Extensions.CommandLineUtils/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wTk8JFNIBF94m8gzbkjinkgdtD2SfZe8yu8847x8YsqDYYsHOT4siGZeFot3/061RfMm2W2QopRKyNkzz16V2A==", - "path": "microsoft.extensions.commandlineutils/1.0.1", - "hashPath": "microsoft.extensions.commandlineutils.1.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DyZ/Ibv/SZRMpYhaDCj0nlA+Qe52NyEL51onxAL94bUPauX0jxrK6jyxXN5DI8NVbzE5sOUWZYjTduNqUdbB+g==", - "path": "microsoft.extensions.dependencymodel/2.0.0", - "hashPath": "microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Abstractions/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dVG10jtGzJxXMc72xqvizaqNsTnSqrG5j4ch6uhtKvF/gftCfCjwzdAhST+jm/a3qr27CN6aDWYEBkXe8Ja1cQ==", - "path": "microsoft.templateengine.abstractions/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.abstractions.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Cli/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roPD0noxnjV0eN9L26tYr5rcqUHUnQYH3aizkequ5sPuYxxV6iteVyMqseU12uAJpjCTZHLzRC6hu6I7y1h+Qg==", - "path": "microsoft.templateengine.cli/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.cli.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Cli.Localization/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zTwIywfd4pWAqne790JmgiE0S7kvoKH/QKdDd9ZfsJqwvrvg0u/8bPk+bv1+uYNApdWor6lQuW03aywhT0bXMw==", - "path": "microsoft.templateengine.cli.localization/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.cli.localization.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Core/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gnymf2AMMFenCcypw3DJHQSqFCq29wW0cZzkeFtLUdbP+4Nnt+gg/vaJRT6it3IDDvH97thV7s0zmaL1X9T/Ig==", - "path": "microsoft.templateengine.core/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.core.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Core.Contracts/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJR//4mY+BBokRJsY/hXEfwEbqo73GkaxAcPBxIS10KOnpT/bNK1wVdm6xH4tuIh/hyua9ZC2SskJjAlvhuV6w==", - "path": "microsoft.templateengine.core.contracts/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.core.contracts.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Edge/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/rFUbTImo1yHqplrurk7+pS8YmZzk2QluUU7qx+6g8LeFTWVDaujOg+upevE3QxNaThwREwwFVm9QctJfggaNA==", - "path": "microsoft.templateengine.edge/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.edge.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rKRgFSSZsahV/8LUKyKUG8WtIVkNW7RI1yglsMDAy4n5KKaA+MN4pnsioCQfHzaGCD7Nz25wmURHHdXyN4YnxA==", - "path": "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.orchestrator.runnableprojects.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Utils/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVnag6DKJsT4vtYR1U741/AGwbkeDGR29RBFZkVMDblxfVAt1r8+oLG2OHgwFcvACB4QkTu9JJ0+haTALYfcZg==", - "path": "microsoft.templateengine.utils/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.utils.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TestPlatform.Build/15.3.0-preview-20170628-02": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3rIO1rIE/4meMlohRppgFMaDHuGInzbr8wEFNlvCVdmRBYxiAqAnRTTvjR6KI/n+unInfbTZ3oxUmhPi8f6Viw==", - "path": "microsoft.testplatform.build/15.3.0-preview-20170628-02", - "hashPath": "microsoft.testplatform.build.15.3.0-preview-20170628-02.nupkg.sha512" - }, - "Microsoft.TestPlatform.CLI/15.3.0-preview-20170628-02": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fIyVTDgnA+SclJ34XXr5QGQDa202MmPKjCszoNd4WBEqe0phAcXvQCoAFX+lhMmuK1EayJTmgHh39wn23fC6Eg==", - "path": "microsoft.testplatform.cli/15.3.0-preview-20170628-02", - "hashPath": "microsoft.testplatform.cli.15.3.0-preview-20170628-02.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "NuGet.Build.Tasks/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CVxTc7GGmYd28WuxOojxFED2xyD+9H03rRDHp6ycco/c5melfbgCr/PpsFMe/6ES6andS14UDxOTOSXcGm1vXg==", - "path": "nuget.build.tasks/4.3.0-rtm-4324", - "hashPath": "nuget.build.tasks.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.CommandLine.XPlat/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zngjgj0hhBUJOzfNh3CDZmyKTn7O1TEZ6BrpqL2IGZvGHiTv6r5NDPOAZaD9Gxkw+0JrjeGDQoNDSzs2AUx9uA==", - "path": "nuget.commandline.xplat/4.3.0-rtm-4324", - "hashPath": "nuget.commandline.xplat.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Commands/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KWgciwdbSjaPOmRFUxU4zj4ZDYz3+mRC98LHmGtpiilcoWgfSihs1ACiIN9xIgAdfiC7gzjSMuSxXqF0MqtIKQ==", - "path": "nuget.commands/4.3.0-rtm-4324", - "hashPath": "nuget.commands.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Common/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c0VwJa7C0bWrBCYlQlaRqpIySbcBOYiD5L5tMtXCFoA+6wMSFc71FonW9kS7jjkZ88TWacQIXMx+8H3trhcmmA==", - "path": "nuget.common/4.3.0-rtm-4324", - "hashPath": "nuget.common.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Configuration/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z0/JWQZocY2qE4Xvz++vk2mW/8J8dKz15hIKAf5U8ifHfXZdf5vOZM7PhLdNDxK2oFaf6b4H39RoCrRZDLSdLA==", - "path": "nuget.configuration/4.3.0-rtm-4324", - "hashPath": "nuget.configuration.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.DependencyResolver.Core/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTaralCQmRmciaFx4ON43Jo69KZYW78/SnH6EtxyZaX6rLULTVYn75ONCn2V9NJO+bhyoXQbOiAIJuXSBx4eFg==", - "path": "nuget.dependencyresolver.core/4.3.0-rtm-4324", - "hashPath": "nuget.dependencyresolver.core.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Frameworks/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ebM2OWSLPuePBuRwvek0VmBJeAsDN5/EEdb+jtfgWo8EO27zF63hLTgbzaEdAayuPLgoVQgIuBjuBEijsY/QQ==", - "path": "nuget.frameworks/4.3.0-rtm-4324", - "hashPath": "nuget.frameworks.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.LibraryModel/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jfjnwrUvqpuoLiLQ5/Z9Y0cqNxbj0IuWCDCgm5qPwRBhIhBqtFtBMrxcxFyz5Qprd+IUp91EGaPzrim0pBbb1g==", - "path": "nuget.librarymodel/4.3.0-rtm-4324", - "hashPath": "nuget.librarymodel.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Packaging/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fs2kBp/KzXBzoPUrJ/GStZoncTx/+biZQy2Ejd8ckFiGk/0XKPSSjYngcRHhn/QijDJeMXaZ9ADMnE8G/VzqcQ==", - "path": "nuget.packaging/4.3.0-rtm-4324", - "hashPath": "nuget.packaging.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Packaging.Core/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VRM7+SvToNrosKT1UaCOiUVrqHRZkBvsd/v94zvT6rsJsKgsrmMInr4kMajA7tuI8zGKHPMZ/zPQq7TP8eOizw==", - "path": "nuget.packaging.core/4.3.0-rtm-4324", - "hashPath": "nuget.packaging.core.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.ProjectModel/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rpoeorfBPMY8d4CukSkmRhnCmXDXlNh2RgguLw5lZPX0EfGNa7CLHcE6NRcHTI93bi8QSHqRPcYoDvFAzWnRQ==", - "path": "nuget.projectmodel/4.3.0-rtm-4324", - "hashPath": "nuget.projectmodel.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Protocol/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ekKxNWJc53M11hNypC+XILxWbcIQDikTBZbx1weygjvjsdphQyW9R+nZgGL9O/Thz7TlmdRmTO7j8u78TIccfA==", - "path": "nuget.protocol/4.3.0-rtm-4324", - "hashPath": "nuget.protocol.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Versioning/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ckhFNFFoAV5N9ygeQ3cnIr3vsaLi5OJrRMdU9CBLWoEXNxfvqammDNhtHhwV2mSxku3GxmuJNVQTCosJPAM02Q==", - "path": "nuget.versioning/4.3.0-rtm-4324", - "hashPath": "nuget.versioning.4.3.0-rtm-4324.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==", - "path": "system.collections.immutable/1.3.1", - "hashPath": "system.collections.immutable.1.3.1.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HvQQjy712vnlpPxaloZYkuE78Gn353L0SJLJVeLcNASeg9c4qla2a1Xq8I7B3jZoDzKPtHTkyVO7AZ5tpeQGuA==", - "path": "system.diagnostics.contracts/4.0.1", - "hashPath": "system.diagnostics.contracts.4.0.1.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jYFWHdyp1XPPoRCqOwffYVNM4o+r6n5nZgn+DFZQWV2VIL5DgTFn5tI/xw1+3Uf8WmyjOj4Eyu3+BGOpZuowjA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.Pipes/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==", - "path": "system.io.pipes/4.0.0", - "hashPath": "system.io.pipes.4.0.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", - "path": "system.linq.parallel/4.0.1", - "hashPath": "system.linq.parallel.4.0.1.nupkg.sha512" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==", - "path": "system.net.sockets/4.1.0", - "hashPath": "system.net.sockets.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYPNMDrLB2R+G5JJiJ2fjBpihtktKVIjsirmyyv+VDo5rQkIR9BWeCYM1wDSzbQatWNZ/NQfPsQyTB1Ui3qBfQ==", - "path": "system.reflection.metadata/1.4.2", - "hashPath": "system.reflection.metadata.1.4.2.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Resources.Writer/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hz+ZS81dVSNy93YyJhhL3GwzmMhfcQ8FbUooAt9MO4joIe0vPM4gclv0C82ko1tuN/Kw6CvZFLYkgk6n9xvEkg==", - "path": "system.resources.writer/4.0.0", - "hashPath": "system.resources.writer.4.0.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Xml/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==", - "path": "system.runtime.serialization.xml/4.1.1", - "hashPath": "system.runtime.serialization.xml.4.1.1.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-glbkgV1ridcd6No8gYKU93QeXqJHaQvIve/jI0QUOxiD69JpG5pLVXSneMjuhX5SfjdILeOAuFh9PnCkTZ/aaA==", - "path": "system.security.cryptography.protecteddata/4.0.0", - "hashPath": "system.security.cryptography.protecteddata.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "path": "system.security.principal/4.0.1", - "hashPath": "system.security.principal.4.0.1.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", - "path": "system.text.encoding.codepages/4.3.0", - "hashPath": "system.text.encoding.codepages.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", - "path": "system.threading.overlapped/4.0.1", - "hashPath": "system.threading.overlapped.4.0.1.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", - "path": "system.threading.tasks.dataflow/4.6.0", - "hashPath": "system.threading.tasks.dataflow.4.6.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==", - "path": "system.threading.timer/4.0.1", - "hashPath": "system.threading.timer.4.0.1.nupkg.sha512" - }, - "System.ValueTuple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gjT1ws/t9hnaEItQfQnuAdM/Iz2sOKNpiCgzn58f1MkYffs0tPq0jm4tpSehkDsHRErxV1/ZMcEunUHYQzxnnA==", - "path": "system.valuetuple/4.3.0", - "hashPath": "system.valuetuple.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", - "path": "system.xml.xpath.xmldocument/4.0.1", - "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" - }, - "dotnet/2.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Archive/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Sln.Internal/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Utils/2.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Configurer/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/2.0.0-beta": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.TestFramework/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "tool_msbuild/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "tool_nuget/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.dll b/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.dll deleted file mode 100644 index 52a87916..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.runtimeconfig.json b/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.runtimeconfig.json deleted file mode 100644 index 7539019b..00000000 --- a/dotnet/sdk/2.0.0/NuGet.CommandLine.XPlat.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/NuGet.Commands.dll b/dotnet/sdk/2.0.0/NuGet.Commands.dll deleted file mode 100644 index 51d89417..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Commands.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Common.dll b/dotnet/sdk/2.0.0/NuGet.Common.dll deleted file mode 100644 index d30e19f3..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Configuration.dll b/dotnet/sdk/2.0.0/NuGet.Configuration.dll deleted file mode 100644 index 750d0ad3..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Configuration.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0/NuGet.DependencyResolver.Core.dll deleted file mode 100644 index 2d3f7c10..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0/NuGet.Frameworks.dll deleted file mode 100644 index 78f06b48..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Frameworks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0/NuGet.LibraryModel.dll deleted file mode 100644 index fa9bd7c9..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.LibraryModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0/NuGet.Packaging.Core.dll deleted file mode 100644 index 77f5202c..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Packaging.dll b/dotnet/sdk/2.0.0/NuGet.Packaging.dll deleted file mode 100644 index 8d17f335..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Packaging.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0/NuGet.ProjectModel.dll deleted file mode 100644 index 66139bf2..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.ProjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Protocol.dll b/dotnet/sdk/2.0.0/NuGet.Protocol.dll deleted file mode 100644 index d0ca0108..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Protocol.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.Versioning.dll b/dotnet/sdk/2.0.0/NuGet.Versioning.dll deleted file mode 100644 index c344a46a..00000000 Binary files a/dotnet/sdk/2.0.0/NuGet.Versioning.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/NuGet.targets b/dotnet/sdk/2.0.0/NuGet.targets deleted file mode 100644 index ea858cf6..00000000 --- a/dotnet/sdk/2.0.0/NuGet.targets +++ /dev/null @@ -1,966 +0,0 @@ - - - - - true - - NuGet.Build.Tasks.dll - - false - - true - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - false - - WarnAndContinue - - - - - <_GenerateRestoreGraphProjectEntryInputProperties> - RestoreUseCustomAfterTargets=$(RestoreUseCustomAfterTargets); - NuGetRestoreTargets=$(MSBuildThisFileFullPath); - BuildProjectReferences=false; - ExcludeRestorePackageImports=true; - - - - <_GenerateRestoreGraphProjectEntryInputProperties Condition=" '$(RestoreUseCustomAfterTargets)' == 'true' "> - $(_GenerateRestoreGraphProjectEntryInputProperties); - CustomAfterMicrosoftCommonCrossTargetingTargets=$(MSBuildThisFileFullPath); - CustomAfterMicrosoftCommonTargets=$(MSBuildThisFileFullPath); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - exclusionlist - - - - - <_FilteredRestoreGraphProjectInputItemsTmp - Include="@(RestoreGraphProjectInputItems)" - Condition=" '%(RestoreGraphProjectInputItems.Extension)' == '.csproj' Or - '%(RestoreGraphProjectInputItems.Extension)' == '.vbproj' Or - '%(RestoreGraphProjectInputItems.Extension)' == '.fsproj' Or - '%(RestoreGraphProjectInputItems.Extension)' == '.nuproj' Or - '%(RestoreGraphProjectInputItems.Extension)' == '.msbuildproj' Or - '%(RestoreGraphProjectInputItems.Extension)' == '.vcxproj' " /> - - - - - <_FilteredRestoreGraphProjectInputItemsTmp - Include="@(RestoreGraphProjectInputItems)" - Condition=" '%(RestoreGraphProjectInputItems.Extension)' != '.metaproj' - AND '%(RestoreGraphProjectInputItems.Extension)' != '.shproj' - AND '%(RestoreGraphProjectInputItems.Extension)' != '.vcxitems' - AND '%(RestoreGraphProjectInputItems.Extension)' != '' " /> - - - - - <_FilteredRestoreGraphProjectInputItemsTmp - Include="@(RestoreGraphProjectInputItems)" /> - - - - - - - - - - - - - - - - - - - - - - - - - <_GenerateRestoreGraphProjectEntryInput Include="@(FilteredRestoreGraphProjectInputItems)" Condition=" '$(RestoreRecursive)' != 'true' " /> - <_GenerateRestoreGraphProjectEntryInput Include="@(_RestoreProjectPathItems)" Condition=" '$(RestoreRecursive)' == 'true' " /> - - - - - - - - - - - - - - - - - - - - - - - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())" Condition=" '$(RestoreProjectStyle)' != 'Unknown' "> - RestoreSpec - $(MSBuildProjectFullPath) - - - - - - - - - netcoreapp1.0 - - - - - - - - - - - - - - - - - - - - - - - - - PackageReference - - ProjectJson - - Unknown - - - - - - - - <_RestoreProjectFramework> - - - - - - - - - <_RestoreTargetFrameworksOutputFiltered Include="$(_RestoreProjectFramework.Split(';'))" /> - - - - - - - - <_RestoreTargetFrameworkItemsHasValues Condition=" '$(TargetFramework)' != '' OR '$(TargetFrameworks)' != '' ">true - - - - - <_RestoreTargetFrameworkItems Include="@(_RestoreTargetFrameworksOutputFiltered)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - <_RestoreSettingsPerFramework Include="$([System.Guid]::NewGuid())"> - $(RestoreAdditionalProjectSources) - $(RestoreAdditionalProjectFallbackFolders) - $(RestoreAdditionalProjectFallbackFoldersExcludes) - - - - - - - - - - $(BaseIntermediateOutputPath) - - - - - - - - - <_RestoreProjectName>$(MSBuildProjectName) - <_RestoreProjectName Condition=" '$(RestoreProjectStyle)' == 'PackageReference' AND '$(AssemblyName)' != '' ">$(AssemblyName) - <_RestoreProjectName Condition=" '$(RestoreProjectStyle)' == 'PackageReference' AND '$(PackageId)' != '' ">$(PackageId) - - - - - <_RestoreProjectVersion>1.0.0 - <_RestoreProjectVersion Condition=" '$(Version)' != '' ">$(Version) - <_RestoreProjectVersion Condition=" '$(PackageVersion)' != '' ">$(PackageVersion) - - - - - <_RestoreCrossTargeting>true - - - - - <_RestoreSkipContentFileWrite Condition=" '$(TargetFrameworks)' == '' AND '$(TargetFramework)' == '' ">true - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - ProjectSpec - $(_RestoreProjectVersion) - $(MSBuildProjectFullPath) - $(MSBuildProjectFullPath) - $(_RestoreProjectName) - $(_OutputSources) - $(_OutputFallbackFolders) - $(_OutputPackagesPath) - $(RestoreProjectStyle) - $(RestoreOutputAbsolutePath) - @(_RestoreTargetFrameworksOutputFiltered) - $(RuntimeIdentifiers);$(RuntimeIdentifier) - $(RuntimeSupports) - $(_RestoreCrossTargeting) - $(RestoreLegacyPackagesDirectory) - $(ValidateRuntimeIdentifierCompatibility) - $(_RestoreSkipContentFileWrite) - $(_OutputConfigFilePaths) - $(TreatWarningsAsErrors) - $(WarningsAsErrors) - $(NoWarn) - - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - ProjectSpec - $(MSBuildProjectFullPath) - $(MSBuildProjectFullPath) - $(_RestoreProjectName) - $(_OutputSources) - $(RestoreOutputAbsolutePath) - $(_OutputFallbackFolders) - $(_OutputPackagesPath) - $(_CurrentProjectJsonPath) - $(RestoreProjectStyle) - $(_OutputConfigFilePaths) - - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - ProjectSpec - $(MSBuildProjectFullPath) - $(MSBuildProjectFullPath) - $(_RestoreProjectName) - $(RestoreProjectStyle) - @(_RestoreTargetFrameworksOutputFiltered) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_CombinedFallbacks>$(PackageTargetFallback);$(AssetTargetFallback) - - - - - <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> - TargetFrameworkInformation - $(MSBuildProjectFullPath) - $(PackageTargetFallback) - $(AssetTargetFallback) - $(TargetFramework) - - - - - - - - - - - - - - <_RestoreProjectPathItems Include="$(_RestoreGraphAbsoluteProjectPaths)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_GenerateRestoreProjectPathWalkOutputs Include="$(MSBuildProjectFullPath)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_RestorePackagesPathOverride>$(RestorePackagesPath) - - - - - - - <_RestoreSourcesOverride>$(RestoreSources) - - - - - - - <_RestoreFallbackFoldersOverride>$(RestoreFallbackFolders) - - - - - - - - <_ValidProjectsForRestore Include="$(MSBuildProjectFullPath)" /> - - - - diff --git a/dotnet/sdk/2.0.0/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll b/dotnet/sdk/2.0.0/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll deleted file mode 100644 index 6da6df3d..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CSharp.Core.targets b/dotnet/sdk/2.0.0/Roslyn/Microsoft.CSharp.Core.targets deleted file mode 100644 index f103eaae..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CSharp.Core.targets +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - $(NoWarn);1701;1702 - - - - - $(NoWarn);2008 - - - - - - - - - - - $(AppConfig) - - - $(IntermediateOutputPath)$(TargetName).compile.pdb - - - - - false - - - - - - - - - - true - - - - - - - - - <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.CSharp.dll b/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index 890f4a12..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll b/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100644 index 6df5831f..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.dll b/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 91abd4e5..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/Microsoft.VisualBasic.Core.targets b/dotnet/sdk/2.0.0/Roslyn/Microsoft.VisualBasic.Core.targets deleted file mode 100644 index c72c6c1a..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/Microsoft.VisualBasic.Core.targets +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - <_NoWarnings Condition="'$(WarningLevel)' == '0'">true - <_NoWarnings Condition="'$(WarningLevel)' == '1'">false - - - - - $(IntermediateOutputPath)$(TargetName).compile.pdb - - - - - - - - - - - false - - - - - - - - - - true - - - - - - - - <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Roslyn/RunCsc.cmd b/dotnet/sdk/2.0.0/Roslyn/RunCsc.cmd deleted file mode 100644 index 7398082b..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/RunCsc.cmd +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -REM Copyright (c) .NET Foundation and contributors. All rights reserved. -REM Licensed under the MIT license. See LICENSE file in the project root for full license information. - -"%~dp0..\..\..\dotnet" "%~dp0csc.exe" %* diff --git a/dotnet/sdk/2.0.0/Roslyn/RunCsc.sh b/dotnet/sdk/2.0.0/Roslyn/RunCsc.sh deleted file mode 100755 index 47aed63d..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/RunCsc.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -set -e - -SOURCE="${BASH_SOURCE[0]}" -while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink - DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - SOURCE="$(readlink "$SOURCE")" - [[ "$SOURCE" != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located -done -DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - -"$DIR/../../../dotnet" "$DIR/csc.exe" "$@" diff --git a/dotnet/sdk/2.0.0/Roslyn/RunVbc.cmd b/dotnet/sdk/2.0.0/Roslyn/RunVbc.cmd deleted file mode 100644 index e891b1bf..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/RunVbc.cmd +++ /dev/null @@ -1,6 +0,0 @@ -@echo off - -REM Copyright (c) .NET Foundation and contributors. All rights reserved. -REM Licensed under the MIT license. See LICENSE file in the project root for full license information. - -"%~dp0..\..\..\dotnet" "%~dp0vbc.exe" %* diff --git a/dotnet/sdk/2.0.0/Roslyn/RunVbc.sh b/dotnet/sdk/2.0.0/Roslyn/RunVbc.sh deleted file mode 100755 index 3dda886a..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/RunVbc.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -set -e - -SOURCE="${BASH_SOURCE[0]}" -while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink - DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - SOURCE="$(readlink "$SOURCE")" - [[ "$SOURCE" != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located -done -DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" - -"$DIR/../../../dotnet" "$DIR/vbc.exe" "$@" diff --git a/dotnet/sdk/2.0.0/Roslyn/csc.deps.json b/dotnet/sdk/2.0.0/Roslyn/csc.deps.json deleted file mode 100644 index 92a8830a..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/csc.deps.json +++ /dev/null @@ -1,2137 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "cd61ef1c36e47c6d3810abcecdf21d0f0318da00" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "tool_roslyn/2.0.0-preview3-fnl-006918": { - "dependencies": { - "CliDeps.Satellites.Roslyn": "2.3.0-pre-20170727-1", - "Microsoft.CodeAnalysis.Build.Tasks": "2.3.2-beta1-61921-05", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.Net.Compilers.netcore": "2.3.2-beta1-61921-05" - }, - "runtime": {} - }, - "CliDeps.Satellites.Roslyn/2.3.0-pre-20170727-1": { - "resources": { - "lib/netstandard1.0/cs/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/de/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/es/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/fr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/it/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/ja/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ko/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/pl/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pt-BR/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/ru/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/tr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Build/14.3.0": { - "dependencies": { - "Microsoft.Build.Framework": "14.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "Microsoft.Build.Framework/14.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "Microsoft.Build.Tasks.Core/14.3.0": { - "dependencies": { - "Microsoft.Build.Framework": "14.3.0", - "Microsoft.Build.Utilities.Core": "14.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "Microsoft.Build.Utilities.Core/14.3.0": { - "dependencies": { - "Microsoft.Build.Framework": "14.3.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.Process": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Build.Tasks/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.Build": "14.3.0", - "Microsoft.Build.Tasks.Core": "14.3.0", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "System.AppContext": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.DriveInfo": "4.3.0", - "System.IO.Pipes": "4.3.0", - "System.Security.AccessControl": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Tasks.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.Compilers/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.CodeAnalysis.VisualBasic": "2.3.2-beta1-61921-05" - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} - } - }, - "Microsoft.Net.Compilers.netcore/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Compilers": "2.3.2-beta1-61921-05", - "System.AppContext": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtimeTargets": {} - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.3.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.0.1": { - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.DriveInfo/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipes/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.4.2": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Overlapped/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.ValueTuple/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - } - } - }, - "libraries": { - "tool_roslyn/2.0.0-preview3-fnl-006918": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliDeps.Satellites.Roslyn/2.3.0-pre-20170727-1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ylZS1e61WqrwAYwi/opYIJg+rdohSXi1S82/uCN5XUxHw0Il9HlCi4a5Vdg5eD6HahKgL4K/6dADVPEeuTTPfQ==", - "path": "clideps.satellites.roslyn/2.3.0-pre-20170727-1", - "hashPath": "clideps.satellites.roslyn.2.3.0-pre-20170727-1.nupkg.sha512" - }, - "Microsoft.Build/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-URmqFVnJ0MviA6hoHRTotHKxsWJCqpgqOh9gcUg40siGRHI8gOefCwe0IExD1WgQUj8EPXT/5vL5D+e9nk7xlg==", - "path": "microsoft.build/14.3.0", - "hashPath": "microsoft.build.14.3.0.nupkg.sha512" - }, - "Microsoft.Build.Framework/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GX3MdQMQ3YVx/jWerzd5vDW/VrcLxf80Ts4T9AVEUsrmL6wZK1YTGNX3jLapll+5Y7PBDbvf5R815A64hlEQ+g==", - "path": "microsoft.build.framework/14.3.0", - "hashPath": "microsoft.build.framework.14.3.0.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Core/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/h8PEha1FPAsGf6SPYP+vqTD34tuPvdeLIq+a4gKCNqwGnb66LOi3m8CQiAvumyTCrx9dli8HEE2s2EnoVJ9AA==", - "path": "microsoft.build.tasks.core/14.3.0", - "hashPath": "microsoft.build.tasks.core.14.3.0.nupkg.sha512" - }, - "Microsoft.Build.Utilities.Core/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wGluB/diyYl0iZLjiJzWJTmK0RgOgzmzb19fRBgAyORe/N6Z1zwJHK/cLJcAsuvzbanrXsf3NuGlmbc5lOvTag==", - "path": "microsoft.build.utilities.core/14.3.0", - "hashPath": "microsoft.build.utilities.core.14.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Build.Tasks/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bkf5lbpZ7ti+/S264Lpd/nm7RUgDllUFRNzdKvDY8ZKcwIKn+yW6OSCrFOGosZyHcXFfHhdz1JHlBku2U7i0cw==", - "path": "microsoft.codeanalysis.build.tasks/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.build.tasks.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlcxIy1VuJFlqBolK1hc+7MwBctEl7HZlgvvQzjzuaGVXGSlZRKYRMoZzhWprxatD9igSYQOjA3Sbw1r1d/p1g==", - "path": "microsoft.codeanalysis.common/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.common.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Compilers/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+oWtIg1LaCs2p6Shyv7f0VoEyYveKgTt/HEEOozeN6iOhtMlKsre1ygAAmEQIH4Lvk4FqD9Aald0vMM8rOdURg==", - "path": "microsoft.codeanalysis.compilers/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.compilers.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dsimRad07XWcK1RyqR6LtxJ7gT4YIAnrtCk/O/o4XF6zKjBL3N4PSXHaBXvK8taEmCakkuWOnTeFzuqd4HrzKA==", - "path": "microsoft.codeanalysis.csharp/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.csharp.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BEO2ElmpSYLLNxX+zslxEh0j5rx12pTd+z8HZ12+gateid0Eofd5jHs7rhT+jkFn8tnZWPKpKzu2qDXbitm3Sw==", - "path": "microsoft.codeanalysis.visualbasic/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.visualbasic.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.Net.Compilers.netcore/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLWeGgkHRhONG6D1rpeO5biCwUDCNc+a8R88eX9HbnFjy/ux8ksQsdAeLUHnRXXp+UIMRQQPK7Ipb8tZaNHWtg==", - "path": "microsoft.net.compilers.netcore/2.3.2-beta1-61921-05", - "hashPath": "microsoft.net.compilers.netcore.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==", - "path": "system.collections.immutable/1.3.1", - "hashPath": "system.collections.immutable.1.3.1.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "path": "system.collections.nongeneric/4.0.1", - "hashPath": "system.collections.nongeneric.4.0.1.nupkg.sha512" - }, - "System.Collections.Specialized/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "path": "system.collections.specialized/4.0.1", - "hashPath": "system.collections.specialized.4.0.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", - "path": "system.globalization.extensions/4.0.1", - "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.DriveInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AuULNVWHkPOmx/09jWNFG9hABNZKvCBOFr2eMud48/BVpnzDw3IOtGFLTE05csRI/aJWMf5BR+JF4nhHfQGlOg==", - "path": "system.io.filesystem.driveinfo/4.3.0", - "hashPath": "system.io.filesystem.driveinfo.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.Pipes/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wpGJuACA6r8+KRckXoI6ghGTwgPRiICI6T7kgHI/m7S5eMqV/8jH37fzAUhTwIe9RwlH/j1sWwm2Q2zyXwZGHw==", - "path": "system.io.pipes/4.3.0", - "hashPath": "system.io.pipes.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYPNMDrLB2R+G5JJiJ2fjBpihtktKVIjsirmyyv+VDo5rQkIR9BWeCYM1wDSzbQatWNZ/NQfPsQyTB1Ui3qBfQ==", - "path": "system.reflection.metadata/1.4.2", - "hashPath": "system.reflection.metadata.1.4.2.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0f8AoHbQWCBpU8zXU4YZ7PvSemLJeZ5ZvRH/uzwLsFRYAkX2TRgUjWbUEKOUdNH3PAbF5Mj4SszJyh9vlOm5RQ==", - "path": "system.security.accesscontrol/4.3.0", - "hashPath": "system.security.accesscontrol.4.3.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "path": "system.security.principal.windows/4.3.0", - "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", - "path": "system.text.encoding.codepages/4.3.0", - "hashPath": "system.text.encoding.codepages.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Overlapped/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", - "path": "system.threading.overlapped/4.3.0", - "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gjT1ws/t9hnaEItQfQnuAdM/Iz2sOKNpiCgzn58f1MkYffs0tPq0jm4tpSehkDsHRErxV1/ZMcEunUHYQzxnnA==", - "path": "system.valuetuple/4.3.0", - "hashPath": "system.valuetuple.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Roslyn/csc.exe b/dotnet/sdk/2.0.0/Roslyn/csc.exe deleted file mode 100644 index f70f9a96..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/csc.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/csc.runtimeconfig.json b/dotnet/sdk/2.0.0/Roslyn/csc.runtimeconfig.json deleted file mode 100644 index 7539019b..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/csc.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Roslyn/runtimes/any/native/csc.dll b/dotnet/sdk/2.0.0/Roslyn/runtimes/any/native/csc.dll deleted file mode 100644 index 72536e39..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/runtimes/any/native/csc.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/runtimes/any/native/vbc.dll b/dotnet/sdk/2.0.0/Roslyn/runtimes/any/native/vbc.dll deleted file mode 100644 index ed599ea8..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/runtimes/any/native/vbc.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll deleted file mode 100644 index a5515d09..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 02f9248b..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/vbc.deps.json b/dotnet/sdk/2.0.0/Roslyn/vbc.deps.json deleted file mode 100644 index 92a8830a..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/vbc.deps.json +++ /dev/null @@ -1,2137 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "cd61ef1c36e47c6d3810abcecdf21d0f0318da00" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "tool_roslyn/2.0.0-preview3-fnl-006918": { - "dependencies": { - "CliDeps.Satellites.Roslyn": "2.3.0-pre-20170727-1", - "Microsoft.CodeAnalysis.Build.Tasks": "2.3.2-beta1-61921-05", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.Net.Compilers.netcore": "2.3.2-beta1-61921-05" - }, - "runtime": {} - }, - "CliDeps.Satellites.Roslyn/2.3.0-pre-20170727-1": { - "resources": { - "lib/netstandard1.0/cs/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/de/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/es/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/fr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/it/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/ja/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ko/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/pl/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pt-BR/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/ru/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/tr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.Build.Tasks.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Build/14.3.0": { - "dependencies": { - "Microsoft.Build.Framework": "14.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "Microsoft.Build.Framework/14.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "Microsoft.Build.Tasks.Core/14.3.0": { - "dependencies": { - "Microsoft.Build.Framework": "14.3.0", - "Microsoft.Build.Utilities.Core": "14.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "Microsoft.Build.Utilities.Core/14.3.0": { - "dependencies": { - "Microsoft.Build.Framework": "14.3.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.Process": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Build.Tasks/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.Build": "14.3.0", - "Microsoft.Build.Tasks.Core": "14.3.0", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "System.AppContext": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.DriveInfo": "4.3.0", - "System.IO.Pipes": "4.3.0", - "System.Security.AccessControl": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Tasks.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.Compilers/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.CodeAnalysis.VisualBasic": "2.3.2-beta1-61921-05" - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CodeAnalysis.VisualBasic/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} - } - }, - "Microsoft.Net.Compilers.netcore/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Compilers": "2.3.2-beta1-61921-05", - "System.AppContext": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtimeTargets": {} - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.3.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.0.1": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.0.1": { - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.0.1": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.DriveInfo/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipes/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.4.2": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Overlapped/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.ValueTuple/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - } - } - }, - "libraries": { - "tool_roslyn/2.0.0-preview3-fnl-006918": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliDeps.Satellites.Roslyn/2.3.0-pre-20170727-1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ylZS1e61WqrwAYwi/opYIJg+rdohSXi1S82/uCN5XUxHw0Il9HlCi4a5Vdg5eD6HahKgL4K/6dADVPEeuTTPfQ==", - "path": "clideps.satellites.roslyn/2.3.0-pre-20170727-1", - "hashPath": "clideps.satellites.roslyn.2.3.0-pre-20170727-1.nupkg.sha512" - }, - "Microsoft.Build/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-URmqFVnJ0MviA6hoHRTotHKxsWJCqpgqOh9gcUg40siGRHI8gOefCwe0IExD1WgQUj8EPXT/5vL5D+e9nk7xlg==", - "path": "microsoft.build/14.3.0", - "hashPath": "microsoft.build.14.3.0.nupkg.sha512" - }, - "Microsoft.Build.Framework/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GX3MdQMQ3YVx/jWerzd5vDW/VrcLxf80Ts4T9AVEUsrmL6wZK1YTGNX3jLapll+5Y7PBDbvf5R815A64hlEQ+g==", - "path": "microsoft.build.framework/14.3.0", - "hashPath": "microsoft.build.framework.14.3.0.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Core/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/h8PEha1FPAsGf6SPYP+vqTD34tuPvdeLIq+a4gKCNqwGnb66LOi3m8CQiAvumyTCrx9dli8HEE2s2EnoVJ9AA==", - "path": "microsoft.build.tasks.core/14.3.0", - "hashPath": "microsoft.build.tasks.core.14.3.0.nupkg.sha512" - }, - "Microsoft.Build.Utilities.Core/14.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wGluB/diyYl0iZLjiJzWJTmK0RgOgzmzb19fRBgAyORe/N6Z1zwJHK/cLJcAsuvzbanrXsf3NuGlmbc5lOvTag==", - "path": "microsoft.build.utilities.core/14.3.0", - "hashPath": "microsoft.build.utilities.core.14.3.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Build.Tasks/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bkf5lbpZ7ti+/S264Lpd/nm7RUgDllUFRNzdKvDY8ZKcwIKn+yW6OSCrFOGosZyHcXFfHhdz1JHlBku2U7i0cw==", - "path": "microsoft.codeanalysis.build.tasks/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.build.tasks.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlcxIy1VuJFlqBolK1hc+7MwBctEl7HZlgvvQzjzuaGVXGSlZRKYRMoZzhWprxatD9igSYQOjA3Sbw1r1d/p1g==", - "path": "microsoft.codeanalysis.common/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.common.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Compilers/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+oWtIg1LaCs2p6Shyv7f0VoEyYveKgTt/HEEOozeN6iOhtMlKsre1ygAAmEQIH4Lvk4FqD9Aald0vMM8rOdURg==", - "path": "microsoft.codeanalysis.compilers/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.compilers.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dsimRad07XWcK1RyqR6LtxJ7gT4YIAnrtCk/O/o4XF6zKjBL3N4PSXHaBXvK8taEmCakkuWOnTeFzuqd4HrzKA==", - "path": "microsoft.codeanalysis.csharp/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.csharp.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BEO2ElmpSYLLNxX+zslxEh0j5rx12pTd+z8HZ12+gateid0Eofd5jHs7rhT+jkFn8tnZWPKpKzu2qDXbitm3Sw==", - "path": "microsoft.codeanalysis.visualbasic/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.visualbasic.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.Net.Compilers.netcore/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BLWeGgkHRhONG6D1rpeO5biCwUDCNc+a8R88eX9HbnFjy/ux8ksQsdAeLUHnRXXp+UIMRQQPK7Ipb8tZaNHWtg==", - "path": "microsoft.net.compilers.netcore/2.3.2-beta1-61921-05", - "hashPath": "microsoft.net.compilers.netcore.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==", - "path": "system.collections.immutable/1.3.1", - "hashPath": "system.collections.immutable.1.3.1.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "path": "system.collections.nongeneric/4.0.1", - "hashPath": "system.collections.nongeneric.4.0.1.nupkg.sha512" - }, - "System.Collections.Specialized/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "path": "system.collections.specialized/4.0.1", - "hashPath": "system.collections.specialized.4.0.1.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", - "path": "system.globalization.extensions/4.0.1", - "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.DriveInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AuULNVWHkPOmx/09jWNFG9hABNZKvCBOFr2eMud48/BVpnzDw3IOtGFLTE05csRI/aJWMf5BR+JF4nhHfQGlOg==", - "path": "system.io.filesystem.driveinfo/4.3.0", - "hashPath": "system.io.filesystem.driveinfo.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.Pipes/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wpGJuACA6r8+KRckXoI6ghGTwgPRiICI6T7kgHI/m7S5eMqV/8jH37fzAUhTwIe9RwlH/j1sWwm2Q2zyXwZGHw==", - "path": "system.io.pipes/4.3.0", - "hashPath": "system.io.pipes.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYPNMDrLB2R+G5JJiJ2fjBpihtktKVIjsirmyyv+VDo5rQkIR9BWeCYM1wDSzbQatWNZ/NQfPsQyTB1Ui3qBfQ==", - "path": "system.reflection.metadata/1.4.2", - "hashPath": "system.reflection.metadata.1.4.2.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0f8AoHbQWCBpU8zXU4YZ7PvSemLJeZ5ZvRH/uzwLsFRYAkX2TRgUjWbUEKOUdNH3PAbF5Mj4SszJyh9vlOm5RQ==", - "path": "system.security.accesscontrol/4.3.0", - "hashPath": "system.security.accesscontrol.4.3.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "path": "system.security.principal.windows/4.3.0", - "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", - "path": "system.text.encoding.codepages/4.3.0", - "hashPath": "system.text.encoding.codepages.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Overlapped/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", - "path": "system.threading.overlapped/4.3.0", - "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.ValueTuple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gjT1ws/t9hnaEItQfQnuAdM/Iz2sOKNpiCgzn58f1MkYffs0tPq0jm4tpSehkDsHRErxV1/ZMcEunUHYQzxnnA==", - "path": "system.valuetuple/4.3.0", - "hashPath": "system.valuetuple.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Roslyn/vbc.exe b/dotnet/sdk/2.0.0/Roslyn/vbc.exe deleted file mode 100644 index c55cc24d..00000000 Binary files a/dotnet/sdk/2.0.0/Roslyn/vbc.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Roslyn/vbc.runtimeconfig.json b/dotnet/sdk/2.0.0/Roslyn/vbc.runtimeconfig.json deleted file mode 100644 index 7539019b..00000000 --- a/dotnet/sdk/2.0.0/Roslyn/vbc.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets b/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets deleted file mode 100755 index adb127d0..00000000 --- a/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets +++ /dev/null @@ -1,16 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.FSharp.DesignTime.targets - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props b/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props deleted file mode 100755 index 15fcb79d..00000000 --- a/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - false - - - {6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705} - - - diff --git a/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets b/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets deleted file mode 100755 index 79453193..00000000 --- a/dotnet/sdk/2.0.0/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets +++ /dev/null @@ -1,39 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - $(MSBuildThisFileDirectory)Sdk.OnRestore.targets - - - $(FSharpLanguageTargets) - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props deleted file mode 100755 index 3a3b184e..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets deleted file mode 100755 index 3f8dfc1d..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets deleted file mode 100755 index 5342ee4a..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - <_DotNetPublishComputeFiles> - _DetermineProjectType; - - - - - - - - - - - <_IsAspNetCoreProject Condition="%(ProjectCapability.Identity) == 'AspNetCore'">true - <_PublishProjectType Condition="'$(_PublishProjectType)' == '' and '$(_IsAspNetCoreProject)' == 'true' ">AspNetCore - <_PublishProjectType Condition="'$(_PublishProjectType)' == '' and '$(WebJobName)' != '' and '$(WebJobType)' != ''">WebJob - <_PublishProjectType Condition="'$(_PublishProjectType)' == '' ">UnKnown - - - - - - - - - - False - - - - - - - - - - - <_WebProjectGeneratedContent Include="wwwroot\**" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(_ContentIncludedByDefault)" /> - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets deleted file mode 100755 index 9bdae58b..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets +++ /dev/null @@ -1,129 +0,0 @@ - - - - - <_DotNetPublishCopyFiles> - _RemoveExcludeFiles; - _DeletePublishIntermediateOutputPath; - _CopyFilesToPublishIntermediateOutputPath; - _CopyAspNetCoreFilesToIntermediateOutputPath; - _CopyWebJobFilesToIntermediateOutputPath; - - - - - - - - - - - - - - - - - - - - - - - - <_PublishTempFiles Include="$(PublishIntermediateOutputPath)**\*.*" /> - - - - - - - - - - - - - - - - - - - - - - - <_CopyAspNetCoreFilesToIntermediateOutputPathDependsOn> - $(_CopyAspNetCoreFilesToIntermediateOutputPathDependsOn); - _PrepareForAspNetCoreProjectSystemPublish; - Publish; - - - - - - - - - - - - $(PublishIntermediateOutputPath) - $(PublishConfiguration) - - - - - - - - <_CopyWebJobFilesToIntermediateOutputPathDependsOn> - $(_CopyWebJobFilesToIntermediateOutputPathDependsOn); - _PrepareForWebJobPublish; - Publish; - - - - - - - - - - - - $(PublishIntermediateOutputPath)\app_data\Jobs\$(WebJobType)\$(WebJobName)\ - $(PublishConfiguration) - - - - - - - - - - False - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets deleted file mode 100755 index ed837b81..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - <_IsAspNetCoreProject Condition="%(ProjectCapability.Identity) == 'AspNetCore'">true - - - - - - - <_DotNetCLIPrePublishDependsOn> - _InitProjectCapabilityProperties; - _AspNetCoreProjectSystemPrePublish; - - - - - - - - <_AspNetCoreProjectSystemPrePublishDependsOn> - BeforePublish; - $(_DotNetPublishComputeFiles); - - - - - - - - - <_DotNetCLIPostPublishDependsOn> - _InitProjectCapabilityProperties; - _AspNetCoreProjectSystemPostPublish; - AfterPublish; - - - - - - - - - <_AspNetCoreProjectSystemPostPublishDependsOn> - _InitPublishIntermediateOutputPath; - $(_DotNetPublishTransformFiles); - _PublishFiles; - - - - - - - - - - - - - $(PublishDirFullPath) - - - - - <_PublishFilesDependsOn> - $(_DotNetPublishFiles); - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props deleted file mode 100755 index 636dc573..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets deleted file mode 100755 index 092a7c62..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - true - <_PublishTaskFramework Condition=" '$(MSBuildRuntimeType)' == 'Core'">netcoreapp1.0 - <_PublishTaskFramework Condition=" '$(_PublishTaskFramework)' == ''">net46 - <_PublishTasksDir Condition=" '$(_PublishTasksDir)'=='' ">$(MSBuildThisFileDirectory)..\..\tools\$(_PublishTaskFramework)\ - <_PublishTaskAssemblyFullPath Condition=" '$(_PublishTaskAssemblyFullPath)'=='' ">$(_PublishTasksDir)Microsoft.NET.Sdk.Publish.Tasks.dll - <_CopyTargetsDir Condition=" '$(_CopyTargetsDir)' == ''">$(MSBuildThisFileDirectory)CopyTargets\ - <_TransformTargetsDir Condition=" '$(_TransformTargetsDir)' == ''">$(MSBuildThisFileDirectory)TransformTargets\ - <_ComputeTargetsDir Condition=" '$(_ComputeTargetsDir)'=='' ">$(MSBuildThisFileDirectory)ComputeTargets\ - <_PublishTargetsDir Condition=" '$(_PublishTargetsDir)'=='' ">$(MSBuildThisFileDirectory)PublishTargets\ - <_PublishProfilesDir Condition=" '$(_PublishProfilesDir)'=='' ">$(MSBuildThisFileDirectory)PublishProfiles\ - <_DotNetCLIToolTargetsDir Condition=" '$(_DotNetCLIToolTargetsDir)'=='' ">$(MSBuildThisFileDirectory)DotNetCLIToolTargets\ - - - - - - - - - - <_PublishProfileRootFolder Condition="'$(_PublishProfileRootFolder)' == '' and '$(MSBuildProjectExtension)' =='.vbproj' ">$(MSBuildProjectDirectory)\My Project\PublishProfiles\ - <_PublishProfileRootFolder Condition="'$(_PublishProfileRootFolder)' == '' and '$(MSBuildProjectExtension)' =='.csproj' ">$(MSBuildProjectDirectory)\Properties\PublishProfiles\ - FileSystem - $([System.IO.Path]::GetFileNameWithoutExtension($(PublishProfile))) - $(_PublishProfileRootFolder)$(PublishProfileName).pubxml - $(_PublishProfilesDir)$(PublishProfileName).pubxml - - - $(PublishProfileFullPath) - - - - - - - - - - $(WebPublishMethod) - - MSDeployPackage - - - Docker - - - $(LastUsedBuildConfiguration) - $(Configuration) - <_PublishConfigurationPath Condition="'$(_PublishConfigurationPath)' == '' And '$(PublishConfiguration)' != ''">$(PublishConfiguration)\ - - <_TargetFrameworkPath Condition="'$(_TargetFrameworkPath)' == '' And '$(TargetFramework)' != ''">$(TargetFramework)\ - <_RuntimeIdentifierPath Condition="'$(_RuntimeIdentifierPath)' == '' And '$(RuntimeIdentifier)' != '' ">$(RuntimeIdentifier)\ - - $(MSBuildProjectDirectory)\$(BaseIntermediateOutputPath) - $(BaseIntermediateOutputPath)\ - - $([System.IO.Path]::GetFullPath($(BaseIntermediateOutputPath)$(_PublishConfigurationPath)$(_TargetFrameworkPath)$(_RuntimeIdentifierPath)PubTmp\)) - $(PublishIntermediateTempPath)Out\ - obj/Docker/publish/ - - EFSQLScripts - - - - - - - - - - - - - - - - - - - - - - - - - - - - BeforePublish; - CorePublish; - AfterPublish; - - - - - - - - - - $(_DotNetPublishComputeFiles); - $(_DotNetPublishCopyFiles); - $(_DotNetPublishTransformFiles); - $(_DotNetPublishFiles); - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml deleted file mode 100755 index e9076a1c..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - FileSystem - $(OutputPath)Publish\ - False - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml deleted file mode 100755 index 6373b7c3..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml +++ /dev/null @@ -1,11 +0,0 @@ - - - - MSDeploy - Release - Any CPU - True - WMSVC - True - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml deleted file mode 100755 index 3603faa0..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Package - Release - Any CPU - $(OutputPath)Publish\MSDeployPackage.zip - Default Web Site - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets deleted file mode 100755 index 248427ab..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - <_DotNetPublishFiles> - DockerPublish; - - - - - - - $(DockerPublishDependsOn); - _InitDockerComposeBuildSource; - DockerComposeBuild; - - - - - - - - - - $(PublishIntermediateOutputPath) - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets deleted file mode 100755 index bcc573ca..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - <_DotNetPublishFiles> - FileSystemPublish; - - - - - - - $(FileSystemPublishDependsOn); - _DeleteDestinationFilesIfSpecified; - _CopyEntityFrameworkScripts; - _GatherFilesFromPublishIntermediateOutputPath; - - - - - - - - - - - - - - $(PublishUrl)\ - - - - <_DestinationFiles Include="$(PublishUrl)**\*" /> - - - - - - - - - - - - - <_PublishIntermediateOutputPathFiles Include="$(PublishIntermediateOutputPath)**\*.*" /> - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets deleted file mode 100755 index 048f5f58..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - <_DotNetPublishFiles> - KuduPublish; - - - - - - - $(KuduPublishDependsOn); - - - - - - - - - - https://{0}.scm.azurewebsites.net/api/{1} - false - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets deleted file mode 100755 index 5d7e7049..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - - - - - - - - - - <_DotNetPublishFiles> - MSDeployPublish; - - - - - - - $(MSDeployPublishDependsOn); - _PrepareForMsDeployPublish; - _CreateManifestFiles; - _CreateParameterFiles; - - - - - - - - - - manifest - $(_MsDeploySourceManifestPath) - - auto - - - AppPoolExtension;ContentExtension;CertificateExtension - 2 - false - false - true - - false - true - Basic - - WMSVC - - true - <_UseWMSVC>false - <_UseWMSVC Condition="'$(MSDeployPublishMethod)'=='WMSVC'">true - <_UseRemoteAgent>false - <_UseRemoteAgent Condition="'$(MSDeployPublishMethod)'=='RemoteAgent'">true - - - <_MSDeployUserAgentSource>CmdLine - <_MSDeployUserAgent>VS$(_MSDeployUserAgentSource) - - true - - - - - - - - - - - - - - - - - - - - $(MSDeployPublishSourceRoot) - - - - - $(MSDeployPublishDestinationRoot) - $(MsDeployServiceUrl) - $(UserName) - $(Password) - $(DeployEncryptKey) - False - $(AuthType) - - - - - - - WebConfigEncryptProvider - $(MSDeployWebConfigEncryptProvider) - - - - - - - - - <_EnableRuleListItems Condition="'$(SkipExtraFilesOnServer)' == 'true'" Include="DoNotDeleteRule" /> - <_EnableRuleListItems Condition="'$(EnableMSDeployAppOffline)' == 'true'" Include="AppOffline" /> - <_EnableRuleListItems Condition="'$(MSDeployEnableWebConfigEncryptRule)' == 'true'" Include="EncryptWebConfig" /> - - - - <_EnableRuleList>@(_EnableRuleListItems) - - - - - - - - - - - <_MsDeploySourceManifestPath Condition="'$(_MsDeploySourceManifestPath)' == ''">$(PublishIntermediateTempPath)$(MSBuildProjectName).SourceManifest.xml - <_MSDeployParametersFilePath Condition="'$(_MSDeployParametersFilePath)' == ''">$(PublishIntermediateTempPath)$(MSBuildProjectName).Parameters.xml - - - - <_PublishConfigFiles Include="$(_MsDeploySourceManifestPath);$(_MSDeployParametersFilePath)" /> - - - - - - - - - - - - - - - - $(PublishIntermediateOutputPath) - - - - - - %(_EFSQLScripts.Identity) - - - - - - - - - - - - - - - ProviderPath - IisApp - $(PublishIntermediateOutputPath) - - $(DeployIisAppPath) - $(DeployIisAppPath) - IisApp - - false - - - - - - ProviderPath - dbfullsql - %(_EFSQLScripts.Identity) - - %(_EFSQLScripts.ConnectionString) - %(_EFSQLScripts.ConnectionString) - dbfullsql - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unknown - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets deleted file mode 100755 index fc695c44..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - - - - - - - - - - <_DotNetPublishFiles> - MSDeployPackagePublish; - - - - - - - $(MSDeployPackagePublishDependsOn); - _InitMSDeployPackageProperties; - _PrepareForMsDeployPublish; - _CreateManifestFiles; - _CreateParameterFiles; - _CreateMSDeployScript; - - - - - - - manifest - $(_MsDeploySourceManifestPath) - - Package - $(PackageLocation) - 2 - - AppPoolExtension;ContentExtension;CertificateExtension - - <_MSDeployUserAgentSource>CmdLine - <_MSDeployUserAgent>VS$(_MSDeployUserAgentSource) - - true - - - - - - - $(MSDeployPublishSourceRoot) - - - - - $(MSDeployPublishDestinationRoot) - - - - - - - - - - - - - - - - $(MSBuildProjectName).zip - $(DesktopBuildPackageLocation) - $(OutputPath) - $(PackageLocation)\ - $(PackageLocation)$(DefaultPackageFileName) - Default Web Site - True - - - - - - - - - - - - - - <_destinationFolder Condition="'$(_destinationFolder)' == ''">$([System.IO.Path]::GetDirectoryName($(PackageLocation)))\ - <_MsDeploySourceManifestPath Condition="'$(_MsDeploySourceManifestPath)' == ''">$(_destinationFolder)$(MSBuildProjectName).SourceManifest.xml - <_MSDeployParametersFilePath Condition="'$(_MSDeployParametersFilePath)' == ''">$(_destinationFolder)$(MSBuildProjectName).Parameters.xml - <_MSDeploySetParametersFilePath Condition="'$(_MSDeploySetParametersFilePath)' == ''">$(_destinationFolder)$(MSBuildProjectName).SetParameters.xml - <_MSDeployScriptFilePath Condition="'$(_MSDeployScriptFilePath)' == ''">$(_destinationFolder)$(MSBuildProjectName).deploy.cmd - <_MSDeployReadMeFilePath Condition="'$(_MSDeployReadMeFilePath)' == ''">$(_destinationFolder)$(MSBuildProjectName).deploy-readme.txt - - - - <_PublishConfigFiles Include="$(_MsDeploySourceManifestPath);$(_MSDeployParametersFilePath);$(_MSDeploySetParametersFilePath);$(_MSDeployScriptFilePath);$(_MSDeployReadMeFilePath)" /> - - - - - - - - - - - - - - - - $(PublishIntermediateOutputPath) - - - - - - %(_EFSQLScripts.Identity) - - - - - - - - - - - - - - - - - - - - - - - ProviderPath - IisApp - $(PublishIntermediateOutputPath) - - $(DeployIisAppPath) - $(DeployIisAppPath) - IisApp - - false - - - - - - ProviderPath - dbfullsql - %(_EFSQLScripts.Identity) - - %(_EFSQLScripts.ConnectionString) - %(_EFSQLScripts.ConnectionString) - dbfullsql - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unknown - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets deleted file mode 100755 index 078bded9..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - <_DotNetPublishTransformFiles> - _TransformWebConfig; - _TransformAppSettings; - _GenerateEFSQLScripts; - _GenerateRunCommandFile; - - - - - - - - <_IsAspNetCoreProject Condition="%(ProjectCapability.Identity) == 'AspNetCore'">true - <_IsPortable Condition=" '$(_IsPortable)' == '' And '$(RuntimeIdentifier)' != '' ">false - <_IsPortable Condition=" '$(_IsPortable)' == ''">true - <_ExecutableExtension Condition="'$(_ExecutableExtension)' == '' and $(RuntimeIdentifier.StartsWith('win'))">.exe - <_TransformWebConfigForAzure Condition=" '$(WEBSITE_SITE_NAME)' != '' Or '$(DOTNET_CONFIGURE_AZURE)' == 'true' Or '$(DOTNET_CONFIGURE_AZURE)' == '1'">true - - - - - - - - - - - <_IsAspNetCoreProject Condition="%(ProjectCapability.Identity) == 'AspNetCore'">true - - - - - - - - - - <_IsAspNetCoreProject Condition="%(ProjectCapability.Identity) == 'AspNetCore'">true - <_EFPublishDirectory Condition="'$(CopyEFSQLScriptsToOutputFolder)' == 'true'">$(PublishIntermediateOutputPath) - <_EFPublishDirectory Condition="'$(_EFPublishDirectory)' == ''">$(PublishIntermediateTempPath) - - - - - - - - - - - - - <_IsWebJobProject Condition="'$(_IsWebJobProject)' == '' and '$(WebJobName)' != '' and '$(WebJobType)' != ''">true - <_IsPortable Condition=" '$(_IsPortable)' == '' And '$(RuntimeIdentifier)' != '' ">false - <_IsPortable Condition=" '$(_IsPortable)' == ''">true - <_ExecutableExtension Condition="'$(_ExecutableExtension)' == '' and $(RuntimeIdentifier.StartsWith('win'))">.exe - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll deleted file mode 100755 index b0a6fc52..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll deleted file mode 100755 index 849d62db..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll deleted file mode 100755 index a3ae53cf..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll deleted file mode 100755 index b966b3c9..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll deleted file mode 100755 index 5824e114..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll deleted file mode 100755 index 1235bf9b..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props deleted file mode 100755 index 6fe70d3a..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets deleted file mode 100755 index b1754686..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props deleted file mode 100755 index 19c53603..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props +++ /dev/null @@ -1,48 +0,0 @@ - - - - - $(DefaultItemExcludes);**\node_modules\**;node_modules\** - $(DefaultItemExcludes);**\jspm_packages\**;jspm_packages\** - $(DefaultItemExcludes);**\bower_components\**;bower_components\** - Exe - true - pdbonly - true - true - false - true - - - - - - - - - - - - - - - - - - - <_ContentIncludedByDefault Include="@(Content)" /> - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets deleted file mode 100755 index 42bfb5e2..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - true - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed.Web\ - $(LangName) - en-us - - - - - - - - - - - - - - - BrowseObject - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props deleted file mode 100755 index 7abdf36f..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets deleted file mode 100755 index e95ef8de..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props deleted file mode 100755 index 702a324c..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props +++ /dev/null @@ -1,31 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - true - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets deleted file mode 100755 index fcf63712..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets +++ /dev/null @@ -1,57 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - true - - - - - - - $(MSBuildToolsPath)\Microsoft.CSharp.targets - $(MSBuildToolsPath)\Microsoft.VisualBasic.targets - $(MSBuildThisFileDirectory)..\build\Microsoft.NET.Sdk.FSharp.targets - - - $(MSBuildToolsPath)\Microsoft.Common.CurrentVersion.targets - - - - - - - - - - - $(MSBuildThisFileDirectory)..\..\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets - $(MSBuildThisFileDirectory)..\..\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets - true - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/GenerateDeps/GenerateDeps.proj b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/GenerateDeps/GenerateDeps.proj deleted file mode 100755 index 22f2ba05..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/GenerateDeps/GenerateDeps.proj +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - $([System.IO.Path]::GetDirectoryName($(ProjectAssetsFile))) - $(ToolFolder)\$(ToolName).deps.json - - Exe - false - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeStore.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeStore.targets deleted file mode 100755 index 7e5564fe..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeStore.targets +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - <_AllProjects Include="$(AdditionalProjects.Split('%3B'))"/> - <_AllProjects Include ="$(MSBuildProjectFullPath)"/> - - - - - - - - - - - - - - StorePackageName=%(PackageReference.Identity); - StorePackageVersion=%(PackageReference.Version); - ComposeWorkingDir=$(ComposeWorkingDir); - PublishDir=$(PublishDir); - StoreStagingDir=$(StoreStagingDir); - TargetFramework=$(TargetFramework); - RuntimeIdentifier=$(RuntimeIdentifier); - JitPath=$(JitPath); - Crossgen=$(Crossgen); - SkipUnchangedFiles=$(SkipUnchangedFiles); - PreserveStoreLayout=$(PreserveStoreLayout); - CreateProfilingSymbols=$(CreateProfilingSymbols); - StoreSymbolsStagingDir=$(StoreSymbolsStagingDir); - DisableImplicitFrameworkReferences=false; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_StoreArtifactContent> - -@(ListOfPackageReference) - -]]> - - - - - - - - - - - - - - <_OptimizedResolvedFileToPublish Include="$(StoreStagingDir)\**\*.*" /> - <_OptimizedSymbolFileToPublish Include="$(StoreSymbolsStagingDir)\**\*.*" /> - - - - - - - - - - - - - - - - - - - true - true - <_TFM Condition="'$(_TFM)' == ''">$(TargetFramework) - true - - - - - - - - - - $(UserProfileRuntimeStorePath) - - <_ProfilingSymbolsDirectoryName>symbols - $([System.IO.Path]::Combine($(DefaultComposeDir), $(_ProfilingSymbolsDirectoryName))) - $([System.IO.Path]::Combine($(ComposeDir), $(_ProfilingSymbolsDirectoryName))) - $([System.IO.Path]::Combine($(ProfilingSymbolsDir), $(PlatformTarget))) - $(DefaultProfilingSymbolsDir) - $([System.IO.Path]::Combine($(ProfilingSymbolsDir), $(_TFM))) - $(ProfilingSymbolsDir)\ - - $(DefaultComposeDir) - $([System.IO.Path]::Combine($(ComposeDir), $(PlatformTarget))) - $([System.IO.Path]::Combine($(ComposeDir), $(_TFM))) - $([System.IO.Path]::Combine($(ComposeDir),"artifact.xml")) - $([System.IO.Path]::GetFullPath($(ComposeDir))) - <_RandomFileName>$([System.IO.Path]::GetRandomFileName()) - $([System.IO.Path]::GetTempPath()) - $([System.IO.Path]::Combine($(TEMP), $(_RandomFileName))) - $([System.IO.Path]::GetFullPath($(ComposeWorkingDir))) - $([System.IO.Path]::Combine($(ComposeWorkingDir),"StagingDir")) - $([System.IO.Path]::Combine($(ComposeWorkingDir),"SymbolsStagingDir")) - - $(PublishDir)\ - - - - - false - true - - - - - - - - - - - - - $(StorePackageVersion.Replace('*','-')) - $([System.IO.Path]::Combine($(ComposeWorkingDir),"$(StorePackageName)_$(StorePackageVersionForFolderName)")) - <_PackageProjFile>$([System.IO.Path]::Combine($(StoreWorkerWorkingDir), "Restore.csproj")) - $(StoreWorkerWorkingDir)\ - $(BaseIntermediateOutputPath)\project.assets.json - - - - $(MicrosoftNETPlatformLibrary) - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ManagedResolvedFileToPublishCandidates Include="@(ResolvedFileToPublish)" - Condition="'%(ResolvedFileToPublish.AssetType)'=='runtime'" /> - - <_UnOptimizedResolvedFileToPublish Include="@(ResolvedFileToPublish)" - Condition="'%(ResolvedFileToPublish.AssetType)'!='runtime'" /> - - - - true - - - - - - - - <_UnOptimizedResolvedFileToPublish Include="@(ResolvedFileToPublish)" /> - - - - - - - - - true - true - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ConflictResolution.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ConflictResolution.targets deleted file mode 100755 index 0a4c35eb..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ConflictResolution.targets +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - <_LockFileAssemblies Include="@(AllCopyLocalItems->WithMetadataValue('Type', 'assembly'))" - Condition="'$(CopyLocalLockFileAssemblies)' != 'true'" - /> - - - - <_RuntimeTargetItems Include="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'RuntimeTarget'))" /> - <__RuntimeTargetPublishItems Include="@(FileDefinitions)" Exclude="@(_RuntimeTargetItems)" /> - <_RuntimeTargetPublishItems Include="@(FileDefinitions)" Exclude="@(__RuntimeTargetPublishItems)" /> - - <_LockFileAssemblies Include="@(_RuntimeTargetPublishItems->WithMetadataValue('Type', 'assembly')->'%(ResolvedPath)')"> - false - false - Package - %(PackageName) - %(PackageVersion) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets deleted file mode 100755 index 49bc9667..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets +++ /dev/null @@ -1,299 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - <_CoreclrResolvedPath Include="@(CrossgenResolvedAssembliesToPublish)" - Condition="'%(CrossgenResolvedAssembliesToPublish.Filename)'=='coreclr'" /> - <_CoreclrResolvedPath Include="@(CrossgenResolvedAssembliesToPublish)" - Condition="'%(CrossgenResolvedAssembliesToPublish.Filename)'=='libcoreclr'" /> - <_JitResolvedPath Include="@(CrossgenResolvedAssembliesToPublish)" - Condition="'%(CrossgenResolvedAssembliesToPublish.Filename)'=='clrjit'" /> - <_JitResolvedPath Include="@(CrossgenResolvedAssembliesToPublish)" - Condition="'%(CrossgenResolvedAssembliesToPublish.Filename)'=='libclrjit'" /> - - - - - - - - - - - - - <_CoreclrPath>@(_CoreclrResolvedPath) - @(_JitResolvedPath) - <_CoreclrDir>$([System.IO.Path]::GetDirectoryName($(_CoreclrPath))) - <_CoreclrPkgDir>$([System.IO.Path]::Combine($(_CoreclrDir),"..\..\..\")) - $([System.IO.Path]::Combine($(_CoreclrPkgDir),"tools")) - - $([System.IO.Path]::Combine($(CrossgenDir),"crossgen")) - $([System.IO.Path]::Combine($(CrossgenDir),"crossgen.exe")) - - - - - - - - - - - $([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine($(_NetCoreRefDir), $([System.IO.Path]::GetFileName($(Crossgen))))))) - - - - - - - - - - CrossgenExe=$(Crossgen); - CrossgenJit=$(JitPath); - CrossgenInputAssembly=%(_ManagedResolvedFilesToOptimize.Fullpath); - CrossgenOutputAssembly=$(_RuntimeOptimizedDir)$(DirectorySeparatorChar)%(FileName)%(Extension); - CrossgenSubOutputPath=%(DestinationSubPath); - _RuntimeOptimizedDir=$(_RuntimeOptimizedDir); - PublishDir=$(StoreStagingDir); - CrossgenPlatformAssembliesPath=$(_RuntimeRefDir)$(PathSeparator)$(_NetCoreRefDir); - CreateProfilingSymbols=$(CreateProfilingSymbols); - StoreSymbolsStagingDir=$(StoreSymbolsStagingDir); - _RuntimeSymbolsDir=$(_RuntimeSymbolsDir) - - - - - - - - - - - - - - - $([System.IO.Path]::GetDirectoryName($(_RuntimeSymbolsDir)\$(CrossgenSubOutputPath))) - $([System.IO.Path]::GetDirectoryName($(StoreSymbolsStagingDir)\$(CrossgenSubOutputPath))) - $(CrossgenExe) -readytorun -in $(CrossgenInputAssembly) -out $(CrossgenOutputAssembly) -jitpath $(CrossgenJit) -platform_assemblies_paths $(CrossgenPlatformAssembliesPath) - CreatePDB - CreatePerfMap - - - - - - - - - - - - - - - - - - - - - <_ProfilingSymbols Include="$(CrossgenProfilingSymbolsOutputDirectory)\*" - Condition="'$(CreateProfilingSymbols)' == 'true'" /> - - - - - - - - - - $([System.IO.Path]::PathSeparator) - $([System.IO.Path]::DirectorySeparatorChar) - - - - - - - - - <_CrossProjFileDir>$([System.IO.Path]::Combine($(ComposeWorkingDir),"Optimize")) - <_NetCoreRefDir>$([System.IO.Path]::Combine($(_CrossProjFileDir), "netcoreapp")) - - - - <_CrossProjAssetsFile>$([System.IO.Path]::Combine($(_CrossProjFileDir), project.assets.json)) - - - - - - - - - - <_RuntimeRefDir>$([System.IO.Path]::Combine($(StoreWorkerWorkingDir), "runtimeref")) - <_RuntimeOptimizedDir>$([System.IO.Path]::Combine($(StoreWorkerWorkingDir), "runtimopt")) - <_RuntimeSymbolsDir>$([System.IO.Path]::Combine($(StoreWorkerWorkingDir), "runtimesymbols")) - - - - <_ManagedResolvedFilesToOptimize Include="@(_ManagedResolvedFileToPublishCandidates)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets deleted file mode 100755 index 141a59c9..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - 1.0.0 - $(VersionPrefix)-$(VersionSuffix) - $(VersionPrefix) - - - - $(AssemblyName) - $(Authors) - $(AssemblyName) - $(AssemblyName) - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets deleted file mode 100755 index 2cb1958e..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - Debug - AnyCPU - $(Platform) - - bin\ - $(BaseOutputPath)\ - $(BaseOutputPath)$(Configuration)\ - $(BaseOutputPath)$(PlatformName)\$(Configuration)\ - $(OutputPath)\ - - obj\ - $(BaseIntermediateOutputPath)\ - $(BaseIntermediateOutputPath)$(Configuration)\ - $(BaseIntermediateOutputPath)$(PlatformName)\$(Configuration)\ - $(IntermediateOutputPath)\ - - - - - $(OutputPath) - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets deleted file mode 100755 index 20bae4ce..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - <_TargetFrameworkDirectories /> - - - - - true - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets deleted file mode 100755 index 97e957dd..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets +++ /dev/null @@ -1,156 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - $(IntermediateOutputPath)$(MSBuildProjectName).AssemblyInfo$(DefaultLanguageSourceExtension) - true - - - - true - true - true - true - true - true - true - true - true - true - - - - - - - - - <_Parameter1>$(Company) - - - <_Parameter1>$(Configuration) - - - <_Parameter1>$(Copyright) - - - <_Parameter1>$(Description) - - - <_Parameter1>$(FileVersion) - - - <_Parameter1>$(InformationalVersion) - - - <_Parameter1>$(Product) - - - <_Parameter1>$(AssemblyTitle) - - - <_Parameter1>$(AssemblyVersion) - - - <_Parameter1>$(NeutralLanguage) - - - - - - - - $(IntermediateOutputPath)$(MSBuildProjectName).AssemblyInfoInputs.cache - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(AssemblyVersion) - $(Version) - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.NuGetOfflineCache.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.NuGetOfflineCache.targets deleted file mode 100755 index 054c2235..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.NuGetOfflineCache.targets +++ /dev/null @@ -1,29 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - <_NugetFallbackFolder>$(MSBuildThisFileDirectory)..\..\..\..\NuGetFallbackFolder - <_IsNETCore1x Condition=" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '2.0' ">true - - - - $(RestoreAdditionalProjectSources);$(_NugetFallbackFolder) - $(RestoreAdditionalProjectFallbackFoldersExcludes);$(_NugetFallbackFolder) - - $(RestoreAdditionalProjectFallbackFolders);$(_NugetFallbackFolder) - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets deleted file mode 100755 index 479f5c14..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets +++ /dev/null @@ -1,104 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - refs - - - - - - - $(DefineConstants) - $(LangVersion) - $(PlatformTarget) - $(AllowUnsafeBlocks) - $(TreatWarningsAsErrors) - $(Optimize) - $(AssemblyOriginatorKeyFile) - $(DelaySign) - $(DelaySign) - $(DebugType) - $(OutputType) - $(GenerateDocumentationFile) - - - - - - - - - - - - - - - <_RefAssembliesToExclude Include="@(ResolvedAssembliesToPublish->'%(FullPath)')" /> - - <_RefAssembliesToExclude Include="@(_RuntimeItemsInRuntimeStore->'%(ResolvedPath)')" /> - - - $(RefAssembliesFolderName)\%(Filename)%(Extension) - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets deleted file mode 100755 index cdbac5bd..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets +++ /dev/null @@ -1,590 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - true - <_GetChildProjectCopyToPublishDirectoryItems Condition="'$(_GetChildProjectCopyToPublishDirectoryItems)' == ''">true - - - true - - true - - - - - Always - - - - - - - - - - - - - - - - $(PublishDir)\ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ResolvedFileToPublishPreserveNewest Include="@(ResolvedFileToPublish)" - Condition="'%(ResolvedFileToPublish.CopyToPublishDirectory)'=='PreserveNewest'" /> - - <_ResolvedFileToPublishAlways Include="@(ResolvedFileToPublish)" - Condition="'%(ResolvedFileToPublish.CopyToPublishDirectory)'=='Always'" /> - - - - - - - - - true - true - - - - - - @(IntermediateAssembly->'%(Filename)%(Extension)') - - - - - @(AppConfigWithTargetPath->'%(TargetPath)') - - - - - @(_DebugSymbolsIntermediatePath->'%(Filename)%(Extension)') - - - - - %(IntermediateSatelliteAssembliesWithTargetPath.Culture)\%(Filename)%(Extension) - - - - - %(ResolvedAssembliesToPublish.DestinationSubPath) - - - - - @(FinalDocFile->'%(Filename)%(Extension)') - - - - - - - - - - - - %(ReferenceCopyLocalPaths.DestinationSubDirectory)%(Filename)%(Extension) - - - - - - - - - - - - - - - - - - - %(_SourceItemsToCopyToPublishDirectoryAlways.TargetPath) - Always - - - - %(_SourceItemsToCopyToPublishDirectory.TargetPath) - PreserveNewest - - - - - - - - - - - - <_GCTPDIKeepDuplicates>false - <_GCTPDIKeepMetadata>CopyToPublishDirectory;TargetPath - - - - - - - - - - - - <_SourceItemsToCopyToPublishDirectoryAlways KeepDuplicates=" '$(_GCTPDIKeepDuplicates)' != 'false' " - KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(_AllChildProjectPublishItemsWithTargetPath->'%(FullPath)')" - Condition="'%(_AllChildProjectPublishItemsWithTargetPath.CopyToPublishDirectory)'=='Always'"/> - - <_SourceItemsToCopyToPublishDirectory KeepDuplicates=" '$(_GCTPDIKeepDuplicates)' != 'false' " - KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(_AllChildProjectPublishItemsWithTargetPath->'%(FullPath)')" - Condition="'%(_AllChildProjectPublishItemsWithTargetPath.CopyToPublishDirectory)'=='PreserveNewest'"/> - - - - - <_AllChildProjectPublishItemsWithTargetPath Remove="@(_AllChildProjectPublishItemsWithTargetPath)"/> - - - - - <_SourceItemsToCopyToPublishDirectoryAlways KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(ContentWithTargetPath->'%(FullPath)')" - Condition="'%(ContentWithTargetPath.CopyToPublishDirectory)'=='Always'"/> - <_SourceItemsToCopyToPublishDirectory KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(ContentWithTargetPath->'%(FullPath)')" - Condition="'%(ContentWithTargetPath.CopyToPublishDirectory)'=='PreserveNewest'"/> - - - - <_SourceItemsToCopyToPublishDirectoryAlways KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(EmbeddedResource->'%(FullPath)')" - Condition="'%(EmbeddedResource.CopyToPublishDirectory)'=='Always'"/> - <_SourceItemsToCopyToPublishDirectory KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(EmbeddedResource->'%(FullPath)')" - Condition="'%(EmbeddedResource.CopyToPublishDirectory)'=='PreserveNewest'"/> - - - - <_CompileItemsToPublish Include="@(Compile->'%(FullPath)')" - Condition="'%(Compile.CopyToPublishDirectory)'=='Always' or '%(Compile.CopyToPublishDirectory)'=='PreserveNewest'"/> - - - - - - - - <_SourceItemsToCopyToPublishDirectoryAlways KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(_CompileItemsToPublishWithTargetPath)" - Condition="'%(_CompileItemsToPublishWithTargetPath.CopyToPublishDirectory)'=='Always'"/> - <_SourceItemsToCopyToPublishDirectory KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(_CompileItemsToPublishWithTargetPath)" - Condition="'%(_CompileItemsToPublishWithTargetPath.CopyToPublishDirectory)'=='PreserveNewest'"/> - - - - <_SourceItemsToCopyToPublishDirectoryAlways KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(_NoneWithTargetPath->'%(FullPath)')" - Condition="'%(_NoneWithTargetPath.CopyToPublishDirectory)'=='Always'"/> - <_SourceItemsToCopyToPublishDirectory KeepMetadata="$(_GCTPDIKeepMetadata)" - Include="@(_NoneWithTargetPath->'%(FullPath)')" - Condition="'%(_NoneWithTargetPath.CopyToPublishDirectory)'=='PreserveNewest'"/> - - - - - - - - - - - - - - Always - - - PreserveNewest - - - - Always - - - PreserveNewest - - - - Always - - - PreserveNewest - - - <_NoneWithTargetPath Condition="'%(_NoneWithTargetPath.CopyToOutputDirectory)'=='Always' and '%(_NoneWithTargetPath.CopyToPublishDirectory)' == ''"> - Always - - <_NoneWithTargetPath Condition="'%(_NoneWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest' and '%(_NoneWithTargetPath.CopyToPublishDirectory)' == ''"> - PreserveNewest - - - - - - - - - - - $(PublishDir)$(ProjectDepsFileName) - - - - - - - - - <_ComputeExcludeFromPublishPackageReferences Condition="'$(_ComputeExcludeFromPublishPackageReferences)' == ''">true - - - - - - - - - - <_ExcludeFromPublishPackageReference Include="@(PackageReference)" - Condition="('%(PackageReference.Publish)' == 'false')" /> - - - - - - - - - - - - - - - - - - - - - $(PublishDir)$(ProjectRuntimeConfigFileName) - - - - - - - - - - - - - - - - - $(AssemblyName)$(_NativeExecutableExtension) - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets deleted file mode 100755 index 6eb5d25b..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets +++ /dev/null @@ -1,162 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - <_UsingDefaultRuntimeIdentifier>true - win7-x64 - win7-x86 - - - - <_UsingDefaultPlatformTarget>true - - - - - - - - - x86 - - - - - - x64 - - - - - - arm - - - - - - - AnyCPU - - - - - - - false - true - - - - - - - - - - - - - - - - - true - - - - - $(IntermediateOutputPath)$(RuntimeIdentifier)\ - $(OutputPath)$(RuntimeIdentifier)\ - - - - - - AnyCPU - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets deleted file mode 100755 index 50a1e92f..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets +++ /dev/null @@ -1,182 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - <_IsExecutable Condition="'$(OutputType)' == 'Exe' or '$(OutputType)'=='WinExe'">true - - - - $(_IsExecutable) - <_UsingDefaultForHasRuntimeOutput>true - - - - - - - - - - - - - - - <_IsNETCoreOrNETStandard Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">true - <_IsNETCoreOrNETStandard Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">true - - - - - true - true - true - - - true - - - - - true - - - .dll - - - false - - - - - $(PreserveCompilationContext) - - - - - publish - - $(OutputPath)$(RuntimeIdentifier)\$(PublishDirName)\ - $(OutputPath)$(PublishDirName)\ - - - - - - <_TargetFrameworkVersionWithoutV>$(TargetFrameworkVersion) - <_TargetFrameworkVersionWithoutV Condition="$(TargetFrameworkVersion.StartsWith('v'))">$(TargetFrameworkVersion.Substring(1)) - - - - - - - - <_SDKImplicitReference Include="System"/> - <_SDKImplicitReference Include="System.Data"/> - <_SDKImplicitReference Include="System.Drawing"/> - <_SDKImplicitReference Include="System.Xml"/> - - - - - <_SDKImplicitReference Include="System.Core" Condition=" '$(_TargetFrameworkVersionWithoutV)' >= '3.5' "/> - <_SDKImplicitReference Include="System.Runtime.Serialization" Condition=" '$(_TargetFrameworkVersionWithoutV)' >= '3.5' "/> - <_SDKImplicitReference Include="System.Xml.Linq" Condition=" '$(_TargetFrameworkVersionWithoutV)' >= '3.5' "/> - - - <_SDKImplicitReference Include="System.Numerics" Condition=" '$(_TargetFrameworkVersionWithoutV)' >= '4.0' "/> - - - <_SDKImplicitReference Include="System.IO.Compression.FileSystem" Condition=" '$(_TargetFrameworkVersionWithoutV)' >= '4.5' "/> - - - - - - <_SDKImplicitReference Update="@(_SDKImplicitReference)" - Pack="false" /> - - - <_SDKImplicitReference Remove="@(Reference)" /> - - - - - - - - false - - - - $(AssetTargetFallback);net461 - - - - - <_FrameworkIdentifierForImplicitDefine>$(TargetFrameworkIdentifier.Replace('.', '').ToUpperInvariant()) - <_FrameworkIdentifierForImplicitDefine Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework'">NET - - <_FrameworkVersionForImplicitDefine Condition="$(TargetFrameworkVersion.StartsWith('v'))">$(TargetFrameworkVersion.SubString(1)) - <_FrameworkVersionForImplicitDefine Condition="!$(TargetFrameworkVersion.StartsWith('v'))">$(TargetFrameworkVersion) - - <_FrameworkVersionForImplicitDefine>$(_FrameworkVersionForImplicitDefine.Replace('.', '_')) - - <_FrameworkVersionForImplicitDefine Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework'">$(_FrameworkVersionForImplicitDefine.Replace('_', '')) - - $(_FrameworkIdentifierForImplicitDefine)$(_FrameworkVersionForImplicitDefine) - - - - - false - true - - - - $(IntermediateOutputPath)$(AssemblyName).xml - - - - - - - - true - true - true - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets deleted file mode 100755 index 3687bf6a..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props deleted file mode 100755 index 5052b5b8..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 4 - 1701;1702;1705 - - - NU1605 - - - $(DefineConstants); - $(DefineConstants)TRACE - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets deleted file mode 100755 index b979e90e..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets +++ /dev/null @@ -1,36 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - Properties - - - $(Configuration.ToUpperInvariant()) - - - - $(ImplicitConfigurationDefine.Replace('-', '_')) - $(ImplicitConfigurationDefine.Replace('.', '_')) - $(DefineConstants);$(ImplicitConfigurationDefine) - - - $(DefineConstants);$(ImplicitFrameworkDefine) - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets deleted file mode 100755 index 4ef3d5b6..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - $(MSBuildThisFileDirectory)..\tools\ - netcoreapp1.0 - net46 - $(MicrosoftNETBuildTasksDirectoryRoot)$(MicrosoftNETBuildTasksTFM)/ - $(MicrosoftNETBuildTasksDirectory)Microsoft.NET.Build.Tasks.dll - - - Microsoft.NETCore.App;NETStandard.Library - - - - - <_IsExecutable Condition="'$(OutputType)' == 'Exe' or '$(OutputType)'=='WinExe'">true - $(_IsExecutable) - - - - - netcoreapp$(BundledNETCoreAppTargetFrameworkVersion) - - - - - - - - - - - <_IsRidAgnostic>false - <_IsRidAgnostic Condition=" '$(RuntimeIdentifier)' == '' and '$(RuntimeIdentifiers)' == '' ">true - - - <_SkipNearestTargetFrameworkResolution Condition="'$(TargetFramework)' != '' and '$(ReferringTargetFramework)' == ''">true - $(TargetFramework) - - - <_HasSingleTargetFramework Condition="'$(IsCrossTargetingBuild)' != 'true'">true - <_HasSingleTargetFramework Condition="'$(_HasSingleTargetFramework)' == ''">false - - <_PossibleTargetFrameworks Condition="'$(TargetFramework)' != ''">$(TargetFramework) - <_PossibleTargetFrameworks Condition="'$(TargetFramework)' == ''">$(TargetFrameworks) - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props deleted file mode 100755 index c36366db..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props +++ /dev/null @@ -1,59 +0,0 @@ - - - - - $(MSBuildThisFileDirectory)..\..\..\Microsoft.NETCoreSdk.BundledVersions.props - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets deleted file mode 100755 index 6c3a9d40..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets +++ /dev/null @@ -1,313 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - true - true - true - true - - - - - - - $(DefaultItemExcludes);$(BaseOutputPath)/** - - $(DefaultItemExcludes);$(BaseIntermediateOutputPath)/** - - - $(DefaultItemExcludes);**/*.user - $(DefaultItemExcludes);**/*.*proj - $(DefaultItemExcludes);**/*.sln - $(DefaultItemExcludes);**/*.vssscc - - - $(DefaultItemExcludesInProjectFolder);**/.*/** - - - $(DefaultItemExcludes);packages/** - - - - - - - $(BundledNETStandardPackageVersion) - - - 1.6.1 - - - 1.6.1 - - - - - - - 1.0.5 - 1.0.5 - 1.1.2 - 1.1.2 - - - - - - - - - - $(ImplicitRuntimeFrameworkVersionForFrameworkDependentNetCoreApp1_0) - $(ImplicitRuntimeFrameworkVersionForSelfContainedNetCoreApp1_0) - - - - - $(ImplicitRuntimeFrameworkVersionForFrameworkDependentNetCoreApp1_1) - $(ImplicitRuntimeFrameworkVersionForSelfContainedNetCoreApp1_1) - - - - - - - $(BundledNETCoreAppPackageVersion) - $(BundledNETCoreAppPackageVersion) - - - - - - - $(_TargetFrameworkVersionWithoutV) - $(_TargetFrameworkVersionWithoutV) - - - - - - $(ImplicitRuntimeFrameworkVersionForSelfContainedApp) - $(ImplicitRuntimeFrameworkVersionForFrameworkDependentApp) - - - - - - - $([MSBuild]::EnsureTrailingSlash(%(LinkBase))) - - - %(LinkBase)%(RecursiveDir)%(Filename)%(Extension) - - - - $([MSBuild]::EnsureTrailingSlash(%(LinkBase))) - %(LinkBase)%(RecursiveDir)%(Filename)%(Extension) - - - - $([MSBuild]::EnsureTrailingSlash(%(LinkBase))) - %(LinkBase)%(RecursiveDir)%(Filename)%(Extension) - - - - $([MSBuild]::EnsureTrailingSlash(%(LinkBase))) - %(LinkBase)%(RecursiveDir)%(Filename)%(Extension) - - - - $([MSBuild]::EnsureTrailingSlash(%(LinkBase))) - %(LinkBase)%(RecursiveDir)%(Filename)%(Extension) - - - - - - - - - https://aka.ms/sdkimplicitrefs - - - - - - - - - - - - - - - - <_ImplicitPackageName Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">NETStandard.Library - <_ImplicitPackageName Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">Microsoft.NETCore.App - - - - - <_ImplicitPackageReferenceCheck - Include="@(PackageReference->WithMetadataValue('Identity', '$(_ImplicitPackageName)'))"> - false - - - - <_ImplicitPackageReference Include="@(_ImplicitPackageReferenceCheck->WithMetadataValue('IsImplicitlyDefined', 'true'))"/> - <_OverridingPackageReference Include="@(_ImplicitPackageReferenceCheck->WithMetadataValue('IsImplicitlyDefined', 'false'))"/> - - - - - - - - - - - - - - - - - - https://aka.ms/sdkimplicititems - - - false - ErrorAndContinue - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.props deleted file mode 100755 index b744e589..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.props +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - false - true - - - - - $(MSBuildToolsPath)\FSharp\Microsoft.FSharp.NetSdk.props - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.NetSdk.props - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.targets deleted file mode 100755 index fdf77415..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.FSharp.targets +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - Properties - - - - $(Configuration.ToUpperInvariant()) - - - - $(ImplicitConfigurationDefine.Replace('-', '_')) - $(ImplicitConfigurationDefine.Replace('.', '_')) - $(DefineConstants);$(ImplicitConfigurationDefine) - - - $(DefineConstants);$(ImplicitFrameworkDefine) - - - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.FSharp.DesignTime.targets - - - - - - - $(MSBuildToolsPath)\FSharp\Microsoft.FSharp.NetSdk.targets - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.NetSdk.targets - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props deleted file mode 100755 index 430ef468..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props +++ /dev/null @@ -1,36 +0,0 @@ - - - - - Embed - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 1 - 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 - On - Binary - Off - On - - - NU1605 - - - - true - true - - - true - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets deleted file mode 100755 index 727f4c38..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets +++ /dev/null @@ -1,45 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - My Project - - - $(DefineConstants),$(ImplicitFrameworkDefine) - $(DisableImplicitFrameworkReferences) - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props deleted file mode 100755 index eb905069..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props +++ /dev/null @@ -1,141 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - true - - - - - Debug;Release - AnyCPU - Debug - AnyCPU - - - - - Library - 512 - prompt - $(MSBuildProjectName) - $(MSBuildProjectName) - true - - - - - - true - false - - - true - - - - - - - <_PlatformWithoutConfigurationInference>$(Platform) - - - x64 - - - x86 - - - ARM - - - - - portable - - - false - - - true - true - - - PackageReference - - - {CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName} - $(AssemblySearchPaths) - - false - false - false - false - false - false - false - false - false - - - - - - - - $(MSBuildThisFileDirectory)GenerateDeps\GenerateDeps.proj - - - - - - - - - - - - true - - - $(DotnetHostPath) - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets deleted file mode 100755 index c48b94d5..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets +++ /dev/null @@ -1,536 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - CurrentArchitecture - CurrentRuntime - - - - - - - - - - - - - - - - - $(_IsNETCoreOrNETStandard) - - - - true - $(MSBuildProjectDirectory)/runtimeconfig.template.json - true - true - - - - - - - - - $(AssemblyName).deps.json - $(TargetDir)$(ProjectDepsFileName) - $(AssemblyName).runtimeconfig.json - $(TargetDir)$(ProjectRuntimeConfigFileName) - $(TargetDir)$(AssemblyName).runtimeconfig.dev.json - true - - - - <_NativeLibraryPrefix Condition="'$(_NativeLibraryPrefix)' == '' and !$(RuntimeIdentifier.StartsWith('win'))">lib - - <_NativeLibraryExtension Condition="'$(_NativeLibraryExtension)' == '' and $(RuntimeIdentifier.StartsWith('win'))">.dll - <_NativeLibraryExtension Condition="'$(_NativeLibraryExtension)' == '' and $(RuntimeIdentifier.StartsWith('osx'))">.dylib - <_NativeLibraryExtension Condition="'$(_NativeLibraryExtension)' == ''">.so - - <_NativeExecutableExtension Condition="'$(_NativeExecutableExtension)' == '' and $(RuntimeIdentifier.StartsWith('win'))">.exe - - <_DotNetHostExecutableName>dotnet$(_NativeExecutableExtension) - <_DotNetAppHostExecutableName>apphost$(_NativeExecutableExtension) - - <_DotNetHostPolicyLibraryName>$(_NativeLibraryPrefix)hostpolicy$(_NativeLibraryExtension) - <_DotNetHostFxrLibraryName>$(_NativeLibraryPrefix)hostfxr$(_NativeLibraryExtension) - - - - <_DefaultUserProfileRuntimeStorePath>$(HOME) - <_DefaultUserProfileRuntimeStorePath Condition="'$(OS)' == 'Windows_NT'">$(USERPROFILE) - <_DefaultUserProfileRuntimeStorePath>$([System.IO.Path]::Combine($(_DefaultUserProfileRuntimeStorePath), '.dotnet', 'store')) - $(_DefaultUserProfileRuntimeStorePath) - - - - - $(CoreBuildDependsOn); - GenerateBuildDependencyFile; - GenerateBuildRuntimeConfigurationFiles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_NETCoreNativeFileItems Include="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'NativeLibrary'))" /> - <__NETCoreNativeItems Include="@(FileDefinitions)" Exclude="@(_NETCoreNativeFileItems)" /> - <_NETCoreNativeItems Include="@(FileDefinitions)" Exclude="@(__NETCoreNativeItems)" /> - - - - - - - - $(BaseIntermediateOutputPath)\$(TargetFramework)\$(RuntimeIdentifier)\host - - - - - - - - - - - - - - - - - - - $(AssemblyName)%(NativeAppHostNETCore.Extension) - - - - - - PreserveNewest - Never - - - - - - - - - - - - - - <_FrameworkReferenceAssemblies Include="@(ReferencePath)" - Condition="%(ReferencePath.FrameworkFile) == 'true' or - %(ReferencePath.ResolvedFrom) == 'ImplicitlyExpandDesignTimeFacades'" /> - - - <_ReferenceOnlyAssemblies Include="@(ReferencePath)" - Exclude="@(_FrameworkReferenceAssemblies)" - Condition="%(ReferencePath.CopyLocal) != 'true' and - %(ReferencePath.NuGetSourceType) == ''" /> - - <_ReferenceAssemblies Include="@(_FrameworkReferenceAssemblies)" /> - <_ReferenceAssemblies Include="@(_ReferenceOnlyAssemblies)" /> - - - - - - - - $(StartWorkingDirectory) - - - - - - $(StartProgram) - $(StartArguments) - - - - - - - dotnet - - <_NetCoreRunArguments>exec "$(TargetPath)" - $(_NetCoreRunArguments) $(StartArguments) - $(_NetCoreRunArguments) - - - - $(TargetDir)$(AssemblyName)$(_NativeExecutableExtension) - $(StartArguments) - - - - - - $(TargetPath) - $(StartArguments) - - - - - - - $([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine('$(MSBuildProjectDirectory)', '$(RunWorkingDirectory)')))) - - - - - - $(CreateSatelliteAssembliesDependsOn); - CoreGenerateSatelliteAssemblies - - - - - - - - - - - <_AssemblyInfoFile>$(IntermediateOutputPath)%(_SatelliteAssemblyResourceInputs.Culture)\$(TargetName).resources.cs - <_OutputAssembly>$(IntermediateOutputPath)%(_SatelliteAssemblyResourceInputs.Culture)\$(TargetName).resources.dll - - - - - <_Parameter1>%(_SatelliteAssemblyResourceInputs.Culture) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Microsoft.NETCore.App - - - - - - - - - - - - $(TargetFrameworkIdentifier) - $(_TargetFrameworkVersionWithoutV) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.SupportedTargetFrameworks.props b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.SupportedTargetFrameworks.props deleted file mode 100755 index 3aeece68..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.SupportedTargetFrameworks.props +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets deleted file mode 100755 index 8a137b28..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - <_ShortFrameworkIdentifier>$(TargetFramework.TrimEnd('.0123456789')) - <_ShortFrameworkVersion>$(TargetFramework.Substring($(_ShortFrameworkIdentifier.Length))) - - - - - .NETStandard - .NETCoreApp - .NETFramework - - - - - v$(_ShortFrameworkVersion) - - - - - v$(_ShortFrameworkVersion[0]).0 - v$(_ShortFrameworkVersion[0]).$(_ShortFrameworkVersion[1]) - v$(_ShortFrameworkVersion[0]).$(_ShortFrameworkVersion[1]).$(_ShortFrameworkVersion[2]) - - - - - <_UnsupportedTargetFrameworkError>true - - - - - - - - - - - - - - - - v0.0 - - - _ - - - - - - $(BundledNETCoreAppTargetFrameworkVersion) - - - - - - - - - $(BundledNETStandardTargetFrameworkVersion) - - - - - - - - - - - $(DefaultItemExcludes);$(OutputPath)/** - $(DefaultItemExcludes);$(IntermediateOutputPath)/** - - - - true - - - - - $(IntermediateOutputPath)$(TargetFramework.ToLowerInvariant())\ - $(OutputPath)$(TargetFramework.ToLowerInvariant())\ - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets deleted file mode 100755 index 665cda2b..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - $(BaseIntermediateOutputPath)/project.assets.json - - - - - $([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine('$(MSBuildProjectDirectory)', '$(ProjectAssetsFile)')))) - - - - true - true - - $(IntermediateOutputPath)NuGet\ - true - - true - $(TargetPlatformIdentifier),Version=v$([System.Version]::Parse('$(TargetPlatformMinVersion)').ToString(3)) - $(TargetFrameworkMoniker) - - true - - - - - <_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' == ''">$(NuGetTargetMoniker) - <_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' != ''">$(NuGetTargetMoniker)/$(RuntimeIdentifier) - - - - - - - $(ResolveAssemblyReferencesDependsOn); - ResolvePackageDependenciesForBuild; - _HandlePackageFileConflicts; - - - - ResolvePackageDependenciesForBuild; - _HandlePackageFileConflicts; - $(PrepareResourcesDependsOn) - - - - - - - RunResolvePackageDependencies; - $(EmitsDependencyDiagnosticMessages) - - - - - - - $(RootNamespace) - - - $(AssemblyName) - - - $(MSBuildProjectDirectory) - - - $(TargetFileName) - - - $(MSBuildProjectFile) - - - - - - - - - - ResolveLockFileReferences; - ResolveLockFileAnalyzers; - ResolveLockFileCopyLocalProjectDeps; - IncludeTransitiveProjectReferences - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ContentFileDeps Include="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'ContentFile'))" /> - <__ContentFileDefs Include="@(FileDefinitions)" Exclude="@(_ContentFileDeps)" /> - <_ContentFileDefs Include="@(FileDefinitions)" Exclude="@(__ContentFileDefs)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ReportAssetsLogMessages; - $(EmitsDependencyDiagnosticMessages) - - - - - - - - <_ActiveTFMPackageDependencies Include="@(PackageDependencies->WithMetadataValue('ParentTarget', '$(_NugetTargetMonikerAndRID)'))" /> - - - - - - <_ActiveTFMFileDependencies Include="@(FileDependencies->WithMetadataValue('ParentTarget', '$(_NugetTargetMonikerAndRID)'))" /> - - - - - - <_TFMOnlyFileDependencies Include="@(FileDependencies->WithMetadataValue('ParentTarget', '$(NuGetTargetMoniker)'))" /> - - - - - - - - <_CompileFileItems Include="@(_TFMOnlyFileDependencies->WithMetadataValue('FileGroup', 'CompileTimeAssembly'))" /> - - - <__CompileFileDefinitions Include="@(FileDefinitions)" Exclude="@(_CompileFileItems)" /> - <_CompileFileDefinitions Include="@(FileDefinitions)" Exclude="@(__CompileFileDefinitions)" /> - - - false - false - Package - %(PackageName) - %(PackageVersion) - - - - - - - - <_FrameworkAssemblies Include="@(_TFMOnlyFileDependencies->WithMetadataValue('FileGroup', 'FrameworkAssembly'))" /> - - - false - false - true - Package - %(PackageName) - %(PackageVersion) - - - - - - - - - - - - - - - - - - - - - <_TransitiveProjectDependencies Include="@(_ActiveTFMPackageDependencies->WithMetadataValue('TransitiveProjectReference', 'true'))" /> - - - <__TransitiveProjectDefinitions Include="@(PackageDefinitions)" Exclude="@(_TransitiveProjectDependencies)" /> - <_TransitiveProjectDefinitions Include="@(PackageDefinitions)" Exclude="@(__TransitiveProjectDefinitions)" /> - - <_TransitiveProjectReferences Include="%(_TransitiveProjectDefinitions.Path)"> - %(_TransitiveProjectDefinitions.ResolvedPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_NativeFileItems Include="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'NativeLibrary'))" /> - <__NativeCopyLocalItems Include="@(FileDefinitions)" Exclude="@(_NativeFileItems)" /> - <_NativeCopyLocalItems Include="@(FileDefinitions)" Exclude="@(__NativeCopyLocalItems)" /> - - - - <_RuntimeFileItems Include="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'RuntimeAssembly'))" /> - <__RuntimeCopyLocalItems Include="@(FileDefinitions)" Exclude="@(_RuntimeFileItems)" /> - <_RuntimeCopyLocalItems Include="@(FileDefinitions)" Exclude="@(__RuntimeCopyLocalItems)" /> - - - - <_ResourceFileItems Include="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'ResourceAssembly'))" /> - <__ResourceCopyLocalItems Include="@(FileDefinitions)" Exclude="@(_ResourceFileItems)" /> - <_ResourceCopyLocalItems Include="@(FileDefinitions)" Exclude="@(__ResourceCopyLocalItems)" /> - - - - <_AllCopyLocalItems Include="@(_NativeCopyLocalItems);@(_RuntimeCopyLocalItems);@(_ResourceCopyLocalItems)" /> - - - false - false - Package - %(PackageName) - %(PackageVersion) - - - - false - false - Package - %(PackageName) - %(PackageVersion) - - - - - - - - - - - - $([System.IO.Directory]::GetParent(%(ResourceCopyLocalItems.FullPath)).get_Name())\ - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets deleted file mode 100755 index eaa5c063..00000000 --- a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets +++ /dev/null @@ -1,108 +0,0 @@ - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - - - - - - - - - <_GetAllRuntimeIdentifiersTargetFrameworks Include="$(TargetFrameworks)" /> - <_AllRuntimeIdentifiers Include="$(RuntimeIdentifiers);$(RuntimeIdentifier)" /> - - - - - - - - @(_AllRuntimeIdentifiers->Distinct()) - - - - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll deleted file mode 100755 index a7bcc0ae..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 3d5292ef..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll deleted file mode 100755 index c67618ab..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll deleted file mode 100755 index be6558d2..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll deleted file mode 100755 index b80a4a33..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll deleted file mode 100755 index cf878558..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll deleted file mode 100755 index dc928f36..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll deleted file mode 100755 index ec9546a8..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll deleted file mode 100755 index 37ec2132..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll deleted file mode 100755 index b0bd629d..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll deleted file mode 100755 index 2ab917fd..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll deleted file mode 100755 index 9e355411..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.dll deleted file mode 100755 index 972a299f..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll deleted file mode 100755 index ae0f6930..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll deleted file mode 100755 index 1b1d00be..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 991e09f7..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll deleted file mode 100755 index 49baa77a..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll deleted file mode 100755 index 5f2336e6..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll deleted file mode 100755 index 8d480de0..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll deleted file mode 100755 index 02043afc..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll deleted file mode 100755 index 1c23268b..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll deleted file mode 100755 index c510e396..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll deleted file mode 100755 index beb9f322..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll deleted file mode 100755 index 524a39c3..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll deleted file mode 100755 index 46df0e60..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll deleted file mode 100755 index bbae1cda..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.dll deleted file mode 100755 index 81081caa..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll deleted file mode 100755 index 910bd57f..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Buffers.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Buffers.dll deleted file mode 100755 index c5c44b76..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Buffers.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Collections.Immutable.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Collections.Immutable.dll deleted file mode 100755 index ce6fc0e8..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Collections.Immutable.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Linq.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Linq.dll deleted file mode 100755 index d3ca6a40..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Linq.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Metadata.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Metadata.dll deleted file mode 100755 index ee68731c..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Reflection.Metadata.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index 7cbc8439..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.dll b/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.dll deleted file mode 100755 index 7868cf04..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Threading.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll b/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll deleted file mode 100755 index af3a0b09..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.xml b/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.xml deleted file mode 100755 index 3c67446d..00000000 --- a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.xml +++ /dev/null @@ -1,17338 +0,0 @@ - - - - NuGet.Build.Tasks.Pack - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - TaskLoggingHelper -> ILogger - - - - - Log using with metadata for non mono platforms. - - - - - Log using basic methods to avoid missing methods on mono. - - - - - TaskItem wrapper - - - - - The logic for converting the set of pack MSBuild task parameters to a fully initialized package builder. The - set of parameters provided to the MSBuild pask task is . This interface - allows the logic of the pack task to be seperated from the MSBuild-specific types. The motivation is - testability. - - - - - Initialize the pack args from the pack task request. - - - - - Initialize the package builder from the pack task request. - - - - - Initialize the pack command runner from the pack task request and the output of - and - . - - - - - Build the package. This method actually writes the .nupkg to disk. - - - - - All of the properties provided by MSBuild to execute pack. - - - The item type. This will either be or a . - - - - - This method does two important things: - 1. Normalizes string parameters, trimming whitespace and coalescing empty strings to null. - 2. Wrap instances to facility unit testing. - - - - - This property is only used for testing. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The assets file found does not contain a valid package spec. Try restoring the project again. The location of the assets file is {0}.. - - - - - Looks up a localized string similar to The assets file produced by restore does not exist. Try restoring the project again. The expected location of the assets file is {0}.. - - - - - Looks up a localized string similar to The file '{0}' to be packed was not found on disk.. - - - - - Looks up a localized string similar to MinClientVersion string specified '{0}' is invalid.. - - - - - Looks up a localized string similar to NuspecProperties should be in the form of "key1=value1;key2=value2".. - - - - - Looks up a localized string similar to PackageReference {0} needs to have a valid version.. - - - - - Looks up a localized string similar to PackageVersion string specified '{0}' is invalid.. - - - - - Looks up a localized string similar to Invalid target framework for the file '{0}'.. - - - - - Looks up a localized string similar to No project was provided to the PackTask.. - - - - - Represents a directory's content in the file provider. - - - - - True if a directory was located at the given path. - - - - - Represents a file in the given file provider. - - - - - Return file contents as readonly stream. Caller should dispose stream when complete. - - The file stream - - - - True if resource exists in the underlying storage system. - - - - - The length of the file in bytes, or -1 for a directory or non-existing files. - - - - - The path to the file, including the file name. Return null if the file is not directly accessible. - - - - - The name of the file or directory, not including any path. - - - - - When the file was last modified - - - - - True for the case TryGetDirectoryContents has enumerated a sub-directory - - - - - A read-only file provider abstraction. - - - - - Locate a file at the given path. - - Relative path that identifies the file. - The file information. Caller must check Exists property. - - - - Enumerate a directory at the given path, if any. - - Relative path that identifies the directory. - Returns the contents of the directory. - - - - Creates a for the specified . - - Filter string used to determine what files or folders to monitor. Example: **/*.cs, *.*, subFolder/**/*.cshtml. - An that is notified when a file matching is added, modified or deleted. - - - - Represents a non-existing file. - - - - - Propagates notifications that a change has occured. - - - - - Registers for a callback that will be invoked when the entry has changed. - MUST be set before the callback is invoked. - - The to invoke. - State to be passed into the callback. - An that is used to unregister the callback. - - - - Gets a value that indicates if a change has occured. - - - - - Indicates if this token will pro-actively raise callbacks. Callbacks are still guaranteed to fire, eventually. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Shared code to run the "delete" command from the command line projects - - - - - Command Runner used to run the business logic for nuget locals command - - - - - Executes the logic for nuget locals command. - - - - - - - Lists out the cache location(s) path. - - Cache resource to be listed - Thorws ArgumentException if the specified resource name does not match a known cache type. - - - - Prints the specified local resource path. - - Specified resource name - Path for the specified resource - - - - Clears the specified cache location(s). - - - - Thorws ArgumentException if the specified resource name does not match a known cache type. - - True if the operation was successful; otherwise false. - - - - Clears the global NuGet packages cache. - - - True if the operation was successful; otherwise false. - - - - Clears the NuGet v3 HTTP cache. - - - True if the operation was successful; otherwise false. - - - - Clears the temp folder cache. - - - True if the operation was successful; otherwise false. - - - - Identifies the specified resource name to be cleared. - - specified resource name - Returns LocalResourceName indicating the local resource name specified. - - - - Recursively deletes the specified directory tree. - - Specified directory to be deleted - - True if the operation was successful; otherwise false. - - - - Shared code to run the "push" command from the command line projects - - - - - Command Runner used to run the business logic for nuget list command - - - - - Executes the logic for nuget list command. - - - - - - - This is the final output path of the assembly on disk as set by msbuild. - - - - - This denotes the TargetPath as set by msbuild. Usually this is just the file name, but for satellite DLLs, - this is Culture\filename. - - - - - This is the target framework for which this assembly was built. - - - - - Create an error message for the given issue. - - - - - Check if the library contains assets. - - - - - Build a incompatible error message for either a package or project - - - - - Get all content groups that have the nearest TxM - - - - - Apply build actions from the nuspec to items from the contentFiles folder. - - - - - Create an empty lock file item for any/any - - - - - A virtual file system based on a list of strings from ContentModel. - - - - - Warning and error logging helpers. - - - - - Format an id and include the version only if it exists. - Ignore versions for projects. - - - - - Format an id and include the range only if it has bounds. - - - - - Format an id and include the lower bound only if it has one. - - - - - Format a graph name with an optional RID. - - - - - Format a message as: - - First line - - second - - third - - - - - Merge messages with the same code and message, combining the target graphs. - - - - - Log warnings for packages that did not resolve to the minimum version of the dependency range. - - - - - Log warnings for all project issues related to unexpected dependencies. - - - - - Get warnings for packages that have dependencies on non-existant versions of packages - and also for packages with ranges that have missing minimum versions. - - - - - Get warning message for missing minimum dependencies. - - - - - Warn for dependencies that have been bumped up. - - - - - Warn for project dependencies that do not include a lower bound on the version range. - - - - - True if the dependency version range has a min version that matches the resolved version. - - - - - True if the range has an obtainable version for the lower bound. - - - - - Create target graph names for each framework the dependency exists under. - - - - - Log errors for packages and projects that were missing. - - - - - Log errors for missing dependencies. - - - - - Create a specific error message for the unresolved dependency. - - - - - True if no stable versions satisfy the range - but a pre-release version is found. - - - - - True if the range allows pre-release versions. - - - - - Found 2839 version(s) in nuget-build [ Nearest version: 1.0.0-beta ] - - - - - Get the complete set of source info for a package id. - - - - - Find all package versions from a source. - - - - - Find the best match on the feed. - - - - - Gets the path that the lock file will be written to. - - - - - Gets the lock file that was generated during the restore or, in the case of a locked lock file, - was used to determine the packages to install during the restore. - - - - - The existing lock file. This is null if no lock file was provided on the . - - - - - Props and targets files to be written to disk. - - - - - Gets the runtime identifier used during the restore operation on this graph - - - - - Gets the used during the restore operation on this graph - - - - - Gets the used to resolve assets from packages in this graph - - - - - Gets the that defines runtimes and their relationships for this graph - - - - - Gets the resolved dependency graph - - - - - True if the file should be added to the lock file library - Fale if it is an OPC file or empty directory - - - - - Contains Package specific properties for Warnings. - - - - - Contains Package specific No warn properties. - NuGetLogCode -> LibraryId -> Set of Frameworks. - - - - - Extracts PackageSpecific WarningProperties from a PackageSpec - - PackageSpec containing the Dependencies with WarningProperties - PackageSpecific WarningProperties extracted from a PackageSpec - - - - Adds a NuGetLogCode into the NoWarn Set for the specified library Id and target graph. - - NuGetLogCode for which no warning should be thrown. - Library for which no warning should be thrown. - Target graph for which no warning should be thrown. - - - - Adds a list of NuGetLogCode into the NoWarn Set for the specified library Id and target graph. - - IEnumerable of NuGetLogCode for which no warning should be thrown. - Library for which no warning should be thrown. - Target graph for which no warning should be thrown. - - - - Checks if a NugetLogCode is part of the NoWarn list for the specified library Id and target graph. - - NugetLogCode to be checked. - library Id to be checked. - target graph to be checked. - True iff the NugetLogCode is part of the NoWarn list for the specified libraryId and Target Graph. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - Minimum verbosity below which no logs will be passed to the inner logger. - If this is true, then errors and warnings will not be passed to inner logger. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - If this is false, then errors and warnings will not be passed to inner logger. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - Minimum verbosity below which no logs will be passed to the inner logger. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - - - - Decides if the log should be passed to the inner logger. - - IRestoreLogMessage to be logged. - bool indicating if this message should be logged. - - - - Class to hold ProjectWide and PackageSpecific WarningProperties. - - - - - Attempts to suppress a warning log message or upgrade it to error log message. - The decision is made based on the Package Specific or Project wide warning properties. - - Message that should be suppressed or upgraded to an error. - Bool indicating is the warning should be suppressed or not. - If not then the param message sould have been mutated to an error - - - - Method is used to check is a warning should be suppressed and if not then if it should be treated as an error. - - Message which should be mutated if needed. - bool indicating if the ILogMessage should be suppressed or not. - - - - Contains the target frameworks for the project. - These are used for no warn filtering in case of a log message without a target graph. - - - - - Contains Project wide properties for Warnings. - - - - - Contains Package specific properties for Warnings. - NuGetLogCode -> LibraryId -> Set of Frameworks. - - - - - Output path on disk. - - - - - MSBuild file content. This will be null for files - that should be removed. - - - - - Optional position arguement used when ordering groups in the output file. - - - - - Conditions applied to the item group. These will be AND'd together. - - - - - Items or imports. - - - - - Root element name. - - - - - Combined conditions - - - - - In Memory dg file provider. - - - - - Return all references for a given project path. - References is modified by this method. - This includes the root project. - - - - - ITaskItem abstraction - - - - - Retrieve property value and trim. - - - - - Retrieve property value with optional trimming. - - - - - Include attribute value. - - - - - Raw untrimmed properties. - - - - - Retrieves pre-loaded restore requests. The inputs here have already been determined. - - - - - Create RestoreRequest objects. - - - - - True if this provider supports the given path. Only one provider should handle an input. - - - - - Create RestoreRequest objects. - - Project.json or project file path. - Command line arguments. - - - - - - Internal ITaskItem abstraction - - - - - Get property or null if empty. Trims whitespace from values. - - - - - Get property or null if empty. - - - - - Uses either Sources or Settings, and then adds Fallback sources. - - - - - Sources to use for restore. This is not used if SourceRepositories contains the - already built SourceRepository objects. - - - - - DG v2 related validation error. - - - - - ResolvedDependencyKey represents a node in the graph, the edge containing - the dependency constraint, and the child node that was resolved based - on this constraint. - - (Parent Node) --(Range Constraint)--> (Resolved Child Node) - - - - - Parent node. - - - - - Dependency range from the parent on the child. - - - - - Child node. - - - - - Check if the given graphs are valid and log errors/warnings. - If fatal errors are encountered the rest of the errors/warnings - are not logged. This is to avoid flooding the log with long - dependency chains for every package. - - - - - Logs an error and returns false if any cycles exist. - - - - - Logs an error and returns false if any conflicts exist. - - - - - Log downgrade warnings from the graphs. - - - - - Holds an and returns the message for the exception. - - - - - Feed providers - - - - - Providers used by the restore command. These can be shared across restores. - - Path to the global packages folder. - Path to any fallback package folders. - This is typically just a provider for the global packages folder. - All dependency providers. - - - - A repository may be passed in as part of the request. - This allows multiple restores to share the same cache for the global packages folder - and reduce disk hits. - - - - - Caches providers for the RestoreCommand. This helper ensures that no resources are duplicated. - - - - - The project to perform the restore on - - - - - The directory in which to install packages - - - - - Whether or not packages written and read from the global packages directory has - lowercase ID and version folder names or original case. - - - - - A list of projects provided by external build systems (i.e. MSBuild) - - - - - The path to the lock file to read/write. If not specified, uses the file 'project.lock.json' in the same - directory as the provided PackageSpec. - - - - - The existing lock file to use. If not specified, the lock file will be read from the - (or, if that property is not specified, from the default location of the lock file, as specified in the - description for ) - - - - - The number of concurrent tasks to run during installs. Defaults to - . Set this to '1' to - run without concurrency. - - - - - Additional compatibility profiles to check compatibility with. - - - - - Lock file version format to output. - - This defaults to the latest version. - - - - These Runtime Ids will be added to the graph in addition to the runtimes contained - in project.json under runtimes. - - RIDs are case sensitive. - - - - Gets or sets the . - - - - - These Runtime Ids will be used if and the project runtimes - are both empty. - - RIDs are case sensitive. - - - - This contains resources that are shared between project restores. - This includes both remote and local package providers. - - - - - Defines the paths and behavior for outputs - - - - - Restore output path - - - - - Base Intermediate output path - - - - - Compatibility options - - - - - Display Errors and warnings as they occur - - - - - Calculates the complete set of all packages installed by this operation - - - This requires quite a bit of iterating over the graph so the result should be cached - - A set of libraries that were installed by this operation - - - - Calculates the complete set of all unresolved dependencies for this operation - - - This requires quite a bit of iterating over the graph so the result should be cached - - A set of dependencies that were unable to be resolved by this operation - - - - Commits the lock file contained in and the MSBuild targets/props to - the local file system. - - If and are identical - the file will not be written to disk. - - - - Gets the path that the lock file will be written to. - - - - - Gets the resolved dependency graphs produced by the restore operation - - - - - Props and targets files to be written to disk. - - - - - Restore type. - - - - - Gets the lock file that was generated during the restore or, in the case of a locked lock file, - was used to determine the packages to install during the restore. - - - - - The existing lock file. This is null if no lock file was provided on the . - - - - - Restore time - - - - - Cache File. The previous cache file for this project - - - - - Cache File path. The file path where the cache is written out - - - - - Shared code to run the "restore" command for dotnet restore, nuget.exe, and VS. - - - - - Create requests, execute requests, and commit restore results. - - - - - Create requests, execute requests, and commit restore results. - - - - - Execute and commit restore requests. - - - - - Execute and commit restore requests. - - - - - Create restore requests but do not execute them. - - - - - Wrapper for RestoreRequest - - - - - Gets the runtime identifier used during the restore operation on this graph - - - - - Gets the used during the restore operation on this graph - - - - - Gets the used to resolve assets from packages in this graph - - - - - Gets the that defines runtimes and their relationships for this graph - - - - - Gets the resolved dependency graph - - - - - A source repository dependency provider. - - - - - Initializes a new class. - - A source repository. - A logger. - A source cache context. - - true to ignore failed sources; otherwise false. - - true to ignore warnings; otherwise false. - Thrown if - is null. - Thrown if is null. - Thrown if is null. - - - - Asynchronously discovers all versions of a package from a source and selects the best match. - - This does not download the package. - A library range. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets package dependencies. - - A library identity. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously discover all package versions from a feed. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - - - - Gets a flag indicating whether or not the provider source is HTTP or HTTPS. - - - - - Gets the package source. - - Optional. This will be null for project providers. - - - - The macros that we may use in MSBuild to replace path roots. - - - - - Write XML to disk. - Delete files which do not have new XML. - - - - - Create MSBuild targets and props files. - Null will be returned for files that should be removed. - - - - - Add standard properties to only props file if it exists, otherwise the targets. - - - - - Apply standard properties in a property group. - - - - - Get empty file with the base properties. - - - - - Returns null if the result should not exist on disk. - - - - - Check if the file has changes compared to the original on disk. - - - - - A simple node class to hold the incoming dependency edge during the graph walk. - - - - - Incoming edge - - - - - Node item - - - - - Find the flags for a node. - Include - Exclude - ParentExclude - - - - - Prefer projects over packages - - - - - - - - - Populate assets for a . - - - - - Runtime targets - These are applied only to non-RID target graphs. - They are not used for compatibility checks. - - - - - Add framework references. - - - - - Apply filters from the references node in the nuspec. - - - - - COMPAT: Support lib/contract so older packages can be consumed - - - - - Create a library for a project. - - - - - Convert from the expected nupkg path to the on disk path. - - - - - Create lock file items for the best matching group. - - Enumerate this once after calling. - - - - Get packageId.targets and packageId.props - - - - - Creates an ordered list of selection criteria to use. This supports fallback frameworks. - - - - - Clears a lock file group and replaces the first item with _._ if - the group has items. Empty groups are left alone. - - - - - True if the group has items that do not end with _._ - - - - - Group all items by the primary key, then select the nearest TxM - within each group. - Items that do not contain the primaryKey will be filtered out. - - - - - Create LockFileItems from groups of library items. - - Library items grouped by RID. - Lock file section the items apply to. - - - - Replace / with the local directory separator if needed. - For OSX and Linux the same string is returned. - - - - - Replace excluded asset groups with _._ if they have > 0 items. - - - - - Helpers for dealing with dg files and processing msbuild related inputs. - - - - - Convert MSBuild items to a DependencyGraphSpec. - - - - - Insert asset flags into dependency, based on ;-delimited string args - - - - - Insert asset flags into project dependency, based on ;-delimited string args - - - - - Convert MSBuild items to a PackageSpec. - - - - - Remove missing project dependencies. These are typically caused by - non-NuGet projects which are missing the targets needed to walk them. - Visual Studio ignores these projects so from the command line we should - also. Build will fail with the appropriate errors for missing projects - restore should not warn or message for this. - - - - - True if the list contains CLEAR. - - - - - True if the list contains CLEAR and non-CLEAR keywords. - - CLEAR;CLEAR is considered valid. - - - - Logs an error if CLEAR is used with non-CLEAR entries. - - True if an invalid combination exists. - - - - Log warning NU1503 - - - - - Remove duplicates and excluded values a set of sources or fallback folders. - - Compares with Ordinal, excludes must be exact matches. - - - - Return the parsed version or 1.0.0 if the property does not exist. - - - - - Write the dg file to a temp location if NUGET_PERSIST_DG. - - This is a noop if NUGET_PERSIST_DG is not set to true. - - - - Create warning properties from the msbuild property strings. - - - - - Convert http:/url to http://url - If not needed the same path is returned. This is to work around - issues with msbuild dropping slashes from paths on linux and osx. - - - - - True if NUGET_PERSIST_DG is set to true. - - - - - Splits and parses a ; or , delimited list of log codes. - Ignores codes that are unknown. - - - - - Function used to display errors and warnings at the end of restore operation. - The errors and warnings are read from the assets file based on restore result. - - LockFile generated by preview restore. - Logger used to display warnings and errors. - - - - If the dependencyGraphSpec is not set, we cannot no-op on this project restore. - - - - - The cache file path is $(BaseIntermediateOutputPath)\$(project).nuget.cache - - - - - Evaluate the location of the cache file path, based on ProjectStyle. - - - - - Evaluate the location of the cache file path, based on ProjectStyle. - - - - - This method verifies that the props/targets files and all the packages written out in the lock file are present on disk - This does not account if the files were manually modified since the last restore - - - - - Read out all the packages specified in the existing lock file and verify that they are in the cache - - - - - Calculates the hash value, used for the no-op optimization, for the request - This methods handles the deduping of tools - Handles the ignoring of RestoreSettings - - - - - This method will resolve the cache/lock file paths for the tool if available in the cache - This method will set the CacheFilePath and the LockFilePath in the RestoreMetadat if a matching tool is available - - - - - Validate a dg file. This will throw a RestoreSpecException if there are errors. - - - - - Build a package spec in memory to execute the tool restore as if it were - its own project. For now, we always restore for a null runtime and a single - constant framework. - - - - - Only one output can win per packages folder/version range. Between colliding requests take - the intersection of the inputs used. - - - - - - - Returns the name of the single dependency in the spec or null. - - - - - Returns the name of the single dependency in the spec or null. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Add file '{0}' to package as '{1}'. - - - - - Looks up a localized string similar to Building project '{0}' for target framework '{1}'.. - - - - - Looks up a localized string similar to '{0}' cannot be used in conjunction with other values.. - - - - - Looks up a localized string similar to Failed to build using '{0} {1}'.. - - - - - Looks up a localized string similar to Cannot find version of msbuild.. - - - - - Looks up a localized string similar to PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.. - - - - - Looks up a localized string similar to Invalid input '{0}'. The file type was not recognized.. - - - - - Looks up a localized string similar to Invalid input '{0}'. Valid file names are 'packages.config' or 'packages.*.config'.. - - - - - Looks up a localized string similar to Invalid input '{0}'. Valid file names are 'project.json' or '*.project.json'.. - - - - - Looks up a localized string similar to Failed to build package because of an unsupported targetFramework value on '{0}'.. - - - - - Looks up a localized string similar to Source parameter was not specified.. - - - - - Looks up a localized string similar to Unable to find package {0}. No packages exist with this id in source(s): {1}. - - - - - Looks up a localized string similar to Unable to find package {0} with version {1}. - - - - - Looks up a localized string similar to Unable to find a stable package {0} with version {1}. - - - - - Looks up a localized string similar to Failed to build package. Ensure '{0}' includes assembly files. For help on building symbols package, visit {1}.. - - - - - Looks up a localized string similar to Failed to build package. Ensure '{0}' includes source and symbol files. For help on building symbols package, visit {1}.. - - - - - Looks up a localized string similar to Failed to build package. {0}. - - - - - Looks up a localized string similar to Error occurred when processing file '{0}': {1}. - - - - - Looks up a localized string similar to Unable to find project '{0}'. Check that the project reference is valid and that the project file exists.. - - - - - Looks up a localized string similar to Unable to find project information for '{0}'. The project file may be invalid or missing targets required for restore.. - - - - - Looks up a localized string similar to No build found in {0}. Use the -Build option or build the project.. - - - - - Looks up a localized string similar to The folder '{0}' does not contain a project to restore.. - - - - - Looks up a localized string similar to Failed to find a project to restore in the folder '{0}'.. - - - - - Looks up a localized string similar to Package '{0}' specifies an invalid build action '{1}' for file '{2}'.. - - - - - Looks up a localized string similar to Invalid input '{0}'. XProj support has been removed. Support for XProj and standalone project.json files has been removed, to continue working with legacy projects use NuGet 3.5.x from https://nuget.org/downloads. - - - - - Looks up a localized string similar to Failed to build '{0}'.. - - - - - Looks up a localized string similar to File '{0}' is not added because the package already contains file '{1}'. - - - - - Looks up a localized string similar to Found {0} version(s) in {1} [ Nearest version: {2} ]. - - - - - Looks up a localized string similar to Found {0} version(s) in {1}. - - - - - Looks up a localized string similar to Please specify a nuspec, project.json, or project file to use. - - - - - Looks up a localized string similar to Invalid restore input. {0}. - - - - - Looks up a localized string similar to Invalid restore input. {0} Input files: {1}.. - - - - - Looks up a localized string similar to The specified source '{0}' is invalid. Please provide a valid source.. - - - - - Looks up a localized string similar to Local resources cleared.. - - - - - Looks up a localized string similar to Clearing local resources failed: Unable to delete one or more files.. - - - - - Looks up a localized string similar to Clearing NuGet cache: {0}. - - - - - Looks up a localized string similar to Clearing NuGet global packages cache: {0}. - - - - - Looks up a localized string similar to Clearing NuGet HTTP cache: {0}. - - - - - Looks up a localized string similar to Clearing NuGet Temp cache: {0}. - - - - - Looks up a localized string similar to Failed to delete '{0}'.. - - - - - Looks up a localized string similar to usage: NuGet locals <all | http-cache | global-packages | temp> [--clear | -c | --list | -l] - For more information, visit http://docs.nuget.org/docs/reference/command-line-reference. - - - - - Looks up a localized string similar to An invalid local resource name was provided. Please provide one of the following values: http-cache, temp, global-packages, all.. - - - - - Looks up a localized string similar to The location of local resource '{0}' is undefined.. - - - - - Looks up a localized string similar to Local resources partially cleared.. - - - - - Looks up a localized string similar to The expected assets file for {0} does not exist, no-op is not possible. Continuing restore.. - - - - - Looks up a localized string similar to Checking compatibility of packages on {0}.. - - - - - Looks up a localized string similar to Checking compatibility for {0} {1} with {2}.. - - - - - Looks up a localized string similar to Committing restore.... - - - - - Looks up a localized string similar to NuGet Config files used:. - - - - - Looks up a localized string similar to The package {0} was converted to original case in the packages directory.. - - - - - Looks up a localized string similar to Cycle detected.. - - - - - Looks up a localized string similar to Dependency specified was {0} {1} but ended up with {2} {3}.. - - - - - Looks up a localized string similar to Detected package downgrade: {0} from {1} to {2}. Reference the package directly from the project to select a different version.. - - - - - Looks up a localized string similar to Errors in {0}. - - - - - Looks up a localized string similar to Failed to resolve conflicts for {0}.. - - - - - Looks up a localized string similar to Feeds used:. - - - - - Looks up a localized string similar to Found project root directory: {0}.. - - - - - Looks up a localized string similar to {0} ({1}). - - - - - Looks up a localized string similar to {0} ({1}) / {2}. - - - - - Looks up a localized string similar to Generating MSBuild file {0}.. - - - - - Looks up a localized string similar to Package '{0}' was restored using '{1}' instead of the project target framework '{2}'. This package may not be fully compatible with your project.. - - - - - Looks up a localized string similar to Installed:. - - - - - Looks up a localized string similar to {0} package(s) to {1}. - - - - - Looks up a localized string similar to Installing {0} {1}.. - - - - - Looks up a localized string similar to Loaded project {0} from {1}.. - - - - - Looks up a localized string similar to {0} {1} is specified in the Lock File target for {2} but is not present in the top-level Libraries list.. - - - - - Looks up a localized string similar to The lock file is out-of-date relative to the project file. Regenerating the lock file and re-locking.. - - - - - Looks up a localized string similar to Merging in runtimes defined in {0}.. - - - - - Looks up a localized string similar to {0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no compatible run-time assembly.. - - - - - Looks up a localized string similar to {0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no run-time assembly compatible with {4}.. - - - - - Looks up a localized string similar to Not all packages are on disk for: {0}. - - - - - Looks up a localized string similar to Added file '{0}'.. - - - - - Looks up a localized string similar to Attempting to build symbols package for '{0}'.. - - - - - Looks up a localized string similar to Successfully created package '{0}'.. - - - - - Looks up a localized string similar to Package {0} {1} is not compatible with {2}.. - - - - - Looks up a localized string similar to Package {0} {1} does not support any target frameworks.. - - - - - Looks up a localized string similar to Package {0} {1} supports:. - - - - - Looks up a localized string similar to All packages and projects are compatible with {0}.. - - - - - Looks up a localized string similar to One or more packages are incompatible with {0}.. - - - - - Looks up a localized string similar to The project {0} does not specify any target frameworks in {1}.. - - - - - Looks up a localized string similar to Project {0} is not compatible with {1}.. - - - - - Looks up a localized string similar to Project {0} does not support any target frameworks.. - - - - - Looks up a localized string similar to Project {0} supports:. - - - - - Looks up a localized string similar to One or more projects are incompatible with {0}.. - - - - - Looks up a localized string similar to The props file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.. - - - - - Looks up a localized string similar to Reading project file {0}.. - - - - - Looks up a localized string similar to Unable to satisfy conflicting requests for '{0}': {1} Framework: {2}. - - - - - Looks up a localized string similar to Resolving conflicts for {0}.... - - - - - Looks up a localized string similar to Restore completed in {0} for {1}.. - - - - - Looks up a localized string similar to Restore failed in {0} for {1}.. - - - - - Looks up a localized string similar to The restore inputs for '{0}' have changed. Continuing restore.. - - - - - Looks up a localized string similar to The restore inputs for '{0}' have not changed. No further actions are required to complete the restore.. - - - - - Looks up a localized string similar to Restoring packages for {0}.... - - - - - Looks up a localized string similar to Restoring packages for {0} to determine compatibility.... - - - - - Looks up a localized string similar to Restoring packages for tool '{0}' in {1}.... - - - - - Looks up a localized string similar to Running non-parallel restore.. - - - - - Looks up a localized string similar to Running restore with {0} concurrent jobs.. - - - - - Looks up a localized string similar to Scanning packages for runtime.json files.... - - - - - Looks up a localized string similar to Assets file has not changed. Skipping assets file writing. Path: {0}. - - - - - Looks up a localized string similar to No-Op restore. The cache will not be updated. Path: {0}. - - - - - Looks up a localized string similar to Skipping runtime dependency walk, no runtimes defined in project.json.. - - - - - Looks up a localized string similar to The targets file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.. - - - - - Looks up a localized string similar to Tool assets file has not changed. Skipping assets file write. Path: {0}. - - - - - Looks up a localized string similar to Writing tool cache file to disk. Path: {0}. - - - - - Looks up a localized string similar to Writing tool lock file to disk. Path: {0}. - - - - - Looks up a localized string similar to Unknown Compatibility Profile: {0}. - - - - - Looks up a localized string similar to Unable to resolve '{0}' for '{1}'.. - - - - - Looks up a localized string similar to Using packages directory: {0}.. - - - - - Looks up a localized string similar to Using source {0}.. - - - - - Looks up a localized string similar to Version conflict detected for {0}. Reference the package directly from the project to resolve this issue.. - - - - - Looks up a localized string similar to Writing cache file to disk. Path: {0}. - - - - - Looks up a localized string similar to Writing lock file to disk. Path: {0}. - - - - - Looks up a localized string similar to Missing required property '{0}'.. - - - - - Looks up a localized string similar to Missing required property '{0}' for project type '{1}'.. - - - - - Looks up a localized string similar to Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored.. - - - - - Looks up a localized string similar to http://docs.nuget.org/. - - - - - Looks up a localized string similar to File from dependency is not changed. File '{0}' is not added.. - - - - - Looks up a localized string similar to File from dependency is not changed. File '{0}' is not added.. - - - - - Looks up a localized string similar to Packing files from '{0}'.. - - - - - Looks up a localized string similar to Persisting restore input to '{0}'.. - - - - - Looks up a localized string similar to Invalid input combination. Property '{0}' is not allowed.. - - - - - Looks up a localized string similar to Invalid input combination. Property '{0}' is not allowed for project type '{1}'.. - - - - - Looks up a localized string similar to {0} (via {1}). - - - - - Looks up a localized string similar to Duplicate frameworks found: '{0}'.. - - - - - Looks up a localized string similar to Invalid target framework '{0}'.. - - - - - Looks up a localized string similar to Missing dependency on '{0}'.. - - - - - Looks up a localized string similar to Missing project '{0}'.. - - - - - Looks up a localized string similar to No target frameworks specified.. - - - - - Looks up a localized string similar to UAP projects must contain exactly one target framework.. - - - - - Looks up a localized string similar to Restore request does not contain any projects to restore.. - - - - - Looks up a localized string similar to Unable to extract metadata from '{0}'.. - - - - - Looks up a localized string similar to Unable to find '{0}'. Make sure the project has been built.. - - - - - Looks up a localized string similar to Skipping restore for project '{0}'. The project file may be invalid or missing targets required for restore.. - - - - - Looks up a localized string similar to Using '{0}' for metadata.. - - - - - Looks up a localized string similar to Found packages.config. Using packages listed as dependencies. - - - - - Looks up a localized string similar to '{0}' key already exists in Properties collection. Overriding value.. - - - - - Looks up a localized string similar to '{0}' was included in the project but doesn't exist. Skipping.... - - - - - Looks up a localized string similar to {0} depends on {1} but {2} was not found. An approximate best match of {3} was resolved.. - - - - - Looks up a localized string similar to {0} does not provide an inclusive lower bound for dependency {1}. An approximate best match of {2} was resolved.. - - - - - Looks up a localized string similar to Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored.. - - - - - Looks up a localized string similar to Description: {0}. - - - - - Looks up a localized string similar to Solution: {0}. - - - - - Looks up a localized string similar to Issue: {0}. - - - - - Looks up a localized string similar to Issue found with package '{0}'.. - - - - - Looks up a localized string similar to Project dependency {0} does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.. - - - - - Looks up a localized string similar to Version "{0}" does not follow semantic versioning guidelines.. - - - - - Looks up a localized string similar to Update your nuspec file or use the AssemblyInformationalVersion assembly attribute to specify a semantic version as described at http://semver.org.. - - - - - Looks up a localized string similar to Use semantic versioning. - - - - - Looks up a localized string similar to '{0}' was included in the project but the path could not be resolved. Skipping.... - - - - - Looks up a localized string similar to {0} was not specified. Using '{1}'.. - - - - - Throw if an invalid combination exists. - - - - - Returns the fallback framework or the original. - - - - - Update TargetFrameworkInformation properties. - - - - - Helper functions for shared command runners (push, delete, etc) - - - - - Internal extension helpers for NuGet.Commands - - - - - Search on Key.Name for the given package/project id. - - - - - Log all messages. - - - - - Log all messages. - - - - - Converts an IAssetsLogMessage into a RestoreLogMessage. - This is needed when an IAssetsLogMessage needs to be logged and loggers do not have visibility to IAssetsLogMessage. - - IAssetsLogMessage to be converted. - RestoreLogMessage equivalent to the IAssetsLogMessage. - - - - Determine the target framework of an msbuild project. - - - - - Determine the target framework of an msbuild project. - - - - - Parse project framework strings into NuGetFrameworks. - - - - - Parse existing nuget framework for .net core 4.5.1 or 4.5 and return compatible framework instance - - - - - Split on ; and trim. Null or empty inputs will return an - empty array. - - - - - Split on ; and trim. Null or empty inputs will return an - empty array. - - - - - Trims the provided string and converts empty strings to null. - - - - - Trims the provided strings and excludes empty or null strings. - - - - - True if the property is set to true - - - - - True if the property is set to true or empty. - - - - - Combines the project runtimes with the request.RequestedRuntimes. - If those are both empty FallbackRuntimes is returned. - - - - - Infer the runtimes from the current environment. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The assembly '{0}' is not inside the 'lib' folder and hence it won't be added as reference when the package is installed into a project.. - - - - - Looks up a localized string similar to Move it into the 'lib' folder if it should be referenced.. - - - - - Looks up a localized string similar to Assembly outside lib folder.. - - - - - Looks up a localized string similar to The assembly '{0}' is placed directly under 'lib' folder. It is recommended that assemblies be placed inside a framework-specific folder.. - - - - - Looks up a localized string similar to Move it into a framework-specific folder. If this assembly is targeted for multiple frameworks, ignore this warning.. - - - - - Looks up a localized string similar to Assembly not inside a framework folder.. - - - - - Looks up a localized string similar to The value "{0}" for {1} is a sample value and should be removed.. - - - - - Looks up a localized string similar to Replace it with an appropriate value or remove it and rebuild your package.. - - - - - Looks up a localized string similar to Remove sample nuspec values.. - - - - - Looks up a localized string similar to The folder '{0}' under 'lib' is not recognized as a valid framework name or a supported culture identifier.. - - - - - Looks up a localized string similar to Rename it to a valid framework name.. - - - - - Looks up a localized string similar to Invalid framework folder.. - - - - - Looks up a localized string similar to A stable release of a package should not have a prerelease dependency.. - - - - - Looks up a localized string similar to Either modify the version spec of dependency "{0}" or update the version field in the nuspec.. - - - - - Looks up a localized string similar to Prerelease dependency in stable package.. - - - - - Looks up a localized string similar to The package version '{0}' uses SemVer 2.0.0 or components of SemVer 1.0.0 that are not supported on legacy clients. This message can be ignored if the package is not intended for older clients.. - - - - - Looks up a localized string similar to Change the package version to a SemVer 1.0.0 string. If the version contains a release label it must start with a letter.. - - - - - Looks up a localized string similar to Package version not supported on legacy clients.. - - - - - Looks up a localized string similar to The file '{0}' will be ignored by NuGet because it is not directly under 'tools' folder.. - - - - - Looks up a localized string similar to Place the file directly under 'tools' folder.. - - - - - Looks up a localized string similar to Init.ps1 script will be ignored.. - - - - - Looks up a localized string similar to The transform file '{0}' is outside the 'content' folder and hence will not be transformed during installation of this package.. - - - - - Looks up a localized string similar to Move it into the 'content' folder.. - - - - - Looks up a localized string similar to Transform file outside content folder.. - - - - - Looks up a localized string similar to The Description text is long but the Summary text is empty. This means the Description text will be truncated in the 'Manage NuGet Packages' dialog.. - - - - - Looks up a localized string similar to Provide a brief summary of the package in the Summary field.. - - - - - Looks up a localized string similar to Consider providing Summary text.. - - - - - Looks up a localized string similar to An empty folder placeholder file '{0}' is in a non-empty folder and should be removed.. - - - - - Looks up a localized string similar to Remove the file from the project.. - - - - - Looks up a localized string similar to Placeholder file in non-empty folder.. - - - - - Looks up a localized string similar to The script file '{0}' is outside the 'tools' folder and hence will not be executed during installation of this package.. - - - - - Looks up a localized string similar to Move it into the 'tools' folder.. - - - - - Looks up a localized string similar to PowerShell file outside tools folder.. - - - - - Looks up a localized string similar to The script file '{0}' is not recognized by NuGet and hence will not be executed during installation of this package.. - - - - - Looks up a localized string similar to Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.. - - - - - Looks up a localized string similar to Unrecognized PowerShell file.. - - - - - Looks up a localized string similar to The version of dependency '{0}' is not specified.. - - - - - Looks up a localized string similar to Specify the version of dependency and rebuild your package.. - - - - - Looks up a localized string similar to Specify version of dependencies.. - - - - - Looks up a localized string similar to The file at '{0}' uses the obsolete 'WinRT' as the framework folder.. - - - - - Looks up a localized string similar to Replace 'WinRT' or 'WinRT45' with 'NetCore45'.. - - - - - Looks up a localized string similar to The framework name 'WinRT' is obsolete.. - - - - - Warn if the version is not parsable by older nuget clients. - - This rule should be removed once more users move to SemVer 2.0.0 capable clients. - - - - Folders that are expected to have .dll and .winmd files - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Ambient correlation ID used to associate information pertaining to a current activity. A single activity - engages multiple method calls at different layers. Sometimes it's necessary to identify separate calls - belonging to the same activity if shared state is needed. - - - - - Starts a new activity activity correlation ID by updating ambient context value. - - - - - Returns current activity correlation ID or a default if not set previously. - - - - - Aggregates from a list of already ordered enumerables - The ordered result will contain only unique values - If comparer/EqualityComparer are not provided the default ones for that type will be used. - If the provided enumerables are not sorted already, the behavior is undefined - - - - - Aggregates from a list of already ordered enumerables - The ordered result will contain only unique values - If comparer/EqualityComparer are not provided the default ones for that type will be used. - If the provided enumerables are not sorted already, the behavior is undefined - - - - - Supports async iteration over a generic collection. - Prior to calling Current, MoveNextAsync needs to be called otherwise the behavior is undefined - - The type of objects to enumerate.This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics. - 1 - - - - Moves the pointer to the next element in the collection. - - - Success status of the pointer move - - - - - Gets the element in the collection at the current position of the enumerator. - If MoveNextAsync has not been called prior to calling current the behavior is undefined - If the last MoveNextAsync call returned false then the next call to Current should throw an InvalidOperationException - - - The element in the collection at the current position of the enumerator. - - - - - Wrapper class representing shorter syntax of Lazy<Task<T>>"/>. - Useful when declaring a lazy async factory of value T. - - Value type - - - - Shortcuts to common Lazy<Task<T>> constructor calls - - - - - Find the current NuGet client version from the assembly info as a string. - If no value can be found an InvalidOperationException will be thrown. - - This can contain prerelease labels if AssemblyInformationalVersionAttribute exists. - - - - CryptoHashProvider helps calculate or verify hash based on SHA256 or SHA512 algorithms - - - - - Server token used to represent that the hash being used is SHA 512 - - - - - Server token used to represent that the hash being used is SHA 256 - - - - - Creates an instance of CryptoHashProvider. Since the algorithm is not specified, SHA512 is assumed - - - - - Creates an instance of CryptoHashProvider using the hashAlgorithm - - - - - Calculates the hash for a given stream - - - - - Calculates the hash for a byte array - - - - - Verifies the hash for the given data and hash - - - - - Determines if we are to only allow Fips compliant algorithms. - - - CryptoConfig.AllowOnlyFipsAlgorithm does not exist in Mono. - - - - - static class to provide datetime common utility apis - - - - - take timespan n return in appropriate unit like ms, or seconds, or minutes, or hours - - timespan - - - - - - Indicates the file for which the error was thrown. - - - - - Indicates the starting line for which the error was thrown. - - - - - Indicates the starting column for which the error was thrown. - - - - - Indicates the ending line for which the error was thrown. - - - - - Indicates the ending column for which the error was thrown. - - - - - Level to indicate if this is an error or warning. - - - - - Level to indicate the warning level for the message. - This is relevant only if the Level == LogLevel.Warning. - - - - - Indicates the NuGet error code. - - - - - Indicates the staring generated by the code to go with the error code. - - - - - Indicates the project for which the error was thrown. - - - - - Indicates the date time at which the error occurred. - - - - - Allows converting an Exception to an ILogMessage. - - - - - Retrieve the exception as a log message. - - - - - Project or Package Id. - - - - - List of TargetGraphs. - - - - - Bool indicating if this message needs to be logged to the inner logger. - - - - - Basic log message. - - - - - This enum is used to quantify NuGet error and wanring codes. - Format - NUxyzw where NU is the profix indicating NuGet and xyzw is a 4 digit code - - Numbers - xyzw - x - 'x' is the largest digit and should be used to quantify a set of errors. - For example 1yzw are set of restore related errors and no other code path should use the range 1000 to 1999 for errors or warnings. - - y - 'y' is the second largest digit and should be used for sub sections withing a broad category. - - For example 12zw cvould be http related errors. - Further 'y' = 0-4 shoudl be used for errors and 'y' = 5-9 should be warnings. - - zw - 'zw' are the least two digit. - These could be used for different errors or warnings within the broad categories set by digits 'xy'. - - Groups: - 1000 - Restore - - Sub groups: - 1000/1500 Input - 1100/1600 Resolver - 1200/1700 Compat - 1300/1800 Feed - 1400/1900 Package - - - - - Do not display the code. - - - - - Undefined error - - - - - Project has zero target frameworks. - - - - - Invalid combination with CLEAR - - - - - Invalid combination of PTF and ATF - - - - - Unable to resolve package, generic message for unknown type constraints. - - - - - No versions of the package exist on any of the sources. - - - - - Versions of the package exist, but none are in the range. - - - - - Range does not allow prerelease packages and only prerelease versions were found - within the range. - - - - - Project path does not exist on disk. - - - - - Project reference was not in the dg spec. - - - - - Resolver conflict - - - - - Dependency project has an incompatible framework. - - - - - Dependency package does not contain assets for the current framework. - - - - - un-matched reference assemblies - - - - - Package MinClientVersion did not match. - - - - - Undefined warning - - - - - Missing restore target. - - - - - Unknown compatibility profile - - - - - Skipping project that does not support restore. - - - - - Dependency bumped up - - - - - Non-exact match on dependency range due to non inclusive minimum bound. - - - - - Non-exact match on dependency range due to missing package version. - - - - - Project dependency does not include a lower bound. - - - - - Package dependency downgraded. - - - - - Circular dependency. - - - - - Version conflict. - - - - - Fallback framework used. - - - - - Feed error converted to a warning when ignoreFailedSources is true. - - - - - Create a log message for a target graph library. - - - - - Create a warning log message. - - - - - Create an error log message. - - - - - Create an error log message for a target graph. - - - - - Get default LogCode based on the log level - - - - - These are Warning Levels used by NuGet while throwing warnings. - These logically correspond to .NET spec at https://msdn.microsoft.com/en-us/library/13b90fz7(v=vs.140).aspx - - We do not have a level 0 as that has no logical meaning of having a warning with level 0. - - Severe - This should be used to throw warnings that are just short of being an error. - - Important - Lower level than severe. - - Minimal - Lower level than important. - - Default - Lowest level of warnings. - Default NuGet logging will ignore these warnings. - - - - - For internal use only - - - - - Log an exception to an ILogger. - This will log using NU1000 if the exception does not contain a code. - - - - - Log an exception to an ILogger. - This will log using NU1000 if the exception does not contain a code. - - - - - Determines whether the full exception (including stack trace) should be displayed to - the user. In prerelease or dogfooding scenarios, it is useful to have a non-verbose - logging level but, in the case of an unhandled exception, print the full exception for - bug reporting. - - - True if the exception stack should be displayed to the user. False, otherwise. - - - - - Fetch all of the errors logged so far. This method is useful when error log messages - should be redisplayed after the initial log message is emitted. - - - - - A generic interface for logging. - - - - - Call legacy Log* methods from LogAsync/Log. - This is for legacy ILogger implementations, - new loggers should use LoggerBase. - - - - - True if the message meets the verbosity level. - - - - - True if the message is an error or warning. - - - - - Formats a ILogMessage into a string representation containg the log code and message. - The log code is added only if it is a valid NuGetLogCode and is greater than NuGetLogCode.Undefined. - - ILogMessage to be formatted. - string representation of the ILogMessage. - - - - Formats a NuGetLogCode into a string representation. - - NuGetLogCode to be formatted into string. - strings representation of the NuGetLogCode. - - - - Tries to get the string from the NuGetLogCode enum. - - NuGetLogCode to be formatted into string. - strings representation of the NuGetLogCode if the result is true else null. - bool indcating if the GetName operation was successfull or not. - - - - This only has effect on .NET Framework (desktop). On .NET Core, - is not available. Additionally, - no API is available to configure the supported SSL protocols. - - - - - Set ServicePointManager.DefaultConnectionLimit - - - - - Directory operation helpers. - - - - - Creates all directories and subdirectories in the specified path unless they already exist. - New directories can be read and written by all users. - - - - - File operation helpers. - - - - - Get the full path to a new temp file - - - - - Lock around the output path. - Delete the existing file with retries. - - - - - Lock around the output path. - Delete the existing file with retries. - Move a file with retries. - - - - - Delete the existing file with retries. - Move a file with retries. - - - - - Delete the existing file with retries. - Move a file with retries. - - - - - Move a file with retries. - This will not overwrite - - - - - Delete a file with retries. - - - - - Common NuGet paths. These values may be overridden in NuGet.Config or by - environment variables, resolving the paths here requires NuGet.Configuration. - - - - - User package folder directory. - - - - - Fallback package folder locations. - - - - - Http file cache. - - - - - Since is not available on .NET Core, we have to - make our own and re-implement the functionality. On .NET Framework, we can use the - built-in functionality. - - - - - Throw a helpful message if a required env var is not set. - - - - - Returns a collection of files from the source that matches the wildcard. - - The collection of files to match. - Function that returns the path to filter a package file - The wildcards to apply to match the path with. - - - - - - Removes files from the source that match any wildcard. - - - - - Returns true if the path contains any wildcard characters. - - - - - Returns OrdinalIgnoreCase windows and mac. Ordinal for linux. - - - - - - - Returns distinct orderd paths based on the file system case sensitivity. - - - - - Replace all back slashes with forward slashes. - - - - - Returns path2 relative to path1, with Path.DirectorySeparatorChar as separator - - - - - Returns path2 relative to path1, with given path separator - - - - - Validates that a source is a valid path or url. - - The path to validate. - True if valid, False if invalid. - - - - Validates that path is properly formatted as a local path. - - - On Windows, a valid local path must starts with the drive letter. - Example: C:\, C:\path, C:\path\to\ - Bad: C:\invalid\*\"\chars - - The path to validate. - True if valid, False if invalid. - - - - Validates that path is properly formatted as an UNC path. - - - Example: \\server\share, \\server\share\path, \\server\share\path\to\ - Bad: \\server\invalid\*\"\chars - - The path to validate. - True if valid, False if invalid. - - - - Validates that url is properly formatted as an URL based on .NET Uri class. - - The url to validate. - True if valid, False if invalid. - - - - project.json - - - - - .project.json - - - - - Lock file name - - - - - Finds the projectName.project.json in a directory. If no projectName.project.json exists - the default project.json path will be returned regardless of existance. - - Returns the full path to the project.json file. - - - - Creates a projectName.project.json file name. - - - - - Creates a projectName.project.lock.json file name. - - - - - Create the lock file path from the config file path. - If the config file includes a project name the - lock file will include the name also. - - - - - Parses a projectName.project.json file name into a project name. - If there is no project name null will be returned. - - - - - True if the file is a project.json or projectname.project.json file. - - - - - Simple token replacement system for content files. - - - - - Asynchronously performs token replacement on a file stream. - - A stream task factory. - A token replacement function. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is either null or empty. - Thrown if - is null. - Thrown if - is cancelled. - - - - Performs token replacement on a stream and returns the result. - - A stream. - A token replacement funciton. - The token-replaced stream content. - Thrown if - is null. - Thrown if - is null. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to An absolute path is required: '{0}'.. - - - - - Looks up a localized string similar to Value must be greater than or equal to {0}. - - - - - Looks up a localized string similar to Argument cannot be null or empty. - - - - - Looks up a localized string similar to Failed to create random file for dotnet add pkg command.. - - - - - Looks up a localized string similar to Required environment variable '{0}' is not set. Try setting '{0}' and running the operation again.. - - - - - Looks up a localized string similar to At least one package folder path must be provided.. - - - - - Looks up a localized string similar to Package folder not found: '{0}'.. - - - - - Looks up a localized string similar to Unable to determine the current NuGet client version.. - - - - - Looks up a localized string similar to Unable to obtain lock file access on '{0}' for operations on '{1}'. This may mean that a different user or administator is holding this lock and that this process does not have permission to access it. If no other process is currently performing an operation on this file it may mean that an earlier NuGet process crashed and left an inaccessible lock file, in this case removing the file '{0}' will allow NuGet to continue.. - - - - - Looks up a localized string similar to Hash algorithm '{0}' is unsupported. Supported algorithms include: SHA512 and SHA256.. - - - - - This class is used to parse string into tokens. - There are two types of tokens: variables, e.g. "$variable$", or text. - The dollar sign can be escaped using $$. - A variable contains only word characters. - - Examples: - - "a $b$ c" is parsed into - {text, "a "}, {variable, "b"}, {text, " c"}. - - "a $$b$$ c" is parsed into - {text, "a $b$ c"}. - - "a $b$ $c" is parsed into - {text, "a "}, {variable, "b"}, {text, " $c"}. - - "a $b$$c$" is parsed into - {text, "a "}, {variable, "b"}, {variable, "c"}. - - "a $b c$d$" is parsed into - {text, "a $b c"}, {variable, "d"} (because space is not a word character). - - - - - Gets the next token. - - The parsed token. Or null if no more tokens are available. - - - - Same as "new Uri" except that it can handle UNIX style paths that start with '/' - - - - - Same as "Uri.TryCreate" except that it can handle UNIX style paths that start with '/' - - - - - Provides Uri encoding for V2 servers in the same way that NuGet.Core.dll encoded urls. - - - - - Convert a file:// URI to a local path. - - If the input can be parsed this will return Uri.LocalPath, if the input - is not a URI or fails to parse the original string will be returned. - Possible file:// URI path or local path. - - - - Calls GetAbsolutePath with the directory of . - - - - - Convert a relative local folder path to an absolute path. - For http sources and UNC shares this will return - the same path. - - Directory to make the source relative to. - Source path. - The absolute source path or the original source. Noops for non-file paths. - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Indicates that the request credentials are to be used to access a proxy. - - - - - Indicates that the remote server rejected the previous request as unauthorized. This - suggests that the server does not know who the caller is (i.e. the caller is not - authenticated). - - - - - Indicates that the remote server rejected the previous request as forbidden. This - suggests that the server knows who the caller is (i.e. the caller is authorized) but - is not allowed to access the request resource. A different set of credentials could - solve this failure. - - - - - A credentials service. - - - - - Asynchronously gets credentials. - - The URI for which credentials should be retrieved. - A web proxy. - The credential request type. - A message to display when prompting for credentials. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if is null. - Thrown if - is cancelled. - - - - Attempts to retrieve last known good credentials for a URI from a credentials cache. - - - When the return value is true, will have last known - good credentials from the credentials cache. These credentials may have become invalid - since their last use, so there is no guarantee that the credentials are currently valid. - - The URI for which cached credentials should be retrieved. - - true for proxy credentials; otherwise, false. - Cached credentials or null. - - true if a result is returned from the cache; otherwise, false. - Thrown if is null. - - - - Gets a value indicating whether this credential service wants to handle "default credentials" specially, - instead of relying on DefaultNetworkCredentials - - - - - NuGet.org gallery Url used as a source display name and as a default "id" when storing nuget.org API key. - - - Albeit this url is not actual feed we should keep it unchanged for back-compat with earlier NuGet versions. - Typical scenario leading to adding this url to config file is to run setApiKey command without a source: - nuget.exe setApiKey XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX - - - - - The feed version for NuGet prior to v3. - - - - - Returns null if Source is an invalid URI - - - - - Throws if Source is an invalid URI - - - - - This does not represent just the NuGet Official Feed alone - It may also represent a Default Package Source set by Configuration Defaults - - - - - Gets or sets the protocol version of the source. Defaults to 2. - - - - - True if the source path is file based. Unc shares are not included. - - - - - Gets the that this source originated from. May be null. - - - - - Represents credentials required to authenticate user within package source web requests. - - - - - Verifies if object contains valid data, e.g. not empty user name and password. - - True if credentials object is valid - - - - Instantiates the credential instance out of raw values read from a config file. - - Associated source ID (needed for reporting errors) - User name - Password as stored in config file - Hints if password provided in clear text - - - - Creates new instance of credential object out values provided by user. - - Source ID needed for reporting errors if any - User name - Password text in clear - Hints if the password should be stored in clear text on disk. - New instance of - - - - User name - - - - - Password text as stored in config file. May be encrypted. - - - - - Indicates if password is stored in clear text. - - - - - Retrieves password in clear text. Decrypts on-demand. - - - - - Associated source ID - - - - - Returns PackageSources if specified in the config file. Else returns the default sources specified in the - constructor. - If no default values were specified, returns an empty sequence. - - - - - Fires event PackageSourcesChanged - - - - - Saves the as the active source. - - - - - - - Gets the name of the ActivePackageSource from NuGet.Config - - - - - -like interface with Update credential semantics rather than Add/Remove - - - - - Add or update proxy credential - - Proxy network address - New credential object - - - - Tracks the cache version. Changes every time proxy credential is updated. - - - - - Internal implementation of mirroring default desktop one. - Introduced for XPlat coreFx support. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Value cannot be null or empty string.. - - - - - Looks up a localized string similar to Encryption is not supported on non-Windows platforms.. - - - - - Looks up a localized string similar to There are no writable config files.. - - - - - Looks up a localized string similar to File '{0}' does not exist.. - - - - - Looks up a localized string similar to "{0}" cannot be called on a NullSettings. This may be caused on account of insufficient permissions to read or write to "%AppData%\NuGet\NuGet.config".. - - - - - Looks up a localized string similar to '{0}' must contain an absolute path '{1}'.. - - - - - Looks up a localized string similar to The package source does not belong to the collection of available sources.. - - - - - Looks up a localized string similar to Environment variable '{0}' must contain an absolute path, the full path of '{1}' cannot be determined.. - - - - - Looks up a localized string similar to Parameter 'fileName' to Settings must be just a fileName and not a path. - - - - - Looks up a localized string similar to NuGet.Config is malformed. Path: '{0}'.. - - - - - Looks up a localized string similar to NuGet.Config is not valid XML. Path: '{0}'.. - - - - - Looks up a localized string similar to NuGet.Config does not contain the expected root element: 'configuration'. Path: '{0}'.. - - - - - Looks up a localized string similar to Failed to read NuGet.Config due to unauthorized access. Path: '{0}'.. - - - - - Looks up a localized string similar to Unexpected failure reading NuGet.Config. Path: '{0}'.. - - - - - Looks up a localized string similar to Password decryption is not supported on .NET Core for this platform. The following feed uses an encrypted password: '{0}'. You can use a clear text password as a workaround.. - - - - - Looks up a localized string similar to Password encryption is not supported on .NET Core for this platform. The following feed try to use an encrypted password: '{0}'. You can use a clear text password as a workaround.. - - - - - Looks up a localized string similar to Unable to parse config file '{0}'.. - - - - - An internal constructor MAINLY INTENDED FOR TESTING THE CLASS. But, the product code is only expected to - use the static Instance property - Only catches FileNotFoundException. Will throw all exceptions including other IOExceptions and - XmlExceptions for invalid xml and so on - - The directory that has the NuGetDefaults.Config - Name of the NuGetDefaults.Config - - - - Interface to expose NuGet Settings - - - - - Gets a value for the given key from the given section - If isPath is true, then the value represents a path. If the path value is already rooted, it is simply - returned - Otherwise, path relative to ISettings.Root is returned - - - - - Gets all the values under section - - - - - Gets all the values under section - - - - - Sets the values under the specified . - - The name of the section. - The values to set. - - - - Updates the across multiple instances in the hierarchy. - Values are updated in the with the nearest priority. - - The name of the section. - The values to set. - - - - Folder under which the config file is present - - - - - The file name of the config file. Joining and - results in the full path to the config file. - - - - - Enumerates the sequence of instances used to fetch settings - values (e.g. with ). This enumeration includes this instance - itself. - - - - - Event raised when the setting have been changed. - - - - - Load paths from already loaded settings. - - NuGet.Config settings. - - - - Load settings based on the solution or project root directory. NuGet.Config files will - be discovered based on this path. The machine wide config will also be loaded. - - Root directory of the solution or project. - - - - Fallback package folders. There many be zero or more of these. - - - - - User global packages folder. - - - - - User level http cache. - - - - - Concrete implementation of ISettings to support NuGet Settings - - - - - Default file name for a settings file is 'NuGet.config' - Also, the machine level setting file at '%APPDATA%\NuGet' always uses this name - - - - - NuGet config names with casing ordered by precedence. - - - - - Load default settings based on a directory. - This includes machine wide settings. - - - - - Loads user settings from the NuGet configuration files. The method walks the directory - tree in up to its root, and reads each NuGet.config file - it finds in the directories. It then reads the user specific settings, - which is file - in if is not null, - If is null, the user specific settings file is - %AppData%\NuGet\NuGet.config. - After that, the machine wide settings files are added. - - - For example, if is c:\dir1\dir2, - is "userConfig.file", the files loaded are (in the order that they are loaded): - c:\dir1\dir2\nuget.config - c:\dir1\nuget.config - c:\nuget.config - c:\dir1\dir2\userConfig.file - machine wide settings (e.g. c:\programdata\NuGet\Config\*.config) - - - The file system to walk to find configuration files. - Can be null. - - The user specified configuration file. - - The machine wide settings. If it's not null, the - settings files in the machine wide settings are added after the user sepcific - config file. - - The settings object loaded. - - - - Loads Specific NuGet.Config file. The method only loads specific config file - which is file from . - - - - - For internal use only - - - - - Loads the machine wide settings. - - - For example, if is {"IDE", "Version", "SKU" }, then - the files loaded are (in the order that they are loaded): - %programdata%\NuGet\Config\IDE\Version\SKU\*.config - %programdata%\NuGet\Config\IDE\Version\*.config - %programdata%\NuGet\Config\IDE\*.config - %programdata%\NuGet\Config\*.config - - The file system in which the settings files are read. - The additional paths under which to look for settings files. - The list of settings read. - - - - Order is most significant (e.g. applied last) to least significant (applied first) - ex: - c:\someLocation\nuget.config - c:\nuget.config - - - - - Checks for each possible casing of nuget.config in the directory. The first match is - returned. If there are no nuget.config files null is returned. - - For windows contains a single casing since - the file system is case insensitive. - - - - Folder under which the config file is present - - - - - Full path to the ConfigFile corresponding to this Settings object - - - - - Represents a single setting value in a settings file - - - - - Represents the key of the setting - - - - - Represents the value of the setting - - - - - original value of the source as in NuGet.Config - - - - - IsMachineWide tells if the setting is machine-wide or not - - - - - The priority of this setting in the nuget.config hierarchy. Bigger number means higher priority - - - - - Gets the that provided this value. - - - - - Gets additional values with the specified setting. - - - When reading from an XML based settings file, this includes all attributes on the element - other than the Key and Value. - - - - - Machine wide settings based on the default machine wide config directory. - - - - - Provides a common facility for locating extensions - - - - - Find paths to all extensions - - - - - Find paths to all credential providers - - - - - Retrieves a config value for the specified key - - The settings instance to retrieve - The key to look up - Determines if the retrieved value needs to be decrypted. - Determines if the retrieved value is returned as a path. - Null if the key was not found, value from config otherwise. - - - - Sets a config value in the setting. - - The settings instance to store the key-value in. - The key to store. - The value to store. - Determines if the value needs to be encrypted prior to storing. - - - - Deletes a config value from settings - - The settings instance to delete the key from. - The key to delete. - True if the value was deleted, false otherwise. - - - - Read fallback folders from the environment variable or from nuget.config. - - - - - Read fallback folders only from nuget.config. - - - - - Get the HTTP cache folder from either an environment variable or a default. - - - - - The DefaultPushSource can be: - - An absolute URL - - An absolute file path - - A relative file path - - The name of a registered source from a config file - - - - - Throw if a path is relative. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - GraphEdge holds a reference to the parent node, the incoming edge to the parent, and - the out going edge to the current position of the walk. - - Root -> OuterEdge -> Node -> Edge -> (Current Node) - - - - - Incoming edge to . - - - - - Graph node between and . - - - - - Outgoing edge from . - - - - - Helper class to hold a library range and framework. - - - - - Target framework - - - - - Library range information. - - - - - Convert a nuspec dependency to a library dependency. - - - - - A remote dependency provider. - - - - - Asynchronously discovers all versions of a package from a source and selects the best match. - - This does not download the package. - A library range. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets package dependencies. - - A library identity. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Gets a flag indicating whether or not the provider source is HTTP or HTTPS. - - - - - Gets the package source. - - Optional. This will be null for project providers. - - - - A local dependency provider. - - - - - Initializes a new class. - - - - Thrown if - is null. - - - - Asynchronously discovers all versions of a package from a source and selects the best match. - - This does not download the package. - A library range. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - - - - Asynchronously gets package dependencies. - - A library identity. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - - - - Asynchronously gets a package downloader. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown always. - - - - Gets a flag indicating whether or not the provider source is HTTP or HTTPS. - - - - - Gets the package source. - - Optional. This will be null for project providers. - - - - Extends to add a reference to the full Library. - - - - - Full local Library metadata - - - - - The local provider where the library was found. - - - - - Library entry cache. - - - - - Files contained in a package. - - - - - True if this is a csproj or similar project. Xproj should be false. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The feed '{0}' lists package '{1}' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - AssetTargetFallbackFramework only fallback when zero assets are selected. These do not - auto fallback during GetNearest as FallbackFramework would. - - - - - Create a FallbackFramework from the current AssetTargetFallbackFramework. - - - - - List framework to fall back to. - - - - - Root project framework. - - - - - Sorts frameworks according to the framework mappings - - - - - A case insensitive compare of the framework, version, and profile - - - - - A case insensitive compare of the framework name only - - - - - Sorts NuGet Frameworks in a consistent way for package readers. - The order is not particularly useful here beyond making things deterministic - since it compares completely different frameworks. - - - - - Internal cache key used to store framework compatibility. - - - - - Check if the frameworks are compatible. - - Project framework - Other framework to check against the project framework - True if framework supports other - - - - Actual compatibility check without caching - - - - - Find all equivalent frameworks, and their equivalent frameworks. - Example: - Mappings: - A <‒> B - B <‒> C - C <‒> D - For A we need to find B, C, and D so we must retrieve equivalent frameworks for A, B, and C - also as we discover them. - - - - - Creates a table of compatible frameworks. - - - - - True if the framework is in the table. - - - - - Gives the smallest set of frameworks from the table that cover everything the given framework would cover. - - - - - Returns the list of all frameworks compatible with the given framework - - - - - Singleton instance of the default framework mappings. - - - - - Contains the standard portable framework mappings - - - - - Static instance of the portable framework mappings - - - - - Get a list of frameworks supporting the provided framework. This list - is not meant to be exhaustive but is instead meant to be human-readable. - Ex: netstandard1.5 -> netstandardapp1.5, net462, dnxcore50, ... - - - - - Ex: IsCompatible(net45, net40) -> true - Ex: IsCompatible(net40, net45) -> false - - Project target framework - Library framework that is going to be installed - True if framework supports other - - - - A raw list of framework mappings. These are indexed by the framework name provider and in most cases all - mappings are - mirrored so that the IFrameworkMappings implementation only needs to provide the minimum amount of - mappings. - - - - - Synonym ‒> Identifier - Ex: NET Framework ‒> .NET Framework - - - - - Ex: .NET Framework ‒> net - - - - - Ex: WindowsPhone ‒> wp - - - - - Equal frameworks. Used for legacy conversions. - ex: Framework: Win8 <‒> Framework: NetCore45 Platform: Win8 - - - - - Framework, EquivalentProfile1, EquivalentProfile2 - Ex: Silverlight, WindowsPhone71, WindowsPhone - - - - - Frameworks which are subsets of others. - Ex: .NETCore ‒> .NET - Everything in .NETCore maps to .NET and is one way compatible. Version numbers follow the same format. - - - - - Additional framework compatibility rules beyond name and version matching. - Ex: .NETFramework supports ‒> Native - - - - - Ordered list of framework identifiers. The first framework in the list will be preferred over other - framework identifiers. This is enable better tie breaking in scenarios where legacy frameworks are - equivalently compatible to a new framework. - Example: UAP10.0 ‒> win81, wpa81 - - - - - Same as but is only referred to if all of the packages - in consideration are package based (determined by ). - - - - - Only used to choose between frameworks that are equivalent. This favors more human-readable target - frameworks identifiers. - - - - - Rewrite folder short names to the given value. - Ex: dotnet50 ‒> dotnet - - - - - Rewrite full framework names to the given value. - Ex: .NETPlatform,Version=v0.0 ‒> .NETPlatform,Version=v5.0 - - - - - Returns the official framework identifier for an alias or short name. - - - - - Gives the short name used for folders in NuGet - - - - - Get the official profile name from the short name. - - - - - Returns the shortened version of the profile name. - - - - - Parses a version string using single digit rules if no dots exist - - - - - Returns a shortened version. If all digits are single digits no dots will be used. - - - - - Tries to parse the portable profile number out of a profile. - - - - - Looks up the portable profile number based on the framework list. - - - - - Returns the frameworks based on a portable profile number. - - - - - Returns the frameworks based on a portable profile number. - - - - - Returns the frameworks based on a profile string. - Profile can be either the number in format: Profile=7, or the shortened NuGet version: net45+win8 - - - - - Parses a shortened portable framework profile list. - Ex: net45+win8 - - - - - Returns ranges of frameworks that are known to be supported by the given portable profile number. - Ex: Profile7 -> netstandard1.1 - - - - - Returns a list of all possible substitutions where the framework name - have equivalents. - Ex: sl3 -> wp8 - - - - - Gives all substitutions for a framework range. - - - - - Returns ranges of frameworks that are known to be supported by the given framework. - Ex: net45 -> native - - - - - Returns all sub sets of the given framework. - Ex: .NETFramework -> .NETCore - These will have the same version, but a different framework - - - - - The ascending order of frameworks should be based on the following ordered groups: - - 1. Non-package-based frameworks in . - 2. Other non-package-based frameworks. - 3. Package-based frameworks in . - 4. Other package-based frameworks. - - For group #1 and #3, the order within the group is based on the order of the respective precedence list. - For group #2 and #4, the order is the original order in the incoming list. This should later be made - consistent between different input orderings by using the . - - netcore50 is a special case since netcore451 is not packages based, but netcore50 is. - This sort will treat all versions of netcore as non-packages based. - - - - Used to pick between two equivalent frameworks. This is meant to favor the more human-readable - framework. Note that this comparison does not validate that the provided frameworks are indeed - equivalent (e.g. with - ). - - - - - Returns folder short names rewrites. - Ex: dotnet50 -> dotnet - - - - - Returns full name rewrites. - Ex: .NETPlatform,Version=v0.0 -> .NETPlatform,Version=v5.0 - - - - - Returns all versions of .NETStandard in ascending order. - - - - - Returns a list of frameworks that could be compatible with .NETStandard. - - - - - A group or object that is specific to a single target framework - - - - - Target framework - - - - - Use this to expose the list of target frameworks an object can be used for. - - - - - All frameworks supported by the parent - - - - - Ex: 5 -> net4, win8 - - - - - Additional optional frameworks supported in a portable profile. - Ex: 5 -> MonoAndroid1+MonoTouch1 - - - - - Compatibility mapping for portable profiles. This is a separate compatibility from that in - . - - - - - List framework to fall back to. - - - - - Interned frameworks that are commonly used in NuGet - - - - - FrameworkExpander finds all equivalent and compatible frameworks for a NuGetFramework - - - - - Return all possible equivalent, subset, and known compatible frameworks. - - - - - Finds all expansions using the mapping provider - - - - - True if the Framework is .NETFramework - - - - - Return the item with the target framework nearest the project framework - - - - - Contains identifier -> identifier - Ex: .NET Framework -> .NET Framework - Ex: NET Framework -> .NET Framework - This includes self mappings. - - - - - Converts a key using the mappings, or if the key is already converted, finds the normalized form. - - - - - Get all equivalent frameworks including the given framework - - - - - 2 way per framework profile equivalence - - - - - - - 2 way framework equivalence - - - - - - - An inclusive range of frameworks - - - - - True if the framework version falls between the min and max - - - - - Minimum Framework - - - - - Maximum Framework - - - - - Minimum version inclusiveness. - - - - - Maximum version inclusiveness. - - - - - Framework Identifier of both the Min and Max - - - - - Reduces a list of frameworks into the smallest set of frameworks required. - - - - - Creates a FrameworkReducer using the default framework mappings. - - - - - Creates a FrameworkReducer using custom framework mappings. - - - - - Returns the nearest matching framework that is compatible. - - Project target framework - Possible frameworks to narrow down - Nearest compatible framework. If no frameworks are compatible null is returned. - - - - Remove duplicates found in the equivalence mappings. - - - - - Reduce to the highest framework - Ex: net45, net403, net40 -> net45 - - - - - Reduce to the lowest framework - Ex: net45, net403, net40 -> net40 - - - - - Create lookup of the given PCLs to their actual frameworks - - - - - portable-net45+win8 -> net45, win8 - - - - - Order PCLs when there is no other way to decide. - - - - - Sort PCLs using these criteria - 1. Lowest number of frameworks (highest surface area) wins first - 2. Profile with the highest version numbers wins next - 3. String compare is used as a last resort - - - - - A keyvalue pair specific to a framework identifier - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - A portable implementation of the .NET FrameworkName type with added support for NuGet folder names. - - - - - Full framework comparison of the identifier, version, profile, platform, and platform version - - - - - Framework name only comparison. - - - - - Frameworks that are packages based across all versions. - - - - - An unknown or invalid framework - - - - - A framework with no specific target framework. This can be used for content only packages. - - - - - A wildcard matching all frameworks - - - - - Formatted to a System.Versioning.FrameworkName - - - - - Creates the shortened version of the framework using the default mappings. - Ex: net45 - - - - - Creates the shortened version of the framework using the given mappings. - - - - - Creates a NuGetFramework from a folder name using the default mappings. - - - - - Creates a NuGetFramework from a folder name using the given mappings. - - - - - Creates a NuGetFramework from a .NET FrameworkName - - - - - Creates a NuGetFramework from a folder name using the default mappings. - - - - - Creates a NuGetFramework from a folder name using the given mappings. - - - - - Attempt to parse a common but deprecated framework using an exact string match - Support for these should be dropped as soon as possible. - - - - - A set of special and common frameworks that can be returned from the list of constants without parsing - Using the interned frameworks here optimizes comparisons since they can be checked by reference. - This is designed to optimize - - - - - Target framework - - - - - Target framework version - - - - - True if the profile is non-empty - - - - - Target framework profile - - - - - Formatted to a System.Versioning.FrameworkName - - - - - Portable class library check - - - - - True if the framework is packages based. - Ex: dotnet, dnxcore, netcoreapp, netstandard, uap, netcore50 - - - - - True if this framework matches for all versions. - Ex: net - - - - - True if this framework was invalid or unknown. This framework is only compatible with Any and Agnostic. - - - - - True if this framework is non-specific. Always compatible. - - - - - True if this is the any framework. Always compatible. - - - - - True if this framework is real and not one of the special identifiers. - - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - retrieves the framework from the group - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - retrieves the framework from the group - framework mappings - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - - - - Check compatibility with additional checks for the fallback framework. - - - - - True if the framework is netcore50 or higher. This is where the framework - becomes packages based. - - - - - Creates a one way compatibility mapping. - Ex: net -supports-> native - - Project framework - Framework that is supported by the project framework - - - - Primary framework range or project target framework that supports the SuppportedFrameworkRange - - - - - Framework range that is supported by the TargetFrameworkRange - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Frameworks must have the same identifier, profile, and platform.. - - - - - Looks up a localized string similar to Invalid framework identifier '{0}'.. - - - - - Looks up a localized string similar to Invalid framework version '{0}'.. - - - - - Looks up a localized string similar to Invalid portable frameworks '{0}'. A hyphen may not be in any of the portable framework names.. - - - - - Looks up a localized string similar to Invalid portable frameworks for '{0}'. A portable framework must have at least one framework in the profile.. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Type property flag - - - - - True if the PackageReference is added by the SDK and not the user. - - - - - Unresolved - - - - - Resolved - - - - - False if the package could not be found. - - - - - Original library identity from the nuspec. - This contains the original casing for the id/version. - - - - - Dependencies - - - - - Target framework used to select the dependencies. - - - - - A package, project, or external project - - - - - Helper methods for dealing with LibraryDependencyTarget strings. - - - - - Convert flag string into a LibraryTypeFlag. - - - - - Convert type flags to a friendly string. - - - - - Helper methods for dealing with include/exclude flag strings. - - - - - By default build, contentFiles, and analyzers do not flow transitively between projects. - - - - - Convert set of flag strings into a LibraryIncludeFlags. - - - - - Convert library flags to a friendly string. - - - - - Convert set of flag strings into a LibraryIncludeFlags. - - - - - True if the type constraint allows the flag. - - - - - True if any flags are allowed by the constraint. - - - - - Indicates that the library comes from compiling an XRE-based Project - - - - - Indicates that the library comes from compiling an external project (such as an MSBuild-based project) - - - - - Indicates that the library comes from a NuGet Package - - - - - Indicates that the library comes from a stand-alone .NET Assembly - - - - - Indicates that the library comes from a .NET Assembly in a globally-accessible - location such as the GAC or the Framework Reference Assemblies - - - - - Indicates that the library comes from a Windows Metadata Assembly (.winmd file) - - - - - Indicates that the library could not be resolved - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - A group of items/files from a nupkg with the same target framework. - - - - - Framework specific group - - group target framework - group items - - - - Group target framework - - - - - Item relative paths - - - - - Package dependencies grouped to a target framework. - - - - - Dependency group - - target framework - dependant packages - - - - Dependency group target framework - - - - - Package dependencies - - - - - Compares the id and version of a package - - - - - Default comparer - Null ranges and the All range are treated as equal. - - - - - Default comparer - - - - - Compares the Id, Version, and Version release label. Version build metadata is ignored. - - - - - Default version range comparer. - - - - - Compare versions with a specific VersionComparison - - - - - Compare versions with a specific IVersionComparer - - - - - True if the package identities are the same when ignoring build metadata. - - - - - Hash code of the id and version - - - - - Compares on the Id first, then version - - - - - Default comparer that compares on the id, version, and version release labels. - - - - - metadata/contentFiles/files entry from a nuspec - - - - - Included files - - Required - - - - Excluded files - - - - - Build action - - - - - If true the item will be copied to the output folder. - - - - - If true the content items will keep the same folder structure in the output - folder. - - - - - Callback invoked to extract a package file. - - The path of the file in the package. - The path to write to. - The file . - The file name if the file was written; otherwise null. - - - - A basic asynchronous package reader that provides the identity, min client version, and file access. - - Higher level concepts used for normal development nupkgs should go at a higher level - - - - Asynchronously gets the identity of the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets the minimum client version needed to consume the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets zero or more package types from the .nuspec. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns a file stream from the package. - - The file path in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets all files in the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously gets files in a folder in the package. - - A folder path in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - for files under the specified folder. - Thrown if - is cancelled. - - - - Asynchronously gets a nuspec stream. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets a nuspec file path. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the nuspec file path. - Thrown if - is cancelled. - - - - Asynchronously copies files from a package to a new location. - - The destination path to copy to. - The package files to copy. - A package file extraction delegate. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns am - for the copied file paths. - Thrown if - is cancelled. - - - - A basic nuspec reader that understands ONLY the id, version, and min client version of a package. - - Higher level concepts used for normal development nupkgs should go at a higher level - - - - Package Id - - - - - - - Package Version - - - - - Minimum client version needed to consume the package. - - - - - Gets zero or more package types from the .nuspec. - - - - - Id and Version of a package. - - - - - Package metadata in the nuspec - - - - - Basic package reader that provides the identity, min client version, and file access. - - Higher level concepts used for normal development nupkgs should go at a higher level - - - - Gets the package identity. - - A package identity. - - - - Gets the minimum client version needed to consume the package. - - A NuGet version. - - - - Gets zero or more package types from the .nuspec. - - A readonly list of package types. - - - - Gets a file stream from the package. - - A stream for a file in the package. - - - - Gets all files in the package. - - An enumerable of files in the package. - - - - Gets files in a folder in the package. - - Folder path - An enumerable of files under specified folder. - - - - Gets a nuspec stream. - - A stream for the nuspec. - - - - Gets a nuspec file path. - - The nuspec file path. - - - - Copies files from a package to a new location. - - The destination folder path. - The package files to copy. - A package file extraction delegate. - A logger. - A cancellation token. - An enumerable of paths of files copied to the destination. - - - - A basic nuspec reader that understand id, version, and a flat list of dependencies. - - - - - Read a nuspec from a stream. - - - - - Reads a nuspec from XML - - - - - Returns a flat list of dependencies from a nuspec - - - - - A very basic Nuspec reader that understands the Id, Version, PackageType, and MinClientVersion of a package. - - - - - Read a nuspec from a path. - - - - - Read a nuspec from a stream. - - - - - Read a nuspec from a stream. - - - - - Reads a nuspec from XML - - - - - Id of the package - - - - - Version of the package - - - - - The minimum client version this package supports. - - - - - Gets zero or more package types from the .nuspec. - - - - - Returns if the package is serviceable. - - - - - The developmentDependency attribute - - - - - Nuspec Metadata - - - - - Returns a nuspec metadata value or string.Empty. - - - - - Indexed metadata values of the XML elements in the nuspec. - If duplicate keys exist only the first is used. - - - - - Raw XML doc - - - - - Until NuspecReader and Manifest are unified, this is a place to share implementations of - reading and parsing specific elements out of the .nuspec XML. - - - - - Gets the package types from a .nuspec metadata XML element. - - The metadata XML element. - - Whether or not to use the metadata element's namespace when finding the package type - nodes. If false is specified, only the local names of the package type nodes are used - for comparison. If true is specified, the package type nodes must have the same - namespace as the metadata node. - - - A list of package types. If no package types are found in the metadata node, an empty - list is returned. - - - - - Gets the value of serviceable element from a .nuspec metadata XML element. - - The metadata XML element. - - true if the serviceable element is set in the .nuspec file as true, else false. - - - - - Represents a package dependency Id and allowed version range. - - - - - Hash code from the default PackageDependencyComparer - - - - - Id and Version range string - - - - - Dependency package Id - - - - - Types to include from the dependency package. - - - - - Types to exclude from the dependency package. - - - - - Range of versions allowed for the depenency - - - - - Represents a package identity and the dependencies of a package. - - - This class does not support groups of dependencies, the group will need to be selected before - populating this. - - - - - Represents a package identity and the dependencies of a package. - - package name - package version - package dependencies - - - - Hash code from the default PackageDependencyInfoComparer - - - - - - - Example: Id : Dependency1, Dependency2 - - - - - - - Package dependencies - - - - - Represents the core identity of a nupkg. - - - - - Creates a new package identity. - - name - version - - - - True if the package identities are the same. - - - - - - - - - True if the identity objects are equal based on the given comparison mode. - - - - - Sorts based on the id, then version - - - - - Compare using the default comparer. - - - - - Creates a hash code using the default comparer. - - - - - PackageIdentity.ToString returns packageId.packageVersion" - - - - - Package name - - - - - Package Version - - can be null - - - - True if the version is non-null - - - - - An equality comparer that checks the id, version, and version release label. - - - - - _._ denotes an empty folder since OPC does not allow an - actual empty folder. - - - - - /_._ can be used to check empty folders from package readers where the / is normalized. - - - - - Generic packaging exception. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Nuspec file contains a package type with an invalid package version '{0}'.. - - - - - Looks up a localized string similar to Nuspec file does not contain the '{0}' node.. - - - - - Looks up a localized string similar to Nuspec file does not exist in package.. - - - - - Looks up a localized string similar to Nuspec file contains a package type that is missing the name attribute.. - - - - - Looks up a localized string similar to Package contains multiple nuspec files.. - - - - - Looks up a localized string similar to Nuspec file contains multiple package types. Zero or one package type nodes are allowed.. - - - - - Looks up a localized string similar to String argument '{0}' cannot be null or empty. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Provides functionality for writing an object graph. - The output format is defined by implementors. - - - - - Writes the start of a nested object. - - This new object becomes the scope for all other method calls until either WriteObjectStart - is called again to start a new nested object or WriteObjectEnd is called. - - Every call to WriteObjectStart must be balanced by a corresponding call to WriteObjectEnd. - - The name of the object. Throws if null. - - - - Writes the end of a nested object. - - The parent object for this object becomes the scope for subsequent method calls. - If this object is the root object, no further writing is allowed. - - Every call to WriteObjectStart must be balanced by a corresponding call to WriteObjectEnd. - - - - - Writes a name-value pair. - - The name of the datum. Throws if null. - The datum. - - - - Writes a name-value pair. - - The name of the datum. Throws if null. - The datum. - - - - Writes a name-value pair. - - The name of the datum. Throws if null. - The datum. - - - - Writes a name-collection pair. - - The name of the data. Throws if null. - The data. - - - - Generates JSON from an object graph. - - This is non-private only to facilitate unit testing. - - - - - Gets the JSON for the object. - - Once is called, no further writing is allowed. - - - - - Gets the JObject (in-memory JSON model) for the object. - - Once is called, no further writing is allowed. - - - - - - - Writes the result to a JsonTextWriter. - - Once WriteTo is called, no further writing is allowed. - - - - - Merges the content of the other runtime description in to this runtime description - - The other description to merge in to this description - - - - Merges the content of the other runtime graph in to this runtime graph - - The other graph to merge in to this graph - - - - Determines if two runtime identifiers are compatible, based on the import graph - - The criteria being tested - The value the criteria is being tested against - - true if an asset for the runtime in can be installed in a project - targetting , false otherwise - - - - - An asynchronous package content reader. - - - - - Asynchronously returns all framework references found in the nuspec. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all items under the build folder. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all items under the tools folder. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all items found in the content folder. - - - Some legacy behavior has been dropped here due to the mix of content folders and target framework - folders here. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all lib items without any filtering. - - Use GetReferenceItemsAsync(...) for the filtered list. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns lib items + filtering based on the nuspec and other NuGet rules. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns package dependencies. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - A development package nuspec reader - - - - - The locale ID for the package, such as en-us. - - - - - Returns all framework references found in the nuspec. - - - - - Returns all items under the build folder. - - - - - Returns all items under the tools folder. - - - - - Returns all items found in the content folder. - - - Some legacy behavior has been dropped here due to the mix of content folders and target framework - folders here. - - - - - Returns all lib items without any filtering. Use GetReferenceItems for the filtered list. - - - - - Returns lib items + filtering based on the nuspec and other NuGet rules. - - - - - Returns package dependencies. - - - - - A package downloader. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - Core package resolver - - - - - Resolve a set of packages - - Package or packages to install - All relevant packages. This list must include the target packages. - A set of packages meeting the package dependency requirements - - - - Resolve a set of packages - - Package or packages to install - - All relevant packages. This list must include the target packages and - installed packages. - - - Packages already installed into the project. These will be favored as - dependency options. - - A set of packages meeting the package dependency requirements - - - - Resolve a set of packages - - Package or packages to install - All relevant packages. This list must include the target packages. - A set of packages meeting the package dependency requirements - - - - Resolve a set of packages - - Package or packages to install - - All relevant packages. This list must include the target packages and - installed packages. - - - Packages already installed into the project. These will be favored as - dependency options. - - A set of packages meeting the package dependency requirements - - - - Custom exception type for a package that has a higher minClientVersion than the current client. - - - - - Path resolver for the root package folder containing this package. - - - - - Package id. - - - - - Package version. - - - - - Creates a package folder path resolver that scans multiple folders to find a package. - - NuGet paths loaded from NuGet.Config settings. - - - - Returns the root directory of an installed package. - - Package id. - Package version. - Returns the path if the package exists in any of the folders. Null if the package does not exist. - - - - Returns the root directory of an installed package. - - Package id. - Package version. - Returns the path if the package exists in any of the folders. Null if the package does not exist. - - - - Returns the package info along with a path resolver specific to the folder where the package exists. - - Package id. - Package version. - Returns the package info if the package exists in any of the folders. Null if the package does not exist. - - - - A package downloader for local archive packages. - - - - - Initializes a new class. - - A source package archive file path. - A package identity. - A logger. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Disposes of this instance. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - Helpers for dealing with the NuGet client version and package minClientVersions. - - - - - Check the package minClientVersion and throw if it is greater than the current client version. - - - - - Verify minClientVersion. - - - - - Verify minClientVersion. - - - - - Read the NuGet client version from the assembly info as a NuGetVersion. - - - - - Reads .nuspec files - - - - - Nuspec file reader. - - - - - Nuspec file reader. - - - - - Nuspec file reader - - Nuspec file stream. - - - - Nuspec file reader - - Nuspec file xml data. - - - - Nuspec file reader - - Nuspec file stream. - Framework mapping provider for NuGetFramework parsing. - - - - Nuspec file reader - - Nuspec file xml data. - Framework mapping provider for NuGetFramework parsing. - - - - Read package dependencies for all frameworks - - - - - Read package dependencies for all frameworks - - - - - Reference item groups - - - - - Framework reference groups - - - - - Package language - - - - - Package License Url - - - - - Build action groups - - - - - Package title. - - - - - Package authors. - - - - - Package tags. - - - - - Package owners. - - - - - Package description. - - - - - Package release notes. - - - - - Package summary. - - - - - Package project url. - - - - - Package icon url. - - - - - Copyright information. - - - - - Require license acceptance when installing the package. - - - - - Reads a development nupkg - - - - - Nupkg package reader - - Nupkg data stream. - - - - Nupkg package reader - - Nupkg data stream. - Framework mapping provider for NuGetFramework parsing. - Framework compatibility provider. - - - - Nupkg package reader - - Nupkg data stream. - If true the nupkg stream will not be closed by the zip reader. - - - - Nupkg package reader - - Nupkg data stream. - leave nupkg stream open - Framework mapping provider for NuGetFramework parsing. - Framework compatibility provider. - - - - Nupkg package reader - - ZipArchive containing the nupkg data. - - - - Nupkg package reader - - ZipArchive containing the nupkg data. - Framework mapping provider for NuGetFramework parsing. - Framework compatibility provider. - - - - Represents an empty framework folder in NuGet 2.0+ packages. - An empty framework folder is represented by a file named "_._". - - - - - Gets the full path of the file inside the package. - - - - - Gets the path that excludes the root folder (content/lib/tools) and framework folder (if present). - - - If a package has the Path as 'content\[net40]\scripts\jQuery.js', the EffectivePath - will be 'scripts\jQuery.js'. - - If it is 'tools\init.ps1', the EffectivePath will be 'init.ps1'. - - - - - Specifies assemblies from GAC that the package depends on. - - - - - Returns sets of References specified in the manifest. - - - - - Specifies sets other packages that the package depends on. - - - - - Returns sets of Content Files specified in the manifest. - - - - - Saves the current manifest to the specified stream. - - The target stream. - - - - Saves the current manifest to the specified stream. - - The target stream. - The minimum manifest version that this class must use when saving. - - - - Constructs a ManifestMetadata instance from an IPackageMetadata instance - - - - - Baseline schema - - - - - Added copyrights, references and release notes - - - - - Used if the version is a semantic version. - - - - - Added 'targetFramework' attribute for 'dependency' elements. - Allow framework folders under 'content' and 'tools' folders. - - - - - Added 'targetFramework' attribute for 'references' elements. - Added 'minClientVersion' attribute - - - - - Allows XDT transformation - - - - - Determins the path of the file inside a package. - For recursive wildcard paths, we preserve the path portion beginning with the wildcard. - For non-recursive wildcard paths, we use the file name from the actual file path on disk. - - - - - Returns true if the path uses a known folder root. - - - - - Tags come in this format. tag1 tag2 tag3 etc.. - - - - - Exposes the additional properties extracted by the metadata - extractor or received from the command line. - - - - - ContentFiles section from the manifest for content v2 - - - - - Creates a new Package Reference Set - - IEnumerable set of string references - - - - Creates a new Package Reference Set - - The target framework to use, pass Any for AnyFramework. Does not allow null. - IEnumerable set of string references - - - - Creates a new Package Reference Set - - The target framework to use. - IEnumerable set of string references - - - - Path on disk - - - - - Path in package - - - - - Parses the specified string into FrameworkName object. - - The string to be parse. - if set to true, parse the first folder of path even if it is unrecognized framework. - returns the path after the parsed target framework - - - - - - If True package folder paths will use the non-normalized version path, - even for new installs. - - - - - A package is deemed to be a satellite package if it has a language property set, the id of the package is - of the format [.*].[Language] - and it has at least one dependency with an id that maps to the runtime package . - - - - - This returns all the installed package files (does not include satellite files) - - - - - Default package save mode for v2 (packages.config)-style restore. - This includes and . - - - - - Default package save mode for v3 (project.json)-style restore. - This includes , , and . - - - - - Treat XML doc files as regular files (legacy behavior). - - - - - Do not extract XML documentation files - - - - - Compress XML doc files in a zip archive. - - - - - Nupkg reading helper methods - - - - - Uses a copy function to install a package to a global packages directory. - - - A function which should copy the package to the provided destination stream. - - - The version folder path context, which encapsulates all of the parameters to observe - while installing the package. - - The cancellation token. - - True if the package was installed. False if the package already exists and therefore - resulted in no copy operation. - - - - - Reads an unzipped nupkg folder. - - - - - Package folder reader - - - - - Package folder reader - - root directory of an extracted nupkg - - - - Package folder reader - - root directory of an extracted nupkg - framework mappings - framework compatibility provider - - - - Package folder reader - - root directory of an extracted nupkg - framework mappings - framework compatibility provider - - - - Opens a local file in read only mode. - - - - - Build the relative path in the same format that ZipArchive uses - - - - - A V2 path resolver. - - - - - Abstract class that both the zip and folder package readers extend - This class contains the path conventions for both zip and folder readers - - - - - Instantiates a new class. - - A framework mapping provider. - Thrown if is null. - - - - Instantiates a new class. - - A framework mapping provider. - A framework compatibility provider. - Thrown if is null. - Thrown if is null. - - - - Frameworks mentioned in the package. - - - - - only packageId.targets and packageId.props should be used from the build folder - - - - - True only for assemblies that should be added as references to msbuild projects - - - - - Nuspec reader - - - - - Represents a package element in the packages.config file - - - - - Creates a new packages config entry - - - - - Creates a new packages config entry - - - - - Creates a new packages config entry - - - - - Creates a new packages config entry - - Package id and version - Package target framework installed to the project - True if the user installed this package directly - True if the package is a development dependency - True if this package needs to be reinstalled - Restrict package versions to the allowedVersions range - - - - Displays the identity and target framework of the reference. - - - - - - - Id and Version of the package - - - - - The allowed range of versions that this package can be upgraded/downgraded to. - - This is null if unbounded - - - - True if allowedVersions exists. - - - - - Installed target framework version of the package. - - - - - Development dependency - - - - - True if the user installed or updated this package directly. - False if this package was installed as a dependency by another package. - - - - - Require reinstallation - - - - - Determine if the package node has the attribute value as the targetValue. - - - - - Get a boolean attribute value, or false if it does not exist - - - - - Reads packages.config - - - - - Packages.config reader - - Packages.config XML - - - - Packages.config reader - - Additional target framework mappings for parsing target frameworks - Packages.config XML - - - - Packages.config reader - - Stream containing packages.config - - - - Packages.config reader - - Stream containing packages.config - True will leave the stream open - - - - Packages.config reader - - Stream containing packages.config - True will leave the stream open - Additional target framework mappings for parsing target frameworks - - - - Reads the minimum client version from packages.config - - Minimum client version or the default of 2.5.0 - - - - Reads all package node entries in the config. - If duplicate package ids exist an exception will be thrown. - - - - - Reads all package node entries in the config. - - If True validation will be performed to ensure that - only one entry exists for each unique package id. - - - - Writes the packages.config XML file to a stream - - - - - Create a packages.config writer using file path - - The full path to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - - - - Create a packages.config writer using file path - - The full path to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - Framework mappings - - - - Create a packages.config writer using stream - - Stream to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - - - - Create a packages.config writer using stream - - Stream to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - Framework mappings - - - - Write a minimum client version to packages.config - - Minumum version of the client required to parse and use this file. - - - - Add a package entry - - Package Id - Package Version - Package targetFramework that's compatible with current project - - - - Adds a basic package entry to the file - - - - - Adds a package entry to the file - - Package reference entry - - - - Update a package entry to the file - - - - - Update a package entry using the original entry as a base if it exists. - - - - - Remove a package entry - - Package Id - Package version - Package targetFramework - - - - Remove a package identity from the file - - Package identity - Package targetFramework - - - - Removes a package entry from the file - - Package reference entry - - - - Write the XDocument to the packages.config and disallow further changes. - - the full path to packages.config file - - - - Write the XDocument to the stream and close it to disallow further changes. - - - - - Represents the ".nuspec" extension. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Unsupported targetFramework value '{0}'.. - - - - - Looks up a localized string similar to There are duplicate packages: {0}. - - - - - Looks up a localized string similar to Invalid allowedVersions for package id '{0}': '{1}'. - - - - - Looks up a localized string similar to Invalid minClientVersion: '{0}'. - - - - - Looks up a localized string similar to Invalid package version for package id '{0}': '{1}'. - - - - - Looks up a localized string similar to Invalid package version for a dependency with id '{0}' in package '{1}': '{2}'. - - - - - Looks up a localized string similar to Null or empty package id. - - - - - Looks up a localized string similar to Unable to delete temporary file '{0}'. Error: '{1}'.. - - - - - Looks up a localized string similar to Failed to update file time for {0}: {1}. - - - - - Looks up a localized string similar to Fail to load packages.config as XML file. Please check it. . - - - - - Looks up a localized string similar to Failed to write packages.config as XML file '{0}'. Error: '{1}'.. - - - - - Looks up a localized string similar to Unable to find fallback package folder '{0}'.. - - - - - Looks up a localized string similar to {0} This validation error occurred in a '{1}' element.. - - - - - Looks up a localized string similar to The nuspec contains an invalid entry '{0}' in package '{1}' .. - - - - - Looks up a localized string similar to The framework in the folder name of '{0}' in package '{1}' could not be parsed.. - - - - - Looks up a localized string similar to Installing {0} {1}.. - - - - - Looks up a localized string similar to MinClientVersion already exists in packages.config. - - - - - Looks up a localized string similar to Nuspec file does not exist in package.. - - - - - Looks up a localized string similar to Package contains multiple nuspec files.. - - - - - Looks up a localized string similar to '{0}' must contain an absolute path '{1}'.. - - - - - Looks up a localized string similar to Package entry already exists in packages.config. Id: {0}. - - - - - Looks up a localized string similar to Package entry does not exists in packages.config. Id: {0}, Version: {1}. - - - - - Looks up a localized string similar to The '{0}' package requires NuGet client version '{1}' or above, but the current NuGet version is '{2}'. To upgrade NuGet, please go to http://docs.nuget.org/consume/installing-nuget. - - - - - Looks up a localized string similar to Packages node does not exists in packages.config at {0}.. - - - - - Looks up a localized string similar to Package stream should be seekable. - - - - - Looks up a localized string similar to String argument '{0}' cannot be null or empty. - - - - - Looks up a localized string similar to An error occurred while updating packages.config. The file was closed before the entry could be added.. - - - - - Looks up a localized string similar to Unable to parse the current NuGet client version.. - - - - - Order dependencies by children first. - - - - - A V3 path resolver. - - - - - Initializes a new class. - - The packages directory root folder. - - - - Initializes a new class. - - The packages directory root folder. - - true if package ID's and versions are made lowercase; - otherwise false. - - - - Gets the package install path. - - The package ID. - The package version. - The package install path. - - - - Gets the package version list path. - - The package ID. - The package version list path. - - - - Gets the package file path. - - The package ID. - The package version. - The package file path. - - - - Gets the manifest file path. - - The package ID. - The package version. - The manifest file path. - - - - Gets the hash file path. - - The package ID. - The package version. - The hash file path. - - - - Gets the hash file name. - - The package ID. - The package version. - The hash file name. - - - - Gets the version list directory. - - The package ID. - The version list directory. - - - - Gets the package directory. - - The package ID. - The package version. - The package directory. - - - - Gets the package file name. - - The package ID. - The package version. - The package file name. - - - - Gets the package download marker file name. - - The package ID. - The package download marker file name. - - - - Gets the manifest file name. - - The package ID. - The package version. - The manifest file name. - - - - Gets the packages directory root folder. - - - - - Gets a flag indicating whether or not package ID's and versions are made lowercase. - - - - - Gets or sets the . - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Cannot create a package that has no dependencies nor content.. - - - - - Looks up a localized string similar to Dependency '{0}' has an invalid version.. - - - - - Looks up a localized string similar to '{0}' already has a dependency defined for '{1}'.. - - - - - Looks up a localized string similar to The schema version of '{0}' is incompatible with version {1} of NuGet. Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942.. - - - - - Looks up a localized string similar to The package ID '{0}' contains invalid characters. Examples of valid package IDs include 'MyPackage' and 'MyPackage.Sample'.. - - - - - Looks up a localized string similar to <dependencies> element must not contain both <group> and <dependency> child elements.. - - - - - Looks up a localized string similar to Exclude path '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to Id must not exceed 100 characters.. - - - - - Looks up a localized string similar to The 'minClientVersion' attribute in the package manifest has invalid value. It must be a valid version string.. - - - - - Looks up a localized string similar to Invalid assembly reference '{0}'. Ensure that a file named '{0}' exists in the lib directory.. - - - - - Looks up a localized string similar to Assembly reference '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to <references> element must not contain both <group> and <reference> child elements.. - - - - - Looks up a localized string similar to The element package\metadata\references\group must contain at least one <reference> child element.. - - - - - Looks up a localized string similar to The required element '{0}' is missing from the manifest.. - - - - - Looks up a localized string similar to {0} is required.. - - - - - Looks up a localized string similar to Enabling license acceptance requires a license url.. - - - - - Looks up a localized string similar to Source path '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to Target path '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to {0} cannot be empty.. - - - - - Looks up a localized string similar to File not found: '{0}'.. - - - - - Looks up a localized string similar to Unknown schema version '{0}'.. - - - - - Defines a property that can be used in Content Model query patterns - - - - - Find the nearest compatible candidate. - - - - - A set of patterns that can be used to query a set of file paths for items matching a provided criteria. - - - - - Patterns used to select a group of items that matches the criteria - - - - - Patterns used to select individual items that match the criteria - - - - - Property definitions used for matching patterns - - - - - A pattern that can be used to match file paths given a provided criteria. - - - The pattern is defined as a sequence of literal path strings that must match exactly and property - references, - wrapped in {} characters, which are tested for compatibility with the consumer-provided criteria. - - - - - Replacement token table. - - - - - Replacement token table organized by property. - - - - - Lookup a token and get the replacement if it exists. - - Property moniker - Token name - Replacement value - - - - PropertyName moniker - - - - - Item name - - - - - Item replacement value - - - - - An internal NuGetFramework marker for ManagedCodeConventions. - Most conventions disallow the string 'any' as a txm, so to allow - it for conventions with no txm in the path we use this special type. - - - - - Defines all the package conventions used by Managed Code packages - - - - - Pattern used to locate all files targetted at a specific runtime and/or framework - - - - - Pattern used to locate all files designed for loading as managed code assemblies at run-time - - - - - Pattern used to locate ref assemblies for compile. - - - - - Pattern used to locate lib assemblies for compile. - - - - - Pattern used to locate all files designed for loading as native code libraries at run-time - - - - - Pattern used to locate all files designed for loading as managed code resource assemblies at run-time - - - - - Pattern used to identify MSBuild targets and props files - - - - - Pattern used to identify MSBuild global targets and props files - - - - - Pattern used to identify content files - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - A circular memory stream backed by a fixed-size byte buffer. - - - - - Retrieve the full project closure including the root project itself. - - - - - Retrieve a DependencyGraphSpec with the project closure. - - - - - - - - - Order dependencies by children first. - - - - - Projects to restore. - - - - - All project specs. - - - - - File json. - - - - - Represents a reference to a project produced by an external build system, such as msbuild. - - - - - Represents a reference to a project produced by an external build system, such as msbuild. - - unique project name or full path - project.json package spec. - project file if one exists - unique names of the referenced projects - - - - Represents a reference to a project produced by an external build system, such as msbuild. - - unique project name or full path - project.json file path or null if none exists - project file if one exists - unique names of the referenced projects - - - - Unique name of the external project - - - - - The path to the project.json file representing the NuGet dependencies of the project - - - - - A list of other external projects this project references. Uses the UniqueName. - - - - - Path to msbuild project file. Ex: xproj, csproj - - - - - Path to project.json - - This may be null for projects that do not contain project.json. - - - - Project name used for project.json - - This may be null for projects that do not contain project.json. - - - - Project name from the package spec or msbuild file. - - - - - Generates a hash from an object graph. - - This is non-private only to facilitate unit testing. - - - - - Creates a new instance with the provide hash function. - - An instance. Throws if null. - - - - Gets the hash for the object. - - Once GetHash is called, no further writing is allowed. - - A hash of the object. - - - - Provides external project reference closures. - - - - - Get the full p2p closure from an msbuild project path. - - - - - Returns all known entry points. - - - - - Provides incremental hashing. - - This is non-private only to facilitate unit testing. - - - - - Gets the hash. - - Once GetHash is called, no further hash updates are allowed. - - A base64-encoded hash. - - - - Incrementally updates the hash. - - The data to be included in the hash. - The offset from which data should be read. - The count of bytes to read. - - - - Load and parse a project.json file - - project name - file path - - - - Returns true if the property is set to true. Otherwise false. - - - - - Returns true if the property is set to true. Otherwise false. - - - - - Level to indicate if this is an error or wanring. - - - - - Indicates the NuGet error code. - - - - - Indicates the staring generated by the code to go with the error code. - - - - - Indicates the project for which the error was thrown. - - - - - Level to indicate the warning level for the message. - This is relevant only if the Level == LogLevel.Warning. - - - - - Indicates the file for which the error was thrown. - - - - - Indicates the starting line for which the error was thrown. - - - - - Indicates the starting column for which the error was thrown. - - - - - Indicates the ending line for which the error was thrown. - - - - - Indicates the ending column for which the error was thrown. - - - - - Project or Package Id - - - - - List of TargetGraphs - - - - - Get target graphs for the current log message. - - If the message does not contain target graphs all graphs in the file - will be returned. - - - - Get the library from each target graph it exists in. - - - - - Get the library by id from the target graph. - - - - - Converts the IAssetsLogMessage object into a JObject that can be written into the assets file. - - - IAssetsLogMessage representing the log message. - - JObject containg the json representation of the log message. - - - - Converts an JObject into an IAssetsLogMessage. - - - JObject containg the json representation of the log message. - - IAssetsLogMessage representing the log message. - - - - Makes a deep clone of the lock file library. - - The cloned lock file library. - - - - Relative path to the project.json file for projects - - - - - Relative path to the msbuild project file. Ex: xproj, csproj - - - - - Represents the specification of a package that can be built. - - - - - Clone a PackageSpec and underlying JObject. - - - - - Project Settings is used to pass settings like HideWarningsAndErrors down to lower levels. - This should not be part of the Equals and GetHashCode. - - - - - Additional MSBuild properties. - - Optional. This is normally set for internal use only. - - - - Get the nearest framework available in the project. - - - - - Get restore metadata framework. This is based on the project's target frameworks, then an - exact match is found under restore metadata. - - - - - Get the list of dependencies in the package spec. Unless null is provided, the - set can be used to get the dependency lists for only for the - provided target frameworks. If null is provided, all framework dependency lists are returned. - - The package spec. - - Whether or not the generic dependency list should be returned (dependencies that apply to all target - frameworks. - - The frameworks to consider. - The sequence of dependency lists. - - - - Handles both external references and projects discovered through directories - If the type is set to external project directory discovery will be disabled. - - - - - .NETCore projects - - - - - UWP Project.json - - - - - Filter dependencies down to only possible project references and return the names. - - - - - Apply a snapshot value. - - - - - True if the string is a snapshot version. - - - - - Writes out a PackageSpec object graph. - - This is non-private only to facilitate unit testing. - - - - - Writes a PackageSpec to an NuGet.Common.IObjectWriter instance. - - A PackageSpec instance. - An NuGet.Common.IObjectWriter instance. - - - - Writes a PackageSpec to a file. - - A PackageSpec instance. - A file path to write to. - - - - Restore behavior type. - - - - - MSBuild project file path. - - - - - Full path to the project.json file if it exists. - - - - - Assets file output path. - - - - - Friendly project name. - - - - - Name unique to the project across the solution. - - - - - Package feed sources. - - - - - User packages folder path. - - - - - Cache file path - - - - - Fallback folders. - - - - - ConfigFilePaths used. - - - - - Framework specific metadata, this may be a subset of the project's frameworks. - Operations to determine the nearest framework should be done against the project's frameworks, - and then matched directly to this section. - - - - - Original target frameworks strings. These are used to match msbuild conditionals to $(TargetFramework) - - - - - True if $(TargetFrameworks) is used and the build is using Cross Targeting. - - - - - Whether or not to restore the packages directory using the legacy format, which write original case paths - instead of lowercase. - - - - - Asset files. These should be equivalent to the files that would be - in the nupkg after packing the project. - - - - - Compatibility check for runtime framework assets. - - - - - True if this is a Legacy Package Reference project - - - - - Contains Project wide properties for Warnings. - - - - - Relative path that would be used within a package. - This will be used to determine the asset type. - Example: lib/net45/a.dll - - - - - Absolute path on disk. - - - - - Target framework - - - - - The original string before parsing the framework name. In some cases, it is important to keep this around - because MSBuild framework conditions require the framework name to be the original string (non-normalized). - - - - - Project references - - - - - Project unique name. - - - - - Full path to the msbuild project file. - - - - - This class is used to hold restore related, project specific settings. - - - - - Bool property is used inr estore command to not log errors and warning. - Currently this is only being used for net core based projects on nomination. - - - - - Unknown - - - - - UAP style, project.lock.json is generated next to project.json - - - - - MSBuild style, project.assets.json is generated in the RestoreOutputPath folder - - - - - Tool - - - - - Non-MSBuild project with no project dependencies. - - - - - Packages.config project - - - - - A SHA-512 hash function that supports incremental hashing. - - This is non-private only to facilitate unit testing. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Argument cannot be null or empty.. - - - - - Looks up a localized string similar to Invalid dependency target value '{0}'.. - - - - - Looks up a localized string similar to The pack options package type must be a string or array of strings in '{0}'.. - - - - - Looks up a localized string similar to Error loading lock file '{0}' : {1}. - - - - - Looks up a localized string similar to Error reading '{0}' : {1}. - - - - - Looks up a localized string similar to Error reading '{0}' at line {1} column {2} : {3}. - - - - - Looks up a localized string similar to Imports contains an invalid framework: '{0}' in '{1}'.. - - - - - Looks up a localized string similar to Problem reading the cache file {0} : {1}. - - - - - Looks up a localized string similar to Unable to resolve tool ''.. - - - - - Looks up a localized string similar to Package dependencies must specify a version range.. - - - - - Looks up a localized string similar to Tools must specify a version range.. - - - - - A fallback PCL framework to use when no compatible items - were found for . - - - - - If True AssetTargetFallback behavior will be used for Imports. - - - - - Display warnings when the Imports framework is used. - - - - - Given a toolDirectory path, it returns the full assets file path - - - - - Given a package id, version and framework, returns the full assets file path - - - - - Given a package id, version and framework, returns the tool directory path where the assets/cache file are located for tools - - - - - The base path for all restored tools - - - - - Returns the directory (packagesFolder/.tools/id/version for example) for the best matching version if any. - - - - - - - Given a package id, looks in the base tools folder and returns all the version available on disk, possibly none - - - - - Class to hold warning properties given by project system. - - - - - List of Warning Codes that should be treated as Errors. - - - - - List of Warning Codes that should be ignored. - - - - - Indicates if all warnings should be ignored. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Caches the nuspec reader. - If the nuspec does not exist this will throw a friendly exception. - - - - - Caches package info from the global packages folder in memory. - Packages not yet in the cache will be retrieved from disk. - - - - - Remove cached results for the given ids. This is needed - after installing a new package. - - - - - Take the first match on id and version. - - - - - A caching source repository provider intended to be used as a singleton. - - - - - Retrieve repositories that have been cached. - - - - - Create a repository and add it to the cache. - - - - - Create a repository and add it to the cache. - - - - - Serialize object to the JSON. - - The object. - - - - Deserialize object from the JSON. - - Type of object - JSON representation of object - - - - Deserialize object from the JSON. - - Type of object - JSON representation of object - The settings. - - - - Deserialize object from the JSON. - - JSON representation of object - The object type. - - - - Serialize object to JToken. - - The object. - - - - Deserialize object directly from JToken. - - Type of object. - The JToken to be deserialized. - - - - Deserialize object directly from JToken. - - The JToken to be deserialized. - The object type. - - - - Extract the property directly from JObject. - - Type of property to return. - The JObject to be deserialized. - The property name. - - - - A SemanticVersion JSON converter. - - - - - Gets a flag indicating whether or not a type is convertible. - - An object type to check. - - true if is convertible; otherwise false. - - - - Reads the JSON representation of the object. - - A JSON reader. - The type of the object. - The existing value of the object. - A serializer. - A object. - - - - Writes the JSON representation of the object. - - A JSON writer. - A value to serialize. - A serializer. - - - - Retrieve the for a registration. - - Returns an empty sequence if the package does not exist. - - - - Process an individual package version entry - - - - - - Returns the RemoteSourceDependencyInfo object corresponding to this package version - - - - Retrieve a registration blob - - Returns Null if the package does not exist - - - - Retrieve the target framework from a dependency group obj - - - - - Failure due to an invalid cache. - - - - - Thrown when a package cannot be found on a feed. - - - - - Package that was not found. - - - - - Undetermined type - - - - - V2 OData protocol, ex: https://www.nuget.org/api/v2/ - - - - - V3 Json protocol, ex: https://api.nuget.org/v3/index.json - - - - - Flat folder of nupkgs - - - - - Version folder structure used for project.json - - - - - Unzipped folder of nupkgs used by project templates - - - - - Packages.config packages folder format - - - - - Undetermined folder type. Occurs when the folder is empty - or does not exist yet. - - - - - PackageSource that can carry a feed type used to override the source repository and provide a - hint for the expected type. - - - - - Feed type, ex: HttpV2, FileSystemV3 - - - - - Resource wrapper for FeedType. - - - - - Represents source authentication status per active operation - - - - - A wrapper around that applies a - to the contained stream. When the is disposed, this - content is disposed which in turn disposes the , which - disposes the actual network stream. - - - - - Resource wrapper for an HttpClient - - - - - Gets or sets a delegate that is to be invoked when authenticated feed credentials are successfully - used. - - - - - Clones an request. - - - - - Retrieves the HTTP request configuration instance attached to the given message as custom property. - - The HTTP request message. - Configuration instance if exists, or a default instance otherwise. - - - - Attaches an HTTP request configuration instance to the given message as custom property. - If the configuration has already been set on the request message, the old configuration - is replaced. - - The HTTP request message. - An HTTP request message configuration instance. - - - - Factory class containing methods facilitating creation of - with additional custom parameters. - - - - - Creates an instance of . - - Desired HTTP verb - Request URI - Logger instance to be attached - Instance of - - - - Creates an instance of . - - Desired HTTP verb - Request URI - Logger instance to be attached - Instance of - - - - Creates an instance of . - - Desired HTTP verb - Request URI - The request configuration - Instance of - - - - Creates an instance of . - - Desired HTTP verb - Request URI - The request configuration - Instance of - - - - The is for retrying and HTTP request if it times out, has any exception, - or returns a status code of 500 or greater. - - - - - Make an HTTP request while retrying after failed attempts or timeouts. - - - This method accepts a factory to create instances of the because - requests cannot always be used. For example, suppose the request is a POST and contains content - of a stream that can only be consumed once. - - - - - A request to be handled by . This type should contain all - of the knowledge necessary to make a request, while handling transient transport errors. - - - - The HTTP client to use for each request attempt. - - - - The factory that generates each request message. This factory is invoked for each attempt. - - - - The HTTP completion option to use for the next attempt. - - - The maximum number of times to try the request. This value includes the initial attempt. - - - How long to wait on the request to come back with a response. - - - How long to wait before trying again after a failed request. - This API is intended only for testing purposes and should not be used in product code. - - - The timeout to apply to instances. - - - - Caching Get request. - - - - The retry handler to use for all HTTP requests. - This API is intended only for testing purposes and should not be used in product code. - - - - A cached HTTP request handled by . - - - - - The URI to request with GET. - - - - - The cache key to use when fetching and storing the response from the HTTP cache. This - cache key is scoped to the NuGet source. That is to say that each NuGet source has its - own independent HTTP cache. - - - - - The cache context. - - - - - The header values to apply when building the . - - - - - When processing the , this flag allows - 404 Not Found to be interpreted as a null response. This value defaults - to false. - - - - The maximum number of times to try the request. This value includes the initial attempt. - - - - A method used to validate the response stream. This method should not - dispose the stream and should throw an exception when the content is invalid. - - - - - The timeout to use when fetching the . Since - only uses , - this means that we wait this amount of time for only the HTTP headers to be returned. - Downloading the response body is not included in this timeout. - - - - The timeout to apply to instances. - - - - A mutable CredentialCache wrapper. This allows the underlying ICredentials to - be changed to work around HttpClientHandler not allowing Credentials to change. - This class intentionally inherits from CredentialCache to support authentication on redirects. - According to System.Net implementation any other ICredentials implementation is dropped for security reasons. - - - - - Credentials can be changed by other threads, for this reason volatile - is added below so that the value is not cached anywhere. - - - - - Initializes a new instance of the class - - - Optional initial credentials. May be null. - - - - - The latest credentials to be used. - - - - - The latest version ID of the . - - - - - A non-cached HTTP request handled by . - - - - - A factory that can be called repeatedly to build the HTTP request message. - - - - - When processing the , this flag allows - 404 Not Found to be interpreted as a null response. This value defaults - to false. - - - - - The timeout to use when fetching the . Since - only uses , - this means that we wait this amount of time for only the HTTP headers to be returned. - Downloading the response body is not included in this timeout. - - - - The maximum number of times to try the request. This value includes the initial attempt. - - - The timeout to apply to instances. - - - - Holds a shared . - This is expected to be shared across the app and should not be disposed of. - - - - - The throttle to apply to all HTTP requests. - - - - - An interface used for throttling operations. For example, suppose the application needs to - limit the concurrency of HTTP operations. Before executing each HTTP operation, the - would be executed. After the HTTP operation has been completed, the - application should call . The implementation of - should only allow the application to continue if there is an appropriate number of concurrent - callers. The primary implementation of this interface simply wraps a . - - - - - Waits until an appropriate level of concurrency has been reached before allowing the - caller to continue. - - - - - Signals that the throttled operation has been completed and other threads can being - their own throttled operation. - - - - - An throttle implementation that allows any level of concurrency. That is, the - and methods do nothing. - - - - - A message handler responsible for retrying request for authenticated proxies - with missing credentials. - - - - - Convert a V2 feed package into a V3 PackageDependencyInfo - - - - - A resource for detecting a V2 feed's capabilities based on the metadata document. - - - - - This implementation is copied from NuGet 2.x. - - - - - Maximum amount of time to store index.json - - - - - Represents a V2 package entry from the OData feed. This object primarily just holds the strings parsed from XML, all parsing - and converting should be done after based on the scenario. - - - - - Parse DownloadCount into an integer - - - - - Checks the published date - - - - - Parses Dependencies into actual groups - - - - - A page of items from a V2 feed as well as a link to get the next page. - - - - - A light weight XML parser for NuGet V2 Feeds - - - - - Creates a V2 parser - - HttpSource and message handler containing auth/proxy support - base address for all services from this OData service - - - - Creates a V2 parser - - HttpSource and message handler containing auth/proxy support - base address for all services from this OData service - PackageSource useful for reporting meaningful errors that relate back to the configuration - - - - Get an exact package - - - - - Retrieves all packages with the given Id from a V2 feed. - - - - - Retrieves all packages with the given Id from a V2 feed. - - - - - Finds all entries on the page and parses them - - - - - Parse an entry into a V2FeedPackageInfo - - - - - Retrieve an XML value safely - - - - - Retrieve an XML value safely - - - - - Build the path part of a V2 feed URL. These values are appended to the V2 base URL. - - - - - Packages.config packages folder reader - - - - - Reads packages.config packages folders. The expected format is root/id.version/id.version.nupkg - This resource cannot handle packages folders in the format root/id (exclude version) - - - - - Unzipped package repository reader used for project templates. - - - - - Id + Version -> Package - - - - - Uri -> Package - - - - - Retrieve packages from a local folder or UNC share that uses the V3 folder structure. - - - - - Retrieve dependency info for a single package. - - package id and version - project target framework. This is used for finding the dependency group - cancellation token - - - - Retrieve dependency info for a single package. - - package id - project target framework. This is used for finding the dependency group - cancellation token - - - - Convert a package into a PackageDependencyInfo - - - - - Local nuget package. - - Package id and version. - Path to the nupkg. - Last nupkg write time for publish date. - Nuspec XML. - Method to retrieve the package as a reader. - - - - Package reader. - - This creates a new instance each time. Callers need to dispose of it. - - - - Package id and version. - - - - - Nupkg or folder path. - - - - - Last file write time. This is used for the publish date. - - - - - Nuspec reader. - - - - - Search Id, Tags, and Description to match the legacy local search behavior. - - - - - Returns a distinct set of elements using the comparer specified. This implementation will pick the last occurrence - of each element instead of picking the first. This method assumes that similar items occur in order. - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A package source. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - A v2-style package repository that has nupkgs at the root. - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A package source. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - A v3-style package repository that has expanded packages. - - - - - Convert a string to a URI safely. This will return null if there are errors. - - - - - Subclass of containing the information in the registration blobs that are not present in the V2 feed or search. - Returned by . - - - - - The of this package in the catalog. - - - - - index.json entry for v3 - - - - - Service Uri - - - - - Service Type - - - - - Client version - - - - - Retrieves all dependency info for the package resolver. - - - - - A download resource provider for plugins. - - - - - Instanatiates a new class. - - - - - Attempts to create a resource for the specified source repository. - - A source repository. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a Tuple<bool, INuGetResource> - Thrown if is null. - Thrown if - is cancelled. - - - - Retrieves and caches service index.json files - ServiceIndexResourceV3 stores the json, all work is done in the provider - - - - - Maximum amount of time to store index.json - - - - - A remote package downloader. - - - - - Initializes a new class. - - A resource. - A package identity. - A source cache context. - A logger. - Thrown if is null. - Thrown if - is null. - Thrown if - is null. - Thrown if is null. - - - - Disposes this instance. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - A for a Http-based file system where files are laid out in the - format - /root/ - PackageA/ - Version0/ - PackageA.nuspec - PackageA.Version0.nupkg - and are accessible via HTTP Gets. - - - - - Initializes a new class. - - Base URI's. - An HTTP source. - Thrown if is null. - Thrown if is empty. - Thrown if is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Create a from a nupkg stream. - - - - - A FindPackageByIdResource provider for plugins. - - - - - Instantiates a new class. - - - - - Asynchronously attempts to create a resource for the specified source repository. - - A source repository. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a Tuple<bool, INuGetResource> - Thrown if is null. - Thrown if - is cancelled. - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A package source. - An HTTP source. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Gets the package source. - - - - - A for over v2 NuGet feeds. - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A source repository. - An HTTP source. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Gets the source repository. - - - - - Retrieves all packages and dependencies from a V3 source. - - - - - Dependency info resource - - Http client - Registration blob resource - - - - Retrieve dependency info for a single package. - - package id and version - project target framework. This is used for finding the dependency group - cancellation token - - Returns dependency info for the given package if it exists. If the package is not found null is - returned. - - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - project target framework. This is used for finding the dependency group - cancellation token - available packages and their dependencies - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - cancellation token - available packages and their dependencies - - - - Retrieve dependency info from a registration blob - - - - - A download resource for plugins. - - - - - Instantiates a new class. - - A plugin. - A plugin multiclient utilities. - A package source. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously downloads a package. - - The package identity. - A package download context. - The path to the global packages folder. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns - a . - Thrown if is null. - Thrown if - is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Provides the download metatdata for a given package from a V3 server endpoint. - - - - - Download packages using the download url found in the registration resource. - - - - - Download packages using the package base address container resource. - - - - - Get the download url of the package. - 1. If the identity is a SourcePackageDependencyInfo the SourcePackageDependencyInfo.DownloadUri is used. - 2. A url will be constructed for the flat container location if the source has that resource. - 3. The download url will be found in the registration blob as a fallback. - - - - - Returns the full package metadata - - - - - Find the latest version of the package - - include versions with prerelease labels - not implemented yet - - - - Registration blob reader - - - - - Constructs the URI of a registration index blob - - - - - Constructs the URI of a registration blob with a specific version - - - - - Constructs the URI of a registration blob with a specific version - - - - - Returns the registration blob for the id and version - - The inlined entries are potentially going away soon - - - - Returns inlined catalog entry items for each registration blob - - The inlined entries are potentially going away soon - - - - Returns inlined catalog entry items for each registration blob - - The inlined entries are potentially going away soon - - - - Returns all index entries of type Package within the given range and filters - - - - - Gets the for the source backing this resource. - - - - - Gets a URL for reporting package abuse. The URL will not be verified to exist. - - The package id (natural casing) - The package version - The first URL from the resource, with the URI template applied. - - - - Stores/caches a service index json file. - - - - - Get the list of service entries that best match the current clientVersion and type. - - - - - Get the list of service entries that best match the clientVersion and type. - - - - - Get the best match service URI. - - - - - Get the list of service URIs that best match the current clientVersion and type. - - - - - Get the list of service URIs that best match the clientVersion and type. - - - - - Read string values from an array or string. - Returns an empty enumerable if the value is null. - - - - - Time the index was requested - - - - - All service index entries. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Install failed. Rolling back.... - - - - - Looks up a localized string similar to Unrecognized Package Action '{0}'.. - - - - - Looks up a localized string similar to Unsupported Dependency Behavior '{0}'.. - - - - - Looks up a localized string similar to Package '{0}' already exists at feed '{1}' and is invalid.. - - - - - Looks up a localized string similar to Package '{0}' already exists at feed '{1}'.. - - - - - Looks up a localized string similar to Successfully added package '{0}' to feed '{1}'.. - - - - - Looks up a localized string similar to Argument can not be null or empty.. - - - - - Looks up a localized string similar to Argument cannot be null or empty.. - - - - - Looks up a localized string similar to the symbol server. - - - - - Looks up a localized string similar to Delete canceled. - - - - - Looks up a localized string similar to {0} {1} will be deleted from the {2}. Would you like to continue?. - - - - - Looks up a localized string similar to {0} {1} was deleted successfully.. - - - - - Looks up a localized string similar to Deleting {0} {1} from the {2}.. - - - - - Looks up a localized string similar to Not Found.. - - - - - Looks up a localized string similar to The download URL for {0} '{1}' is invalid.. - - - - - Looks up a localized string similar to No download URL could be found for {0}.. - - - - - Looks up a localized string similar to The download of '{0}' timed out because no data was received for {1}ms.. - - - - - Looks up a localized string similar to The server responded with HTTP '403 Forbidden' when accessing the source '{0}'. This suggests that the server has authenticated your identity but has not permitted you to access the requested resource. Provide credentials that have permissions to view this resource.. - - - - - Looks up a localized string similar to The server responded with HTTP '407 Proxy Authentication Required' when accessing the proxy '{0}'. This suggests that the server needs credentials to authenticate your identity to use a proxy. Provide credentials to access this resource.. - - - - - Looks up a localized string similar to The server responded with HTTP '401 Unauthorized' when accessing the source '{0}'. This suggests that the server needs credentials to authenticate your identity. Provide credentials to access this resource.. - - - - - Looks up a localized string similar to {0} {1}. - - - - - Looks up a localized string similar to {0} {1} {2}ms. - - - - - Looks up a localized string similar to The HTTP request to '{0} {1}' has timed out after {2}ms.. - - - - - Looks up a localized string similar to The folder '{0}' contains an invalid version.. - - - - - Looks up a localized string similar to the NuGet gallery. - - - - - Looks up a localized string similar to Downloading a package from '{0}' was canceled.. - - - - - Looks up a localized string similar to Error downloading '{0}' from '{1}'.. - - - - - Looks up a localized string similar to Failed to download package '{0}' from '{1}'.. - - - - - Looks up a localized string similar to The V2 feed at '{0}' returned an unexpected status code '{1} {2}'.. - - - - - Looks up a localized string similar to Unable to load nuspec from package '{0}'.. - - - - - Looks up a localized string similar to Unable to load the service index for source {0}.. - - - - - Looks up a localized string similar to Failed to retrieve information about '{0}' from remote source '{1}'.. - - - - - Looks up a localized string similar to Failed to verify the root directory of local source '{0}'.. - - - - - Looks up a localized string similar to Failed to validate the file '{0}'.. - - - - - Looks up a localized string similar to The file '{0}' is corrupt.. - - - - - Looks up a localized string similar to An invalid cache entry was found for URL '{0}' and will be replaced.. - - - - - Looks up a localized string similar to The nupkg at '{0}' is not valid.. - - - - - Looks up a localized string similar to Retrying '{0}' for source '{1}'.. - - - - - Looks up a localized string similar to An error was encountered when fetching '{0} {1}'. The request will now be retried.. - - - - - Looks up a localized string similar to Retrying service index request for source '{0}'.. - - - - - Looks up a localized string similar to No API Key was provided and no API Key could be found for {0}. To save an API Key for a source use the 'setApiKey' command.. - - - - - Looks up a localized string similar to Cannot create a NuGet Repository from the Aggregate Source. - - - - - Looks up a localized string similar to The {0} service is not supported by this object.. - - - - - Looks up a localized string similar to '{0}' is not a valid nupkg file.. - - - - - Looks up a localized string similar to '{0}' is not a valid nupkg file. Error: '{1}'.. - - - - - Looks up a localized string similar to One or more URIs must be specified.. - - - - - Looks up a localized string similar to Unrecognized Package Action '{0}'.. - - - - - Looks up a localized string similar to Unable to find package '{0}'.. - - - - - Looks up a localized string similar to ERROR: This version of nuget.exe does not support updating packages to package source '{0}'.. - - - - - Looks up a localized string similar to '{0}' is not a valid path.. - - - - - Looks up a localized string similar to '{0}' should be a local path or a UNC share path.. - - - - - Looks up a localized string similar to A connection has already been started.. - - - - - Looks up a localized string similar to The plugin connection is closed.. - - - - - Looks up a localized string similar to Plugin '{0}' failed with the exception: {1}. - - - - - Looks up a localized string similar to Plugin '{0}' failed a {1} operation for package {2}.{3}.. - - - - - Looks up a localized string similar to A failure occurred while attempting to query plugin operation claims for the plugin at '{0}'. Exception: {1}. - - - - - Looks up a localized string similar to A failure occurred while attempting to query package versions for package '{0}' using the plugin at '{1}'.. - - - - - Looks up a localized string similar to Terminating plugin '{0}' due to an unrecoverable fault: {1}. - - - - - Looks up a localized string similar to A plugin was not found at path '{0}'.. - - - - - Looks up a localized string similar to The plugin handshake failed.. - - - - - Looks up a localized string similar to A handshake request handler already exists.. - - - - - Looks up a localized string similar to The idle timeout must be greater than or equal to System.Threading.Timeout.InfiniteTimeSpan.. - - - - - Looks up a localized string similar to An illegal message type was received during handshake.. - - - - - Looks up a localized string similar to Plugin initialization failed.. - - - - - Looks up a localized string similar to The plugin at '{0}' did not have a valid embedded signature.. - - - - - Looks up a localized string similar to The message type '{0}' is invalid at this time.. - - - - - Looks up a localized string similar to The plugin file path '{0}' is invalid.. - - - - - Looks up a localized string similar to A plugin is not connected.. - - - - - Looks up a localized string similar to Plugin '{0}' failed to download package '{1}'.. - - - - - Looks up a localized string similar to A plugin protocol exception occurred.. - - - - - Looks up a localized string similar to A protocol version is not supported on error.. - - - - - Looks up a localized string similar to '{0}' must be greater than or equal to '{1}'.. - - - - - Looks up a localized string similar to Request context does not exist for request ID '{0}'.. - - - - - Looks up a localized string similar to A request handler does not exist for the message method '{0}'.. - - - - - Looks up a localized string similar to Timeout must be greater than TimeSpan.Zero and less than or equal to TimeSpan.FromMilliseconds(int.MaxValue).. - - - - - Looks up a localized string similar to The enum value '{0}' is unrecognized.. - - - - - Looks up a localized string similar to The operation claims are unrecognized: {0}.. - - - - - Looks up a localized string similar to The project '{0}' is not one of the projects targetted by this object.. - - - - - Looks up a localized string similar to Failed to retrieve metadata from source '{0}'.. - - - - - Looks up a localized string similar to '{0}' is a duplicate url which has already been downloaded and will lead to a cyclic dependency. Please correct from server.. - - - - - Looks up a localized string similar to The 'versions' property at '{0}' must be an array.. - - - - - Looks up a localized string similar to Service index document is missing the 'resources' property.. - - - - - Looks up a localized string similar to The content at '{0}' is not a valid JSON object.. - - - - - Looks up a localized string similar to The source does not have the 'version' property at '{0}'.. - - - - - Looks up a localized string similar to The content at '{0}' is not valid XML.. - - - - - Looks up a localized string similar to Metadata could not be loaded from the source '{0}'.. - - - - - Looks up a localized string similar to The source does not have a Registration Base Url defined!. - - - - - Looks up a localized string similar to The source does not have a Search service!. - - - - - Looks up a localized string similar to The source does not have the 'version' property.. - - - - - Looks up a localized string similar to An error occurred while retrieving package metadata for '{0}' from source '{1}'.. - - - - - Looks up a localized string similar to The path '{0}' for the selected source could not be resolved.. - - - - - Looks up a localized string similar to The source version is not supported: '{0}'.. - - - - - Looks up a localized string similar to Your package was pushed.. - - - - - Looks up a localized string similar to Pushing {0} to {1}.... - - - - - Looks up a localized string similar to The '{0}' installation feature was required by a package but is not supported on the current host.. - - - - - Looks up a localized string similar to The installation host does not support a feature required by this package.. - - - - - Looks up a localized string similar to File does not exist ({0}).. - - - - - Looks up a localized string similar to Unable to parse a valid version from a v3 folder: '{0}'.. - - - - - Looks up a localized string similar to API v2 (legacy). - - - - - Looks up a localized string similar to API v3. - - - - - Looks up a localized string similar to Found symbols package '{0}', but no API key was specified for the symbol server. To save an API Key, run 'NuGet.exe setApiKey [your API key from http://www.NuGet.org]'.. - - - - - Determine the type of a nuget source. This works for both offline and online sources. - - - - - Gets a from a .nupkg. If the URL cannot be fetched or there is a problem - processing the .nuspec, an exception is throw. This method uses HTTP caching to avoid downloading the - package over and over (unless is specified). - - The package identity. - The URL of the .nupkg. - The cache context. - The cancellation token. - The .nuspec reader. - - - - Copies a .nupkg stream to the stream. If the .nupkg cannot be found or if - there is a network problem, no stream copy occurs. - - The package identity. - The URL of the .nupkg. - The destination stream. The .nupkg will be copied to this stream. - The cache context. - The cancellation token. - Returns true if the stream was copied, false otherwise. - - - - Manages the different ways of getting a .nupkg stream when using the global HTTP cache. When a stream is - found, the method is invoked on said stream. This deals with the - complexity of . - - The package identity. - The URL of the .nupkg to fetch. - The method to process the stream. - The cache context. - The cancellation token. - - Returns true if the stream was processed, false if the stream could not fetched (either from the HTTP cache - or from the network). - - - - - Allow explicit clean-up of direct download files. This is important because although direct downloads are - opened with the option, some systems (e.g. Linux) do not perform - the delete if the process dies. Additionally, if the system dies before the process dies (e.g. loss of - power), the direct download files will be left over. - - The download context. - - - - Retrieve a nupkg using the path. - - Nupkg path in uri form. - - - - Retrieve all packages from a folder and one level deep. - - Nupkg folder directory path. - - - - Retrieve all packages of an id from a v2 folder. - - Nupkg folder directory path. - Package id. - - - - Retrieve all packages of an id from a v2 folder. - - Nupkg folder directory path. - Package id. - Package version. - - - - Retrieve all packages of an id from a v2 folder. - - Nupkg folder directory path. - Package id and version. - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - Package id and version. - - - - Returns either id.* or * depending on the OS. - - - - - - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - - - - Return the package nupkg from a packages.config folder sub directory. - - Package directory in the format id.version - - - - True if the file name matches the identity. This is could be incorrect if - the package name ends with numbers. The result should be checked against the nuspec. - - - - - True if the file name matches the id and is followed by a version. This is could be incorrect if - the package name ends with numbers. The result should be checked against the nuspec. - - - - - An imperfect attempt at finding the identity of a package from the file name. - This can fail if the package name ends with something such as .1 - - - - - An imperfect attempt at finding the version of a package from the file name. - This can fail if the package name ends with something such as .1 - - - - - Parse a possible version from a string in the format Id.Version - Returns null if the version is invalid or the id did not match. - - Id.Version - Expected id - - - - Retrieve a single package from a v3 version folder. - - - - - Retrieve a package from a v3 feed. - - - - - Discover all nupkgs from a v2 local folder. - - Folder root. - - - - Verify that a path could be a valid directory. Throw a FatalProtocolException otherwise. - - - - - Verify that a path could be a valid file. Throw a FatalProtocolException otherwise. - - - - - Retrieve files in chunks, this helps maintain the legacy behavior of searching for - certain non-normalized file names. - - - - - Discover nupkgs from a v2 local folder. - - Folder root. - Package id file name prefix. - - - - Discover all nupkgs from a v3 folder. - - Folder root. - - - - Discover nupkgs from a v3 local folder. - - Folder root. - Package id or package id prefix. - - - - Remove duplicate packages which can occur in directories. - In V2 packages may exist under multiple sub folders. - Non-normalized versions also lead to duplicates: ex: 1.0, 1.0.0.0 - - - - - Retrieve directories and log exceptions that occur. - - - - - Retrieve files and log exceptions that occur. - - - - - Path -> LocalPackageInfo - - - - - Path -> LocalPackageInfo - - - - - Find all nupkgs in the top level of a directory. - - - - - Cache strings, dates, and versions to reduce memory. - - - - - Mapping of input parameter type to caching method. - - - - - Checks if already exists in the cache. - If so, returns the cached instance. - If not, caches and returns it. - - - - - Parses into a . - - - - - Iterates through the properties of that are either s, s, or s and checks them against the cache. - - - - - containing all types that can be cached. - - - - - Read a stream into a memory stream if CanSeek is false. - This method is used to ensure that network streams - can be read by non-async reads without hanging. - - Closes the original stream by default. - - - - - Read a stream into a memory stream if CanSeek is false. - This method is used to ensure that network streams - can be read by non-async reads without hanging. - - - - - Starts a task with a timeout. If the timeout occurs, a - with no message will be thrown. - - - - - Starts a task with a timeout. If the timeout occurs, a - with no message will be thrown. - - - - - An automatic progress reporter. - - - - - Disposes of this instance. - - - - - Creates a new class. - - This class does not take ownership of and dispose of . - A connection. - A request. - A progress interval. - A cancellation token. - Thrown if - is null. - Thrown if - is null. - Thrown if - is either less than or greater than - . - Thrown if - is cancelled. - - - - Represents a bidirectional channel between a NuGet client and a plugin. - - - - - Instantiates a new instance of the class. - - A message dispatcher. - A sender. - A receiver. - Connection options. - Thrown if is null. - Thrown if is null. - Thrown if is null. - Thrown if is null. - - - - Disposes of this instance. - - - - - Closes the connection. - - This does not call . - - - - Asynchronously connects and handshakes with a remote target. - - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is cancelled. - Thrown if the method has been called already. - - - - Asynchronously sends a message to the remote target. - - The message to be sent. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - Thrown if not connected. - - - - Asynchronously sends a message to the remote target and receives the target's response. - - The outbound payload type. - The inbound payload type. - The outbound message method. - The outbound message payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - Thrown if not connected. - - - - The connection state. - - - - - Gets the message dispatcher. - - - - - Gets the connection options - - - - - Gets the negotiated protocol version, or null if not yet connected. - - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - Plugin connection options. - - - - - Instantiates a new class. - - The plugin protocol version. - The minimum plugin protocol version. - The plugin handshake timeout. - The plugin request timeout. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is less than . - Thrown if - is either less than or greater than - . - Thrown if - is either less than or greater than - . - - - - Sets a new request timeout. - - The new request timeout. - Thrown if - is either less than or greater than - . - - - - Instantiates a class with default values. - - A . - - - - Gets the plugin handshake timeout. - - - - - Gets the minimum plugin protocol version. - - - - - Gets the plugin protocol version. - - - - - Gets the plugin request timeout. - - - - - Connection states. - - Member order is significant. - For example, any connection state before - implies no connection. - - - - Base class for embedded signature verifiers. - - - - - Checks if a file has a valid embedded signature. - - The path of a file to be checked. - - true if the file has a valid signature; otherwise, false. - Thrown if - is either null or an empty string. - Thrown if the current platform is unsupported. - - - - Creates an embedded signature verifier for the current platform. - - An embedded signature verifier. - - - - A fallback embedded signature verifier for unsupported platforms. - - - - - Checks if a file has a valid embedded signature. - - The path of a file to be checked. - - true if the file has a valid signature; otherwise, false. - Thrown always. - - - - Faulted plugin event arguments. - - - - - Instantiates a new class. - - A plugin. - An exception. - Thrown if is null. - Thrown if is null. - - - - Gets the exception. - - - - - Gets the plugin. - - - - - Represents a bidirectional channel between a NuGet client and a plugin. - - - - - Closes the connection. - - This does not call . - - - - Asynchronously sends a message to the remote target. - - The message to be sent. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - Thrown if not connected. - - - - Asynchronously sends a message to the remote target and receives the target's response. - - The outbound payload type. - The inbound payload type. - The outbound message method. - The outbound message payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - Thrown if not connected. - - - - Gets the message dispatcher. - - - - - Gets the connection options - - - - - Gets the negotiated protocol version, or null if not yet connected. - - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - A unique identifier generator. - - - - - Generates a new unique identifier. - - A unique identifier. - - - - A message dispatcher that maintains state for outstanding requests - and routes messages to configured request handlers. - - - - - Closes the dispatcher. - - This does not call . - - - - Creates a message. - - The message type. - The message method. - A message. - - - - Creates a message. - - The message payload. - The message type. - The message method. - The message payload. - A message. - - - - Asynchronously dispatches a cancellation request for the specified request. - - The request. - A cancellation token. - A task that represents the asynchronous operation. - - - - Asynchronously dispatches a fault notification for the specified request. - - The cancel request. - The fault payload. - A cancellation token. - A task that represents the asynchronous operation. - - - - Asynchronously dispatches a progress notification for the specified request. - - The request. - The progress payload. - A cancellation token. - A task that represents the asynchronous operation. - - - - Asynchronously dispatches a request. - - The request payload type. - The expected response payload type. - The request method. - The request payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - - - - Asynchronously dispatches a response. - - The request payload type. - The associated request. - The response payload. - A cancellation token. - A task that represents the asynchronous operation. - - - - Sets the connection to be used for dispatching messages. - - A connection instance. Can be null. - - - - Gets the request handlers for use by the dispatcher. - - - - - Context for an inbound request. - - - - - Initializes a new class. - - A connection. - A request ID. - A cancellation token. - Thrown if - is null. - Thrown if - is either null or an empty string. - - - - Disposes of this instance. - - - - - Asynchronously starts processing a fault response for the inbound request. - - The request. - An exception. - Thrown if - is either null. - Thrown if - is null. - - - - Asynchronously starts processing a response for the inbound request. - - The request. - A request handler. - A response handler. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - - - - Cancels an inbound request. - - - - - Gets the request ID. - - - - - Represents a plugin. - - - - - Closes the plugin. - - This does not call . - - - - Gets the connection for the plugin. - - - - - Gets the file path for the plugin. - - - - - Gets the unique identifier for the plugin. - - - - - Gets the name of the plugin. - - - - - Occurs before the plugin closes. - - - - - Occurs when the plugin has closed. - - - - - A plugin discoverer. - - - - - Asynchronously discovers plugins. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - A plugin factory. - - - - - Asynchronously gets an existing plugin instance or creates a new instance and connects to it. - - The file path of the plugin. - Command-line arguments to be supplied to the plugin. - Request handlers. - Connection options. - A cancellation token for the plugin's lifetime. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is cancelled. - Thrown if this object is disposed. - This is intended to be called by NuGet client tools. - - - - Plugin multiclient utilities. - - - - - Asynchronously executes a task once per plugin lifetime per key. - - A key that identifies the task. - A function that returns a task. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is either null or an empty string. - Thrown if - is either null. - Thrown if - is cancelled. - - - - Represents a plugin process. - - - - - Asynchronously starts reading the standard output stream. - - - - - Cancels asynchronous reading of the standard output stream. - - - - - Immediately stops the associated process. - - - - - Gets a value indicating whether the associated process has been terminated. - - - - - Occurs when a line of output has been received. - - - - - Occurs when a process exits. - - - - - Represents a unidirectional communications channel from a target. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - Represents a request handler. - - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A set of . - - - - - Atomically add or update a request handler for the specified message method. - - A message method. - An add request handler function. - An update request handler function. - Thrown if - is null. - Thrown if - is null. - - - - Attempts to add a request handler for the specified message method. - - A message method. - A request handler. - - true if added; otherwise, false. - Thrown if is null. - - - - Attempts to get a request handler for the specified message method. - - A message method. - A request handler. - - true if the request handler exists; otherwise, false. - - - - Attempts to remove a request handler for the specified message method. - - A message method. - - true if a request handler was removed; otherwise, false. - - - - A response handler. - - - - - Asynchronously handles responding to a request. - - The response payload type. - The request message. - The response payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Represents a unidirectional communications to a target. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Asynchronously sends a message to the target. - - The message to send. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if this object is disposed. - Thrown if has not been called. - Thrown if is null. - Thrown if - is cancelled. - - - - JSON serialization/deserialization utilities. - - - - - Deserializes an object from the provided JSON. - - The deserialization type. - JSON to deserialize. - An instance of . - Thrown if - is either null or an empty string. - - - - Serializes an object. - - An object to serialize. - A . - Thrown if is null. - - - - Serializes an object to the provided writer. - - A JSON writer. - The value to serialize. - Thrown if is null. - - - - Deserializes an object. - - The deserialization type. - A JSON object. - An instance of . - Thrown if is null. - - - - Gets the JSON serializer. - - - - - Line read event arguments. - - - - - Instantiates a new class. - - The output line read. - - - - The output line read. - - - - - A message dispatcher that maintains state for outstanding requests - and routes messages to configured request handlers. - - - - - Instantiates a new class. - - Request handlers. - A unique identifier generator. - Thrown if - is null. - Thrown if - is null. - - - - Disposes of this instance. - - - - - Closes the dispatcher. - - This does not call . - - - - Creates a message. - - The message type. - The message method. - A message. - - - - Creates a message. - - The message payload. - The message type. - The message method. - The message payload. - A message. - Throws if is null. - - - - Asynchronously dispatches a cancellation request for the specified request. - - The request. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - - - - Asynchronously dispatches a fault notification for the specified request. - - The cancel request. - The fault payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - - - - Asynchronously dispatches a progress notification for the specified request. - - The request. - The progress payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Asynchronously dispatches a request. - - The request payload type. - The expected response payload type. - The request method. - The request payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - - - - Asynchronously dispatches a response. - - The request payload type. - The associated request. - The response payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Sets the connection to be used for dispatching messages. - - A connection instance. Can be null. - - - - Gets the request handlers for use by the dispatcher. - - - - - Message event arguments. - - - - - Instantiates a new class. - - A message. - Thrown if is null. - - - - Gets the message. - - - - - Message methods. - - - - - None - - - - - Close - - - - - Copy files in a package - - - - - Copy a .nupkg file - - - - - Get credentials - - - - - Get files in a package - - - - - Get operation claims - - - - - Get package hash - - - - - Get package versions - - - - - Get service index - - - - - Handshake - - - - - Initialize - - - - - Log - - - - - Monitor NuGet process exit - - - - - Prefetch a package - - - - - Set credentials - - - - - Set log level - - - - - Message response codes. - - - - - The response is success. - - - - - The response is error. - - - - - The response is not found. - - - - - A request to copy files in a package to a specified destination. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - The files in the package to be copied. - The destination folder path. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or empty. - Thrown if - is either null or an empty string. - - - - Gets the destination folder path. - - - - - Gets the files in the package to be copied. - - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a copy package files request. - - - - - Initializes a new class. - - The response code. - The paths of files copies. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the paths of files copies. - - - - - Gets the response code. - - - - - A request to copy a .nupkg file. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - The destination file path for the .nupkg file. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the destination file path for the .nupkg file. - - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a copy .nupkg file request. - - - - - Initializes a new class. - - The response code. - Thrown if - is an undefined value. - - - - Gets the response code. - - - - - A notification indicating the sender has experienced an unrecoverable fault. - - - - - Initializes a new instance of the class. - - The fault message. - Thrown if - is either null or an empty string. - - - - Gets the fault message. - - - - - A request to get credentials. - - - - - Initializes a new class. - - The package source repository location. - The HTTP status code. - - - - Gets the package source repository location. - - - - - Gets the HTTP status code that necessitates credentials. - - - - - A response to a get credentials request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the password. - - - - - Gets the response code. - - - - - Gets the username. - - - - - A get files in package request. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a get files in package request. - - - - - Initializes a new class. - - The response code. - The paths of files in the package. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the paths of files in the package. - - - - - Gets the response code. - - - - - A query to a plugin about which operations it supports for a specific package source. - - - - - Initializes a new instance of the class. - - The package source location. - The service index (index.json). - Thrown if is either - null or an empty string. - Thrown if is null. - - - - Gets the package source repository location for the . - - - - - Gets the service index (index.json) for the . - - - - - A plugin's response as to which operations it supports for a specific package source. - - - - - Initializes a new instance of the class. - - The operation claims. - Thrown if is null. - Thrown if contains - undefined values. - - - - Gets the plugin's operation claims. - - - - - A request to get a package hash. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - The hash algorithm. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the hash algorithm. - - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a get package hash request. - - - - - Initializes a new class. - - The response code. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the package hash. - - - - - Gets the response code. - - - - - A request for package versions. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - A response to a get package versions request. - - - - - Initializes a new class. - - The response code. - The package versions. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the response code. - - - - - Gets the package versions. - - - - - A request to get the service index for a package source repository. - - - - - Initializes a new class. - - The package source repository location. - - - - Gets the package source repository location. - - - - - A response to a get service index request. - - - - - Initializes a new instance of the class. - - The response code. - The service index (index.json) for the package source repository. - Thrown if - is an undefined value. - Thrown if - is and - is null. - - - - Gets the response code. - - - - - Gets the service index (index.json) for the package source repository. - - - - - A handshake request. - - - - - Initializes a new instance of the class. - - The requestor's plugin protocol version. - The requestor's minimum plugin protocol version. - Thrown if - is null. - Thrown if - is null. - Thrown if - is less than . - - - - Gets the requestor's plugin protocol version. - - - - - Gets the requestor's minimum plugin protocol version. - - - - - A handshake response. - - - - - Initializes a new instance of the class. - - The handshake responder's handshake response code. - The handshake responder's plugin protocol version - if the handshake was successful; otherwise, null. - Thrown if - is an undefined value. - Thrown if - is and - is null. - Thrown if - is not and - is not null. - - - - Gets the handshake responder's handshake response code. - - - - - Gets the handshake responder's plugin protocol version if the handshake was successful; - otherwise, null. - - - - - An initialization request to a plugin. - - - - - Initializes a new instance of the class. - - The requestor's NuGet client version. - The requestor's current culture. - The default request timeout. - Thrown if is either null - or an empty string. - Thrown if is either null - or an empty string. - Thrown if - is either less than or greater than - . - - - - Gets the requestor's NuGet client version. - - - - - Gets the requestor's current culture. - - - - - Gets the default request timeout for all subsequent requests. - - - - - An initialization response from a plugin. - - - - - Initializes a new instance of the class. - - The plugin's initialization response code. - Thrown if - is an undefined value. - - - - Gets the plugin's initialization response code. - - - - - A logging request. - - - - - Initializes a new instance of the class. - - The logging level for the message. - The message to be logged. - Thrown if is an undefined - value. - Thrown if is either null - or an empty string. - - - - Gets the logging level for the message. - - - - - Gets the message. - - - - - A logging response. - - - - - Initializes a new instance of the class. - - The logging response code. - Thrown if - is an undefined value. - - - - Gets the logging response code. - - - - - Represents a message between a NuGet client and a plugin. - - - - - Initializes a new instance of the class. - - The request ID. - The message type. - The message method. - An optional message payload. - Thrown if - is either null or an empty string. - Thrown if - is an undefined value. - Thrown if - is an undefined value. - - - - Gets the request ID. - - - - - Gets the message type. - - - - - Gets the message method. - - - - - Gets the optional message payload. - - - - - A request to monitor a NuGet process exit. - - - - - Initializes a new class. - - The process ID. - - - - Gets the process ID. - - - - - A response to a monitor NuGet process exit request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the response code. - - - - - A request to a plugin to prefetch a package. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A plugin's response to a package prefetch request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the plugin's response code. - - - - - A progress notification. - - - - - Initializes a new instance of the class. - - The progress percentage. - - - - Gets the progress percentage. - - - - - A request to set credentials for a package source with any last known good credentials. - - - - - Initializes a new class. - - The package source repository location. - The proxy username. - The proxy password. - The package source repository username. - The package source repository password. - - - - Gets the package source repository location. - - - - - Gets the package source repository password. - - - - - Gets the proxy password. - - - - - Gets the proxy username. - - - - - Gets the package source repository username. - - - - - A plugin's response to a set credentials request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the plugin's response code. - - - - - A request to set the log level. - - - - - Initializes a new class. - - The log level. - Thrown if is an undefined - value. - - - - Gets the log level. - - - - - A response to a log level set request. - - - - - Initializes a new class. - - The response code. - Thrown if - is an undefined value. - - - - Gets the response code. - - - - - Message types. - - - - - A cancellation request for an existing request. - - - - - A fault notification, either standalone or for an existing request. - - - - - A progress notification for an existing request. - - - - - A request. - - - - - A response for an existing request. - - - - - Helper methods for messages. - - - - - Instantiates a new class. - - The message request ID. - The message type. - The message method. - a instance. - Thrown if - is either null or an empty string. - - - - Instantiates a new class. - - The message payload type. - The message request ID. - The message type. - The message method. - The message payload. - a instance. - Thrown if - is either null or an empty string. - Thrown if is null. - - - - Deserializes a message payload. - - The message payload type. - The message. - The deserialized message payload of type - or null if no payload exists. - Thrown if is null. - - - - A plugin wrapper that no-ops IDisposable. - - - - - Instantiates a new class. - - A plugin - Thrown if is null. - - - - Does nothing. - - Plugin disposal is implemented elsewhere. - - - - Closes the plugin. - - This does not call . - - - - Gets the connection for the plugin. - - - - - Gets the file path for the plugin. - - - - - Gets the unique identifier for the plugin. - - - - - Gets the name of the plugin. - - - - - Occurs before the plugin closes. - - - - - Occurs when the plugin has closed. - - - - - Plugin operation claims. - - - - - The download package operation claim. - - - - - Context for an outbound request. - - - - - Disposes of this instance. - - - - - Handles a cancellation response for the outbound request. - - - - - Handles progress notifications for the outbound request. - - A progress notification. - Thrown if is null. - - - - Handles a response for the outbound request. - - A response. - Thrown if is null. - - - - Handles a fault response for the outbound request. - - A fault response. - Thrown if is null. - - - - Gets the request ID. - - - - - Context for an outbound request. - - The response payload type. - - - - Initializes a new class. - - A connection. - A request. - An optional request timeout. - A flag indicating whether or not the request supports progress notifications - to reset the request timeout. - A cancellation token. - Thrown if - is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Handles a cancellation response for the outbound request. - - - - - Handles progress notifications for the outbound request. - - A progress notification. - Thrown if is null. - - - - Handles a response for the outbound request. - - A response. - Thrown if is null. - - - - Handles a fault response for the outbound request. - - A fault response. - Thrown if is null. - - - - Gets the completion task. - - - - - Represents a plugin. - - - - - Instantiates a new class. - - The plugin file path. - The plugin connection. - The plugin process. - - true if is the current process; - otherwise, false. - The plugin idle timeout. Can be . - Thrown if is either null - or an empty string. - Thrown if is null. - Thrown if is null. - Thrown if is smaller than - . - - - - Disposes of this instance. - - - - - Closes the plugin. - - This does not call . - - - - Gets the connection for the plugin - - - - - Gets the file path for the plugin. - - - - - Gets the unique identifier for the plugin. - - - - - Gets the name of the plugin. - - - - - Occurs before the plugin closes. - - - - - Occurs when the plugin has closed. - - - - - Occurs when a plugin process has exited. - - - - - Occurs when a plugin or plugin connection has faulted. - - - - - Occurs when a plugin has been idle for the configured idle timeout period. - - - - - Plugin constants. - - - - - Default close timeout for plugins. - - - - - Default idle timeout for plugins. - - - - - Default command-line arguments for plugins. - - - - - The progress notification interval. - - This value must be less than half of . - - - - The default request timeout set by an initialize request after handshaking. - - - - - A plugin's creation result. - - - - - Instantiates a new class. - - A plugin. - A plugin multiclient utilities. - The plugin's operation claims. - Thrown if is null. - Thrown if is null. - Thrown if is null. - - - - Instantiates a new class. - - A message why a plugin could not be created. - Thrown if - is either null or an empty string. - - - - Gets the plugin's operation claims. - - - - - Gets a message if is null; otherwise, null. - - - - - Gets a plugin. - - - - - Gets a plugin multiclient utilities. - - - - - Discovers plugins and their operation claims. - - - - - Instantiates a new class. - - The raw semicolon-delimited list of supposed plugin file paths. - An embedded signature verifier. - Thrown if is null. - - - - Disposes of this instance. - - - - - Asynchronously discovers plugins. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - - - - A plugin discovery result. - - - - - Instantiates a new class. - - A plugin file. - A message if is not - ; otherwise, null. - Thrown if - is null. - - - - Gets the plugin file. - - - - - Gets a message if is not ; - otherwise, null. - - - - - Plugin event arguments. - - - - - Instantiates a new class. - - A plugin. - Thrown if is null. - - - - Gets the plugin. - - - - - A plugin exception. - - - - - Instantiates a new class. - - The exception message. - - - - Instantiates a new class. - - The exception message. - The inner exception. - - - - A plugin factory. - - - - - Instantiates a new class. - - The plugin idle timeout. - Thrown if - is less than . - - - - Disposes of this instance. - - - - - Asynchronously gets an existing plugin instance or creates a new instance and connects to it. - - The file path of the plugin. - Command-line arguments to be supplied to the plugin. - Request handlers. - Connection options. - A cancellation token for the plugin's lifetime. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is cancelled. - Thrown if this object is disposed. - This is intended to be called by NuGet client tools. - - - - Asynchronously creates a plugin instance and connects to it. - - Request handlers. - Connection options. - A cancellation token for the plugin's lifetime. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - This is intended to be called by a plugin. - - - - Represents a plugin file. - - - - - Instantiates a new class. - - The plugin's file path. - The plugin file state. - - - - Gets the plugin's file path. - - - - - Gets the plugin file state. - - - - - State of a plugin file path. - - - - - The file exists and has a valid embedded signature. - - - - - The file was not found. - - - - - The file path was invalid (e.g.: not rooted). - - - - - The file exists but it has either no embedded signature or an invalid embedded signature. - - - - - Plugin multiclient utilities. - - - - - Initializes a new class. - - - - - Asynchronously executes a task once per plugin lifetime per key. - - A key that identifies the task. - A function that returns a task. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is either null or an empty string. - Thrown if - is either null. - Thrown if - is cancelled. - - - - A package downloader that delegates to a plugin. - - - - - Initializes a new class. - - A plugin. - A package identity. - A plugin package reader. - A package source repository location. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is either null or an empty string. - - - - Disposes of this instance. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - A package reader that delegates package read operations to a plugin. - - - - - Initializes a new class. - - A plugin. - A package identity. - A package source repository location. - Thrown if is null. - Thrown if - is null. - Thrown if - is either null or an empty string. - - - - Gets a stream for a file in the package. - - The file path in the package. - A stream. - Thrown always. - - - - Asynchronously gets a stream for a file in the package. - - The file path in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is either null or an empty string. - Thrown if - is cancelled. - - - - Gets files in the package. - - An enumerable of files in the package. - Thrown always. - - - - Asynchronously gets files in the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets files in the package. - - A folder in the package. - An enumerable of files in the package. - Thrown always. - - - - Asynchronously gets files in the package under the specified folder. - - A folder in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if is null. - Thrown if - is cancelled. - - - - Copies specified files in the package to the destination location. - - A directory path to copy files to. - An enumerable of files in the package to copy. - A package file extraction delegate. - A logger. - A cancellation token. - An enumerable of file paths in the destination location. - Thrown always. - - - - Asynchronously copies specified files in the package to the destination location. - - A directory path to copy files to. - An enumerable of files in the package to copy. - A package file extraction delegate. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if - is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Gets the package identity. - - A package identity. - Thrown always. - - - - Asynchronously gets the package identity. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets the minimum client version in the .nuspec. - - A NuGet version. - Thrown always. - - - - Asynchronously gets the minimum client version in the .nuspec. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets the package types. - - A read-only list of package types. - Thrown always. - - - - Asynchronously gets the package types. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets a stream for the .nuspec file. - - A stream. - Thrown always. - - - - Asynchronously gets a stream for the .nuspec file. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Gets the .nuspec file path in the package. - - The .nuspec file path in the package. - Thrown always. - - - - Asynchronously gets the .nuspec file path in the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets the .nuspec reader. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Gets supported frameworks. - - An enumerable of NuGet frameworks. - Thrown always. - - - - Asynchronously gets supported frameworks. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets framework items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets framework items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets a flag indicating whether or not the package is serviceable. - - A flag indicating whether or not the package is serviceable. - Thrown always. - - - - Asynchronously gets a flag indicating whether or not the package is serviceable. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Gets build items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets build items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets tool items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets tool items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets content items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets content items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets items in the specified folder in the package. - - A folder in the package. - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets items in the specified folder in the package. - - A folder in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if is null. - Thrown if - is cancelled. - - - - Gets package dependencies. - - An enumerable of package dependency groups. - Thrown always. - - - - Asynchronously gets package dependencies. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets lib items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets lib items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets reference items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets reference items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets a flag indicating whether or not the package is a development dependency. - - A flag indicating whether or not the package is a development dependency - Thrown always. - - - - Asynchronously gets a flag indicating whether or not the package is a development dependency. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously copies a package to the specified destination file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is either null or an empty string. - Thrown if - is cancelled. - - - - Gets the .nuspec reader. - - - - - Represents a plugin process. - - - - - Instantiates a new class. - - A plugin process. - Thrown if is null. - - - - Disposes of this instance. - - - - - Asynchronously starts reading the standard output stream. - - - - - Cancels asynchronous reading of the standard output stream. - - - - - Immediately stops the associated process. - - - - - Gets a value indicating whether the associated process has been terminated. - - - - - Occurs when a process exits. - - - - - Occurs when a line of output has been received. - - - - - Plugin protocol constants. - - - - - The current protocol version. - - - - - The default handshake timeout. - - - - - The maximum timeout value. - - This is set by CancellationTokenSource's constructor. - - - - The minimum timeout value. - - - - - The default request timeout. - - - - - Protocol error event arguments. - - - - - Instantiates a new class. - - An exception. - Thrown if is null. - - - - Instantiates a new class. - - An exception. - A message. - Thrown if is null. - Thrown if is null. - - - - Gets the exception. - - - - - Gets the message. - - - - - A plugin protocol exception. - - - - - Instantiates a new class. - - The exception message. - - - - Instantiates a new class. - - The exception message. - The inner exception. - - - - Represents a unidirectional communications channel from a target. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Disposes of this instance. - - - - - Gets a flag indicating whether or not this instance is closed. - - - - - Gets or sets a flag indicating whether or not this instance is disposed. - - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - A set of . - - - - - Instantiates a new class. - - - - - Atomically add or update a request handler for the specified message method. - - A message method. - An add request handler function. - An update request handler function. - Thrown if - is null. - Thrown if - is null. - - - - Attempts to add a request handler for the specified message method. - - A message method. - A request handler. - - true if added; otherwise, false. - Thrown if is null. - - - - Attempts to get a request handler for the specified message method. - - A message method. - An existing request handler. - - true if the request handler exists; otherwise, false. - - - - Attempts to remove a request handler for the specified message method. - - A message method. - - true if a request handler was removed; otherwise, false. - - - - A request handler for closing a plugin. - - - - - Initializes a new class. - - A plugin. - Thrown if is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - - - - A request handler for get credentials requests. - - - - - Initializes a new class. - - A plugin. - A web proxy. - An optional credential service. - Thrown if - is null. - - - - Disposes of this instance. - - - - - Adds or updates a source repository in a source repository cache. - - A source repository. - Thrown if - is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A request handler for get service index requests. - - - - - Initializes a new class. - - A plugin. - Thrown if is null. - - - - Disposes of this instance. - - - - - Adds or updates a source repository in a source repository cache. - - A source repository. - Thrown if - is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A request handler for logging. - - - - - Instantiates a new instance of the class. - - A logger. - Thrown if is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Sets the logger. - - A logger. - Thrown if is null. - - - - Gets the log level of a logger. - - A logger. - A log level. - Thrown if is null. - - - - Gets the for a request. - - - - - A request handler for monitoring the exit of a NuGet process. - - - - - Initializes a new class. - - A plugin. - Thrown if is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - - - - A helper class that performs a symmetric handshake. - - - - - Initializes a new instance of the class. - - A connection. - The handshake timeout. - The handshaker's protocol version. - The handshaker's minimum protocol version. - - - - Disposes of this instance. - - - - - Asynchronously handles handshaking. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - if the handshake was successful; otherwise, null. - Thrown if - is cancelled. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A unique identifier generator. - - - - - Generates a new unique identifier. - - A unique identifier. - - - - Represents a unidirectional communications channel to a target. - - - Any public static members of this type are thread safe. - Any instance members are not guaranteed to be thread safe. - - - - - Instantiates a new class. - - A text writer. - Thrown if is null. - - - - Disposes of this instance. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Asynchronously sends a message to the target. - - The message to send. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if this object is disposed. - Thrown if has not been called. - Thrown if is null. - Thrown if - is cancelled. - - - - Represents a unidirectional communications channel from a target. - - - Any public static members of this type are thread safe. - Any instance members are not guaranteed to be thread safe. - - - - - Instantiates a new class. - - A text reader. - Thrown if is null. - - - - Disposes of this instance. - - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Represents a unidirectional communications channel from a target. - - - Any public static members of this type are thread safe. - Any instance members are not guaranteed to be thread safe. - - - - - Instantiates a new class. - - A plugin process. - Thrown if is null. - - - - Disposes of this instance. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Timeout utilities. - - - - - Determines if a timeout is valid. - - A timeout. - - true if the timeout is valid; otherwise, false. - - - - Windows Authenticode signature verifier. - - - - - Checks if a file has a valid Authenticode signature. - - The path of a file to be checked. - - true if the file has a valid signature; otherwise, false. - Thrown if - is either null or an empty string. - - - - Core V2 + Core V3 + VS - - - - - The result of . - - - - - Initializes a new class. - - A download resource result status. - Thrown if - is either or - . - - - - Initializes a new class. - - A package stream. - A package source. - Thrown if is null. - - - - Initializes a new class. - - A package stream. - Thrown if is null. - - - - Initializes a new class. - - A package stream. - A package reader. - A package source. - Thrown if is null. - - - - Initializes a new class. - - A package stream. - A package reader. - Thrown if is null. - - - - Initializes a new class. - - A package reader. - A package source. - Thrown if is null. - - - - Disposes of this instance. - - - - - Gets the package . - - The value may be null. - - - - Gets the source containing this package, if not from cache - - The value may be null. - - - - Gets the for the package. - - The value may be null. - - - - Base protocol exception type containing a message and optional inner exception. - - - - - DependencyInfo - - original package identity - package dependency groups - Sequence of s. - - - - Original package identity from the package. - This contains the exact casing for the id and version. - - - - - Gets the package dependecy groups. - - - - - Gets the framework reference groups. - - - - - A suggested root folder to drop temporary files under, it will get cleared by the - disposal of the that was used to create this instance. - - - - - Represents a resource provided by a server endpoint (V2 or V3). - - - - - INuGetResourceProviders are imported by SourceRepository. They exist as singletons which span all sources, - and are responsible - for determining if they should be used for the given source when TryCreate is called. - The provider determines the caching. Resources may be cached per source, but they are normally created new - each time - to allow for caching within the context they were created in. - Providers may retrieve other resources from the source repository and pass them to the resources they - create in order - to build on them. - - - - - Attempts to create a resource for this source. - - - The provider may return true but null for the resource if the - provider determines that it should not exist. - - Source repository - True if this provider handles the input source. - - - - Resource type provided - - - - - Name of the provider. This is used for ordering. - - - - - Names of providers this should be ordered BEFORE - Gives this instance a higher priority. - - If provider: default is named here, this provider will be called BEFORE default - - - - Names of providers this should be ordered AFTER. - Gives this instance a lower priority. - - If provider: default is named here, this provider will be called AFTER default - - - - SourceRepositoryProvider composes resource providers into source repositories. - - - - - Retrieve repositories - - - - - Create a repository for one time use. - - - - - Create a repository for one time use. - - - - - Gets the package source provider - - - - - Package metadata only containing select fields relevant to search results processing and presenting. - Immutable. - - - - - Helper class allowing creation/alteration of immutable package metadata objects. - - - - - Shortcut methods to create altered metadata objects with new versions. - - - - - In V2, when finding the list of versions that a package ID has, we also get all of the metadata - associated with each version. It would be wasteful to throw this away, so we store what we have - here. For V3, the metadata property is null. Callers that receive this type need to be able to - fetch this package metadata some other way if this property is null. - - - - - Positions to base providers on - - - - - The first provider called - - - - - The last provider called - - - - - Intended for internal use only: utility method for testing purposes. - - - - - The status of a package action. - - package identity - repository source or null - 0.0 - 1.0 - - - - Completion - 0.0 - 1.0 - - - - - True at 100% completion - - - - - An imperfect sort for provider before/after - - - - - A plugin resource provider. - - This is unsealed only to facilitate testing. - - - - Initializes a new class. - - - - - Disposes of this instance. - - - - - Asynchronously attempts to create a resource for the specified source repository. - - A source repository. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a Tuple<bool, INuGetResource> - Thrown if is null. - Thrown if - is cancelled. - - - - Reinitializes static state. - - This is non-private only to facilitate unit testing. - This should not be called by product code. - An environment variable reader. - A lazy plugin discoverer. - A plugin factory. - Thrown if is null. - Thrown if - is null. - Thrown if - is null. - - - - Gets an environment variable reader. - - This is non-private only to facilitate testing. - - - - A for plugins. - - - - - Instantiates a new class. - - A plugin. - A plugin multiclient utilities. - A package source. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown always. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - A collection of package dependency groups with the content (nupkg url). - - - - - DependencyInfo - - package identity - package dependency groups - The content uri for the dependency. - - - - Package identity - - - - - IsListed - - - - - Package dependency groups - - - - - The content url of this resource. - - - - - Create the default source repository provider - - - - - Find sources from nuget.config based on the root path - - lowest folder path - - - - Create a SourceRepository - - - - - Create a SourceRepository - - - - - Create a SourceRepository - - - - - Create a SourceRepository - - - - - - Type this resource provider creates - name used for ordering - providers that this provider should have precendence over - providers that this provider should be called after - - - - Provides methods for resolving a package and its dependencies. This might change based on the new - dependency resolver. - - - - - Retrieve dependency info for a single package. - - package id and version - project target framework. This is used for finding the dependency group - cancellation token - - Returns dependency info for the given package if it exists. If the package is not found null is - returned. - - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - project target framework. This is used for finding the dependency group - cancellation token - available packages and their dependencies - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - cancellation token - available packages and their dependencies - - - - Finds the download url of a nupkg - - - - - Downloads a package .nupkg with the provided identity. If the package is not available - on the source but the source itself is not down or unavailable, the - will be . - If the operation was cancelled, the will be - . - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Read dependency info from a nuspec. - - This also verifies minClientVersion. - - - - An HttpClient configured for the package source - - - - - HttpClientHandler used for credential support. - - - - - Message handler containing the ClientHandler. - - - - - A resource for detecting the capabilities of a V2 feed. - - - - - Basic metadata - - - - - Get all versions of a package - - - - - Get all versions of a package - - - - - True if the package exists in the source - Includes unlisted. - - - - - True if the package exists in the source - - - - - Returns all versions of a package - - - - - Return package metadata for the input PackageIdentity - - - - - Retrieves search results - - - - - Contains logics to push or delete packages in Http server or file system - - - - - Create temporary verification api key endpoint: "create-verification-key/[package id]/[package version]" - - - - - Get the symbols package from the original package. Removes the .nupkg and adds .symbols.nupkg - - - - - Represents a plugin resource. - - - - - Instantiates a new class. - - Plugin creation results. - Thrown if - is null. - Thrown if - is null. - - - - Gets the first plugin satisfying the required operation claims for the current package source. - - The required operation claim. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - A search filter context that represents the UI settings - - - - - Initializes an instance of a and validates required parameters. - - Whether or not to allow prerelease results. - - - - Initializes an instance of a and validates required parameters. - - Whether or not to allow prerelease results. - The filter to apply to the results. - - - - Filter to only the list of packages compatible with these frameworks. - - - - - Include prerelease packages in search - - - - - Include unlisted packages in search - - - - - Restrict the search to certain package types. - - - - - The optional filter type. Absense of this value indicates that all versions should be returned. - - - - - The optional order by. Absense of this value indicates that search results should be ordered by relevance. - - - - - The type of filter to apply to the search. - - - Here are some examples to clarify what these filters mean. Suppose the very latest version is prerelease. - - Version | Prerelease | IsLatestVersion | IsAbsoluteLatestVersion - ------------|------------|-----------------|------------------------ - 8.0.1-beta1 | true | false | false - 8.0.3 | false | false | false - 9.0.1 | false | true | false - 9.0.2-beta1 | true | false | true - - Suppose the very latest version is not prerelease. Notice the latest version is also the absolute latest - version. In other words, a prerelease package cannot be a latest version but a non-prerelease package can be - both the latest version and the absolute latest version. - - Version | Prerelease | IsLatestVersion | IsAbsoluteLatestVersion - ------------|------------|-----------------|------------------------ - 8.0.1-beta1 | true | false | false - 8.0.3 | false | false | false - 9.0.1 | false | true | true - - Suppose there are only prerelease versions. Notice there are no package that has IsLatestVersion as true. - - Version | Prerelease | IsLatestVersion | IsAbsoluteLatestVersion - 8 - ------------|------------|-----------------|------------------------.0.1-beta1 | true | false | false - 9.0.2-beta1 | true | false | true - - - - - - Only select the latest stable version of a package per package ID. Given the server supports - , a package that is should never be - prerelease. Also, it does not make sense to look for a package when also - including prerelease. - - - - - Only select the absolute latest version of a package per package ID. It does not make sense to look for a - when excluding prerelease. - - - - - Order the resulting packages by package ID. - - - - - Cache control settings for the V3 disk cache. - - - - - Path of temp folder if requested by GeneratedTempFolder - - - - - Default amount of time to cache version lists. - - - - - Clones the current SourceCacheContext. - - - - - Clones the current cache context and does the following: - 1. Sets MaxAge to Now - 2. RefreshMemoryCache to true - - - - - If set, the global disk cache will not be written to or read from. Instead, a temporary directory will be - used. - - - - - If set, the global disk cache will not be written to. - - - - - Package version lists or packages from the server older than this date will be fetched from the server. - - This will be ignored if is true. - If the value is null the default expiration will be used. - - - - Force the in-memory cache to reload. This avoids allowing other calls to populate - the memory cache again from cached files on disk using a different source context. - This should only be used for retries. - - - - - Package version lists from the server older than this time span - will be fetched from the server. - - - - - True if the package is listed and shown in search. - - This property only applies to online sources. - - - - Source repository the dependency information was retrieved from. - - - - - The HTTP, UNC, or local file URI to the package nupkg. - - Optional - - - - Package hash - - Optional - - - - Represents a Server endpoint. Exposes methods to get a specific resource such as Search, Metrics service - and so on for the given server endpoint. - - - - - Source Repository - - source url - Resource providers - - - - Source Repository - - source url - Resource providers - - - - Source Repository - - source url - Resource providers - Restrict the source to this feed type. - - - - Internal default constructor - - - - - Find the FeedType of the source. If overridden FeedTypeOverride is returned. - - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Initialize provider cache - - - - - - - - - Get the feed type from the package source. - - - - - Pre-determined feed type. - - - - - Package source - - - - - SourceRepositoryProvider is the high level source for repository objects representing package sources. - - - - - Non-MEF constructor - - - - - Retrieve repositories - - - - - - - Create a repository for one time use. - - - - - Create a repository for one time use. - - - - - Set user agent string on HttpClient to the static string. - - Http client - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - The floating subset of a version range. - - - - - Create a floating range. - - Section to float. - - - - Create a floating range. - - Section to float. - Min version of the range. - - - - FloatRange - - Section to float. - Min version of the range. - The original release label. Invalid labels are allowed here. - - - - True if the given version falls into the floating range. - - - - - Parse a floating version into a FloatRange - - - - - Parse a floating version into a FloatRange - - - - - Create a floating version string in the format: 1.0.0-alpha-* - - - - - Equals - - - - - Hash code - - - - - True if a min range exists. - - - - - The minimum version of the float range. This is null for cases such as * - - - - - Defined float behavior - - - - - An item that exposes a NuGetVersion - - - - - NuGet semantic version - - - - - IVersionComparer represents a version comparer capable of sorting and determining the equality of - SemanticVersion objects. - - - - - Version range comparer - - - - - A hybrid implementation of SemVer that supports semantic versioning as described at http://semver.org while - not strictly enforcing it to - allow older 4-digit versioning schemes to continue working. - - - - - Creates a NuGetVersion using NuGetVersion.Parse(string) - - Version string - - - - Creates a NuGetVersion from an existing NuGetVersion - - - - - Creates a NuGetVersion from a .NET Version - - Version numbers - Prerelease label - Build metadata - - - - Creates a NuGetVersion X.Y.Z - - X.y.z - x.Y.z - x.y.Z - - - - Creates a NuGetVersion X.Y.Z-alpha - - X.y.z - x.Y.z - x.y.Z - Prerelease label - - - - Creates a NuGetVersion X.Y.Z-alpha#build01 - - X.y.z - x.Y.z - x.y.Z - Prerelease label - Build metadata - - - - Creates a NuGetVersion X.Y.Z-alpha.1.2#build01 - - X.y.z - x.Y.z - x.y.Z - Prerelease labels - Build metadata - - - - Creates a NuGetVersion W.X.Y.Z - - W.x.y.z - w.X.y.z - w.x.Y.z - w.x.y.Z - - - - Creates a NuGetVersion W.X.Y.Z-alpha#build01 - - W.x.y.z - w.X.y.z - w.x.Y.z - w.x.y.Z - Prerelease label - Build metadata - - - - Creates a NuGetVersion W.X.Y.Z-alpha.1#build01 - - W.x.y.z - w.X.y.z - w.x.Y.z - w.x.y.Z - Prerelease labels - Build metadata - - - - Creates a NuGetVersion from a .NET Version with additional release labels, build metadata, and a - non-normalized version string. - - Version numbers - prerelease labels - Build metadata - Non-normalized original version string - - - - Returns the version string. - - This method includes legacy behavior. Use ToNormalizedString() instead. - Versions with SemVer 2.0.0 components are automatically normalized. - - - - Creates a NuGetVersion from a string representing the semantic version. - - - - - Parses a version string using loose semantic versioning rules that allows 2-4 version components followed - by an optional special version. - - - - - Parses a version string using strict SemVer rules. - - - - - Creates a legacy version string using System.Version - - - - - A System.Version representation of the version without metadata or release labels. - - - - - True if the NuGetVersion is using legacy behavior. - - - - - Revision version R (x.y.z.R) - - - - - Returns true if version is a SemVer 2.0.0 version - - - - - Returns the original, non-normalized version string. - - - - - Specifies the floating behavior type. - - - - - Lowest version, no float - - - - - Highest matching pre-release label - - - - - x.y.z.* - - - - - x.y.* - - - - - x.* - - - - - * - - - - - Float major and pre-release - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Value cannot be null or an empty string.. - - - - - Looks up a localized string similar to '{0}' is not a valid version string.. - - - - - A strict SemVer implementation - - - A base version operations - - - - - Creates a SemanticVersion from an existing SemanticVersion - - Version to clone. - - - - Creates a SemanticVersion X.Y.Z - - X.y.z - x.Y.z - x.y.Z - - - - Creates a NuGetVersion X.Y.Z-alpha - - X.y.z - x.Y.z - x.y.Z - Prerelease label - - - - Creates a NuGetVersion X.Y.Z-alpha#build01 - - X.y.z - x.Y.z - x.y.Z - Prerelease label - Build metadata - - - - Creates a NuGetVersion X.Y.Z-alpha.1.2#build01 - - X.y.z - x.Y.z - x.y.Z - Release labels that have been split by the dot separator - Build metadata - - - - Internal constructor. - - Version - Full release label - Build metadata - - - - Internal constructor. - - X.y.z - x.Y.z - x.y.Z - x.y.z.R - Prerelease label - Build metadata - - - - Internal constructor. - - - - - - - - - - - - - - - - - Internal constructor. - - Version - Release labels - Build metadata - - - - Gives a normalized representation of the version. - This string is unique to the identity of the version and does not contain metadata. - - - - - Gives a full representation of the version include metadata. - This string is not unique to the identity of the version. Other versions - that differ on metadata will have a different full string representation. - - - - - Get the normalized string. - - - - - Custom string format. - - - - - Internal string formatter. - - - - - Hash code - - - - - Object compare. - - - - - Compare to another SemanticVersion. - - - - - Equals - - - - - Equals - - - - - True if the VersionBase objects are equal based on the given comparison mode. - - - - - Compares NuGetVersion objects using the given comparison mode. - - - - - Equals - - - - - Not equal - - - - - Less than - - - - - Less than or equal - - - - - Greater than - - - - - Greater than or equal - - - - - Parses a SemVer string using strict SemVer rules. - - - - - Parse a version string - - false if the version is not a strict semver - - - - Parse the version string into version/release/build - The goal of this code is to take the most direct and optimized path - to parsing and validating a semver. Regex would be much cleaner, but - due to the number of versions created in NuGet Regex is too slow. - - - - - Major version X (X.y.z) - - - - - Minor version Y (x.Y.z) - - - - - Patch version Z (x.y.Z) - - - - - A collection of pre-release labels attached to the version. - - - - - The full pre-release label for the version. - - - - - True if pre-release labels exist for the version. - - - - - True if metadata exists for the version. - - - - - Build metadata attached to the version. - - - - - An IVersionComparer for NuGetVersion and NuGetVersion types. - - - - - A default comparer that compares metadata as strings. - - - - - A comparer that uses only the version numbers. - - - - - Compares versions without comparing the metadata. - - - - - A version comparer that follows SemVer 2.0.0 rules. - - - - - Creates a VersionComparer using the default mode. - - - - - Creates a VersionComparer that respects the given comparison mode. - - comparison mode - - - - Determines if both versions are equal. - - - - - Compares the given versions using the VersionComparison mode. - - - - - Gives a hash code based on the normalized version string. - - - - - Compare versions. - - - - - Compares the 4th digit of the version number. - - - - - Compares sets of release labels. - - - - - Release labels are compared as numbers if they are numeric, otherwise they will be compared - as strings. - - - - - Version comparison modes. - - - - - Semantic version 2.0.1-rc comparison with additional compares for extra NuGetVersion fields. - - - - - Compares only the version numbers. - - - - - Include Version number and Release labels in the compare. - - - - - Include all metadata during the compare. - - - - - Version extension methods. - - - - - Find the version that best matches the VersionRange and the floating behavior. - - - - - Find the version that best matches the VersionRange and the floating behavior. - - - - - Custom formatter for NuGet versions. - - - - - A static instance of the VersionFormatter class. - - - - - Format a version string. - - - - - Get version format type. - - - - - Create a normalized version string. This string is unique for each version 'identity' - and does not include leading zeros or metadata. - - - - - Create the full version string including metadata. This is primarily for display purposes. - - - - - Represents a range of versions and a preferred order. - - - Static factory methods for creating version range objects. - - - - - A range that accepts all versions, prerelease and stable. - - - - - A range that accepts all versions, prerelease and stable, and floats to the highest. - - - - - A range that accepts all stable versions - - - - - A range that accepts all versions, prerelease and stable, and floats to the highest. - - - - - A range that rejects all versions - - - - - Creates a range that is greater than or equal to the minVersion. - - Lower bound of the version range. - - - - Creates a range that is greater than or equal to the minVersion with the given float behavior. - - Lower bound of the version range. - Floating behavior. - - - - Clones a version range and applies a new float range. - - - - - Creates a VersionRange with the given min and max. - - Lower bound of the version range. - True if minVersion satisfies the condition. - Upper bound of the version range. - True if maxVersion satisfies the condition. - The floating range subset used to find the best version match. - The original string being parsed to this object. - - - - Normalized range string. - - - - - Normalized range string. - - - - - A legacy version range compatible with NuGet 2.8.3 - - - - - A short legacy version range compatible with NuGet 2.8.3. - Ex: 1.0.0 - - - - - Format the version range with an IFormatProvider - - - - - Format the range - - - - - Format the version range in Pretty Print format. - - - - - Return the version that best matches the range. - - - - - Determines if a given version is better suited to the range than a current version. - - - - - Removes the floating snapshot part of the minimum version if it exists. - Ex: 1.0.0-* -> 1.0.0 - - - - - Remove the snapshot version section of a version - - - - - ToLegacyShortString that also includes floating ranges - - - - - The version string is either a simple version or an arithmetic range - e.g. - 1.0 --> 1.0 ≤ x - (,1.0] --> x ≤ 1.0 - (,1.0) --> x < 1.0 - [1.0] --> x == 1.0 - (1.0,) --> 1.0 < x - (1.0, 2.0) --> 1.0 < x < 2.0 - [1.0, 2.0] --> 1.0 ≤ x ≤ 2.0 - - - - - Direct parse - - - - - Parses a VersionRange from its string representation. - - - - - Parses a VersionRange from its string representation. - - - - - Returns the smallest range that includes all given versions. - - - - - Returns the smallest range that includes all given versions. - - - - - Returns the smallest range that includes all given ranges. - - - - - Returns the smallest range that includes all given ranges. - - - - - Returns the greatest common range that satisfies all given ranges. - - - - - Returns the greatest common range that satisfies all given ranges. - - - - - Verify the range has an actual width. - Ex: no version can satisfy (3.0.0, 3.0.0) - - - - - True if the range has a floating version above the min version. - - - - - Optional floating range used to determine the best version match. - - - - - Original string being parsed to this object. - - - - - A base version range that handles ranges only and not any of the preferred version logic. - - - - - Creates a VersionRange with the given min and max. - - Lower bound of the version range. - True if minVersion satisfies the condition. - Upper bound of the version range. - True if maxVersion satisfies the condition. - - - - Determines if an NuGetVersion meets the requirements. - - SemVer to compare - True if the given version meets the version requirements. - - - - Determines if an NuGetVersion meets the requirements using the given mode. - - SemVer to compare - VersionComparison mode used to determine the version range. - True if the given version meets the version requirements. - - - - Determines if an NuGetVersion meets the requirements using the version comparer. - - SemVer to compare. - Version comparer used to determine if the version criteria is met. - True if the given version meets the version requirements. - - - - Compares the object as a VersionRange with the default comparer - - - - - Returns the hash code using the default comparer. - - - - - Default compare - - - - - Use the VersionRangeComparer for equality checks - - - - - Use a specific VersionComparison for comparison - - - - - Use a specific IVersionComparer for comparison - - - - - SubSet check - - - - - SubSet check - - - - - True if MinVersion exists; - - - - - True if MaxVersion exists. - - - - - True if both MinVersion and MaxVersion exist. - - - - - True if MinVersion exists and is included in the range. - - - - - True if MaxVersion exists and is included in the range. - - - - - Maximum version allowed by this range. - - - - - Minimum version allowed by this range. - - - - - Infer if the range should allow prerelease versions based on if the lower or upper bounds - contain prerelease labels. - - - - - A version range comparer capable of using different VersionComparers to check if ranges are equivalent. - - - - - Default version range comparer. - - - - - Compare versions with a specific VersionComparison - - - - - Compare versions with a specific IVersionComparer - - - - - Checks if two version ranges are equivalent. This follows the rules of the version comparer - when checking the bounds. - - - - - Creates a hash code based on all properties of the range. This follows the rules of the - version comparer when comparing the version bounds. - - - - - Default Version comparer - - - - - Compare versions using the Version and Release - - - - - VersionRange formatter - - - - - Custom version range format provider. - - - - - Format a version range string. - - - - - Format type. - - - - - Builds a normalized string with no short hand - - - - - Builds a string to represent the VersionRange. This string can include short hand notations. - - - - - Creates a legacy short string that is compatible with NuGet 2.8.3 - - - - - Creates a legacy string that is compatible with NuGet 2.8.3 - - - - - A pretty print representation of the VersionRange. - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll b/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll deleted file mode 100755 index 1f349f8c..00000000 Binary files a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.xml b/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.xml deleted file mode 100755 index fc7333ef..00000000 --- a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.xml +++ /dev/null @@ -1,17381 +0,0 @@ - - - - NuGet.Build.Tasks.Pack - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - TaskLoggingHelper -> ILogger - - - - - Log using with metadata for non mono platforms. - - - - - Log using basic methods to avoid missing methods on mono. - - - - - TaskItem wrapper - - - - - The logic for converting the set of pack MSBuild task parameters to a fully initialized package builder. The - set of parameters provided to the MSBuild pask task is . This interface - allows the logic of the pack task to be seperated from the MSBuild-specific types. The motivation is - testability. - - - - - Initialize the pack args from the pack task request. - - - - - Initialize the package builder from the pack task request. - - - - - Initialize the pack command runner from the pack task request and the output of - and - . - - - - - Build the package. This method actually writes the .nupkg to disk. - - - - - All of the properties provided by MSBuild to execute pack. - - - The item type. This will either be or a . - - - - - This method does two important things: - 1. Normalizes string parameters, trimming whitespace and coalescing empty strings to null. - 2. Wrap instances to facility unit testing. - - - - - This property is only used for testing. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The assets file found does not contain a valid package spec. Try restoring the project again. The location of the assets file is {0}.. - - - - - Looks up a localized string similar to The assets file produced by restore does not exist. Try restoring the project again. The expected location of the assets file is {0}.. - - - - - Looks up a localized string similar to The file '{0}' to be packed was not found on disk.. - - - - - Looks up a localized string similar to MinClientVersion string specified '{0}' is invalid.. - - - - - Looks up a localized string similar to NuspecProperties should be in the form of "key1=value1;key2=value2".. - - - - - Looks up a localized string similar to PackageReference {0} needs to have a valid version.. - - - - - Looks up a localized string similar to PackageVersion string specified '{0}' is invalid.. - - - - - Looks up a localized string similar to Invalid target framework for the file '{0}'.. - - - - - Looks up a localized string similar to No project was provided to the PackTask.. - - - - - Represents a directory's content in the file provider. - - - - - True if a directory was located at the given path. - - - - - Represents a file in the given file provider. - - - - - Return file contents as readonly stream. Caller should dispose stream when complete. - - The file stream - - - - True if resource exists in the underlying storage system. - - - - - The length of the file in bytes, or -1 for a directory or non-existing files. - - - - - The path to the file, including the file name. Return null if the file is not directly accessible. - - - - - The name of the file or directory, not including any path. - - - - - When the file was last modified - - - - - True for the case TryGetDirectoryContents has enumerated a sub-directory - - - - - A read-only file provider abstraction. - - - - - Locate a file at the given path. - - Relative path that identifies the file. - The file information. Caller must check Exists property. - - - - Enumerate a directory at the given path, if any. - - Relative path that identifies the directory. - Returns the contents of the directory. - - - - Creates a for the specified . - - Filter string used to determine what files or folders to monitor. Example: **/*.cs, *.*, subFolder/**/*.cshtml. - An that is notified when a file matching is added, modified or deleted. - - - - Represents a non-existing file. - - - - - Propagates notifications that a change has occured. - - - - - Registers for a callback that will be invoked when the entry has changed. - MUST be set before the callback is invoked. - - The to invoke. - State to be passed into the callback. - An that is used to unregister the callback. - - - - Gets a value that indicates if a change has occured. - - - - - Indicates if this token will pro-actively raise callbacks. Callbacks are still guaranteed to fire, eventually. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Shared code to run the "delete" command from the command line projects - - - - - Command Runner used to run the business logic for nuget locals command - - - - - Executes the logic for nuget locals command. - - - - - - - Lists out the cache location(s) path. - - Cache resource to be listed - Thorws ArgumentException if the specified resource name does not match a known cache type. - - - - Prints the specified local resource path. - - Specified resource name - Path for the specified resource - - - - Clears the specified cache location(s). - - - - Thorws ArgumentException if the specified resource name does not match a known cache type. - - True if the operation was successful; otherwise false. - - - - Clears the global NuGet packages cache. - - - True if the operation was successful; otherwise false. - - - - Clears the NuGet v3 HTTP cache. - - - True if the operation was successful; otherwise false. - - - - Clears the temp folder cache. - - - True if the operation was successful; otherwise false. - - - - Identifies the specified resource name to be cleared. - - specified resource name - Returns LocalResourceName indicating the local resource name specified. - - - - Recursively deletes the specified directory tree. - - Specified directory to be deleted - - True if the operation was successful; otherwise false. - - - - Shared code to run the "push" command from the command line projects - - - - - Command Runner used to run the business logic for nuget list command - - - - - Executes the logic for nuget list command. - - - - - - - This is the final output path of the assembly on disk as set by msbuild. - - - - - This denotes the TargetPath as set by msbuild. Usually this is just the file name, but for satellite DLLs, - this is Culture\filename. - - - - - This is the target framework for which this assembly was built. - - - - - Create an error message for the given issue. - - - - - Check if the library contains assets. - - - - - Build a incompatible error message for either a package or project - - - - - Get all content groups that have the nearest TxM - - - - - Apply build actions from the nuspec to items from the contentFiles folder. - - - - - Create an empty lock file item for any/any - - - - - A virtual file system based on a list of strings from ContentModel. - - - - - Warning and error logging helpers. - - - - - Format an id and include the version only if it exists. - Ignore versions for projects. - - - - - Format an id and include the range only if it has bounds. - - - - - Format an id and include the lower bound only if it has one. - - - - - Format a graph name with an optional RID. - - - - - Format a message as: - - First line - - second - - third - - - - - Merge messages with the same code and message, combining the target graphs. - - - - - Log warnings for packages that did not resolve to the minimum version of the dependency range. - - - - - Log warnings for all project issues related to unexpected dependencies. - - - - - Get warnings for packages that have dependencies on non-existant versions of packages - and also for packages with ranges that have missing minimum versions. - - - - - Get warning message for missing minimum dependencies. - - - - - Warn for dependencies that have been bumped up. - - - - - Warn for project dependencies that do not include a lower bound on the version range. - - - - - True if the dependency version range has a min version that matches the resolved version. - - - - - True if the range has an obtainable version for the lower bound. - - - - - Create target graph names for each framework the dependency exists under. - - - - - Log errors for packages and projects that were missing. - - - - - Log errors for missing dependencies. - - - - - Create a specific error message for the unresolved dependency. - - - - - True if no stable versions satisfy the range - but a pre-release version is found. - - - - - True if the range allows pre-release versions. - - - - - Found 2839 version(s) in nuget-build [ Nearest version: 1.0.0-beta ] - - - - - Get the complete set of source info for a package id. - - - - - Find all package versions from a source. - - - - - Find the best match on the feed. - - - - - Gets the path that the lock file will be written to. - - - - - Gets the lock file that was generated during the restore or, in the case of a locked lock file, - was used to determine the packages to install during the restore. - - - - - The existing lock file. This is null if no lock file was provided on the . - - - - - Props and targets files to be written to disk. - - - - - Gets the runtime identifier used during the restore operation on this graph - - - - - Gets the used during the restore operation on this graph - - - - - Gets the used to resolve assets from packages in this graph - - - - - Gets the that defines runtimes and their relationships for this graph - - - - - Gets the resolved dependency graph - - - - - True if the file should be added to the lock file library - Fale if it is an OPC file or empty directory - - - - - Contains Package specific properties for Warnings. - - - - - Contains Package specific No warn properties. - NuGetLogCode -> LibraryId -> Set of Frameworks. - - - - - Extracts PackageSpecific WarningProperties from a PackageSpec - - PackageSpec containing the Dependencies with WarningProperties - PackageSpecific WarningProperties extracted from a PackageSpec - - - - Adds a NuGetLogCode into the NoWarn Set for the specified library Id and target graph. - - NuGetLogCode for which no warning should be thrown. - Library for which no warning should be thrown. - Target graph for which no warning should be thrown. - - - - Adds a list of NuGetLogCode into the NoWarn Set for the specified library Id and target graph. - - IEnumerable of NuGetLogCode for which no warning should be thrown. - Library for which no warning should be thrown. - Target graph for which no warning should be thrown. - - - - Checks if a NugetLogCode is part of the NoWarn list for the specified library Id and target graph. - - NugetLogCode to be checked. - library Id to be checked. - target graph to be checked. - True iff the NugetLogCode is part of the NoWarn list for the specified libraryId and Target Graph. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - Minimum verbosity below which no logs will be passed to the inner logger. - If this is true, then errors and warnings will not be passed to inner logger. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - If this is false, then errors and warnings will not be passed to inner logger. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - Minimum verbosity below which no logs will be passed to the inner logger. - - - - Initializes an instance of the , while still - delegating all log messages to the inner logger. - - The inner logger used to delegate the logging. - - - - Decides if the log should be passed to the inner logger. - - IRestoreLogMessage to be logged. - bool indicating if this message should be logged. - - - - Class to hold ProjectWide and PackageSpecific WarningProperties. - - - - - Attempts to suppress a warning log message or upgrade it to error log message. - The decision is made based on the Package Specific or Project wide warning properties. - - Message that should be suppressed or upgraded to an error. - Bool indicating is the warning should be suppressed or not. - If not then the param message sould have been mutated to an error - - - - Method is used to check is a warning should be suppressed and if not then if it should be treated as an error. - - Message which should be mutated if needed. - bool indicating if the ILogMessage should be suppressed or not. - - - - Contains the target frameworks for the project. - These are used for no warn filtering in case of a log message without a target graph. - - - - - Contains Project wide properties for Warnings. - - - - - Contains Package specific properties for Warnings. - NuGetLogCode -> LibraryId -> Set of Frameworks. - - - - - Output path on disk. - - - - - MSBuild file content. This will be null for files - that should be removed. - - - - - Optional position arguement used when ordering groups in the output file. - - - - - Conditions applied to the item group. These will be AND'd together. - - - - - Items or imports. - - - - - Root element name. - - - - - Combined conditions - - - - - In Memory dg file provider. - - - - - Return all references for a given project path. - References is modified by this method. - This includes the root project. - - - - - ITaskItem abstraction - - - - - Retrieve property value and trim. - - - - - Retrieve property value with optional trimming. - - - - - Include attribute value. - - - - - Raw untrimmed properties. - - - - - Retrieves pre-loaded restore requests. The inputs here have already been determined. - - - - - Create RestoreRequest objects. - - - - - True if this provider supports the given path. Only one provider should handle an input. - - - - - Create RestoreRequest objects. - - Project.json or project file path. - Command line arguments. - - - - - - Internal ITaskItem abstraction - - - - - Get property or null if empty. Trims whitespace from values. - - - - - Get property or null if empty. - - - - - Uses either Sources or Settings, and then adds Fallback sources. - - - - - Sources to use for restore. This is not used if SourceRepositories contains the - already built SourceRepository objects. - - - - - DG v2 related validation error. - - - - - ResolvedDependencyKey represents a node in the graph, the edge containing - the dependency constraint, and the child node that was resolved based - on this constraint. - - (Parent Node) --(Range Constraint)--> (Resolved Child Node) - - - - - Parent node. - - - - - Dependency range from the parent on the child. - - - - - Child node. - - - - - Check if the given graphs are valid and log errors/warnings. - If fatal errors are encountered the rest of the errors/warnings - are not logged. This is to avoid flooding the log with long - dependency chains for every package. - - - - - Logs an error and returns false if any cycles exist. - - - - - Logs an error and returns false if any conflicts exist. - - - - - Log downgrade warnings from the graphs. - - - - - Holds an and returns the message for the exception. - - - - - Feed providers - - - - - Providers used by the restore command. These can be shared across restores. - - Path to the global packages folder. - Path to any fallback package folders. - This is typically just a provider for the global packages folder. - All dependency providers. - - - - A repository may be passed in as part of the request. - This allows multiple restores to share the same cache for the global packages folder - and reduce disk hits. - - - - - Caches providers for the RestoreCommand. This helper ensures that no resources are duplicated. - - - - - The project to perform the restore on - - - - - The directory in which to install packages - - - - - Whether or not packages written and read from the global packages directory has - lowercase ID and version folder names or original case. - - - - - A list of projects provided by external build systems (i.e. MSBuild) - - - - - The path to the lock file to read/write. If not specified, uses the file 'project.lock.json' in the same - directory as the provided PackageSpec. - - - - - The existing lock file to use. If not specified, the lock file will be read from the - (or, if that property is not specified, from the default location of the lock file, as specified in the - description for ) - - - - - The number of concurrent tasks to run during installs. Defaults to - . Set this to '1' to - run without concurrency. - - - - - Additional compatibility profiles to check compatibility with. - - - - - Lock file version format to output. - - This defaults to the latest version. - - - - These Runtime Ids will be added to the graph in addition to the runtimes contained - in project.json under runtimes. - - RIDs are case sensitive. - - - - Gets or sets the . - - - - - These Runtime Ids will be used if and the project runtimes - are both empty. - - RIDs are case sensitive. - - - - This contains resources that are shared between project restores. - This includes both remote and local package providers. - - - - - Defines the paths and behavior for outputs - - - - - Restore output path - - - - - Base Intermediate output path - - - - - Compatibility options - - - - - Display Errors and warnings as they occur - - - - - Calculates the complete set of all packages installed by this operation - - - This requires quite a bit of iterating over the graph so the result should be cached - - A set of libraries that were installed by this operation - - - - Calculates the complete set of all unresolved dependencies for this operation - - - This requires quite a bit of iterating over the graph so the result should be cached - - A set of dependencies that were unable to be resolved by this operation - - - - Commits the lock file contained in and the MSBuild targets/props to - the local file system. - - If and are identical - the file will not be written to disk. - - - - Gets the path that the lock file will be written to. - - - - - Gets the resolved dependency graphs produced by the restore operation - - - - - Props and targets files to be written to disk. - - - - - Restore type. - - - - - Gets the lock file that was generated during the restore or, in the case of a locked lock file, - was used to determine the packages to install during the restore. - - - - - The existing lock file. This is null if no lock file was provided on the . - - - - - Restore time - - - - - Cache File. The previous cache file for this project - - - - - Cache File path. The file path where the cache is written out - - - - - Shared code to run the "restore" command for dotnet restore, nuget.exe, and VS. - - - - - Create requests, execute requests, and commit restore results. - - - - - Create requests, execute requests, and commit restore results. - - - - - Execute and commit restore requests. - - - - - Execute and commit restore requests. - - - - - Create restore requests but do not execute them. - - - - - Wrapper for RestoreRequest - - - - - Gets the runtime identifier used during the restore operation on this graph - - - - - Gets the used during the restore operation on this graph - - - - - Gets the used to resolve assets from packages in this graph - - - - - Gets the that defines runtimes and their relationships for this graph - - - - - Gets the resolved dependency graph - - - - - A source repository dependency provider. - - - - - Initializes a new class. - - A source repository. - A logger. - A source cache context. - - true to ignore failed sources; otherwise false. - - true to ignore warnings; otherwise false. - Thrown if - is null. - Thrown if is null. - Thrown if is null. - - - - Asynchronously discovers all versions of a package from a source and selects the best match. - - This does not download the package. - A library range. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets package dependencies. - - A library identity. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously discover all package versions from a feed. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - - - - Gets a flag indicating whether or not the provider source is HTTP or HTTPS. - - - - - Gets the package source. - - Optional. This will be null for project providers. - - - - The macros that we may use in MSBuild to replace path roots. - - - - - Write XML to disk. - Delete files which do not have new XML. - - - - - Create MSBuild targets and props files. - Null will be returned for files that should be removed. - - - - - Add standard properties to only props file if it exists, otherwise the targets. - - - - - Apply standard properties in a property group. - - - - - Get empty file with the base properties. - - - - - Returns null if the result should not exist on disk. - - - - - Check if the file has changes compared to the original on disk. - - - - - A simple node class to hold the incoming dependency edge during the graph walk. - - - - - Incoming edge - - - - - Node item - - - - - Find the flags for a node. - Include - Exclude - ParentExclude - - - - - Prefer projects over packages - - - - - - - - - Populate assets for a . - - - - - Runtime targets - These are applied only to non-RID target graphs. - They are not used for compatibility checks. - - - - - Add framework references. - - - - - Apply filters from the references node in the nuspec. - - - - - COMPAT: Support lib/contract so older packages can be consumed - - - - - Create a library for a project. - - - - - Convert from the expected nupkg path to the on disk path. - - - - - Create lock file items for the best matching group. - - Enumerate this once after calling. - - - - Get packageId.targets and packageId.props - - - - - Creates an ordered list of selection criteria to use. This supports fallback frameworks. - - - - - Clears a lock file group and replaces the first item with _._ if - the group has items. Empty groups are left alone. - - - - - True if the group has items that do not end with _._ - - - - - Group all items by the primary key, then select the nearest TxM - within each group. - Items that do not contain the primaryKey will be filtered out. - - - - - Create LockFileItems from groups of library items. - - Library items grouped by RID. - Lock file section the items apply to. - - - - Replace / with the local directory separator if needed. - For OSX and Linux the same string is returned. - - - - - Replace excluded asset groups with _._ if they have > 0 items. - - - - - Helpers for dealing with dg files and processing msbuild related inputs. - - - - - Convert MSBuild items to a DependencyGraphSpec. - - - - - Insert asset flags into dependency, based on ;-delimited string args - - - - - Insert asset flags into project dependency, based on ;-delimited string args - - - - - Convert MSBuild items to a PackageSpec. - - - - - Remove missing project dependencies. These are typically caused by - non-NuGet projects which are missing the targets needed to walk them. - Visual Studio ignores these projects so from the command line we should - also. Build will fail with the appropriate errors for missing projects - restore should not warn or message for this. - - - - - True if the list contains CLEAR. - - - - - True if the list contains CLEAR and non-CLEAR keywords. - - CLEAR;CLEAR is considered valid. - - - - Logs an error if CLEAR is used with non-CLEAR entries. - - True if an invalid combination exists. - - - - Log warning NU1503 - - - - - Remove duplicates and excluded values a set of sources or fallback folders. - - Compares with Ordinal, excludes must be exact matches. - - - - Return the parsed version or 1.0.0 if the property does not exist. - - - - - Write the dg file to a temp location if NUGET_PERSIST_DG. - - This is a noop if NUGET_PERSIST_DG is not set to true. - - - - Create warning properties from the msbuild property strings. - - - - - Convert http:/url to http://url - If not needed the same path is returned. This is to work around - issues with msbuild dropping slashes from paths on linux and osx. - - - - - True if NUGET_PERSIST_DG is set to true. - - - - - Splits and parses a ; or , delimited list of log codes. - Ignores codes that are unknown. - - - - - Function used to display errors and warnings at the end of restore operation. - The errors and warnings are read from the assets file based on restore result. - - LockFile generated by preview restore. - Logger used to display warnings and errors. - - - - If the dependencyGraphSpec is not set, we cannot no-op on this project restore. - - - - - The cache file path is $(BaseIntermediateOutputPath)\$(project).nuget.cache - - - - - Evaluate the location of the cache file path, based on ProjectStyle. - - - - - Evaluate the location of the cache file path, based on ProjectStyle. - - - - - This method verifies that the props/targets files and all the packages written out in the lock file are present on disk - This does not account if the files were manually modified since the last restore - - - - - Read out all the packages specified in the existing lock file and verify that they are in the cache - - - - - Calculates the hash value, used for the no-op optimization, for the request - This methods handles the deduping of tools - Handles the ignoring of RestoreSettings - - - - - This method will resolve the cache/lock file paths for the tool if available in the cache - This method will set the CacheFilePath and the LockFilePath in the RestoreMetadat if a matching tool is available - - - - - Validate a dg file. This will throw a RestoreSpecException if there are errors. - - - - - Build a package spec in memory to execute the tool restore as if it were - its own project. For now, we always restore for a null runtime and a single - constant framework. - - - - - Only one output can win per packages folder/version range. Between colliding requests take - the intersection of the inputs used. - - - - - - - Returns the name of the single dependency in the spec or null. - - - - - Returns the name of the single dependency in the spec or null. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Add file '{0}' to package as '{1}'. - - - - - Looks up a localized string similar to Building project '{0}' for target framework '{1}'.. - - - - - Looks up a localized string similar to '{0}' cannot be used in conjunction with other values.. - - - - - Looks up a localized string similar to Failed to build using '{0} {1}'.. - - - - - Looks up a localized string similar to Cannot find version of msbuild.. - - - - - Looks up a localized string similar to PackageTargetFallback and AssetTargetFallback cannot be used together. Remove PackageTargetFallback(deprecated) references from the project environment.. - - - - - Looks up a localized string similar to Invalid input '{0}'. The file type was not recognized.. - - - - - Looks up a localized string similar to Invalid input '{0}'. Valid file names are 'packages.config' or 'packages.*.config'.. - - - - - Looks up a localized string similar to Invalid input '{0}'. Valid file names are 'project.json' or '*.project.json'.. - - - - - Looks up a localized string similar to Failed to build package because of an unsupported targetFramework value on '{0}'.. - - - - - Looks up a localized string similar to Source parameter was not specified.. - - - - - Looks up a localized string similar to Unable to find package {0}. No packages exist with this id in source(s): {1}. - - - - - Looks up a localized string similar to Unable to find package {0} with version {1}. - - - - - Looks up a localized string similar to Unable to find a stable package {0} with version {1}. - - - - - Looks up a localized string similar to Failed to build package. Ensure '{0}' includes assembly files. For help on building symbols package, visit {1}.. - - - - - Looks up a localized string similar to Failed to build package. Ensure '{0}' includes source and symbol files. For help on building symbols package, visit {1}.. - - - - - Looks up a localized string similar to Failed to build package. {0}. - - - - - Looks up a localized string similar to Error occurred when processing file '{0}': {1}. - - - - - Looks up a localized string similar to Unable to find project '{0}'. Check that the project reference is valid and that the project file exists.. - - - - - Looks up a localized string similar to Unable to find project information for '{0}'. The project file may be invalid or missing targets required for restore.. - - - - - Looks up a localized string similar to No build found in {0}. Use the -Build option or build the project.. - - - - - Looks up a localized string similar to The folder '{0}' does not contain a project to restore.. - - - - - Looks up a localized string similar to Failed to find a project to restore in the folder '{0}'.. - - - - - Looks up a localized string similar to Package '{0}' specifies an invalid build action '{1}' for file '{2}'.. - - - - - Looks up a localized string similar to Invalid input '{0}'. XProj support has been removed. Support for XProj and standalone project.json files has been removed, to continue working with legacy projects use NuGet 3.5.x from https://nuget.org/downloads. - - - - - Looks up a localized string similar to Failed to build '{0}'.. - - - - - Looks up a localized string similar to File '{0}' is not added because the package already contains file '{1}'. - - - - - Looks up a localized string similar to Found {0} version(s) in {1} [ Nearest version: {2} ]. - - - - - Looks up a localized string similar to Found {0} version(s) in {1}. - - - - - Looks up a localized string similar to Please specify a nuspec, project.json, or project file to use. - - - - - Looks up a localized string similar to Invalid restore input. {0}. - - - - - Looks up a localized string similar to Invalid restore input. {0} Input files: {1}.. - - - - - Looks up a localized string similar to The specified source '{0}' is invalid. Please provide a valid source.. - - - - - Looks up a localized string similar to Local resources cleared.. - - - - - Looks up a localized string similar to Clearing local resources failed: Unable to delete one or more files.. - - - - - Looks up a localized string similar to Clearing NuGet cache: {0}. - - - - - Looks up a localized string similar to Clearing NuGet global packages cache: {0}. - - - - - Looks up a localized string similar to Clearing NuGet HTTP cache: {0}. - - - - - Looks up a localized string similar to Clearing NuGet Temp cache: {0}. - - - - - Looks up a localized string similar to Failed to delete '{0}'.. - - - - - Looks up a localized string similar to usage: NuGet locals <all | http-cache | global-packages | temp> [--clear | -c | --list | -l] - For more information, visit http://docs.nuget.org/docs/reference/command-line-reference. - - - - - Looks up a localized string similar to An invalid local resource name was provided. Please provide one of the following values: http-cache, temp, global-packages, all.. - - - - - Looks up a localized string similar to The location of local resource '{0}' is undefined.. - - - - - Looks up a localized string similar to Local resources partially cleared.. - - - - - Looks up a localized string similar to The expected assets file for {0} does not exist, no-op is not possible. Continuing restore.. - - - - - Looks up a localized string similar to Checking compatibility of packages on {0}.. - - - - - Looks up a localized string similar to Checking compatibility for {0} {1} with {2}.. - - - - - Looks up a localized string similar to Committing restore.... - - - - - Looks up a localized string similar to NuGet Config files used:. - - - - - Looks up a localized string similar to The package {0} was converted to original case in the packages directory.. - - - - - Looks up a localized string similar to Cycle detected.. - - - - - Looks up a localized string similar to Dependency specified was {0} {1} but ended up with {2} {3}.. - - - - - Looks up a localized string similar to Detected package downgrade: {0} from {1} to {2}. Reference the package directly from the project to select a different version.. - - - - - Looks up a localized string similar to Errors in {0}. - - - - - Looks up a localized string similar to Failed to resolve conflicts for {0}.. - - - - - Looks up a localized string similar to Feeds used:. - - - - - Looks up a localized string similar to Found project root directory: {0}.. - - - - - Looks up a localized string similar to {0} ({1}). - - - - - Looks up a localized string similar to {0} ({1}) / {2}. - - - - - Looks up a localized string similar to Generating MSBuild file {0}.. - - - - - Looks up a localized string similar to Package '{0}' was restored using '{1}' instead of the project target framework '{2}'. This package may not be fully compatible with your project.. - - - - - Looks up a localized string similar to Installed:. - - - - - Looks up a localized string similar to {0} package(s) to {1}. - - - - - Looks up a localized string similar to Installing {0} {1}.. - - - - - Looks up a localized string similar to Loaded project {0} from {1}.. - - - - - Looks up a localized string similar to {0} {1} is specified in the Lock File target for {2} but is not present in the top-level Libraries list.. - - - - - Looks up a localized string similar to The lock file is out-of-date relative to the project file. Regenerating the lock file and re-locking.. - - - - - Looks up a localized string similar to Merging in runtimes defined in {0}.. - - - - - Looks up a localized string similar to {0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no compatible run-time assembly.. - - - - - Looks up a localized string similar to {0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no run-time assembly compatible with {4}.. - - - - - Looks up a localized string similar to Not all packages are on disk for: {0}. - - - - - Looks up a localized string similar to Added file '{0}'.. - - - - - Looks up a localized string similar to Attempting to build symbols package for '{0}'.. - - - - - Looks up a localized string similar to Successfully created package '{0}'.. - - - - - Looks up a localized string similar to Package {0} {1} is not compatible with {2}.. - - - - - Looks up a localized string similar to Package {0} {1} does not support any target frameworks.. - - - - - Looks up a localized string similar to Package {0} {1} supports:. - - - - - Looks up a localized string similar to All packages and projects are compatible with {0}.. - - - - - Looks up a localized string similar to One or more packages are incompatible with {0}.. - - - - - Looks up a localized string similar to The project {0} does not specify any target frameworks in {1}.. - - - - - Looks up a localized string similar to Project {0} is not compatible with {1}.. - - - - - Looks up a localized string similar to Project {0} does not support any target frameworks.. - - - - - Looks up a localized string similar to Project {0} supports:. - - - - - Looks up a localized string similar to One or more projects are incompatible with {0}.. - - - - - Looks up a localized string similar to The props file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.. - - - - - Looks up a localized string similar to Reading project file {0}.. - - - - - Looks up a localized string similar to Unable to satisfy conflicting requests for '{0}': {1} Framework: {2}. - - - - - Looks up a localized string similar to Resolving conflicts for {0}.... - - - - - Looks up a localized string similar to Restore completed in {0} for {1}.. - - - - - Looks up a localized string similar to Restore failed in {0} for {1}.. - - - - - Looks up a localized string similar to The restore inputs for '{0}' have changed. Continuing restore.. - - - - - Looks up a localized string similar to The restore inputs for '{0}' have not changed. No further actions are required to complete the restore.. - - - - - Looks up a localized string similar to Restoring packages for {0}.... - - - - - Looks up a localized string similar to Restoring packages for {0} to determine compatibility.... - - - - - Looks up a localized string similar to Restoring packages for tool '{0}' in {1}.... - - - - - Looks up a localized string similar to Running non-parallel restore.. - - - - - Looks up a localized string similar to Running restore with {0} concurrent jobs.. - - - - - Looks up a localized string similar to Scanning packages for runtime.json files.... - - - - - Looks up a localized string similar to Assets file has not changed. Skipping assets file writing. Path: {0}. - - - - - Looks up a localized string similar to No-Op restore. The cache will not be updated. Path: {0}. - - - - - Looks up a localized string similar to Skipping runtime dependency walk, no runtimes defined in project.json.. - - - - - Looks up a localized string similar to The targets file for {0} at location {1} does not exist, no-op is not possible. Continuing restore.. - - - - - Looks up a localized string similar to Tool assets file has not changed. Skipping assets file write. Path: {0}. - - - - - Looks up a localized string similar to Writing tool cache file to disk. Path: {0}. - - - - - Looks up a localized string similar to Writing tool lock file to disk. Path: {0}. - - - - - Looks up a localized string similar to Unknown Compatibility Profile: {0}. - - - - - Looks up a localized string similar to Unable to resolve '{0}' for '{1}'.. - - - - - Looks up a localized string similar to Using packages directory: {0}.. - - - - - Looks up a localized string similar to Using source {0}.. - - - - - Looks up a localized string similar to Version conflict detected for {0}. Reference the package directly from the project to resolve this issue.. - - - - - Looks up a localized string similar to Writing cache file to disk. Path: {0}. - - - - - Looks up a localized string similar to Writing lock file to disk. Path: {0}. - - - - - Looks up a localized string similar to Missing required property '{0}'.. - - - - - Looks up a localized string similar to Missing required property '{0}' for project type '{1}'.. - - - - - Looks up a localized string similar to Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored.. - - - - - Looks up a localized string similar to http://docs.nuget.org/. - - - - - Looks up a localized string similar to File from dependency is not changed. File '{0}' is not added.. - - - - - Looks up a localized string similar to File from dependency is not changed. File '{0}' is not added.. - - - - - Looks up a localized string similar to Packing files from '{0}'.. - - - - - Looks up a localized string similar to Persisting restore input to '{0}'.. - - - - - Looks up a localized string similar to Invalid input combination. Property '{0}' is not allowed.. - - - - - Looks up a localized string similar to Invalid input combination. Property '{0}' is not allowed for project type '{1}'.. - - - - - Looks up a localized string similar to {0} (via {1}). - - - - - Looks up a localized string similar to Duplicate frameworks found: '{0}'.. - - - - - Looks up a localized string similar to Invalid target framework '{0}'.. - - - - - Looks up a localized string similar to Missing dependency on '{0}'.. - - - - - Looks up a localized string similar to Missing project '{0}'.. - - - - - Looks up a localized string similar to No target frameworks specified.. - - - - - Looks up a localized string similar to UAP projects must contain exactly one target framework.. - - - - - Looks up a localized string similar to Restore request does not contain any projects to restore.. - - - - - Looks up a localized string similar to Unable to extract metadata from '{0}'.. - - - - - Looks up a localized string similar to Unable to find '{0}'. Make sure the project has been built.. - - - - - Looks up a localized string similar to Skipping restore for project '{0}'. The project file may be invalid or missing targets required for restore.. - - - - - Looks up a localized string similar to Using '{0}' for metadata.. - - - - - Looks up a localized string similar to Found packages.config. Using packages listed as dependencies. - - - - - Looks up a localized string similar to '{0}' key already exists in Properties collection. Overriding value.. - - - - - Looks up a localized string similar to '{0}' was included in the project but doesn't exist. Skipping.... - - - - - Looks up a localized string similar to {0} depends on {1} but {2} was not found. An approximate best match of {3} was resolved.. - - - - - Looks up a localized string similar to {0} does not provide an inclusive lower bound for dependency {1}. An approximate best match of {2} was resolved.. - - - - - Looks up a localized string similar to Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored.. - - - - - Looks up a localized string similar to Description: {0}. - - - - - Looks up a localized string similar to Solution: {0}. - - - - - Looks up a localized string similar to Issue: {0}. - - - - - Looks up a localized string similar to Issue found with package '{0}'.. - - - - - Looks up a localized string similar to Project dependency {0} does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.. - - - - - Looks up a localized string similar to Version "{0}" does not follow semantic versioning guidelines.. - - - - - Looks up a localized string similar to Update your nuspec file or use the AssemblyInformationalVersion assembly attribute to specify a semantic version as described at http://semver.org.. - - - - - Looks up a localized string similar to Use semantic versioning. - - - - - Looks up a localized string similar to '{0}' was included in the project but the path could not be resolved. Skipping.... - - - - - Looks up a localized string similar to {0} was not specified. Using '{1}'.. - - - - - Throw if an invalid combination exists. - - - - - Returns the fallback framework or the original. - - - - - Update TargetFrameworkInformation properties. - - - - - Helper functions for shared command runners (push, delete, etc) - - - - - Internal extension helpers for NuGet.Commands - - - - - Search on Key.Name for the given package/project id. - - - - - Log all messages. - - - - - Log all messages. - - - - - Converts an IAssetsLogMessage into a RestoreLogMessage. - This is needed when an IAssetsLogMessage needs to be logged and loggers do not have visibility to IAssetsLogMessage. - - IAssetsLogMessage to be converted. - RestoreLogMessage equivalent to the IAssetsLogMessage. - - - - Determine the target framework of an msbuild project. - - - - - Determine the target framework of an msbuild project. - - - - - Parse project framework strings into NuGetFrameworks. - - - - - Parse existing nuget framework for .net core 4.5.1 or 4.5 and return compatible framework instance - - - - - Split on ; and trim. Null or empty inputs will return an - empty array. - - - - - Split on ; and trim. Null or empty inputs will return an - empty array. - - - - - Trims the provided string and converts empty strings to null. - - - - - Trims the provided strings and excludes empty or null strings. - - - - - True if the property is set to true - - - - - True if the property is set to true or empty. - - - - - Combines the project runtimes with the request.RequestedRuntimes. - If those are both empty FallbackRuntimes is returned. - - - - - Infer the runtimes from the current environment. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The assembly '{0}' is not inside the 'lib' folder and hence it won't be added as reference when the package is installed into a project.. - - - - - Looks up a localized string similar to Move it into the 'lib' folder if it should be referenced.. - - - - - Looks up a localized string similar to Assembly outside lib folder.. - - - - - Looks up a localized string similar to The assembly '{0}' is placed directly under 'lib' folder. It is recommended that assemblies be placed inside a framework-specific folder.. - - - - - Looks up a localized string similar to Move it into a framework-specific folder. If this assembly is targeted for multiple frameworks, ignore this warning.. - - - - - Looks up a localized string similar to Assembly not inside a framework folder.. - - - - - Looks up a localized string similar to The value "{0}" for {1} is a sample value and should be removed.. - - - - - Looks up a localized string similar to Replace it with an appropriate value or remove it and rebuild your package.. - - - - - Looks up a localized string similar to Remove sample nuspec values.. - - - - - Looks up a localized string similar to The folder '{0}' under 'lib' is not recognized as a valid framework name or a supported culture identifier.. - - - - - Looks up a localized string similar to Rename it to a valid framework name.. - - - - - Looks up a localized string similar to Invalid framework folder.. - - - - - Looks up a localized string similar to A stable release of a package should not have a prerelease dependency.. - - - - - Looks up a localized string similar to Either modify the version spec of dependency "{0}" or update the version field in the nuspec.. - - - - - Looks up a localized string similar to Prerelease dependency in stable package.. - - - - - Looks up a localized string similar to The package version '{0}' uses SemVer 2.0.0 or components of SemVer 1.0.0 that are not supported on legacy clients. This message can be ignored if the package is not intended for older clients.. - - - - - Looks up a localized string similar to Change the package version to a SemVer 1.0.0 string. If the version contains a release label it must start with a letter.. - - - - - Looks up a localized string similar to Package version not supported on legacy clients.. - - - - - Looks up a localized string similar to The file '{0}' will be ignored by NuGet because it is not directly under 'tools' folder.. - - - - - Looks up a localized string similar to Place the file directly under 'tools' folder.. - - - - - Looks up a localized string similar to Init.ps1 script will be ignored.. - - - - - Looks up a localized string similar to The transform file '{0}' is outside the 'content' folder and hence will not be transformed during installation of this package.. - - - - - Looks up a localized string similar to Move it into the 'content' folder.. - - - - - Looks up a localized string similar to Transform file outside content folder.. - - - - - Looks up a localized string similar to The Description text is long but the Summary text is empty. This means the Description text will be truncated in the 'Manage NuGet Packages' dialog.. - - - - - Looks up a localized string similar to Provide a brief summary of the package in the Summary field.. - - - - - Looks up a localized string similar to Consider providing Summary text.. - - - - - Looks up a localized string similar to An empty folder placeholder file '{0}' is in a non-empty folder and should be removed.. - - - - - Looks up a localized string similar to Remove the file from the project.. - - - - - Looks up a localized string similar to Placeholder file in non-empty folder.. - - - - - Looks up a localized string similar to The script file '{0}' is outside the 'tools' folder and hence will not be executed during installation of this package.. - - - - - Looks up a localized string similar to Move it into the 'tools' folder.. - - - - - Looks up a localized string similar to PowerShell file outside tools folder.. - - - - - Looks up a localized string similar to The script file '{0}' is not recognized by NuGet and hence will not be executed during installation of this package.. - - - - - Looks up a localized string similar to Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.. - - - - - Looks up a localized string similar to Unrecognized PowerShell file.. - - - - - Looks up a localized string similar to The version of dependency '{0}' is not specified.. - - - - - Looks up a localized string similar to Specify the version of dependency and rebuild your package.. - - - - - Looks up a localized string similar to Specify version of dependencies.. - - - - - Looks up a localized string similar to The file at '{0}' uses the obsolete 'WinRT' as the framework folder.. - - - - - Looks up a localized string similar to Replace 'WinRT' or 'WinRT45' with 'NetCore45'.. - - - - - Looks up a localized string similar to The framework name 'WinRT' is obsolete.. - - - - - Warn if the version is not parsable by older nuget clients. - - This rule should be removed once more users move to SemVer 2.0.0 capable clients. - - - - Folders that are expected to have .dll and .winmd files - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Ambient correlation ID used to associate information pertaining to a current activity. A single activity - engages multiple method calls at different layers. Sometimes it's necessary to identify separate calls - belonging to the same activity if shared state is needed. - - - - - Starts a new activity activity correlation ID by updating ambient context value. - - - - - Returns current activity correlation ID or a default if not set previously. - - - - - Aggregates from a list of already ordered enumerables - The ordered result will contain only unique values - If comparer/EqualityComparer are not provided the default ones for that type will be used. - If the provided enumerables are not sorted already, the behavior is undefined - - - - - Aggregates from a list of already ordered enumerables - The ordered result will contain only unique values - If comparer/EqualityComparer are not provided the default ones for that type will be used. - If the provided enumerables are not sorted already, the behavior is undefined - - - - - Supports async iteration over a generic collection. - Prior to calling Current, MoveNextAsync needs to be called otherwise the behavior is undefined - - The type of objects to enumerate.This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics. - 1 - - - - Moves the pointer to the next element in the collection. - - - Success status of the pointer move - - - - - Gets the element in the collection at the current position of the enumerator. - If MoveNextAsync has not been called prior to calling current the behavior is undefined - If the last MoveNextAsync call returned false then the next call to Current should throw an InvalidOperationException - - - The element in the collection at the current position of the enumerator. - - - - - Wrapper class representing shorter syntax of Lazy<Task<T>>"/>. - Useful when declaring a lazy async factory of value T. - - Value type - - - - Shortcuts to common Lazy<Task<T>> constructor calls - - - - - Find the current NuGet client version from the assembly info as a string. - If no value can be found an InvalidOperationException will be thrown. - - This can contain prerelease labels if AssemblyInformationalVersionAttribute exists. - - - - CryptoHashProvider helps calculate or verify hash based on SHA256 or SHA512 algorithms - - - - - Server token used to represent that the hash being used is SHA 512 - - - - - Server token used to represent that the hash being used is SHA 256 - - - - - Creates an instance of CryptoHashProvider. Since the algorithm is not specified, SHA512 is assumed - - - - - Creates an instance of CryptoHashProvider using the hashAlgorithm - - - - - Calculates the hash for a given stream - - - - - Calculates the hash for a byte array - - - - - Verifies the hash for the given data and hash - - - - - Determines if we are to only allow Fips compliant algorithms. - - - CryptoConfig.AllowOnlyFipsAlgorithm does not exist in Mono. - - - - - static class to provide datetime common utility apis - - - - - take timespan n return in appropriate unit like ms, or seconds, or minutes, or hours - - timespan - - - - - - Indicates the file for which the error was thrown. - - - - - Indicates the starting line for which the error was thrown. - - - - - Indicates the starting column for which the error was thrown. - - - - - Indicates the ending line for which the error was thrown. - - - - - Indicates the ending column for which the error was thrown. - - - - - Level to indicate if this is an error or warning. - - - - - Level to indicate the warning level for the message. - This is relevant only if the Level == LogLevel.Warning. - - - - - Indicates the NuGet error code. - - - - - Indicates the staring generated by the code to go with the error code. - - - - - Indicates the project for which the error was thrown. - - - - - Indicates the date time at which the error occurred. - - - - - Allows converting an Exception to an ILogMessage. - - - - - Retrieve the exception as a log message. - - - - - Project or Package Id. - - - - - List of TargetGraphs. - - - - - Bool indicating if this message needs to be logged to the inner logger. - - - - - Basic log message. - - - - - This enum is used to quantify NuGet error and wanring codes. - Format - NUxyzw where NU is the profix indicating NuGet and xyzw is a 4 digit code - - Numbers - xyzw - x - 'x' is the largest digit and should be used to quantify a set of errors. - For example 1yzw are set of restore related errors and no other code path should use the range 1000 to 1999 for errors or warnings. - - y - 'y' is the second largest digit and should be used for sub sections withing a broad category. - - For example 12zw cvould be http related errors. - Further 'y' = 0-4 shoudl be used for errors and 'y' = 5-9 should be warnings. - - zw - 'zw' are the least two digit. - These could be used for different errors or warnings within the broad categories set by digits 'xy'. - - Groups: - 1000 - Restore - - Sub groups: - 1000/1500 Input - 1100/1600 Resolver - 1200/1700 Compat - 1300/1800 Feed - 1400/1900 Package - - - - - Do not display the code. - - - - - Undefined error - - - - - Project has zero target frameworks. - - - - - Invalid combination with CLEAR - - - - - Invalid combination of PTF and ATF - - - - - Unable to resolve package, generic message for unknown type constraints. - - - - - No versions of the package exist on any of the sources. - - - - - Versions of the package exist, but none are in the range. - - - - - Range does not allow prerelease packages and only prerelease versions were found - within the range. - - - - - Project path does not exist on disk. - - - - - Project reference was not in the dg spec. - - - - - Resolver conflict - - - - - Dependency project has an incompatible framework. - - - - - Dependency package does not contain assets for the current framework. - - - - - un-matched reference assemblies - - - - - Package MinClientVersion did not match. - - - - - Undefined warning - - - - - Missing restore target. - - - - - Unknown compatibility profile - - - - - Skipping project that does not support restore. - - - - - Dependency bumped up - - - - - Non-exact match on dependency range due to non inclusive minimum bound. - - - - - Non-exact match on dependency range due to missing package version. - - - - - Project dependency does not include a lower bound. - - - - - Package dependency downgraded. - - - - - Circular dependency. - - - - - Version conflict. - - - - - Fallback framework used. - - - - - Feed error converted to a warning when ignoreFailedSources is true. - - - - - Create a log message for a target graph library. - - - - - Create a warning log message. - - - - - Create an error log message. - - - - - Create an error log message for a target graph. - - - - - Get default LogCode based on the log level - - - - - These are Warning Levels used by NuGet while throwing warnings. - These logically correspond to .NET spec at https://msdn.microsoft.com/en-us/library/13b90fz7(v=vs.140).aspx - - We do not have a level 0 as that has no logical meaning of having a warning with level 0. - - Severe - This should be used to throw warnings that are just short of being an error. - - Important - Lower level than severe. - - Minimal - Lower level than important. - - Default - Lowest level of warnings. - Default NuGet logging will ignore these warnings. - - - - - For internal use only - - - - - Log an exception to an ILogger. - This will log using NU1000 if the exception does not contain a code. - - - - - Log an exception to an ILogger. - This will log using NU1000 if the exception does not contain a code. - - - - - Determines whether the full exception (including stack trace) should be displayed to - the user. In prerelease or dogfooding scenarios, it is useful to have a non-verbose - logging level but, in the case of an unhandled exception, print the full exception for - bug reporting. - - - True if the exception stack should be displayed to the user. False, otherwise. - - - - - Fetch all of the errors logged so far. This method is useful when error log messages - should be redisplayed after the initial log message is emitted. - - - - - A generic interface for logging. - - - - - Call legacy Log* methods from LogAsync/Log. - This is for legacy ILogger implementations, - new loggers should use LoggerBase. - - - - - True if the message meets the verbosity level. - - - - - True if the message is an error or warning. - - - - - Formats a ILogMessage into a string representation containg the log code and message. - The log code is added only if it is a valid NuGetLogCode and is greater than NuGetLogCode.Undefined. - - ILogMessage to be formatted. - string representation of the ILogMessage. - - - - Formats a NuGetLogCode into a string representation. - - NuGetLogCode to be formatted into string. - strings representation of the NuGetLogCode. - - - - Tries to get the string from the NuGetLogCode enum. - - NuGetLogCode to be formatted into string. - strings representation of the NuGetLogCode if the result is true else null. - bool indcating if the GetName operation was successfull or not. - - - - This only has effect on .NET Framework (desktop). On .NET Core, - is not available. Additionally, - no API is available to configure the supported SSL protocols. - - - - - Set ServicePointManager.DefaultConnectionLimit - - - - - Directory operation helpers. - - - - - Creates all directories and subdirectories in the specified path unless they already exist. - New directories can be read and written by all users. - - - - - File operation helpers. - - - - - Get the full path to a new temp file - - - - - Lock around the output path. - Delete the existing file with retries. - - - - - Lock around the output path. - Delete the existing file with retries. - Move a file with retries. - - - - - Delete the existing file with retries. - Move a file with retries. - - - - - Delete the existing file with retries. - Move a file with retries. - - - - - Move a file with retries. - This will not overwrite - - - - - Delete a file with retries. - - - - - Common NuGet paths. These values may be overridden in NuGet.Config or by - environment variables, resolving the paths here requires NuGet.Configuration. - - - - - User package folder directory. - - - - - Fallback package folder locations. - - - - - Http file cache. - - - - - Since is not available on .NET Core, we have to - make our own and re-implement the functionality. On .NET Framework, we can use the - built-in functionality. - - - - - Throw a helpful message if a required env var is not set. - - - - - Returns a collection of files from the source that matches the wildcard. - - The collection of files to match. - Function that returns the path to filter a package file - The wildcards to apply to match the path with. - - - - - - Removes files from the source that match any wildcard. - - - - - Returns true if the path contains any wildcard characters. - - - - - Returns OrdinalIgnoreCase windows and mac. Ordinal for linux. - - - - - - - Returns distinct orderd paths based on the file system case sensitivity. - - - - - Replace all back slashes with forward slashes. - - - - - Returns path2 relative to path1, with Path.DirectorySeparatorChar as separator - - - - - Returns path2 relative to path1, with given path separator - - - - - Validates that a source is a valid path or url. - - The path to validate. - True if valid, False if invalid. - - - - Validates that path is properly formatted as a local path. - - - On Windows, a valid local path must starts with the drive letter. - Example: C:\, C:\path, C:\path\to\ - Bad: C:\invalid\*\"\chars - - The path to validate. - True if valid, False if invalid. - - - - Validates that path is properly formatted as an UNC path. - - - Example: \\server\share, \\server\share\path, \\server\share\path\to\ - Bad: \\server\invalid\*\"\chars - - The path to validate. - True if valid, False if invalid. - - - - Validates that url is properly formatted as an URL based on .NET Uri class. - - The url to validate. - True if valid, False if invalid. - - - - project.json - - - - - .project.json - - - - - Lock file name - - - - - Finds the projectName.project.json in a directory. If no projectName.project.json exists - the default project.json path will be returned regardless of existance. - - Returns the full path to the project.json file. - - - - Creates a projectName.project.json file name. - - - - - Creates a projectName.project.lock.json file name. - - - - - Create the lock file path from the config file path. - If the config file includes a project name the - lock file will include the name also. - - - - - Parses a projectName.project.json file name into a project name. - If there is no project name null will be returned. - - - - - True if the file is a project.json or projectname.project.json file. - - - - - Simple token replacement system for content files. - - - - - Asynchronously performs token replacement on a file stream. - - A stream task factory. - A token replacement function. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is either null or empty. - Thrown if - is null. - Thrown if - is cancelled. - - - - Performs token replacement on a stream and returns the result. - - A stream. - A token replacement funciton. - The token-replaced stream content. - Thrown if - is null. - Thrown if - is null. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to An absolute path is required: '{0}'.. - - - - - Looks up a localized string similar to Value must be greater than or equal to {0}. - - - - - Looks up a localized string similar to Argument cannot be null or empty. - - - - - Looks up a localized string similar to Failed to create random file for dotnet add pkg command.. - - - - - Looks up a localized string similar to Required environment variable '{0}' is not set. Try setting '{0}' and running the operation again.. - - - - - Looks up a localized string similar to At least one package folder path must be provided.. - - - - - Looks up a localized string similar to Package folder not found: '{0}'.. - - - - - Looks up a localized string similar to Unable to determine the current NuGet client version.. - - - - - Looks up a localized string similar to Unable to obtain lock file access on '{0}' for operations on '{1}'. This may mean that a different user or administator is holding this lock and that this process does not have permission to access it. If no other process is currently performing an operation on this file it may mean that an earlier NuGet process crashed and left an inaccessible lock file, in this case removing the file '{0}' will allow NuGet to continue.. - - - - - Looks up a localized string similar to Hash algorithm '{0}' is unsupported. Supported algorithms include: SHA512 and SHA256.. - - - - - This class is used to parse string into tokens. - There are two types of tokens: variables, e.g. "$variable$", or text. - The dollar sign can be escaped using $$. - A variable contains only word characters. - - Examples: - - "a $b$ c" is parsed into - {text, "a "}, {variable, "b"}, {text, " c"}. - - "a $$b$$ c" is parsed into - {text, "a $b$ c"}. - - "a $b$ $c" is parsed into - {text, "a "}, {variable, "b"}, {text, " $c"}. - - "a $b$$c$" is parsed into - {text, "a "}, {variable, "b"}, {variable, "c"}. - - "a $b c$d$" is parsed into - {text, "a $b c"}, {variable, "d"} (because space is not a word character). - - - - - Gets the next token. - - The parsed token. Or null if no more tokens are available. - - - - Same as "new Uri" except that it can handle UNIX style paths that start with '/' - - - - - Same as "Uri.TryCreate" except that it can handle UNIX style paths that start with '/' - - - - - Provides Uri encoding for V2 servers in the same way that NuGet.Core.dll encoded urls. - - - - - Convert a file:// URI to a local path. - - If the input can be parsed this will return Uri.LocalPath, if the input - is not a URI or fails to parse the original string will be returned. - Possible file:// URI path or local path. - - - - Calls GetAbsolutePath with the directory of . - - - - - Convert a relative local folder path to an absolute path. - For http sources and UNC shares this will return - the same path. - - Directory to make the source relative to. - Source path. - The absolute source path or the original source. Noops for non-file paths. - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Indicates that the request credentials are to be used to access a proxy. - - - - - Indicates that the remote server rejected the previous request as unauthorized. This - suggests that the server does not know who the caller is (i.e. the caller is not - authenticated). - - - - - Indicates that the remote server rejected the previous request as forbidden. This - suggests that the server knows who the caller is (i.e. the caller is authorized) but - is not allowed to access the request resource. A different set of credentials could - solve this failure. - - - - - A credentials service. - - - - - Asynchronously gets credentials. - - The URI for which credentials should be retrieved. - A web proxy. - The credential request type. - A message to display when prompting for credentials. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if is null. - Thrown if - is cancelled. - - - - Attempts to retrieve last known good credentials for a URI from a credentials cache. - - - When the return value is true, will have last known - good credentials from the credentials cache. These credentials may have become invalid - since their last use, so there is no guarantee that the credentials are currently valid. - - The URI for which cached credentials should be retrieved. - - true for proxy credentials; otherwise, false. - Cached credentials or null. - - true if a result is returned from the cache; otherwise, false. - Thrown if is null. - - - - Gets a value indicating whether this credential service wants to handle "default credentials" specially, - instead of relying on DefaultNetworkCredentials - - - - - NuGet.org gallery Url used as a source display name and as a default "id" when storing nuget.org API key. - - - Albeit this url is not actual feed we should keep it unchanged for back-compat with earlier NuGet versions. - Typical scenario leading to adding this url to config file is to run setApiKey command without a source: - nuget.exe setApiKey XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX - - - - - The feed version for NuGet prior to v3. - - - - - Returns null if Source is an invalid URI - - - - - Throws if Source is an invalid URI - - - - - This does not represent just the NuGet Official Feed alone - It may also represent a Default Package Source set by Configuration Defaults - - - - - Gets or sets the protocol version of the source. Defaults to 2. - - - - - True if the source path is file based. Unc shares are not included. - - - - - Gets the that this source originated from. May be null. - - - - - Represents credentials required to authenticate user within package source web requests. - - - - - Verifies if object contains valid data, e.g. not empty user name and password. - - True if credentials object is valid - - - - Instantiates the credential instance out of raw values read from a config file. - - Associated source ID (needed for reporting errors) - User name - Password as stored in config file - Hints if password provided in clear text - - - - Creates new instance of credential object out values provided by user. - - Source ID needed for reporting errors if any - User name - Password text in clear - Hints if the password should be stored in clear text on disk. - New instance of - - - - User name - - - - - Password text as stored in config file. May be encrypted. - - - - - Indicates if password is stored in clear text. - - - - - Retrieves password in clear text. Decrypts on-demand. - - - - - Associated source ID - - - - - Returns PackageSources if specified in the config file. Else returns the default sources specified in the - constructor. - If no default values were specified, returns an empty sequence. - - - - - Fires event PackageSourcesChanged - - - - - Saves the as the active source. - - - - - - - Gets the name of the ActivePackageSource from NuGet.Config - - - - - -like interface with Update credential semantics rather than Add/Remove - - - - - Add or update proxy credential - - Proxy network address - New credential object - - - - Tracks the cache version. Changes every time proxy credential is updated. - - - - - Capture the default System Proxy so that it can be re-used by the IProxyFinder - because we can't rely on WebRequest.DefaultWebProxy since someone can modify the DefaultWebProxy - property and we can't tell if it was modified and if we are still using System Proxy Settings or not. - One limitation of this method is that it does not look at the config file to get the defined proxy - settings. - - - - - Return true or false if connecting through a proxy server - - - - - - - - - Internal implementation of mirroring default desktop one. - Introduced for XPlat coreFx support. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Value cannot be null or empty string.. - - - - - Looks up a localized string similar to Encryption is not supported on non-Windows platforms.. - - - - - Looks up a localized string similar to There are no writable config files.. - - - - - Looks up a localized string similar to File '{0}' does not exist.. - - - - - Looks up a localized string similar to "{0}" cannot be called on a NullSettings. This may be caused on account of insufficient permissions to read or write to "%AppData%\NuGet\NuGet.config".. - - - - - Looks up a localized string similar to '{0}' must contain an absolute path '{1}'.. - - - - - Looks up a localized string similar to The package source does not belong to the collection of available sources.. - - - - - Looks up a localized string similar to Environment variable '{0}' must contain an absolute path, the full path of '{1}' cannot be determined.. - - - - - Looks up a localized string similar to Parameter 'fileName' to Settings must be just a fileName and not a path. - - - - - Looks up a localized string similar to NuGet.Config is malformed. Path: '{0}'.. - - - - - Looks up a localized string similar to NuGet.Config is not valid XML. Path: '{0}'.. - - - - - Looks up a localized string similar to NuGet.Config does not contain the expected root element: 'configuration'. Path: '{0}'.. - - - - - Looks up a localized string similar to Failed to read NuGet.Config due to unauthorized access. Path: '{0}'.. - - - - - Looks up a localized string similar to Unexpected failure reading NuGet.Config. Path: '{0}'.. - - - - - Looks up a localized string similar to Password decryption is not supported on .NET Core for this platform. The following feed uses an encrypted password: '{0}'. You can use a clear text password as a workaround.. - - - - - Looks up a localized string similar to Password encryption is not supported on .NET Core for this platform. The following feed try to use an encrypted password: '{0}'. You can use a clear text password as a workaround.. - - - - - Looks up a localized string similar to Unable to parse config file '{0}'.. - - - - - An internal constructor MAINLY INTENDED FOR TESTING THE CLASS. But, the product code is only expected to - use the static Instance property - Only catches FileNotFoundException. Will throw all exceptions including other IOExceptions and - XmlExceptions for invalid xml and so on - - The directory that has the NuGetDefaults.Config - Name of the NuGetDefaults.Config - - - - Interface to expose NuGet Settings - - - - - Gets a value for the given key from the given section - If isPath is true, then the value represents a path. If the path value is already rooted, it is simply - returned - Otherwise, path relative to ISettings.Root is returned - - - - - Gets all the values under section - - - - - Gets all the values under section - - - - - Sets the values under the specified . - - The name of the section. - The values to set. - - - - Updates the across multiple instances in the hierarchy. - Values are updated in the with the nearest priority. - - The name of the section. - The values to set. - - - - Folder under which the config file is present - - - - - The file name of the config file. Joining and - results in the full path to the config file. - - - - - Enumerates the sequence of instances used to fetch settings - values (e.g. with ). This enumeration includes this instance - itself. - - - - - Event raised when the setting have been changed. - - - - - Load paths from already loaded settings. - - NuGet.Config settings. - - - - Load settings based on the solution or project root directory. NuGet.Config files will - be discovered based on this path. The machine wide config will also be loaded. - - Root directory of the solution or project. - - - - Fallback package folders. There many be zero or more of these. - - - - - User global packages folder. - - - - - User level http cache. - - - - - Concrete implementation of ISettings to support NuGet Settings - - - - - Default file name for a settings file is 'NuGet.config' - Also, the machine level setting file at '%APPDATA%\NuGet' always uses this name - - - - - NuGet config names with casing ordered by precedence. - - - - - Load default settings based on a directory. - This includes machine wide settings. - - - - - Loads user settings from the NuGet configuration files. The method walks the directory - tree in up to its root, and reads each NuGet.config file - it finds in the directories. It then reads the user specific settings, - which is file - in if is not null, - If is null, the user specific settings file is - %AppData%\NuGet\NuGet.config. - After that, the machine wide settings files are added. - - - For example, if is c:\dir1\dir2, - is "userConfig.file", the files loaded are (in the order that they are loaded): - c:\dir1\dir2\nuget.config - c:\dir1\nuget.config - c:\nuget.config - c:\dir1\dir2\userConfig.file - machine wide settings (e.g. c:\programdata\NuGet\Config\*.config) - - - The file system to walk to find configuration files. - Can be null. - - The user specified configuration file. - - The machine wide settings. If it's not null, the - settings files in the machine wide settings are added after the user sepcific - config file. - - The settings object loaded. - - - - Loads Specific NuGet.Config file. The method only loads specific config file - which is file from . - - - - - For internal use only - - - - - Loads the machine wide settings. - - - For example, if is {"IDE", "Version", "SKU" }, then - the files loaded are (in the order that they are loaded): - %programdata%\NuGet\Config\IDE\Version\SKU\*.config - %programdata%\NuGet\Config\IDE\Version\*.config - %programdata%\NuGet\Config\IDE\*.config - %programdata%\NuGet\Config\*.config - - The file system in which the settings files are read. - The additional paths under which to look for settings files. - The list of settings read. - - - - Order is most significant (e.g. applied last) to least significant (applied first) - ex: - c:\someLocation\nuget.config - c:\nuget.config - - - - - Checks for each possible casing of nuget.config in the directory. The first match is - returned. If there are no nuget.config files null is returned. - - For windows contains a single casing since - the file system is case insensitive. - - - - Folder under which the config file is present - - - - - Full path to the ConfigFile corresponding to this Settings object - - - - - Represents a single setting value in a settings file - - - - - Represents the key of the setting - - - - - Represents the value of the setting - - - - - original value of the source as in NuGet.Config - - - - - IsMachineWide tells if the setting is machine-wide or not - - - - - The priority of this setting in the nuget.config hierarchy. Bigger number means higher priority - - - - - Gets the that provided this value. - - - - - Gets additional values with the specified setting. - - - When reading from an XML based settings file, this includes all attributes on the element - other than the Key and Value. - - - - - Machine wide settings based on the default machine wide config directory. - - - - - Provides a common facility for locating extensions - - - - - Find paths to all extensions - - - - - Find paths to all credential providers - - - - - Retrieves a config value for the specified key - - The settings instance to retrieve - The key to look up - Determines if the retrieved value needs to be decrypted. - Determines if the retrieved value is returned as a path. - Null if the key was not found, value from config otherwise. - - - - Sets a config value in the setting. - - The settings instance to store the key-value in. - The key to store. - The value to store. - Determines if the value needs to be encrypted prior to storing. - - - - Deletes a config value from settings - - The settings instance to delete the key from. - The key to delete. - True if the value was deleted, false otherwise. - - - - Read fallback folders from the environment variable or from nuget.config. - - - - - Read fallback folders only from nuget.config. - - - - - Get the HTTP cache folder from either an environment variable or a default. - - - - - The DefaultPushSource can be: - - An absolute URL - - An absolute file path - - A relative file path - - The name of a registered source from a config file - - - - - Throw if a path is relative. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - GraphEdge holds a reference to the parent node, the incoming edge to the parent, and - the out going edge to the current position of the walk. - - Root -> OuterEdge -> Node -> Edge -> (Current Node) - - - - - Incoming edge to . - - - - - Graph node between and . - - - - - Outgoing edge from . - - - - - Helper class to hold a library range and framework. - - - - - Target framework - - - - - Library range information. - - - - - Convert a nuspec dependency to a library dependency. - - - - - A remote dependency provider. - - - - - Asynchronously discovers all versions of a package from a source and selects the best match. - - This does not download the package. - A library range. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets package dependencies. - - A library identity. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Gets a flag indicating whether or not the provider source is HTTP or HTTPS. - - - - - Gets the package source. - - Optional. This will be null for project providers. - - - - A local dependency provider. - - - - - Initializes a new class. - - - - Thrown if - is null. - - - - Asynchronously discovers all versions of a package from a source and selects the best match. - - This does not download the package. - A library range. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - - - - Asynchronously gets package dependencies. - - A library identity. - A target framework. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - - - - Asynchronously gets a package downloader. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown always. - - - - Gets a flag indicating whether or not the provider source is HTTP or HTTPS. - - - - - Gets the package source. - - Optional. This will be null for project providers. - - - - Extends to add a reference to the full Library. - - - - - Full local Library metadata - - - - - The local provider where the library was found. - - - - - Library entry cache. - - - - - Files contained in a package. - - - - - True if this is a csproj or similar project. Xproj should be false. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to The feed '{0}' lists package '{1}' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - AssetTargetFallbackFramework only fallback when zero assets are selected. These do not - auto fallback during GetNearest as FallbackFramework would. - - - - - Create a FallbackFramework from the current AssetTargetFallbackFramework. - - - - - List framework to fall back to. - - - - - Root project framework. - - - - - Sorts frameworks according to the framework mappings - - - - - A case insensitive compare of the framework, version, and profile - - - - - A case insensitive compare of the framework name only - - - - - Sorts NuGet Frameworks in a consistent way for package readers. - The order is not particularly useful here beyond making things deterministic - since it compares completely different frameworks. - - - - - Internal cache key used to store framework compatibility. - - - - - Check if the frameworks are compatible. - - Project framework - Other framework to check against the project framework - True if framework supports other - - - - Actual compatibility check without caching - - - - - Find all equivalent frameworks, and their equivalent frameworks. - Example: - Mappings: - A <‒> B - B <‒> C - C <‒> D - For A we need to find B, C, and D so we must retrieve equivalent frameworks for A, B, and C - also as we discover them. - - - - - Creates a table of compatible frameworks. - - - - - True if the framework is in the table. - - - - - Gives the smallest set of frameworks from the table that cover everything the given framework would cover. - - - - - Returns the list of all frameworks compatible with the given framework - - - - - Singleton instance of the default framework mappings. - - - - - Contains the standard portable framework mappings - - - - - Static instance of the portable framework mappings - - - - - Get a list of frameworks supporting the provided framework. This list - is not meant to be exhaustive but is instead meant to be human-readable. - Ex: netstandard1.5 -> netstandardapp1.5, net462, dnxcore50, ... - - - - - Ex: IsCompatible(net45, net40) -> true - Ex: IsCompatible(net40, net45) -> false - - Project target framework - Library framework that is going to be installed - True if framework supports other - - - - A raw list of framework mappings. These are indexed by the framework name provider and in most cases all - mappings are - mirrored so that the IFrameworkMappings implementation only needs to provide the minimum amount of - mappings. - - - - - Synonym ‒> Identifier - Ex: NET Framework ‒> .NET Framework - - - - - Ex: .NET Framework ‒> net - - - - - Ex: WindowsPhone ‒> wp - - - - - Equal frameworks. Used for legacy conversions. - ex: Framework: Win8 <‒> Framework: NetCore45 Platform: Win8 - - - - - Framework, EquivalentProfile1, EquivalentProfile2 - Ex: Silverlight, WindowsPhone71, WindowsPhone - - - - - Frameworks which are subsets of others. - Ex: .NETCore ‒> .NET - Everything in .NETCore maps to .NET and is one way compatible. Version numbers follow the same format. - - - - - Additional framework compatibility rules beyond name and version matching. - Ex: .NETFramework supports ‒> Native - - - - - Ordered list of framework identifiers. The first framework in the list will be preferred over other - framework identifiers. This is enable better tie breaking in scenarios where legacy frameworks are - equivalently compatible to a new framework. - Example: UAP10.0 ‒> win81, wpa81 - - - - - Same as but is only referred to if all of the packages - in consideration are package based (determined by ). - - - - - Only used to choose between frameworks that are equivalent. This favors more human-readable target - frameworks identifiers. - - - - - Rewrite folder short names to the given value. - Ex: dotnet50 ‒> dotnet - - - - - Rewrite full framework names to the given value. - Ex: .NETPlatform,Version=v0.0 ‒> .NETPlatform,Version=v5.0 - - - - - Returns the official framework identifier for an alias or short name. - - - - - Gives the short name used for folders in NuGet - - - - - Get the official profile name from the short name. - - - - - Returns the shortened version of the profile name. - - - - - Parses a version string using single digit rules if no dots exist - - - - - Returns a shortened version. If all digits are single digits no dots will be used. - - - - - Tries to parse the portable profile number out of a profile. - - - - - Looks up the portable profile number based on the framework list. - - - - - Returns the frameworks based on a portable profile number. - - - - - Returns the frameworks based on a portable profile number. - - - - - Returns the frameworks based on a profile string. - Profile can be either the number in format: Profile=7, or the shortened NuGet version: net45+win8 - - - - - Parses a shortened portable framework profile list. - Ex: net45+win8 - - - - - Returns ranges of frameworks that are known to be supported by the given portable profile number. - Ex: Profile7 -> netstandard1.1 - - - - - Returns a list of all possible substitutions where the framework name - have equivalents. - Ex: sl3 -> wp8 - - - - - Gives all substitutions for a framework range. - - - - - Returns ranges of frameworks that are known to be supported by the given framework. - Ex: net45 -> native - - - - - Returns all sub sets of the given framework. - Ex: .NETFramework -> .NETCore - These will have the same version, but a different framework - - - - - The ascending order of frameworks should be based on the following ordered groups: - - 1. Non-package-based frameworks in . - 2. Other non-package-based frameworks. - 3. Package-based frameworks in . - 4. Other package-based frameworks. - - For group #1 and #3, the order within the group is based on the order of the respective precedence list. - For group #2 and #4, the order is the original order in the incoming list. This should later be made - consistent between different input orderings by using the . - - netcore50 is a special case since netcore451 is not packages based, but netcore50 is. - This sort will treat all versions of netcore as non-packages based. - - - - Used to pick between two equivalent frameworks. This is meant to favor the more human-readable - framework. Note that this comparison does not validate that the provided frameworks are indeed - equivalent (e.g. with - ). - - - - - Returns folder short names rewrites. - Ex: dotnet50 -> dotnet - - - - - Returns full name rewrites. - Ex: .NETPlatform,Version=v0.0 -> .NETPlatform,Version=v5.0 - - - - - Returns all versions of .NETStandard in ascending order. - - - - - Returns a list of frameworks that could be compatible with .NETStandard. - - - - - A group or object that is specific to a single target framework - - - - - Target framework - - - - - Use this to expose the list of target frameworks an object can be used for. - - - - - All frameworks supported by the parent - - - - - Ex: 5 -> net4, win8 - - - - - Additional optional frameworks supported in a portable profile. - Ex: 5 -> MonoAndroid1+MonoTouch1 - - - - - Compatibility mapping for portable profiles. This is a separate compatibility from that in - . - - - - - List framework to fall back to. - - - - - Interned frameworks that are commonly used in NuGet - - - - - FrameworkExpander finds all equivalent and compatible frameworks for a NuGetFramework - - - - - Return all possible equivalent, subset, and known compatible frameworks. - - - - - Finds all expansions using the mapping provider - - - - - True if the Framework is .NETFramework - - - - - Return the item with the target framework nearest the project framework - - - - - Contains identifier -> identifier - Ex: .NET Framework -> .NET Framework - Ex: NET Framework -> .NET Framework - This includes self mappings. - - - - - Converts a key using the mappings, or if the key is already converted, finds the normalized form. - - - - - Get all equivalent frameworks including the given framework - - - - - 2 way per framework profile equivalence - - - - - - - 2 way framework equivalence - - - - - - - An inclusive range of frameworks - - - - - True if the framework version falls between the min and max - - - - - Minimum Framework - - - - - Maximum Framework - - - - - Minimum version inclusiveness. - - - - - Maximum version inclusiveness. - - - - - Framework Identifier of both the Min and Max - - - - - Reduces a list of frameworks into the smallest set of frameworks required. - - - - - Creates a FrameworkReducer using the default framework mappings. - - - - - Creates a FrameworkReducer using custom framework mappings. - - - - - Returns the nearest matching framework that is compatible. - - Project target framework - Possible frameworks to narrow down - Nearest compatible framework. If no frameworks are compatible null is returned. - - - - Remove duplicates found in the equivalence mappings. - - - - - Reduce to the highest framework - Ex: net45, net403, net40 -> net45 - - - - - Reduce to the lowest framework - Ex: net45, net403, net40 -> net40 - - - - - Create lookup of the given PCLs to their actual frameworks - - - - - portable-net45+win8 -> net45, win8 - - - - - Order PCLs when there is no other way to decide. - - - - - Sort PCLs using these criteria - 1. Lowest number of frameworks (highest surface area) wins first - 2. Profile with the highest version numbers wins next - 3. String compare is used as a last resort - - - - - A keyvalue pair specific to a framework identifier - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - A portable implementation of the .NET FrameworkName type with added support for NuGet folder names. - - - - - Full framework comparison of the identifier, version, profile, platform, and platform version - - - - - Framework name only comparison. - - - - - Frameworks that are packages based across all versions. - - - - - An unknown or invalid framework - - - - - A framework with no specific target framework. This can be used for content only packages. - - - - - A wildcard matching all frameworks - - - - - Formatted to a System.Versioning.FrameworkName - - - - - Creates the shortened version of the framework using the default mappings. - Ex: net45 - - - - - Creates the shortened version of the framework using the given mappings. - - - - - Creates a NuGetFramework from a folder name using the default mappings. - - - - - Creates a NuGetFramework from a folder name using the given mappings. - - - - - Creates a NuGetFramework from a .NET FrameworkName - - - - - Creates a NuGetFramework from a folder name using the default mappings. - - - - - Creates a NuGetFramework from a folder name using the given mappings. - - - - - Attempt to parse a common but deprecated framework using an exact string match - Support for these should be dropped as soon as possible. - - - - - A set of special and common frameworks that can be returned from the list of constants without parsing - Using the interned frameworks here optimizes comparisons since they can be checked by reference. - This is designed to optimize - - - - - Target framework - - - - - Target framework version - - - - - True if the profile is non-empty - - - - - Target framework profile - - - - - Formatted to a System.Versioning.FrameworkName - - - - - Portable class library check - - - - - True if the framework is packages based. - Ex: dotnet, dnxcore, netcoreapp, netstandard, uap, netcore50 - - - - - True if this framework matches for all versions. - Ex: net - - - - - True if this framework was invalid or unknown. This framework is only compatible with Any and Agnostic. - - - - - True if this framework is non-specific. Always compatible. - - - - - True if this is the any framework. Always compatible. - - - - - True if this framework is real and not one of the special identifiers. - - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - retrieves the framework from the group - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - retrieves the framework from the group - framework mappings - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - - - - Find the most compatible group based on target framework - - framework specific groups or items - project target framework - - - - Check compatibility with additional checks for the fallback framework. - - - - - True if the framework is netcore50 or higher. This is where the framework - becomes packages based. - - - - - Creates a one way compatibility mapping. - Ex: net -supports-> native - - Project framework - Framework that is supported by the project framework - - - - Primary framework range or project target framework that supports the SuppportedFrameworkRange - - - - - Framework range that is supported by the TargetFrameworkRange - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Frameworks must have the same identifier, profile, and platform.. - - - - - Looks up a localized string similar to Invalid framework identifier '{0}'.. - - - - - Looks up a localized string similar to Invalid framework version '{0}'.. - - - - - Looks up a localized string similar to Invalid portable frameworks '{0}'. A hyphen may not be in any of the portable framework names.. - - - - - Looks up a localized string similar to Invalid portable frameworks for '{0}'. A portable framework must have at least one framework in the profile.. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Type property flag - - - - - True if the PackageReference is added by the SDK and not the user. - - - - - Unresolved - - - - - Resolved - - - - - False if the package could not be found. - - - - - Original library identity from the nuspec. - This contains the original casing for the id/version. - - - - - Dependencies - - - - - Target framework used to select the dependencies. - - - - - A package, project, or external project - - - - - Helper methods for dealing with LibraryDependencyTarget strings. - - - - - Convert flag string into a LibraryTypeFlag. - - - - - Convert type flags to a friendly string. - - - - - Helper methods for dealing with include/exclude flag strings. - - - - - By default build, contentFiles, and analyzers do not flow transitively between projects. - - - - - Convert set of flag strings into a LibraryIncludeFlags. - - - - - Convert library flags to a friendly string. - - - - - Convert set of flag strings into a LibraryIncludeFlags. - - - - - True if the type constraint allows the flag. - - - - - True if any flags are allowed by the constraint. - - - - - Indicates that the library comes from compiling an XRE-based Project - - - - - Indicates that the library comes from compiling an external project (such as an MSBuild-based project) - - - - - Indicates that the library comes from a NuGet Package - - - - - Indicates that the library comes from a stand-alone .NET Assembly - - - - - Indicates that the library comes from a .NET Assembly in a globally-accessible - location such as the GAC or the Framework Reference Assemblies - - - - - Indicates that the library comes from a Windows Metadata Assembly (.winmd file) - - - - - Indicates that the library could not be resolved - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - A group of items/files from a nupkg with the same target framework. - - - - - Framework specific group - - group target framework - group items - - - - Group target framework - - - - - Item relative paths - - - - - Package dependencies grouped to a target framework. - - - - - Dependency group - - target framework - dependant packages - - - - Dependency group target framework - - - - - Package dependencies - - - - - Compares the id and version of a package - - - - - Default comparer - Null ranges and the All range are treated as equal. - - - - - Default comparer - - - - - Compares the Id, Version, and Version release label. Version build metadata is ignored. - - - - - Default version range comparer. - - - - - Compare versions with a specific VersionComparison - - - - - Compare versions with a specific IVersionComparer - - - - - True if the package identities are the same when ignoring build metadata. - - - - - Hash code of the id and version - - - - - Compares on the Id first, then version - - - - - Default comparer that compares on the id, version, and version release labels. - - - - - metadata/contentFiles/files entry from a nuspec - - - - - Included files - - Required - - - - Excluded files - - - - - Build action - - - - - If true the item will be copied to the output folder. - - - - - If true the content items will keep the same folder structure in the output - folder. - - - - - Callback invoked to extract a package file. - - The path of the file in the package. - The path to write to. - The file . - The file name if the file was written; otherwise null. - - - - A basic asynchronous package reader that provides the identity, min client version, and file access. - - Higher level concepts used for normal development nupkgs should go at a higher level - - - - Asynchronously gets the identity of the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets the minimum client version needed to consume the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets zero or more package types from the .nuspec. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns a file stream from the package. - - The file path in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets all files in the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously gets files in a folder in the package. - - A folder path in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - for files under the specified folder. - Thrown if - is cancelled. - - - - Asynchronously gets a nuspec stream. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets a nuspec file path. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the nuspec file path. - Thrown if - is cancelled. - - - - Asynchronously copies files from a package to a new location. - - The destination path to copy to. - The package files to copy. - A package file extraction delegate. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns am - for the copied file paths. - Thrown if - is cancelled. - - - - A basic nuspec reader that understands ONLY the id, version, and min client version of a package. - - Higher level concepts used for normal development nupkgs should go at a higher level - - - - Package Id - - - - - - - Package Version - - - - - Minimum client version needed to consume the package. - - - - - Gets zero or more package types from the .nuspec. - - - - - Id and Version of a package. - - - - - Package metadata in the nuspec - - - - - Basic package reader that provides the identity, min client version, and file access. - - Higher level concepts used for normal development nupkgs should go at a higher level - - - - Gets the package identity. - - A package identity. - - - - Gets the minimum client version needed to consume the package. - - A NuGet version. - - - - Gets zero or more package types from the .nuspec. - - A readonly list of package types. - - - - Gets a file stream from the package. - - A stream for a file in the package. - - - - Gets all files in the package. - - An enumerable of files in the package. - - - - Gets files in a folder in the package. - - Folder path - An enumerable of files under specified folder. - - - - Gets a nuspec stream. - - A stream for the nuspec. - - - - Gets a nuspec file path. - - The nuspec file path. - - - - Copies files from a package to a new location. - - The destination folder path. - The package files to copy. - A package file extraction delegate. - A logger. - A cancellation token. - An enumerable of paths of files copied to the destination. - - - - A basic nuspec reader that understand id, version, and a flat list of dependencies. - - - - - Read a nuspec from a stream. - - - - - Reads a nuspec from XML - - - - - Returns a flat list of dependencies from a nuspec - - - - - A very basic Nuspec reader that understands the Id, Version, PackageType, and MinClientVersion of a package. - - - - - Read a nuspec from a path. - - - - - Read a nuspec from a stream. - - - - - Read a nuspec from a stream. - - - - - Reads a nuspec from XML - - - - - Id of the package - - - - - Version of the package - - - - - The minimum client version this package supports. - - - - - Gets zero or more package types from the .nuspec. - - - - - Returns if the package is serviceable. - - - - - The developmentDependency attribute - - - - - Nuspec Metadata - - - - - Returns a nuspec metadata value or string.Empty. - - - - - Indexed metadata values of the XML elements in the nuspec. - If duplicate keys exist only the first is used. - - - - - Raw XML doc - - - - - Until NuspecReader and Manifest are unified, this is a place to share implementations of - reading and parsing specific elements out of the .nuspec XML. - - - - - Gets the package types from a .nuspec metadata XML element. - - The metadata XML element. - - Whether or not to use the metadata element's namespace when finding the package type - nodes. If false is specified, only the local names of the package type nodes are used - for comparison. If true is specified, the package type nodes must have the same - namespace as the metadata node. - - - A list of package types. If no package types are found in the metadata node, an empty - list is returned. - - - - - Gets the value of serviceable element from a .nuspec metadata XML element. - - The metadata XML element. - - true if the serviceable element is set in the .nuspec file as true, else false. - - - - - Represents a package dependency Id and allowed version range. - - - - - Hash code from the default PackageDependencyComparer - - - - - Id and Version range string - - - - - Dependency package Id - - - - - Types to include from the dependency package. - - - - - Types to exclude from the dependency package. - - - - - Range of versions allowed for the depenency - - - - - Represents a package identity and the dependencies of a package. - - - This class does not support groups of dependencies, the group will need to be selected before - populating this. - - - - - Represents a package identity and the dependencies of a package. - - package name - package version - package dependencies - - - - Hash code from the default PackageDependencyInfoComparer - - - - - - - Example: Id : Dependency1, Dependency2 - - - - - - - Package dependencies - - - - - Represents the core identity of a nupkg. - - - - - Creates a new package identity. - - name - version - - - - True if the package identities are the same. - - - - - - - - - True if the identity objects are equal based on the given comparison mode. - - - - - Sorts based on the id, then version - - - - - Compare using the default comparer. - - - - - Creates a hash code using the default comparer. - - - - - PackageIdentity.ToString returns packageId.packageVersion" - - - - - Package name - - - - - Package Version - - can be null - - - - True if the version is non-null - - - - - An equality comparer that checks the id, version, and version release label. - - - - - _._ denotes an empty folder since OPC does not allow an - actual empty folder. - - - - - /_._ can be used to check empty folders from package readers where the / is normalized. - - - - - Generic packaging exception. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Nuspec file contains a package type with an invalid package version '{0}'.. - - - - - Looks up a localized string similar to Nuspec file does not contain the '{0}' node.. - - - - - Looks up a localized string similar to Nuspec file does not exist in package.. - - - - - Looks up a localized string similar to Nuspec file contains a package type that is missing the name attribute.. - - - - - Looks up a localized string similar to Package contains multiple nuspec files.. - - - - - Looks up a localized string similar to Nuspec file contains multiple package types. Zero or one package type nodes are allowed.. - - - - - Looks up a localized string similar to String argument '{0}' cannot be null or empty. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Provides functionality for writing an object graph. - The output format is defined by implementors. - - - - - Writes the start of a nested object. - - This new object becomes the scope for all other method calls until either WriteObjectStart - is called again to start a new nested object or WriteObjectEnd is called. - - Every call to WriteObjectStart must be balanced by a corresponding call to WriteObjectEnd. - - The name of the object. Throws if null. - - - - Writes the end of a nested object. - - The parent object for this object becomes the scope for subsequent method calls. - If this object is the root object, no further writing is allowed. - - Every call to WriteObjectStart must be balanced by a corresponding call to WriteObjectEnd. - - - - - Writes a name-value pair. - - The name of the datum. Throws if null. - The datum. - - - - Writes a name-value pair. - - The name of the datum. Throws if null. - The datum. - - - - Writes a name-value pair. - - The name of the datum. Throws if null. - The datum. - - - - Writes a name-collection pair. - - The name of the data. Throws if null. - The data. - - - - Generates JSON from an object graph. - - This is non-private only to facilitate unit testing. - - - - - Gets the JSON for the object. - - Once is called, no further writing is allowed. - - - - - Gets the JObject (in-memory JSON model) for the object. - - Once is called, no further writing is allowed. - - - - - - - Writes the result to a JsonTextWriter. - - Once WriteTo is called, no further writing is allowed. - - - - - Merges the content of the other runtime description in to this runtime description - - The other description to merge in to this description - - - - Merges the content of the other runtime graph in to this runtime graph - - The other graph to merge in to this graph - - - - Determines if two runtime identifiers are compatible, based on the import graph - - The criteria being tested - The value the criteria is being tested against - - true if an asset for the runtime in can be installed in a project - targetting , false otherwise - - - - - An asynchronous package content reader. - - - - - Asynchronously returns all framework references found in the nuspec. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all items under the build folder. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all items under the tools folder. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all items found in the content folder. - - - Some legacy behavior has been dropped here due to the mix of content folders and target framework - folders here. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns all lib items without any filtering. - - Use GetReferenceItemsAsync(...) for the filtered list. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns lib items + filtering based on the nuspec and other NuGet rules. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Asynchronously returns package dependencies. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - A development package nuspec reader - - - - - The locale ID for the package, such as en-us. - - - - - Returns all framework references found in the nuspec. - - - - - Returns all items under the build folder. - - - - - Returns all items under the tools folder. - - - - - Returns all items found in the content folder. - - - Some legacy behavior has been dropped here due to the mix of content folders and target framework - folders here. - - - - - Returns all lib items without any filtering. Use GetReferenceItems for the filtered list. - - - - - Returns lib items + filtering based on the nuspec and other NuGet rules. - - - - - Returns package dependencies. - - - - - A package downloader. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - Core package resolver - - - - - Resolve a set of packages - - Package or packages to install - All relevant packages. This list must include the target packages. - A set of packages meeting the package dependency requirements - - - - Resolve a set of packages - - Package or packages to install - - All relevant packages. This list must include the target packages and - installed packages. - - - Packages already installed into the project. These will be favored as - dependency options. - - A set of packages meeting the package dependency requirements - - - - Resolve a set of packages - - Package or packages to install - All relevant packages. This list must include the target packages. - A set of packages meeting the package dependency requirements - - - - Resolve a set of packages - - Package or packages to install - - All relevant packages. This list must include the target packages and - installed packages. - - - Packages already installed into the project. These will be favored as - dependency options. - - A set of packages meeting the package dependency requirements - - - - Custom exception type for a package that has a higher minClientVersion than the current client. - - - - - Path resolver for the root package folder containing this package. - - - - - Package id. - - - - - Package version. - - - - - Creates a package folder path resolver that scans multiple folders to find a package. - - NuGet paths loaded from NuGet.Config settings. - - - - Returns the root directory of an installed package. - - Package id. - Package version. - Returns the path if the package exists in any of the folders. Null if the package does not exist. - - - - Returns the root directory of an installed package. - - Package id. - Package version. - Returns the path if the package exists in any of the folders. Null if the package does not exist. - - - - Returns the package info along with a path resolver specific to the folder where the package exists. - - Package id. - Package version. - Returns the package info if the package exists in any of the folders. Null if the package does not exist. - - - - A package downloader for local archive packages. - - - - - Initializes a new class. - - A source package archive file path. - A package identity. - A logger. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Disposes of this instance. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - Helpers for dealing with the NuGet client version and package minClientVersions. - - - - - Check the package minClientVersion and throw if it is greater than the current client version. - - - - - Verify minClientVersion. - - - - - Verify minClientVersion. - - - - - Read the NuGet client version from the assembly info as a NuGetVersion. - - - - - Reads .nuspec files - - - - - Nuspec file reader. - - - - - Nuspec file reader. - - - - - Nuspec file reader - - Nuspec file stream. - - - - Nuspec file reader - - Nuspec file xml data. - - - - Nuspec file reader - - Nuspec file stream. - Framework mapping provider for NuGetFramework parsing. - - - - Nuspec file reader - - Nuspec file xml data. - Framework mapping provider for NuGetFramework parsing. - - - - Read package dependencies for all frameworks - - - - - Read package dependencies for all frameworks - - - - - Reference item groups - - - - - Framework reference groups - - - - - Package language - - - - - Package License Url - - - - - Build action groups - - - - - Package title. - - - - - Package authors. - - - - - Package tags. - - - - - Package owners. - - - - - Package description. - - - - - Package release notes. - - - - - Package summary. - - - - - Package project url. - - - - - Package icon url. - - - - - Copyright information. - - - - - Require license acceptance when installing the package. - - - - - Reads a development nupkg - - - - - Nupkg package reader - - Nupkg data stream. - - - - Nupkg package reader - - Nupkg data stream. - Framework mapping provider for NuGetFramework parsing. - Framework compatibility provider. - - - - Nupkg package reader - - Nupkg data stream. - If true the nupkg stream will not be closed by the zip reader. - - - - Nupkg package reader - - Nupkg data stream. - leave nupkg stream open - Framework mapping provider for NuGetFramework parsing. - Framework compatibility provider. - - - - Nupkg package reader - - ZipArchive containing the nupkg data. - - - - Nupkg package reader - - ZipArchive containing the nupkg data. - Framework mapping provider for NuGetFramework parsing. - Framework compatibility provider. - - - - Represents an empty framework folder in NuGet 2.0+ packages. - An empty framework folder is represented by a file named "_._". - - - - - Gets the full path of the file inside the package. - - - - - Gets the path that excludes the root folder (content/lib/tools) and framework folder (if present). - - - If a package has the Path as 'content\[net40]\scripts\jQuery.js', the EffectivePath - will be 'scripts\jQuery.js'. - - If it is 'tools\init.ps1', the EffectivePath will be 'init.ps1'. - - - - - Specifies assemblies from GAC that the package depends on. - - - - - Returns sets of References specified in the manifest. - - - - - Specifies sets other packages that the package depends on. - - - - - Returns sets of Content Files specified in the manifest. - - - - - Saves the current manifest to the specified stream. - - The target stream. - - - - Saves the current manifest to the specified stream. - - The target stream. - The minimum manifest version that this class must use when saving. - - - - Constructs a ManifestMetadata instance from an IPackageMetadata instance - - - - - Baseline schema - - - - - Added copyrights, references and release notes - - - - - Used if the version is a semantic version. - - - - - Added 'targetFramework' attribute for 'dependency' elements. - Allow framework folders under 'content' and 'tools' folders. - - - - - Added 'targetFramework' attribute for 'references' elements. - Added 'minClientVersion' attribute - - - - - Allows XDT transformation - - - - - Determins the path of the file inside a package. - For recursive wildcard paths, we preserve the path portion beginning with the wildcard. - For non-recursive wildcard paths, we use the file name from the actual file path on disk. - - - - - Returns true if the path uses a known folder root. - - - - - Tags come in this format. tag1 tag2 tag3 etc.. - - - - - Exposes the additional properties extracted by the metadata - extractor or received from the command line. - - - - - ContentFiles section from the manifest for content v2 - - - - - Creates a new Package Reference Set - - IEnumerable set of string references - - - - Creates a new Package Reference Set - - The target framework to use, pass Any for AnyFramework. Does not allow null. - IEnumerable set of string references - - - - Creates a new Package Reference Set - - The target framework to use. - IEnumerable set of string references - - - - Path on disk - - - - - Path in package - - - - - Parses the specified string into FrameworkName object. - - The string to be parse. - if set to true, parse the first folder of path even if it is unrecognized framework. - returns the path after the parsed target framework - - - - - - If True package folder paths will use the non-normalized version path, - even for new installs. - - - - - A package is deemed to be a satellite package if it has a language property set, the id of the package is - of the format [.*].[Language] - and it has at least one dependency with an id that maps to the runtime package . - - - - - This returns all the installed package files (does not include satellite files) - - - - - Default package save mode for v2 (packages.config)-style restore. - This includes and . - - - - - Default package save mode for v3 (project.json)-style restore. - This includes , , and . - - - - - Treat XML doc files as regular files (legacy behavior). - - - - - Do not extract XML documentation files - - - - - Compress XML doc files in a zip archive. - - - - - Nupkg reading helper methods - - - - - Uses a copy function to install a package to a global packages directory. - - - A function which should copy the package to the provided destination stream. - - - The version folder path context, which encapsulates all of the parameters to observe - while installing the package. - - The cancellation token. - - True if the package was installed. False if the package already exists and therefore - resulted in no copy operation. - - - - - Reads an unzipped nupkg folder. - - - - - Package folder reader - - - - - Package folder reader - - root directory of an extracted nupkg - - - - Package folder reader - - root directory of an extracted nupkg - framework mappings - framework compatibility provider - - - - Package folder reader - - root directory of an extracted nupkg - framework mappings - framework compatibility provider - - - - Opens a local file in read only mode. - - - - - Build the relative path in the same format that ZipArchive uses - - - - - A V2 path resolver. - - - - - Abstract class that both the zip and folder package readers extend - This class contains the path conventions for both zip and folder readers - - - - - Instantiates a new class. - - A framework mapping provider. - Thrown if is null. - - - - Instantiates a new class. - - A framework mapping provider. - A framework compatibility provider. - Thrown if is null. - Thrown if is null. - - - - Frameworks mentioned in the package. - - - - - only packageId.targets and packageId.props should be used from the build folder - - - - - True only for assemblies that should be added as references to msbuild projects - - - - - Nuspec reader - - - - - Represents a package element in the packages.config file - - - - - Creates a new packages config entry - - - - - Creates a new packages config entry - - - - - Creates a new packages config entry - - - - - Creates a new packages config entry - - Package id and version - Package target framework installed to the project - True if the user installed this package directly - True if the package is a development dependency - True if this package needs to be reinstalled - Restrict package versions to the allowedVersions range - - - - Displays the identity and target framework of the reference. - - - - - - - Id and Version of the package - - - - - The allowed range of versions that this package can be upgraded/downgraded to. - - This is null if unbounded - - - - True if allowedVersions exists. - - - - - Installed target framework version of the package. - - - - - Development dependency - - - - - True if the user installed or updated this package directly. - False if this package was installed as a dependency by another package. - - - - - Require reinstallation - - - - - Determine if the package node has the attribute value as the targetValue. - - - - - Get a boolean attribute value, or false if it does not exist - - - - - Reads packages.config - - - - - Packages.config reader - - Packages.config XML - - - - Packages.config reader - - Additional target framework mappings for parsing target frameworks - Packages.config XML - - - - Packages.config reader - - Stream containing packages.config - - - - Packages.config reader - - Stream containing packages.config - True will leave the stream open - - - - Packages.config reader - - Stream containing packages.config - True will leave the stream open - Additional target framework mappings for parsing target frameworks - - - - Reads the minimum client version from packages.config - - Minimum client version or the default of 2.5.0 - - - - Reads all package node entries in the config. - If duplicate package ids exist an exception will be thrown. - - - - - Reads all package node entries in the config. - - If True validation will be performed to ensure that - only one entry exists for each unique package id. - - - - Writes the packages.config XML file to a stream - - - - - Create a packages.config writer using file path - - The full path to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - - - - Create a packages.config writer using file path - - The full path to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - Framework mappings - - - - Create a packages.config writer using stream - - Stream to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - - - - Create a packages.config writer using stream - - Stream to write the XML packages.config file into, or load existing packages.config from - Whether to create a new packages.config file, or load an existing one - Framework mappings - - - - Write a minimum client version to packages.config - - Minumum version of the client required to parse and use this file. - - - - Add a package entry - - Package Id - Package Version - Package targetFramework that's compatible with current project - - - - Adds a basic package entry to the file - - - - - Adds a package entry to the file - - Package reference entry - - - - Update a package entry to the file - - - - - Update a package entry using the original entry as a base if it exists. - - - - - Remove a package entry - - Package Id - Package version - Package targetFramework - - - - Remove a package identity from the file - - Package identity - Package targetFramework - - - - Removes a package entry from the file - - Package reference entry - - - - Write the XDocument to the packages.config and disallow further changes. - - the full path to packages.config file - - - - Write the XDocument to the stream and close it to disallow further changes. - - - - - Represents the ".nuspec" extension. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Unsupported targetFramework value '{0}'.. - - - - - Looks up a localized string similar to There are duplicate packages: {0}. - - - - - Looks up a localized string similar to Invalid allowedVersions for package id '{0}': '{1}'. - - - - - Looks up a localized string similar to Invalid minClientVersion: '{0}'. - - - - - Looks up a localized string similar to Invalid package version for package id '{0}': '{1}'. - - - - - Looks up a localized string similar to Invalid package version for a dependency with id '{0}' in package '{1}': '{2}'. - - - - - Looks up a localized string similar to Null or empty package id. - - - - - Looks up a localized string similar to Unable to delete temporary file '{0}'. Error: '{1}'.. - - - - - Looks up a localized string similar to Failed to update file time for {0}: {1}. - - - - - Looks up a localized string similar to Fail to load packages.config as XML file. Please check it. . - - - - - Looks up a localized string similar to Failed to write packages.config as XML file '{0}'. Error: '{1}'.. - - - - - Looks up a localized string similar to Unable to find fallback package folder '{0}'.. - - - - - Looks up a localized string similar to {0} This validation error occurred in a '{1}' element.. - - - - - Looks up a localized string similar to The nuspec contains an invalid entry '{0}' in package '{1}' .. - - - - - Looks up a localized string similar to The framework in the folder name of '{0}' in package '{1}' could not be parsed.. - - - - - Looks up a localized string similar to Installing {0} {1}.. - - - - - Looks up a localized string similar to MinClientVersion already exists in packages.config. - - - - - Looks up a localized string similar to Nuspec file does not exist in package.. - - - - - Looks up a localized string similar to Package contains multiple nuspec files.. - - - - - Looks up a localized string similar to '{0}' must contain an absolute path '{1}'.. - - - - - Looks up a localized string similar to Package entry already exists in packages.config. Id: {0}. - - - - - Looks up a localized string similar to Package entry does not exists in packages.config. Id: {0}, Version: {1}. - - - - - Looks up a localized string similar to The '{0}' package requires NuGet client version '{1}' or above, but the current NuGet version is '{2}'. To upgrade NuGet, please go to http://docs.nuget.org/consume/installing-nuget. - - - - - Looks up a localized string similar to Packages node does not exists in packages.config at {0}.. - - - - - Looks up a localized string similar to Package stream should be seekable. - - - - - Looks up a localized string similar to String argument '{0}' cannot be null or empty. - - - - - Looks up a localized string similar to An error occurred while updating packages.config. The file was closed before the entry could be added.. - - - - - Looks up a localized string similar to Unable to parse the current NuGet client version.. - - - - - Order dependencies by children first. - - - - - A V3 path resolver. - - - - - Initializes a new class. - - The packages directory root folder. - - - - Initializes a new class. - - The packages directory root folder. - - true if package ID's and versions are made lowercase; - otherwise false. - - - - Gets the package install path. - - The package ID. - The package version. - The package install path. - - - - Gets the package version list path. - - The package ID. - The package version list path. - - - - Gets the package file path. - - The package ID. - The package version. - The package file path. - - - - Gets the manifest file path. - - The package ID. - The package version. - The manifest file path. - - - - Gets the hash file path. - - The package ID. - The package version. - The hash file path. - - - - Gets the hash file name. - - The package ID. - The package version. - The hash file name. - - - - Gets the version list directory. - - The package ID. - The version list directory. - - - - Gets the package directory. - - The package ID. - The package version. - The package directory. - - - - Gets the package file name. - - The package ID. - The package version. - The package file name. - - - - Gets the package download marker file name. - - The package ID. - The package download marker file name. - - - - Gets the manifest file name. - - The package ID. - The package version. - The manifest file name. - - - - Gets the packages directory root folder. - - - - - Gets a flag indicating whether or not package ID's and versions are made lowercase. - - - - - Gets or sets the . - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Cannot create a package that has no dependencies nor content.. - - - - - Looks up a localized string similar to Dependency '{0}' has an invalid version.. - - - - - Looks up a localized string similar to '{0}' already has a dependency defined for '{1}'.. - - - - - Looks up a localized string similar to The schema version of '{0}' is incompatible with version {1} of NuGet. Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942.. - - - - - Looks up a localized string similar to The package ID '{0}' contains invalid characters. Examples of valid package IDs include 'MyPackage' and 'MyPackage.Sample'.. - - - - - Looks up a localized string similar to <dependencies> element must not contain both <group> and <dependency> child elements.. - - - - - Looks up a localized string similar to Exclude path '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to Id must not exceed 100 characters.. - - - - - Looks up a localized string similar to The 'minClientVersion' attribute in the package manifest has invalid value. It must be a valid version string.. - - - - - Looks up a localized string similar to Invalid assembly reference '{0}'. Ensure that a file named '{0}' exists in the lib directory.. - - - - - Looks up a localized string similar to Assembly reference '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to <references> element must not contain both <group> and <reference> child elements.. - - - - - Looks up a localized string similar to The element package\metadata\references\group must contain at least one <reference> child element.. - - - - - Looks up a localized string similar to The required element '{0}' is missing from the manifest.. - - - - - Looks up a localized string similar to {0} is required.. - - - - - Looks up a localized string similar to Enabling license acceptance requires a license url.. - - - - - Looks up a localized string similar to Source path '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to Target path '{0}' contains invalid characters.. - - - - - Looks up a localized string similar to {0} cannot be empty.. - - - - - Looks up a localized string similar to File not found: '{0}'.. - - - - - Looks up a localized string similar to Unknown schema version '{0}'.. - - - - - Defines a property that can be used in Content Model query patterns - - - - - Find the nearest compatible candidate. - - - - - A set of patterns that can be used to query a set of file paths for items matching a provided criteria. - - - - - Patterns used to select a group of items that matches the criteria - - - - - Patterns used to select individual items that match the criteria - - - - - Property definitions used for matching patterns - - - - - A pattern that can be used to match file paths given a provided criteria. - - - The pattern is defined as a sequence of literal path strings that must match exactly and property - references, - wrapped in {} characters, which are tested for compatibility with the consumer-provided criteria. - - - - - Replacement token table. - - - - - Replacement token table organized by property. - - - - - Lookup a token and get the replacement if it exists. - - Property moniker - Token name - Replacement value - - - - PropertyName moniker - - - - - Item name - - - - - Item replacement value - - - - - An internal NuGetFramework marker for ManagedCodeConventions. - Most conventions disallow the string 'any' as a txm, so to allow - it for conventions with no txm in the path we use this special type. - - - - - Defines all the package conventions used by Managed Code packages - - - - - Pattern used to locate all files targetted at a specific runtime and/or framework - - - - - Pattern used to locate all files designed for loading as managed code assemblies at run-time - - - - - Pattern used to locate ref assemblies for compile. - - - - - Pattern used to locate lib assemblies for compile. - - - - - Pattern used to locate all files designed for loading as native code libraries at run-time - - - - - Pattern used to locate all files designed for loading as managed code resource assemblies at run-time - - - - - Pattern used to identify MSBuild targets and props files - - - - - Pattern used to identify MSBuild global targets and props files - - - - - Pattern used to identify content files - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - A circular memory stream backed by a fixed-size byte buffer. - - - - - Retrieve the full project closure including the root project itself. - - - - - Retrieve a DependencyGraphSpec with the project closure. - - - - - - - - - Order dependencies by children first. - - - - - Projects to restore. - - - - - All project specs. - - - - - File json. - - - - - Represents a reference to a project produced by an external build system, such as msbuild. - - - - - Represents a reference to a project produced by an external build system, such as msbuild. - - unique project name or full path - project.json package spec. - project file if one exists - unique names of the referenced projects - - - - Represents a reference to a project produced by an external build system, such as msbuild. - - unique project name or full path - project.json file path or null if none exists - project file if one exists - unique names of the referenced projects - - - - Unique name of the external project - - - - - The path to the project.json file representing the NuGet dependencies of the project - - - - - A list of other external projects this project references. Uses the UniqueName. - - - - - Path to msbuild project file. Ex: xproj, csproj - - - - - Path to project.json - - This may be null for projects that do not contain project.json. - - - - Project name used for project.json - - This may be null for projects that do not contain project.json. - - - - Project name from the package spec or msbuild file. - - - - - Generates a hash from an object graph. - - This is non-private only to facilitate unit testing. - - - - - Creates a new instance with the provide hash function. - - An instance. Throws if null. - - - - Gets the hash for the object. - - Once GetHash is called, no further writing is allowed. - - A hash of the object. - - - - Provides external project reference closures. - - - - - Get the full p2p closure from an msbuild project path. - - - - - Returns all known entry points. - - - - - Provides incremental hashing. - - This is non-private only to facilitate unit testing. - - - - - Gets the hash. - - Once GetHash is called, no further hash updates are allowed. - - A base64-encoded hash. - - - - Incrementally updates the hash. - - The data to be included in the hash. - The offset from which data should be read. - The count of bytes to read. - - - - Load and parse a project.json file - - project name - file path - - - - Returns true if the property is set to true. Otherwise false. - - - - - Returns true if the property is set to true. Otherwise false. - - - - - Level to indicate if this is an error or wanring. - - - - - Indicates the NuGet error code. - - - - - Indicates the staring generated by the code to go with the error code. - - - - - Indicates the project for which the error was thrown. - - - - - Level to indicate the warning level for the message. - This is relevant only if the Level == LogLevel.Warning. - - - - - Indicates the file for which the error was thrown. - - - - - Indicates the starting line for which the error was thrown. - - - - - Indicates the starting column for which the error was thrown. - - - - - Indicates the ending line for which the error was thrown. - - - - - Indicates the ending column for which the error was thrown. - - - - - Project or Package Id - - - - - List of TargetGraphs - - - - - Get target graphs for the current log message. - - If the message does not contain target graphs all graphs in the file - will be returned. - - - - Get the library from each target graph it exists in. - - - - - Get the library by id from the target graph. - - - - - Converts the IAssetsLogMessage object into a JObject that can be written into the assets file. - - - IAssetsLogMessage representing the log message. - - JObject containg the json representation of the log message. - - - - Converts an JObject into an IAssetsLogMessage. - - - JObject containg the json representation of the log message. - - IAssetsLogMessage representing the log message. - - - - Makes a deep clone of the lock file library. - - The cloned lock file library. - - - - Relative path to the project.json file for projects - - - - - Relative path to the msbuild project file. Ex: xproj, csproj - - - - - Represents the specification of a package that can be built. - - - - - Clone a PackageSpec and underlying JObject. - - - - - Project Settings is used to pass settings like HideWarningsAndErrors down to lower levels. - This should not be part of the Equals and GetHashCode. - - - - - Additional MSBuild properties. - - Optional. This is normally set for internal use only. - - - - Get the nearest framework available in the project. - - - - - Get restore metadata framework. This is based on the project's target frameworks, then an - exact match is found under restore metadata. - - - - - Get the list of dependencies in the package spec. Unless null is provided, the - set can be used to get the dependency lists for only for the - provided target frameworks. If null is provided, all framework dependency lists are returned. - - The package spec. - - Whether or not the generic dependency list should be returned (dependencies that apply to all target - frameworks. - - The frameworks to consider. - The sequence of dependency lists. - - - - Handles both external references and projects discovered through directories - If the type is set to external project directory discovery will be disabled. - - - - - .NETCore projects - - - - - UWP Project.json - - - - - Filter dependencies down to only possible project references and return the names. - - - - - Apply a snapshot value. - - - - - True if the string is a snapshot version. - - - - - Writes out a PackageSpec object graph. - - This is non-private only to facilitate unit testing. - - - - - Writes a PackageSpec to an NuGet.Common.IObjectWriter instance. - - A PackageSpec instance. - An NuGet.Common.IObjectWriter instance. - - - - Writes a PackageSpec to a file. - - A PackageSpec instance. - A file path to write to. - - - - Restore behavior type. - - - - - MSBuild project file path. - - - - - Full path to the project.json file if it exists. - - - - - Assets file output path. - - - - - Friendly project name. - - - - - Name unique to the project across the solution. - - - - - Package feed sources. - - - - - User packages folder path. - - - - - Cache file path - - - - - Fallback folders. - - - - - ConfigFilePaths used. - - - - - Framework specific metadata, this may be a subset of the project's frameworks. - Operations to determine the nearest framework should be done against the project's frameworks, - and then matched directly to this section. - - - - - Original target frameworks strings. These are used to match msbuild conditionals to $(TargetFramework) - - - - - True if $(TargetFrameworks) is used and the build is using Cross Targeting. - - - - - Whether or not to restore the packages directory using the legacy format, which write original case paths - instead of lowercase. - - - - - Asset files. These should be equivalent to the files that would be - in the nupkg after packing the project. - - - - - Compatibility check for runtime framework assets. - - - - - True if this is a Legacy Package Reference project - - - - - Contains Project wide properties for Warnings. - - - - - Relative path that would be used within a package. - This will be used to determine the asset type. - Example: lib/net45/a.dll - - - - - Absolute path on disk. - - - - - Target framework - - - - - The original string before parsing the framework name. In some cases, it is important to keep this around - because MSBuild framework conditions require the framework name to be the original string (non-normalized). - - - - - Project references - - - - - Project unique name. - - - - - Full path to the msbuild project file. - - - - - This class is used to hold restore related, project specific settings. - - - - - Bool property is used inr estore command to not log errors and warning. - Currently this is only being used for net core based projects on nomination. - - - - - Unknown - - - - - UAP style, project.lock.json is generated next to project.json - - - - - MSBuild style, project.assets.json is generated in the RestoreOutputPath folder - - - - - Tool - - - - - Non-MSBuild project with no project dependencies. - - - - - Packages.config project - - - - - A SHA-512 hash function that supports incremental hashing. - - This is non-private only to facilitate unit testing. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Argument cannot be null or empty.. - - - - - Looks up a localized string similar to Invalid dependency target value '{0}'.. - - - - - Looks up a localized string similar to The pack options package type must be a string or array of strings in '{0}'.. - - - - - Looks up a localized string similar to Error loading lock file '{0}' : {1}. - - - - - Looks up a localized string similar to Error reading '{0}' : {1}. - - - - - Looks up a localized string similar to Error reading '{0}' at line {1} column {2} : {3}. - - - - - Looks up a localized string similar to Imports contains an invalid framework: '{0}' in '{1}'.. - - - - - Looks up a localized string similar to Problem reading the cache file {0} : {1}. - - - - - Looks up a localized string similar to Unable to resolve tool ''.. - - - - - Looks up a localized string similar to Package dependencies must specify a version range.. - - - - - Looks up a localized string similar to Tools must specify a version range.. - - - - - A fallback PCL framework to use when no compatible items - were found for . - - - - - If True AssetTargetFallback behavior will be used for Imports. - - - - - Display warnings when the Imports framework is used. - - - - - Given a toolDirectory path, it returns the full assets file path - - - - - Given a package id, version and framework, returns the full assets file path - - - - - Given a package id, version and framework, returns the tool directory path where the assets/cache file are located for tools - - - - - The base path for all restored tools - - - - - Returns the directory (packagesFolder/.tools/id/version for example) for the best matching version if any. - - - - - - - Given a package id, looks in the base tools folder and returns all the version available on disk, possibly none - - - - - Class to hold warning properties given by project system. - - - - - List of Warning Codes that should be treated as Errors. - - - - - List of Warning Codes that should be ignored. - - - - - Indicates if all warnings should be ignored. - - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - Caches the nuspec reader. - If the nuspec does not exist this will throw a friendly exception. - - - - - Caches package info from the global packages folder in memory. - Packages not yet in the cache will be retrieved from disk. - - - - - Remove cached results for the given ids. This is needed - after installing a new package. - - - - - Take the first match on id and version. - - - - - A caching source repository provider intended to be used as a singleton. - - - - - Retrieve repositories that have been cached. - - - - - Create a repository and add it to the cache. - - - - - Create a repository and add it to the cache. - - - - - Serialize object to the JSON. - - The object. - - - - Deserialize object from the JSON. - - Type of object - JSON representation of object - - - - Deserialize object from the JSON. - - Type of object - JSON representation of object - The settings. - - - - Deserialize object from the JSON. - - JSON representation of object - The object type. - - - - Serialize object to JToken. - - The object. - - - - Deserialize object directly from JToken. - - Type of object. - The JToken to be deserialized. - - - - Deserialize object directly from JToken. - - The JToken to be deserialized. - The object type. - - - - Extract the property directly from JObject. - - Type of property to return. - The JObject to be deserialized. - The property name. - - - - A SemanticVersion JSON converter. - - - - - Gets a flag indicating whether or not a type is convertible. - - An object type to check. - - true if is convertible; otherwise false. - - - - Reads the JSON representation of the object. - - A JSON reader. - The type of the object. - The existing value of the object. - A serializer. - A object. - - - - Writes the JSON representation of the object. - - A JSON writer. - A value to serialize. - A serializer. - - - - Retrieve the for a registration. - - Returns an empty sequence if the package does not exist. - - - - Process an individual package version entry - - - - - - Returns the RemoteSourceDependencyInfo object corresponding to this package version - - - - Retrieve a registration blob - - Returns Null if the package does not exist - - - - Retrieve the target framework from a dependency group obj - - - - - Failure due to an invalid cache. - - - - - Thrown when a package cannot be found on a feed. - - - - - Package that was not found. - - - - - Undetermined type - - - - - V2 OData protocol, ex: https://www.nuget.org/api/v2/ - - - - - V3 Json protocol, ex: https://api.nuget.org/v3/index.json - - - - - Flat folder of nupkgs - - - - - Version folder structure used for project.json - - - - - Unzipped folder of nupkgs used by project templates - - - - - Packages.config packages folder format - - - - - Undetermined folder type. Occurs when the folder is empty - or does not exist yet. - - - - - PackageSource that can carry a feed type used to override the source repository and provide a - hint for the expected type. - - - - - Feed type, ex: HttpV2, FileSystemV3 - - - - - Resource wrapper for FeedType. - - - - - Represents source authentication status per active operation - - - - - A wrapper around that applies a - to the contained stream. When the is disposed, this - content is disposed which in turn disposes the , which - disposes the actual network stream. - - - - - Resource wrapper for an HttpClient - - - - - Gets or sets a delegate that is to be invoked when authenticated feed credentials are successfully - used. - - - - - Clones an request. - - - - - Retrieves the HTTP request configuration instance attached to the given message as custom property. - - The HTTP request message. - Configuration instance if exists, or a default instance otherwise. - - - - Attaches an HTTP request configuration instance to the given message as custom property. - If the configuration has already been set on the request message, the old configuration - is replaced. - - The HTTP request message. - An HTTP request message configuration instance. - - - - Factory class containing methods facilitating creation of - with additional custom parameters. - - - - - Creates an instance of . - - Desired HTTP verb - Request URI - Logger instance to be attached - Instance of - - - - Creates an instance of . - - Desired HTTP verb - Request URI - Logger instance to be attached - Instance of - - - - Creates an instance of . - - Desired HTTP verb - Request URI - The request configuration - Instance of - - - - Creates an instance of . - - Desired HTTP verb - Request URI - The request configuration - Instance of - - - - The is for retrying and HTTP request if it times out, has any exception, - or returns a status code of 500 or greater. - - - - - Make an HTTP request while retrying after failed attempts or timeouts. - - - This method accepts a factory to create instances of the because - requests cannot always be used. For example, suppose the request is a POST and contains content - of a stream that can only be consumed once. - - - - - A request to be handled by . This type should contain all - of the knowledge necessary to make a request, while handling transient transport errors. - - - - The HTTP client to use for each request attempt. - - - - The factory that generates each request message. This factory is invoked for each attempt. - - - - The HTTP completion option to use for the next attempt. - - - The maximum number of times to try the request. This value includes the initial attempt. - - - How long to wait on the request to come back with a response. - - - How long to wait before trying again after a failed request. - This API is intended only for testing purposes and should not be used in product code. - - - The timeout to apply to instances. - - - - Caching Get request. - - - - The retry handler to use for all HTTP requests. - This API is intended only for testing purposes and should not be used in product code. - - - - A cached HTTP request handled by . - - - - - The URI to request with GET. - - - - - The cache key to use when fetching and storing the response from the HTTP cache. This - cache key is scoped to the NuGet source. That is to say that each NuGet source has its - own independent HTTP cache. - - - - - The cache context. - - - - - The header values to apply when building the . - - - - - When processing the , this flag allows - 404 Not Found to be interpreted as a null response. This value defaults - to false. - - - - The maximum number of times to try the request. This value includes the initial attempt. - - - - A method used to validate the response stream. This method should not - dispose the stream and should throw an exception when the content is invalid. - - - - - The timeout to use when fetching the . Since - only uses , - this means that we wait this amount of time for only the HTTP headers to be returned. - Downloading the response body is not included in this timeout. - - - - The timeout to apply to instances. - - - - A mutable CredentialCache wrapper. This allows the underlying ICredentials to - be changed to work around HttpClientHandler not allowing Credentials to change. - This class intentionally inherits from CredentialCache to support authentication on redirects. - According to System.Net implementation any other ICredentials implementation is dropped for security reasons. - - - - - Credentials can be changed by other threads, for this reason volatile - is added below so that the value is not cached anywhere. - - - - - Initializes a new instance of the class - - - Optional initial credentials. May be null. - - - - - The latest credentials to be used. - - - - - The latest version ID of the . - - - - - A non-cached HTTP request handled by . - - - - - A factory that can be called repeatedly to build the HTTP request message. - - - - - When processing the , this flag allows - 404 Not Found to be interpreted as a null response. This value defaults - to false. - - - - - The timeout to use when fetching the . Since - only uses , - this means that we wait this amount of time for only the HTTP headers to be returned. - Downloading the response body is not included in this timeout. - - - - The maximum number of times to try the request. This value includes the initial attempt. - - - The timeout to apply to instances. - - - - Holds a shared . - This is expected to be shared across the app and should not be disposed of. - - - - - The throttle to apply to all HTTP requests. - - - - - An interface used for throttling operations. For example, suppose the application needs to - limit the concurrency of HTTP operations. Before executing each HTTP operation, the - would be executed. After the HTTP operation has been completed, the - application should call . The implementation of - should only allow the application to continue if there is an appropriate number of concurrent - callers. The primary implementation of this interface simply wraps a . - - - - - Waits until an appropriate level of concurrency has been reached before allowing the - caller to continue. - - - - - Signals that the throttled operation has been completed and other threads can being - their own throttled operation. - - - - - An throttle implementation that allows any level of concurrency. That is, the - and methods do nothing. - - - - - A message handler responsible for retrying request for authenticated proxies - with missing credentials. - - - - - Response header that specifies the WSTrust13 Windows Transport endpoint. - - - - - Response header that specifies the realm to authenticate for. In most cases this would be the gallery we are going up against. - - - - - Request header that contains the SAML token. - - - - - Adds the SAML token as a header to the request if it is already cached for this source. - - - - - Attempts to retrieve a SAML token if the response indicates that server requires STS-based auth. - - - - - Convert a V2 feed package into a V3 PackageDependencyInfo - - - - - A resource for detecting a V2 feed's capabilities based on the metadata document. - - - - - This implementation is copied from NuGet 2.x. - - - - - Maximum amount of time to store index.json - - - - - Represents a V2 package entry from the OData feed. This object primarily just holds the strings parsed from XML, all parsing - and converting should be done after based on the scenario. - - - - - Parse DownloadCount into an integer - - - - - Checks the published date - - - - - Parses Dependencies into actual groups - - - - - A page of items from a V2 feed as well as a link to get the next page. - - - - - A light weight XML parser for NuGet V2 Feeds - - - - - Creates a V2 parser - - HttpSource and message handler containing auth/proxy support - base address for all services from this OData service - - - - Creates a V2 parser - - HttpSource and message handler containing auth/proxy support - base address for all services from this OData service - PackageSource useful for reporting meaningful errors that relate back to the configuration - - - - Get an exact package - - - - - Retrieves all packages with the given Id from a V2 feed. - - - - - Retrieves all packages with the given Id from a V2 feed. - - - - - Finds all entries on the page and parses them - - - - - Parse an entry into a V2FeedPackageInfo - - - - - Retrieve an XML value safely - - - - - Retrieve an XML value safely - - - - - Build the path part of a V2 feed URL. These values are appended to the V2 base URL. - - - - - Packages.config packages folder reader - - - - - Reads packages.config packages folders. The expected format is root/id.version/id.version.nupkg - This resource cannot handle packages folders in the format root/id (exclude version) - - - - - Unzipped package repository reader used for project templates. - - - - - Id + Version -> Package - - - - - Uri -> Package - - - - - Retrieve packages from a local folder or UNC share that uses the V3 folder structure. - - - - - Retrieve dependency info for a single package. - - package id and version - project target framework. This is used for finding the dependency group - cancellation token - - - - Retrieve dependency info for a single package. - - package id - project target framework. This is used for finding the dependency group - cancellation token - - - - Convert a package into a PackageDependencyInfo - - - - - Local nuget package. - - Package id and version. - Path to the nupkg. - Last nupkg write time for publish date. - Nuspec XML. - Method to retrieve the package as a reader. - - - - Package reader. - - This creates a new instance each time. Callers need to dispose of it. - - - - Package id and version. - - - - - Nupkg or folder path. - - - - - Last file write time. This is used for the publish date. - - - - - Nuspec reader. - - - - - Search Id, Tags, and Description to match the legacy local search behavior. - - - - - Returns a distinct set of elements using the comparer specified. This implementation will pick the last occurrence - of each element instead of picking the first. This method assumes that similar items occur in order. - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A package source. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - A v2-style package repository that has nupkgs at the root. - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A package source. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - A v3-style package repository that has expanded packages. - - - - - Convert a string to a URI safely. This will return null if there are errors. - - - - - Subclass of containing the information in the registration blobs that are not present in the V2 feed or search. - Returned by . - - - - - The of this package in the catalog. - - - - - index.json entry for v3 - - - - - Service Uri - - - - - Service Type - - - - - Client version - - - - - Retrieves all dependency info for the package resolver. - - - - - A download resource provider for plugins. - - - - - Instanatiates a new class. - - - - - Attempts to create a resource for the specified source repository. - - A source repository. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a Tuple<bool, INuGetResource> - Thrown if is null. - Thrown if - is cancelled. - - - - Retrieves and caches service index.json files - ServiceIndexResourceV3 stores the json, all work is done in the provider - - - - - Maximum amount of time to store index.json - - - - - A remote package downloader. - - - - - Initializes a new class. - - A resource. - A package identity. - A source cache context. - A logger. - Thrown if is null. - Thrown if - is null. - Thrown if - is null. - Thrown if is null. - - - - Disposes this instance. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - A for a Http-based file system where files are laid out in the - format - /root/ - PackageA/ - Version0/ - PackageA.nuspec - PackageA.Version0.nupkg - and are accessible via HTTP Gets. - - - - - Initializes a new class. - - Base URI's. - An HTTP source. - Thrown if is null. - Thrown if is empty. - Thrown if is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Create a from a nupkg stream. - - - - - A FindPackageByIdResource provider for plugins. - - - - - Instantiates a new class. - - - - - Asynchronously attempts to create a resource for the specified source repository. - - A source repository. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a Tuple<bool, INuGetResource> - Thrown if is null. - Thrown if - is cancelled. - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A package source. - An HTTP source. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Gets the package source. - - - - - A for over v2 NuGet feeds. - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Initializes a new class. - - A source repository. - An HTTP source. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Gets the source repository. - - - - - Retrieves all packages and dependencies from a V3 source. - - - - - Dependency info resource - - Http client - Registration blob resource - - - - Retrieve dependency info for a single package. - - package id and version - project target framework. This is used for finding the dependency group - cancellation token - - Returns dependency info for the given package if it exists. If the package is not found null is - returned. - - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - project target framework. This is used for finding the dependency group - cancellation token - available packages and their dependencies - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - cancellation token - available packages and their dependencies - - - - Retrieve dependency info from a registration blob - - - - - A download resource for plugins. - - - - - Instantiates a new class. - - A plugin. - A plugin multiclient utilities. - A package source. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously downloads a package. - - The package identity. - A package download context. - The path to the global packages folder. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns - a . - Thrown if is null. - Thrown if - is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Provides the download metatdata for a given package from a V3 server endpoint. - - - - - Download packages using the download url found in the registration resource. - - - - - Download packages using the package base address container resource. - - - - - Get the download url of the package. - 1. If the identity is a SourcePackageDependencyInfo the SourcePackageDependencyInfo.DownloadUri is used. - 2. A url will be constructed for the flat container location if the source has that resource. - 3. The download url will be found in the registration blob as a fallback. - - - - - Returns the full package metadata - - - - - Find the latest version of the package - - include versions with prerelease labels - not implemented yet - - - - Registration blob reader - - - - - Constructs the URI of a registration index blob - - - - - Constructs the URI of a registration blob with a specific version - - - - - Constructs the URI of a registration blob with a specific version - - - - - Returns the registration blob for the id and version - - The inlined entries are potentially going away soon - - - - Returns inlined catalog entry items for each registration blob - - The inlined entries are potentially going away soon - - - - Returns inlined catalog entry items for each registration blob - - The inlined entries are potentially going away soon - - - - Returns all index entries of type Package within the given range and filters - - - - - Gets the for the source backing this resource. - - - - - Gets a URL for reporting package abuse. The URL will not be verified to exist. - - The package id (natural casing) - The package version - The first URL from the resource, with the URI template applied. - - - - Stores/caches a service index json file. - - - - - Get the list of service entries that best match the current clientVersion and type. - - - - - Get the list of service entries that best match the clientVersion and type. - - - - - Get the best match service URI. - - - - - Get the list of service URIs that best match the current clientVersion and type. - - - - - Get the list of service URIs that best match the clientVersion and type. - - - - - Read string values from an array or string. - Returns an empty enumerable if the value is null. - - - - - Time the index was requested - - - - - All service index entries. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Install failed. Rolling back.... - - - - - Looks up a localized string similar to Unrecognized Package Action '{0}'.. - - - - - Looks up a localized string similar to Unsupported Dependency Behavior '{0}'.. - - - - - Looks up a localized string similar to Package '{0}' already exists at feed '{1}' and is invalid.. - - - - - Looks up a localized string similar to Package '{0}' already exists at feed '{1}'.. - - - - - Looks up a localized string similar to Successfully added package '{0}' to feed '{1}'.. - - - - - Looks up a localized string similar to Argument can not be null or empty.. - - - - - Looks up a localized string similar to Argument cannot be null or empty.. - - - - - Looks up a localized string similar to the symbol server. - - - - - Looks up a localized string similar to Delete canceled. - - - - - Looks up a localized string similar to {0} {1} will be deleted from the {2}. Would you like to continue?. - - - - - Looks up a localized string similar to {0} {1} was deleted successfully.. - - - - - Looks up a localized string similar to Deleting {0} {1} from the {2}.. - - - - - Looks up a localized string similar to Not Found.. - - - - - Looks up a localized string similar to The download URL for {0} '{1}' is invalid.. - - - - - Looks up a localized string similar to No download URL could be found for {0}.. - - - - - Looks up a localized string similar to The download of '{0}' timed out because no data was received for {1}ms.. - - - - - Looks up a localized string similar to The server responded with HTTP '403 Forbidden' when accessing the source '{0}'. This suggests that the server has authenticated your identity but has not permitted you to access the requested resource. Provide credentials that have permissions to view this resource.. - - - - - Looks up a localized string similar to The server responded with HTTP '407 Proxy Authentication Required' when accessing the proxy '{0}'. This suggests that the server needs credentials to authenticate your identity to use a proxy. Provide credentials to access this resource.. - - - - - Looks up a localized string similar to The server responded with HTTP '401 Unauthorized' when accessing the source '{0}'. This suggests that the server needs credentials to authenticate your identity. Provide credentials to access this resource.. - - - - - Looks up a localized string similar to {0} {1}. - - - - - Looks up a localized string similar to {0} {1} {2}ms. - - - - - Looks up a localized string similar to The HTTP request to '{0} {1}' has timed out after {2}ms.. - - - - - Looks up a localized string similar to The folder '{0}' contains an invalid version.. - - - - - Looks up a localized string similar to the NuGet gallery. - - - - - Looks up a localized string similar to Downloading a package from '{0}' was canceled.. - - - - - Looks up a localized string similar to Error downloading '{0}' from '{1}'.. - - - - - Looks up a localized string similar to Failed to download package '{0}' from '{1}'.. - - - - - Looks up a localized string similar to The V2 feed at '{0}' returned an unexpected status code '{1} {2}'.. - - - - - Looks up a localized string similar to Unable to load nuspec from package '{0}'.. - - - - - Looks up a localized string similar to Unable to load the service index for source {0}.. - - - - - Looks up a localized string similar to Failed to retrieve information about '{0}' from remote source '{1}'.. - - - - - Looks up a localized string similar to Failed to verify the root directory of local source '{0}'.. - - - - - Looks up a localized string similar to Failed to validate the file '{0}'.. - - - - - Looks up a localized string similar to The file '{0}' is corrupt.. - - - - - Looks up a localized string similar to An invalid cache entry was found for URL '{0}' and will be replaced.. - - - - - Looks up a localized string similar to The nupkg at '{0}' is not valid.. - - - - - Looks up a localized string similar to Retrying '{0}' for source '{1}'.. - - - - - Looks up a localized string similar to An error was encountered when fetching '{0} {1}'. The request will now be retried.. - - - - - Looks up a localized string similar to Retrying service index request for source '{0}'.. - - - - - Looks up a localized string similar to No API Key was provided and no API Key could be found for {0}. To save an API Key for a source use the 'setApiKey' command.. - - - - - Looks up a localized string similar to Cannot create a NuGet Repository from the Aggregate Source. - - - - - Looks up a localized string similar to The {0} service is not supported by this object.. - - - - - Looks up a localized string similar to '{0}' is not a valid nupkg file.. - - - - - Looks up a localized string similar to '{0}' is not a valid nupkg file. Error: '{1}'.. - - - - - Looks up a localized string similar to One or more URIs must be specified.. - - - - - Looks up a localized string similar to Unrecognized Package Action '{0}'.. - - - - - Looks up a localized string similar to Unable to find package '{0}'.. - - - - - Looks up a localized string similar to ERROR: This version of nuget.exe does not support updating packages to package source '{0}'.. - - - - - Looks up a localized string similar to '{0}' is not a valid path.. - - - - - Looks up a localized string similar to '{0}' should be a local path or a UNC share path.. - - - - - Looks up a localized string similar to A connection has already been started.. - - - - - Looks up a localized string similar to The plugin connection is closed.. - - - - - Looks up a localized string similar to Plugin '{0}' failed with the exception: {1}. - - - - - Looks up a localized string similar to Plugin '{0}' failed a {1} operation for package {2}.{3}.. - - - - - Looks up a localized string similar to A failure occurred while attempting to query plugin operation claims for the plugin at '{0}'. Exception: {1}. - - - - - Looks up a localized string similar to A failure occurred while attempting to query package versions for package '{0}' using the plugin at '{1}'.. - - - - - Looks up a localized string similar to Terminating plugin '{0}' due to an unrecoverable fault: {1}. - - - - - Looks up a localized string similar to A plugin was not found at path '{0}'.. - - - - - Looks up a localized string similar to The plugin handshake failed.. - - - - - Looks up a localized string similar to A handshake request handler already exists.. - - - - - Looks up a localized string similar to The idle timeout must be greater than or equal to System.Threading.Timeout.InfiniteTimeSpan.. - - - - - Looks up a localized string similar to An illegal message type was received during handshake.. - - - - - Looks up a localized string similar to Plugin initialization failed.. - - - - - Looks up a localized string similar to The plugin at '{0}' did not have a valid embedded signature.. - - - - - Looks up a localized string similar to The message type '{0}' is invalid at this time.. - - - - - Looks up a localized string similar to The plugin file path '{0}' is invalid.. - - - - - Looks up a localized string similar to A plugin is not connected.. - - - - - Looks up a localized string similar to Plugin '{0}' failed to download package '{1}'.. - - - - - Looks up a localized string similar to A plugin protocol exception occurred.. - - - - - Looks up a localized string similar to A protocol version is not supported on error.. - - - - - Looks up a localized string similar to '{0}' must be greater than or equal to '{1}'.. - - - - - Looks up a localized string similar to Request context does not exist for request ID '{0}'.. - - - - - Looks up a localized string similar to A request handler does not exist for the message method '{0}'.. - - - - - Looks up a localized string similar to Timeout must be greater than TimeSpan.Zero and less than or equal to TimeSpan.FromMilliseconds(int.MaxValue).. - - - - - Looks up a localized string similar to The enum value '{0}' is unrecognized.. - - - - - Looks up a localized string similar to The operation claims are unrecognized: {0}.. - - - - - Looks up a localized string similar to The project '{0}' is not one of the projects targetted by this object.. - - - - - Looks up a localized string similar to Failed to retrieve metadata from source '{0}'.. - - - - - Looks up a localized string similar to '{0}' is a duplicate url which has already been downloaded and will lead to a cyclic dependency. Please correct from server.. - - - - - Looks up a localized string similar to The 'versions' property at '{0}' must be an array.. - - - - - Looks up a localized string similar to Service index document is missing the 'resources' property.. - - - - - Looks up a localized string similar to The content at '{0}' is not a valid JSON object.. - - - - - Looks up a localized string similar to The source does not have the 'version' property at '{0}'.. - - - - - Looks up a localized string similar to The content at '{0}' is not valid XML.. - - - - - Looks up a localized string similar to Metadata could not be loaded from the source '{0}'.. - - - - - Looks up a localized string similar to The source does not have a Registration Base Url defined!. - - - - - Looks up a localized string similar to The source does not have a Search service!. - - - - - Looks up a localized string similar to The source does not have the 'version' property.. - - - - - Looks up a localized string similar to An error occurred while retrieving package metadata for '{0}' from source '{1}'.. - - - - - Looks up a localized string similar to The path '{0}' for the selected source could not be resolved.. - - - - - Looks up a localized string similar to The source version is not supported: '{0}'.. - - - - - Looks up a localized string similar to Your package was pushed.. - - - - - Looks up a localized string similar to Pushing {0} to {1}.... - - - - - Looks up a localized string similar to The '{0}' installation feature was required by a package but is not supported on the current host.. - - - - - Looks up a localized string similar to The installation host does not support a feature required by this package.. - - - - - Looks up a localized string similar to File does not exist ({0}).. - - - - - Looks up a localized string similar to Unable to parse a valid version from a v3 folder: '{0}'.. - - - - - Looks up a localized string similar to API v2 (legacy). - - - - - Looks up a localized string similar to API v3. - - - - - Looks up a localized string similar to Found symbols package '{0}', but no API key was specified for the symbol server. To save an API Key, run 'NuGet.exe setApiKey [your API key from http://www.NuGet.org]'.. - - - - - Determine the type of a nuget source. This works for both offline and online sources. - - - - - Gets a from a .nupkg. If the URL cannot be fetched or there is a problem - processing the .nuspec, an exception is throw. This method uses HTTP caching to avoid downloading the - package over and over (unless is specified). - - The package identity. - The URL of the .nupkg. - The cache context. - The cancellation token. - The .nuspec reader. - - - - Copies a .nupkg stream to the stream. If the .nupkg cannot be found or if - there is a network problem, no stream copy occurs. - - The package identity. - The URL of the .nupkg. - The destination stream. The .nupkg will be copied to this stream. - The cache context. - The cancellation token. - Returns true if the stream was copied, false otherwise. - - - - Manages the different ways of getting a .nupkg stream when using the global HTTP cache. When a stream is - found, the method is invoked on said stream. This deals with the - complexity of . - - The package identity. - The URL of the .nupkg to fetch. - The method to process the stream. - The cache context. - The cancellation token. - - Returns true if the stream was processed, false if the stream could not fetched (either from the HTTP cache - or from the network). - - - - - Allow explicit clean-up of direct download files. This is important because although direct downloads are - opened with the option, some systems (e.g. Linux) do not perform - the delete if the process dies. Additionally, if the system dies before the process dies (e.g. loss of - power), the direct download files will be left over. - - The download context. - - - - Retrieve a nupkg using the path. - - Nupkg path in uri form. - - - - Retrieve all packages from a folder and one level deep. - - Nupkg folder directory path. - - - - Retrieve all packages of an id from a v2 folder. - - Nupkg folder directory path. - Package id. - - - - Retrieve all packages of an id from a v2 folder. - - Nupkg folder directory path. - Package id. - Package version. - - - - Retrieve all packages of an id from a v2 folder. - - Nupkg folder directory path. - Package id and version. - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - Package id and version. - - - - Returns either id.* or * depending on the OS. - - - - - - - - - Retrieve a package with an id and version from a packages.config packages folder. - - Nupkg folder directory path. - - - - Return the package nupkg from a packages.config folder sub directory. - - Package directory in the format id.version - - - - True if the file name matches the identity. This is could be incorrect if - the package name ends with numbers. The result should be checked against the nuspec. - - - - - True if the file name matches the id and is followed by a version. This is could be incorrect if - the package name ends with numbers. The result should be checked against the nuspec. - - - - - An imperfect attempt at finding the identity of a package from the file name. - This can fail if the package name ends with something such as .1 - - - - - An imperfect attempt at finding the version of a package from the file name. - This can fail if the package name ends with something such as .1 - - - - - Parse a possible version from a string in the format Id.Version - Returns null if the version is invalid or the id did not match. - - Id.Version - Expected id - - - - Retrieve a single package from a v3 version folder. - - - - - Retrieve a package from a v3 feed. - - - - - Discover all nupkgs from a v2 local folder. - - Folder root. - - - - Verify that a path could be a valid directory. Throw a FatalProtocolException otherwise. - - - - - Verify that a path could be a valid file. Throw a FatalProtocolException otherwise. - - - - - Retrieve files in chunks, this helps maintain the legacy behavior of searching for - certain non-normalized file names. - - - - - Discover nupkgs from a v2 local folder. - - Folder root. - Package id file name prefix. - - - - Discover all nupkgs from a v3 folder. - - Folder root. - - - - Discover nupkgs from a v3 local folder. - - Folder root. - Package id or package id prefix. - - - - Remove duplicate packages which can occur in directories. - In V2 packages may exist under multiple sub folders. - Non-normalized versions also lead to duplicates: ex: 1.0, 1.0.0.0 - - - - - Retrieve directories and log exceptions that occur. - - - - - Retrieve files and log exceptions that occur. - - - - - Path -> LocalPackageInfo - - - - - Path -> LocalPackageInfo - - - - - Find all nupkgs in the top level of a directory. - - - - - Cache strings, dates, and versions to reduce memory. - - - - - Mapping of input parameter type to caching method. - - - - - Checks if already exists in the cache. - If so, returns the cached instance. - If not, caches and returns it. - - - - - Parses into a . - - - - - Iterates through the properties of that are either s, s, or s and checks them against the cache. - - - - - containing all types that can be cached. - - - - - Read a stream into a memory stream if CanSeek is false. - This method is used to ensure that network streams - can be read by non-async reads without hanging. - - Closes the original stream by default. - - - - - Read a stream into a memory stream if CanSeek is false. - This method is used to ensure that network streams - can be read by non-async reads without hanging. - - - - - Starts a task with a timeout. If the timeout occurs, a - with no message will be thrown. - - - - - Starts a task with a timeout. If the timeout occurs, a - with no message will be thrown. - - - - - An automatic progress reporter. - - - - - Disposes of this instance. - - - - - Creates a new class. - - This class does not take ownership of and dispose of . - A connection. - A request. - A progress interval. - A cancellation token. - Thrown if - is null. - Thrown if - is null. - Thrown if - is either less than or greater than - . - Thrown if - is cancelled. - - - - Represents a bidirectional channel between a NuGet client and a plugin. - - - - - Instantiates a new instance of the class. - - A message dispatcher. - A sender. - A receiver. - Connection options. - Thrown if is null. - Thrown if is null. - Thrown if is null. - Thrown if is null. - - - - Disposes of this instance. - - - - - Closes the connection. - - This does not call . - - - - Asynchronously connects and handshakes with a remote target. - - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is cancelled. - Thrown if the method has been called already. - - - - Asynchronously sends a message to the remote target. - - The message to be sent. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - Thrown if not connected. - - - - Asynchronously sends a message to the remote target and receives the target's response. - - The outbound payload type. - The inbound payload type. - The outbound message method. - The outbound message payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - Thrown if not connected. - - - - The connection state. - - - - - Gets the message dispatcher. - - - - - Gets the connection options - - - - - Gets the negotiated protocol version, or null if not yet connected. - - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - Plugin connection options. - - - - - Instantiates a new class. - - The plugin protocol version. - The minimum plugin protocol version. - The plugin handshake timeout. - The plugin request timeout. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is less than . - Thrown if - is either less than or greater than - . - Thrown if - is either less than or greater than - . - - - - Sets a new request timeout. - - The new request timeout. - Thrown if - is either less than or greater than - . - - - - Instantiates a class with default values. - - A . - - - - Gets the plugin handshake timeout. - - - - - Gets the minimum plugin protocol version. - - - - - Gets the plugin protocol version. - - - - - Gets the plugin request timeout. - - - - - Connection states. - - Member order is significant. - For example, any connection state before - implies no connection. - - - - Base class for embedded signature verifiers. - - - - - Checks if a file has a valid embedded signature. - - The path of a file to be checked. - - true if the file has a valid signature; otherwise, false. - Thrown if - is either null or an empty string. - Thrown if the current platform is unsupported. - - - - Creates an embedded signature verifier for the current platform. - - An embedded signature verifier. - - - - A fallback embedded signature verifier for unsupported platforms. - - - - - Checks if a file has a valid embedded signature. - - The path of a file to be checked. - - true if the file has a valid signature; otherwise, false. - Thrown always. - - - - Faulted plugin event arguments. - - - - - Instantiates a new class. - - A plugin. - An exception. - Thrown if is null. - Thrown if is null. - - - - Gets the exception. - - - - - Gets the plugin. - - - - - Represents a bidirectional channel between a NuGet client and a plugin. - - - - - Closes the connection. - - This does not call . - - - - Asynchronously sends a message to the remote target. - - The message to be sent. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - Thrown if not connected. - - - - Asynchronously sends a message to the remote target and receives the target's response. - - The outbound payload type. - The inbound payload type. - The outbound message method. - The outbound message payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - Thrown if not connected. - - - - Gets the message dispatcher. - - - - - Gets the connection options - - - - - Gets the negotiated protocol version, or null if not yet connected. - - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - A unique identifier generator. - - - - - Generates a new unique identifier. - - A unique identifier. - - - - A message dispatcher that maintains state for outstanding requests - and routes messages to configured request handlers. - - - - - Closes the dispatcher. - - This does not call . - - - - Creates a message. - - The message type. - The message method. - A message. - - - - Creates a message. - - The message payload. - The message type. - The message method. - The message payload. - A message. - - - - Asynchronously dispatches a cancellation request for the specified request. - - The request. - A cancellation token. - A task that represents the asynchronous operation. - - - - Asynchronously dispatches a fault notification for the specified request. - - The cancel request. - The fault payload. - A cancellation token. - A task that represents the asynchronous operation. - - - - Asynchronously dispatches a progress notification for the specified request. - - The request. - The progress payload. - A cancellation token. - A task that represents the asynchronous operation. - - - - Asynchronously dispatches a request. - - The request payload type. - The expected response payload type. - The request method. - The request payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - - - - Asynchronously dispatches a response. - - The request payload type. - The associated request. - The response payload. - A cancellation token. - A task that represents the asynchronous operation. - - - - Sets the connection to be used for dispatching messages. - - A connection instance. Can be null. - - - - Gets the request handlers for use by the dispatcher. - - - - - Context for an inbound request. - - - - - Initializes a new class. - - A connection. - A request ID. - A cancellation token. - Thrown if - is null. - Thrown if - is either null or an empty string. - - - - Disposes of this instance. - - - - - Asynchronously starts processing a fault response for the inbound request. - - The request. - An exception. - Thrown if - is either null. - Thrown if - is null. - - - - Asynchronously starts processing a response for the inbound request. - - The request. - A request handler. - A response handler. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - - - - Cancels an inbound request. - - - - - Gets the request ID. - - - - - Represents a plugin. - - - - - Closes the plugin. - - This does not call . - - - - Gets the connection for the plugin. - - - - - Gets the file path for the plugin. - - - - - Gets the unique identifier for the plugin. - - - - - Gets the name of the plugin. - - - - - Occurs before the plugin closes. - - - - - Occurs when the plugin has closed. - - - - - A plugin discoverer. - - - - - Asynchronously discovers plugins. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - A plugin factory. - - - - - Asynchronously gets an existing plugin instance or creates a new instance and connects to it. - - The file path of the plugin. - Command-line arguments to be supplied to the plugin. - Request handlers. - Connection options. - A cancellation token for the plugin's lifetime. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is cancelled. - Thrown if this object is disposed. - This is intended to be called by NuGet client tools. - - - - Plugin multiclient utilities. - - - - - Asynchronously executes a task once per plugin lifetime per key. - - A key that identifies the task. - A function that returns a task. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is either null or an empty string. - Thrown if - is either null. - Thrown if - is cancelled. - - - - Represents a plugin process. - - - - - Asynchronously starts reading the standard output stream. - - - - - Cancels asynchronous reading of the standard output stream. - - - - - Immediately stops the associated process. - - - - - Gets a value indicating whether the associated process has been terminated. - - - - - Occurs when a line of output has been received. - - - - - Occurs when a process exits. - - - - - Represents a unidirectional communications channel from a target. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - Represents a request handler. - - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A set of . - - - - - Atomically add or update a request handler for the specified message method. - - A message method. - An add request handler function. - An update request handler function. - Thrown if - is null. - Thrown if - is null. - - - - Attempts to add a request handler for the specified message method. - - A message method. - A request handler. - - true if added; otherwise, false. - Thrown if is null. - - - - Attempts to get a request handler for the specified message method. - - A message method. - A request handler. - - true if the request handler exists; otherwise, false. - - - - Attempts to remove a request handler for the specified message method. - - A message method. - - true if a request handler was removed; otherwise, false. - - - - A response handler. - - - - - Asynchronously handles responding to a request. - - The response payload type. - The request message. - The response payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Represents a unidirectional communications to a target. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Asynchronously sends a message to the target. - - The message to send. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if this object is disposed. - Thrown if has not been called. - Thrown if is null. - Thrown if - is cancelled. - - - - JSON serialization/deserialization utilities. - - - - - Deserializes an object from the provided JSON. - - The deserialization type. - JSON to deserialize. - An instance of . - Thrown if - is either null or an empty string. - - - - Serializes an object. - - An object to serialize. - A . - Thrown if is null. - - - - Serializes an object to the provided writer. - - A JSON writer. - The value to serialize. - Thrown if is null. - - - - Deserializes an object. - - The deserialization type. - A JSON object. - An instance of . - Thrown if is null. - - - - Gets the JSON serializer. - - - - - Line read event arguments. - - - - - Instantiates a new class. - - The output line read. - - - - The output line read. - - - - - A message dispatcher that maintains state for outstanding requests - and routes messages to configured request handlers. - - - - - Instantiates a new class. - - Request handlers. - A unique identifier generator. - Thrown if - is null. - Thrown if - is null. - - - - Disposes of this instance. - - - - - Closes the dispatcher. - - This does not call . - - - - Creates a message. - - The message type. - The message method. - A message. - - - - Creates a message. - - The message payload. - The message type. - The message method. - The message payload. - A message. - Throws if is null. - - - - Asynchronously dispatches a cancellation request for the specified request. - - The request. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - - - - Asynchronously dispatches a fault notification for the specified request. - - The cancel request. - The fault payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if - is cancelled. - - - - Asynchronously dispatches a progress notification for the specified request. - - The request. - The progress payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Asynchronously dispatches a request. - - The request payload type. - The expected response payload type. - The request method. - The request payload. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - - - - Asynchronously dispatches a response. - - The request payload type. - The associated request. - The response payload. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Sets the connection to be used for dispatching messages. - - A connection instance. Can be null. - - - - Gets the request handlers for use by the dispatcher. - - - - - Message event arguments. - - - - - Instantiates a new class. - - A message. - Thrown if is null. - - - - Gets the message. - - - - - Message methods. - - - - - None - - - - - Close - - - - - Copy files in a package - - - - - Copy a .nupkg file - - - - - Get credentials - - - - - Get files in a package - - - - - Get operation claims - - - - - Get package hash - - - - - Get package versions - - - - - Get service index - - - - - Handshake - - - - - Initialize - - - - - Log - - - - - Monitor NuGet process exit - - - - - Prefetch a package - - - - - Set credentials - - - - - Set log level - - - - - Message response codes. - - - - - The response is success. - - - - - The response is error. - - - - - The response is not found. - - - - - A request to copy files in a package to a specified destination. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - The files in the package to be copied. - The destination folder path. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or empty. - Thrown if - is either null or an empty string. - - - - Gets the destination folder path. - - - - - Gets the files in the package to be copied. - - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a copy package files request. - - - - - Initializes a new class. - - The response code. - The paths of files copies. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the paths of files copies. - - - - - Gets the response code. - - - - - A request to copy a .nupkg file. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - The destination file path for the .nupkg file. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the destination file path for the .nupkg file. - - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a copy .nupkg file request. - - - - - Initializes a new class. - - The response code. - Thrown if - is an undefined value. - - - - Gets the response code. - - - - - A notification indicating the sender has experienced an unrecoverable fault. - - - - - Initializes a new instance of the class. - - The fault message. - Thrown if - is either null or an empty string. - - - - Gets the fault message. - - - - - A request to get credentials. - - - - - Initializes a new class. - - The package source repository location. - The HTTP status code. - - - - Gets the package source repository location. - - - - - Gets the HTTP status code that necessitates credentials. - - - - - A response to a get credentials request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the password. - - - - - Gets the response code. - - - - - Gets the username. - - - - - A get files in package request. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a get files in package request. - - - - - Initializes a new class. - - The response code. - The paths of files in the package. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the paths of files in the package. - - - - - Gets the response code. - - - - - A query to a plugin about which operations it supports for a specific package source. - - - - - Initializes a new instance of the class. - - The package source location. - The service index (index.json). - Thrown if is either - null or an empty string. - Thrown if is null. - - - - Gets the package source repository location for the . - - - - - Gets the service index (index.json) for the . - - - - - A plugin's response as to which operations it supports for a specific package source. - - - - - Initializes a new instance of the class. - - The operation claims. - Thrown if is null. - Thrown if contains - undefined values. - - - - Gets the plugin's operation claims. - - - - - A request to get a package hash. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - The hash algorithm. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the hash algorithm. - - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A response to a get package hash request. - - - - - Initializes a new class. - - The response code. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the package hash. - - - - - Gets the response code. - - - - - A request for package versions. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - A response to a get package versions request. - - - - - Initializes a new class. - - The response code. - The package versions. - Thrown if - is an undefined value. - Thrown if - is and - is either null or empty. - - - - Gets the response code. - - - - - Gets the package versions. - - - - - A request to get the service index for a package source repository. - - - - - Initializes a new class. - - The package source repository location. - - - - Gets the package source repository location. - - - - - A response to a get service index request. - - - - - Initializes a new instance of the class. - - The response code. - The service index (index.json) for the package source repository. - Thrown if - is an undefined value. - Thrown if - is and - is null. - - - - Gets the response code. - - - - - Gets the service index (index.json) for the package source repository. - - - - - A handshake request. - - - - - Initializes a new instance of the class. - - The requestor's plugin protocol version. - The requestor's minimum plugin protocol version. - Thrown if - is null. - Thrown if - is null. - Thrown if - is less than . - - - - Gets the requestor's plugin protocol version. - - - - - Gets the requestor's minimum plugin protocol version. - - - - - A handshake response. - - - - - Initializes a new instance of the class. - - The handshake responder's handshake response code. - The handshake responder's plugin protocol version - if the handshake was successful; otherwise, null. - Thrown if - is an undefined value. - Thrown if - is and - is null. - Thrown if - is not and - is not null. - - - - Gets the handshake responder's handshake response code. - - - - - Gets the handshake responder's plugin protocol version if the handshake was successful; - otherwise, null. - - - - - An initialization request to a plugin. - - - - - Initializes a new instance of the class. - - The requestor's NuGet client version. - The requestor's current culture. - The default request timeout. - Thrown if is either null - or an empty string. - Thrown if is either null - or an empty string. - Thrown if - is either less than or greater than - . - - - - Gets the requestor's NuGet client version. - - - - - Gets the requestor's current culture. - - - - - Gets the default request timeout for all subsequent requests. - - - - - An initialization response from a plugin. - - - - - Initializes a new instance of the class. - - The plugin's initialization response code. - Thrown if - is an undefined value. - - - - Gets the plugin's initialization response code. - - - - - A logging request. - - - - - Initializes a new instance of the class. - - The logging level for the message. - The message to be logged. - Thrown if is an undefined - value. - Thrown if is either null - or an empty string. - - - - Gets the logging level for the message. - - - - - Gets the message. - - - - - A logging response. - - - - - Initializes a new instance of the class. - - The logging response code. - Thrown if - is an undefined value. - - - - Gets the logging response code. - - - - - Represents a message between a NuGet client and a plugin. - - - - - Initializes a new instance of the class. - - The request ID. - The message type. - The message method. - An optional message payload. - Thrown if - is either null or an empty string. - Thrown if - is an undefined value. - Thrown if - is an undefined value. - - - - Gets the request ID. - - - - - Gets the message type. - - - - - Gets the message method. - - - - - Gets the optional message payload. - - - - - A request to monitor a NuGet process exit. - - - - - Initializes a new class. - - The process ID. - - - - Gets the process ID. - - - - - A response to a monitor NuGet process exit request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the response code. - - - - - A request to a plugin to prefetch a package. - - - - - Initializes a new class. - - The package source repository location. - The package ID. - The package version. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - Thrown if - is either null or an empty string. - - - - Gets the package ID. - - - - - Gets the package source repository location. - - - - - Gets the package version. - - - - - A plugin's response to a package prefetch request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the plugin's response code. - - - - - A progress notification. - - - - - Initializes a new instance of the class. - - The progress percentage. - - - - Gets the progress percentage. - - - - - A request to set credentials for a package source with any last known good credentials. - - - - - Initializes a new class. - - The package source repository location. - The proxy username. - The proxy password. - The package source repository username. - The package source repository password. - - - - Gets the package source repository location. - - - - - Gets the package source repository password. - - - - - Gets the proxy password. - - - - - Gets the proxy username. - - - - - Gets the package source repository username. - - - - - A plugin's response to a set credentials request. - - - - - Initializes a new instance of the class. - - The plugin's response code. - Thrown if - is an undefined value. - - - - Gets the plugin's response code. - - - - - A request to set the log level. - - - - - Initializes a new class. - - The log level. - Thrown if is an undefined - value. - - - - Gets the log level. - - - - - A response to a log level set request. - - - - - Initializes a new class. - - The response code. - Thrown if - is an undefined value. - - - - Gets the response code. - - - - - Message types. - - - - - A cancellation request for an existing request. - - - - - A fault notification, either standalone or for an existing request. - - - - - A progress notification for an existing request. - - - - - A request. - - - - - A response for an existing request. - - - - - Helper methods for messages. - - - - - Instantiates a new class. - - The message request ID. - The message type. - The message method. - a instance. - Thrown if - is either null or an empty string. - - - - Instantiates a new class. - - The message payload type. - The message request ID. - The message type. - The message method. - The message payload. - a instance. - Thrown if - is either null or an empty string. - Thrown if is null. - - - - Deserializes a message payload. - - The message payload type. - The message. - The deserialized message payload of type - or null if no payload exists. - Thrown if is null. - - - - A plugin wrapper that no-ops IDisposable. - - - - - Instantiates a new class. - - A plugin - Thrown if is null. - - - - Does nothing. - - Plugin disposal is implemented elsewhere. - - - - Closes the plugin. - - This does not call . - - - - Gets the connection for the plugin. - - - - - Gets the file path for the plugin. - - - - - Gets the unique identifier for the plugin. - - - - - Gets the name of the plugin. - - - - - Occurs before the plugin closes. - - - - - Occurs when the plugin has closed. - - - - - Plugin operation claims. - - - - - The download package operation claim. - - - - - Context for an outbound request. - - - - - Disposes of this instance. - - - - - Handles a cancellation response for the outbound request. - - - - - Handles progress notifications for the outbound request. - - A progress notification. - Thrown if is null. - - - - Handles a response for the outbound request. - - A response. - Thrown if is null. - - - - Handles a fault response for the outbound request. - - A fault response. - Thrown if is null. - - - - Gets the request ID. - - - - - Context for an outbound request. - - The response payload type. - - - - Initializes a new class. - - A connection. - A request. - An optional request timeout. - A flag indicating whether or not the request supports progress notifications - to reset the request timeout. - A cancellation token. - Thrown if - is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Handles a cancellation response for the outbound request. - - - - - Handles progress notifications for the outbound request. - - A progress notification. - Thrown if is null. - - - - Handles a response for the outbound request. - - A response. - Thrown if is null. - - - - Handles a fault response for the outbound request. - - A fault response. - Thrown if is null. - - - - Gets the completion task. - - - - - Represents a plugin. - - - - - Instantiates a new class. - - The plugin file path. - The plugin connection. - The plugin process. - - true if is the current process; - otherwise, false. - The plugin idle timeout. Can be . - Thrown if is either null - or an empty string. - Thrown if is null. - Thrown if is null. - Thrown if is smaller than - . - - - - Disposes of this instance. - - - - - Closes the plugin. - - This does not call . - - - - Gets the connection for the plugin - - - - - Gets the file path for the plugin. - - - - - Gets the unique identifier for the plugin. - - - - - Gets the name of the plugin. - - - - - Occurs before the plugin closes. - - - - - Occurs when the plugin has closed. - - - - - Occurs when a plugin process has exited. - - - - - Occurs when a plugin or plugin connection has faulted. - - - - - Occurs when a plugin has been idle for the configured idle timeout period. - - - - - Plugin constants. - - - - - Default close timeout for plugins. - - - - - Default idle timeout for plugins. - - - - - Default command-line arguments for plugins. - - - - - The progress notification interval. - - This value must be less than half of . - - - - The default request timeout set by an initialize request after handshaking. - - - - - A plugin's creation result. - - - - - Instantiates a new class. - - A plugin. - A plugin multiclient utilities. - The plugin's operation claims. - Thrown if is null. - Thrown if is null. - Thrown if is null. - - - - Instantiates a new class. - - A message why a plugin could not be created. - Thrown if - is either null or an empty string. - - - - Gets the plugin's operation claims. - - - - - Gets a message if is null; otherwise, null. - - - - - Gets a plugin. - - - - - Gets a plugin multiclient utilities. - - - - - Discovers plugins and their operation claims. - - - - - Instantiates a new class. - - The raw semicolon-delimited list of supposed plugin file paths. - An embedded signature verifier. - Thrown if is null. - - - - Disposes of this instance. - - - - - Asynchronously discovers plugins. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - from the target. - Thrown if - is cancelled. - - - - A plugin discovery result. - - - - - Instantiates a new class. - - A plugin file. - A message if is not - ; otherwise, null. - Thrown if - is null. - - - - Gets the plugin file. - - - - - Gets a message if is not ; - otherwise, null. - - - - - Plugin event arguments. - - - - - Instantiates a new class. - - A plugin. - Thrown if is null. - - - - Gets the plugin. - - - - - A plugin exception. - - - - - Instantiates a new class. - - The exception message. - - - - Instantiates a new class. - - The exception message. - The inner exception. - - - - A plugin factory. - - - - - Instantiates a new class. - - The plugin idle timeout. - Thrown if - is less than . - - - - Disposes of this instance. - - - - - Asynchronously gets an existing plugin instance or creates a new instance and connects to it. - - The file path of the plugin. - Command-line arguments to be supplied to the plugin. - Request handlers. - Connection options. - A cancellation token for the plugin's lifetime. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is cancelled. - Thrown if this object is disposed. - This is intended to be called by NuGet client tools. - - - - Asynchronously creates a plugin instance and connects to it. - - Request handlers. - Connection options. - A cancellation token for the plugin's lifetime. - A task that represents the asynchronous operation. - The task result () returns a - instance. - Thrown if - is either null or empty. - Thrown if - is either null or empty. - Thrown if - is cancelled. - This is intended to be called by a plugin. - - - - Represents a plugin file. - - - - - Instantiates a new class. - - The plugin's file path. - The plugin file state. - - - - Gets the plugin's file path. - - - - - Gets the plugin file state. - - - - - State of a plugin file path. - - - - - The file exists and has a valid embedded signature. - - - - - The file was not found. - - - - - The file path was invalid (e.g.: not rooted). - - - - - The file exists but it has either no embedded signature or an invalid embedded signature. - - - - - Plugin multiclient utilities. - - - - - Initializes a new class. - - - - - Asynchronously executes a task once per plugin lifetime per key. - - A key that identifies the task. - A function that returns a task. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is either null or an empty string. - Thrown if - is either null. - Thrown if - is cancelled. - - - - A package downloader that delegates to a plugin. - - - - - Initializes a new class. - - A plugin. - A package identity. - A plugin package reader. - A package source repository location. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - Thrown if - is either null or an empty string. - - - - Disposes of this instance. - - - - - Asynchronously copies a .nupkg to a target file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the copy was successful. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Asynchronously gets a package hash. - - The hash algorithm. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - representing the package hash. - Thrown if this object is disposed. - Thrown if - is either null or empty. - Thrown if - is cancelled. - - - - Sets an exception handler for package downloads. - - The exception handler returns a task that represents the asynchronous operation. - The task result () returns a - indicating whether or not the exception was handled. To handle an exception and stop its - propagation, the task should return true. Otherwise, the exception will be rethrown. - An exception handler. - Thrown if - is null. - - - - Sets a throttle for package downloads. - - A throttle. Can be null. - - - - Gets an asynchronous package content reader. - - Thrown if this object is disposed. - - - - Gets an asynchronous package core reader. - - Thrown if this object is disposed. - - - - A package reader that delegates package read operations to a plugin. - - - - - Initializes a new class. - - A plugin. - A package identity. - A package source repository location. - Thrown if is null. - Thrown if - is null. - Thrown if - is either null or an empty string. - - - - Gets a stream for a file in the package. - - The file path in the package. - A stream. - Thrown always. - - - - Asynchronously gets a stream for a file in the package. - - The file path in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is either null or an empty string. - Thrown if - is cancelled. - - - - Gets files in the package. - - An enumerable of files in the package. - Thrown always. - - - - Asynchronously gets files in the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets files in the package. - - A folder in the package. - An enumerable of files in the package. - Thrown always. - - - - Asynchronously gets files in the package under the specified folder. - - A folder in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if is null. - Thrown if - is cancelled. - - - - Copies specified files in the package to the destination location. - - A directory path to copy files to. - An enumerable of files in the package to copy. - A package file extraction delegate. - A logger. - A cancellation token. - An enumerable of file paths in the destination location. - Thrown always. - - - - Asynchronously copies specified files in the package to the destination location. - - A directory path to copy files to. - An enumerable of files in the package to copy. - A package file extraction delegate. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if - is null. - Thrown if is null. - Thrown if - is cancelled. - - - - Gets the package identity. - - A package identity. - Thrown always. - - - - Asynchronously gets the package identity. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets the minimum client version in the .nuspec. - - A NuGet version. - Thrown always. - - - - Asynchronously gets the minimum client version in the .nuspec. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets the package types. - - A read-only list of package types. - Thrown always. - - - - Asynchronously gets the package types. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets a stream for the .nuspec file. - - A stream. - Thrown always. - - - - Asynchronously gets a stream for the .nuspec file. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Gets the .nuspec file path in the package. - - The .nuspec file path in the package. - Thrown always. - - - - Asynchronously gets the .nuspec file path in the package. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously gets the .nuspec reader. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Gets supported frameworks. - - An enumerable of NuGet frameworks. - Thrown always. - - - - Asynchronously gets supported frameworks. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets framework items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets framework items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets a flag indicating whether or not the package is serviceable. - - A flag indicating whether or not the package is serviceable. - Thrown always. - - - - Asynchronously gets a flag indicating whether or not the package is serviceable. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Gets build items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets build items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets tool items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets tool items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets content items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets content items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets items in the specified folder in the package. - - A folder in the package. - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets items in the specified folder in the package. - - A folder in the package. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if is null. - Thrown if - is cancelled. - - - - Gets package dependencies. - - An enumerable of package dependency groups. - Thrown always. - - - - Asynchronously gets package dependencies. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets lib items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets lib items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets reference items. - - An enumerable of framework specific groups. - Thrown always. - - - - Asynchronously gets reference items. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is cancelled. - - - - Gets a flag indicating whether or not the package is a development dependency. - - A flag indicating whether or not the package is a development dependency - Thrown always. - - - - Asynchronously gets a flag indicating whether or not the package is a development dependency. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - Asynchronously copies a package to the specified destination file path. - - The destination file path. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is either null or an empty string. - Thrown if - is cancelled. - - - - Gets the .nuspec reader. - - - - - Represents a plugin process. - - - - - Instantiates a new class. - - A plugin process. - Thrown if is null. - - - - Disposes of this instance. - - - - - Asynchronously starts reading the standard output stream. - - - - - Cancels asynchronous reading of the standard output stream. - - - - - Immediately stops the associated process. - - - - - Gets a value indicating whether the associated process has been terminated. - - - - - Occurs when a process exits. - - - - - Occurs when a line of output has been received. - - - - - Plugin protocol constants. - - - - - The current protocol version. - - - - - The default handshake timeout. - - - - - The maximum timeout value. - - This is set by CancellationTokenSource's constructor. - - - - The minimum timeout value. - - - - - The default request timeout. - - - - - Protocol error event arguments. - - - - - Instantiates a new class. - - An exception. - Thrown if is null. - - - - Instantiates a new class. - - An exception. - A message. - Thrown if is null. - Thrown if is null. - - - - Gets the exception. - - - - - Gets the message. - - - - - A plugin protocol exception. - - - - - Instantiates a new class. - - The exception message. - - - - Instantiates a new class. - - The exception message. - The inner exception. - - - - Represents a unidirectional communications channel from a target. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Disposes of this instance. - - - - - Gets a flag indicating whether or not this instance is closed. - - - - - Gets or sets a flag indicating whether or not this instance is disposed. - - - - - Occurs when an unrecoverable fault has been caught. - - - - - Occurs when a message has been received. - - - - - A set of . - - - - - Instantiates a new class. - - - - - Atomically add or update a request handler for the specified message method. - - A message method. - An add request handler function. - An update request handler function. - Thrown if - is null. - Thrown if - is null. - - - - Attempts to add a request handler for the specified message method. - - A message method. - A request handler. - - true if added; otherwise, false. - Thrown if is null. - - - - Attempts to get a request handler for the specified message method. - - A message method. - An existing request handler. - - true if the request handler exists; otherwise, false. - - - - Attempts to remove a request handler for the specified message method. - - A message method. - - true if a request handler was removed; otherwise, false. - - - - A request handler for closing a plugin. - - - - - Initializes a new class. - - A plugin. - Thrown if is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - - - - A request handler for get credentials requests. - - - - - Initializes a new class. - - A plugin. - A web proxy. - An optional credential service. - Thrown if - is null. - - - - Disposes of this instance. - - - - - Adds or updates a source repository in a source repository cache. - - A source repository. - Thrown if - is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A request handler for get service index requests. - - - - - Initializes a new class. - - A plugin. - Thrown if is null. - - - - Disposes of this instance. - - - - - Adds or updates a source repository in a source repository cache. - - A source repository. - Thrown if - is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A request handler for logging. - - - - - Instantiates a new instance of the class. - - A logger. - Thrown if is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Sets the logger. - - A logger. - Thrown if is null. - - - - Gets the log level of a logger. - - A logger. - A log level. - Thrown if is null. - - - - Gets the for a request. - - - - - A request handler for monitoring the exit of a NuGet process. - - - - - Initializes a new class. - - A plugin. - Thrown if is null. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - - - - A helper class that performs a symmetric handshake. - - - - - Initializes a new instance of the class. - - A connection. - The handshake timeout. - The handshaker's protocol version. - The handshaker's minimum protocol version. - - - - Disposes of this instance. - - - - - Asynchronously handles handshaking. - - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a - if the handshake was successful; otherwise, null. - Thrown if - is cancelled. - - - - Asynchronously handles responding to a request. - - The connection. - A request message. - A response handler. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if - is null. - Thrown if is null. - Thrown if - is null. - Thrown if - is cancelled. - - - - Gets the for a request. - - - - - A unique identifier generator. - - - - - Generates a new unique identifier. - - A unique identifier. - - - - Represents a unidirectional communications channel to a target. - - - Any public static members of this type are thread safe. - Any instance members are not guaranteed to be thread safe. - - - - - Instantiates a new class. - - A text writer. - Thrown if is null. - - - - Disposes of this instance. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Asynchronously sends a message to the target. - - The message to send. - A cancellation token. - A task that represents the asynchronous operation. - Thrown if this object is disposed. - Thrown if has not been called. - Thrown if is null. - Thrown if - is cancelled. - - - - Represents a unidirectional communications channel from a target. - - - Any public static members of this type are thread safe. - Any instance members are not guaranteed to be thread safe. - - - - - Instantiates a new class. - - A text reader. - Thrown if is null. - - - - Disposes of this instance. - - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Represents a unidirectional communications channel from a target. - - - Any public static members of this type are thread safe. - Any instance members are not guaranteed to be thread safe. - - - - - Instantiates a new class. - - A plugin process. - Thrown if is null. - - - - Disposes of this instance. - - - - - Closes the connection. - - This does not call . - - - - Connects. - - Thrown if this object is disposed. - Thrown if this object is closed. - Thrown if this method has already been called. - - - - Timeout utilities. - - - - - Determines if a timeout is valid. - - A timeout. - - true if the timeout is valid; otherwise, false. - - - - Windows Authenticode signature verifier. - - - - - Checks if a file has a valid Authenticode signature. - - The path of a file to be checked. - - true if the file has a valid signature; otherwise, false. - Thrown if - is either null or an empty string. - - - - Core V2 + Core V3 + VS - - - - - The result of . - - - - - Initializes a new class. - - A download resource result status. - Thrown if - is either or - . - - - - Initializes a new class. - - A package stream. - A package source. - Thrown if is null. - - - - Initializes a new class. - - A package stream. - Thrown if is null. - - - - Initializes a new class. - - A package stream. - A package reader. - A package source. - Thrown if is null. - - - - Initializes a new class. - - A package stream. - A package reader. - Thrown if is null. - - - - Initializes a new class. - - A package reader. - A package source. - Thrown if is null. - - - - Disposes of this instance. - - - - - Gets the package . - - The value may be null. - - - - Gets the source containing this package, if not from cache - - The value may be null. - - - - Gets the for the package. - - The value may be null. - - - - Base protocol exception type containing a message and optional inner exception. - - - - - DependencyInfo - - original package identity - package dependency groups - Sequence of s. - - - - Original package identity from the package. - This contains the exact casing for the id and version. - - - - - Gets the package dependecy groups. - - - - - Gets the framework reference groups. - - - - - A suggested root folder to drop temporary files under, it will get cleared by the - disposal of the that was used to create this instance. - - - - - Represents a resource provided by a server endpoint (V2 or V3). - - - - - INuGetResourceProviders are imported by SourceRepository. They exist as singletons which span all sources, - and are responsible - for determining if they should be used for the given source when TryCreate is called. - The provider determines the caching. Resources may be cached per source, but they are normally created new - each time - to allow for caching within the context they were created in. - Providers may retrieve other resources from the source repository and pass them to the resources they - create in order - to build on them. - - - - - Attempts to create a resource for this source. - - - The provider may return true but null for the resource if the - provider determines that it should not exist. - - Source repository - True if this provider handles the input source. - - - - Resource type provided - - - - - Name of the provider. This is used for ordering. - - - - - Names of providers this should be ordered BEFORE - Gives this instance a higher priority. - - If provider: default is named here, this provider will be called BEFORE default - - - - Names of providers this should be ordered AFTER. - Gives this instance a lower priority. - - If provider: default is named here, this provider will be called AFTER default - - - - SourceRepositoryProvider composes resource providers into source repositories. - - - - - Retrieve repositories - - - - - Create a repository for one time use. - - - - - Create a repository for one time use. - - - - - Gets the package source provider - - - - - Package metadata only containing select fields relevant to search results processing and presenting. - Immutable. - - - - - Helper class allowing creation/alteration of immutable package metadata objects. - - - - - Shortcut methods to create altered metadata objects with new versions. - - - - - In V2, when finding the list of versions that a package ID has, we also get all of the metadata - associated with each version. It would be wasteful to throw this away, so we store what we have - here. For V3, the metadata property is null. Callers that receive this type need to be able to - fetch this package metadata some other way if this property is null. - - - - - Positions to base providers on - - - - - The first provider called - - - - - The last provider called - - - - - Intended for internal use only: utility method for testing purposes. - - - - - The status of a package action. - - package identity - repository source or null - 0.0 - 1.0 - - - - Completion - 0.0 - 1.0 - - - - - True at 100% completion - - - - - An imperfect sort for provider before/after - - - - - A plugin resource provider. - - This is unsealed only to facilitate testing. - - - - Initializes a new class. - - - - - Disposes of this instance. - - - - - Asynchronously attempts to create a resource for the specified source repository. - - A source repository. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a Tuple<bool, INuGetResource> - Thrown if is null. - Thrown if - is cancelled. - - - - Reinitializes static state. - - This is non-private only to facilitate unit testing. - This should not be called by product code. - An environment variable reader. - A lazy plugin discoverer. - A plugin factory. - Thrown if is null. - Thrown if - is null. - Thrown if - is null. - - - - Gets an environment variable reader. - - This is non-private only to facilitate testing. - - - - A for plugins. - - - - - Instantiates a new class. - - A plugin. - A plugin multiclient utilities. - A package source. - Thrown if - is null. - Thrown if - is null. - Thrown if - is null. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown always. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - A collection of package dependency groups with the content (nupkg url). - - - - - DependencyInfo - - package identity - package dependency groups - The content uri for the dependency. - - - - Package identity - - - - - IsListed - - - - - Package dependency groups - - - - - The content url of this resource. - - - - - Create the default source repository provider - - - - - Find sources from nuget.config based on the root path - - lowest folder path - - - - Create a SourceRepository - - - - - Create a SourceRepository - - - - - Create a SourceRepository - - - - - Create a SourceRepository - - - - - - Type this resource provider creates - name used for ordering - providers that this provider should have precendence over - providers that this provider should be called after - - - - Provides methods for resolving a package and its dependencies. This might change based on the new - dependency resolver. - - - - - Retrieve dependency info for a single package. - - package id and version - project target framework. This is used for finding the dependency group - cancellation token - - Returns dependency info for the given package if it exists. If the package is not found null is - returned. - - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - project target framework. This is used for finding the dependency group - cancellation token - available packages and their dependencies - - - - Retrieve the available packages and their dependencies. - - Includes prerelease packages - package Id to search - cancellation token - available packages and their dependencies - - - - Finds the download url of a nupkg - - - - - Downloads a package .nupkg with the provided identity. If the package is not available - on the source but the source itself is not down or unavailable, the - will be . - If the operation was cancelled, the will be - . - - - - - A resource capable of fetching packages, package versions and package dependency information. - - - - - Asynchronously gets all package versions for a package ID. - - A package ID. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets dependency information for a specific package. - - A package id. - A package version. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - . - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously copies a .nupkg to a stream. - - A package ID. - A package version. - A destination stream. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an - indicating whether or not the .nupkg file was copied. - Thrown if - is either null or an empty string. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Asynchronously gets a package downloader for a package identity. - - A package identity. - A source cache context. - A logger. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns an . - Thrown if null. - Thrown if null. - Thrown if null. - Thrown if - is cancelled. - - - - Read dependency info from a nuspec. - - This also verifies minClientVersion. - - - - An HttpClient configured for the package source - - - - - HttpClientHandler used for credential support. - - - - - Message handler containing the ClientHandler. - - - - - A resource for detecting the capabilities of a V2 feed. - - - - - Basic metadata - - - - - Get all versions of a package - - - - - Get all versions of a package - - - - - True if the package exists in the source - Includes unlisted. - - - - - True if the package exists in the source - - - - - Returns all versions of a package - - - - - Return package metadata for the input PackageIdentity - - - - - Retrieves search results - - - - - Contains logics to push or delete packages in Http server or file system - - - - - Create temporary verification api key endpoint: "create-verification-key/[package id]/[package version]" - - - - - Get the symbols package from the original package. Removes the .nupkg and adds .symbols.nupkg - - - - - Represents a plugin resource. - - - - - Instantiates a new class. - - Plugin creation results. - Thrown if - is null. - Thrown if - is null. - - - - Gets the first plugin satisfying the required operation claims for the current package source. - - The required operation claim. - A cancellation token. - A task that represents the asynchronous operation. - The task result () returns a . - Thrown if - is cancelled. - - - - A search filter context that represents the UI settings - - - - - Initializes an instance of a and validates required parameters. - - Whether or not to allow prerelease results. - - - - Initializes an instance of a and validates required parameters. - - Whether or not to allow prerelease results. - The filter to apply to the results. - - - - Filter to only the list of packages compatible with these frameworks. - - - - - Include prerelease packages in search - - - - - Include unlisted packages in search - - - - - Restrict the search to certain package types. - - - - - The optional filter type. Absense of this value indicates that all versions should be returned. - - - - - The optional order by. Absense of this value indicates that search results should be ordered by relevance. - - - - - The type of filter to apply to the search. - - - Here are some examples to clarify what these filters mean. Suppose the very latest version is prerelease. - - Version | Prerelease | IsLatestVersion | IsAbsoluteLatestVersion - ------------|------------|-----------------|------------------------ - 8.0.1-beta1 | true | false | false - 8.0.3 | false | false | false - 9.0.1 | false | true | false - 9.0.2-beta1 | true | false | true - - Suppose the very latest version is not prerelease. Notice the latest version is also the absolute latest - version. In other words, a prerelease package cannot be a latest version but a non-prerelease package can be - both the latest version and the absolute latest version. - - Version | Prerelease | IsLatestVersion | IsAbsoluteLatestVersion - ------------|------------|-----------------|------------------------ - 8.0.1-beta1 | true | false | false - 8.0.3 | false | false | false - 9.0.1 | false | true | true - - Suppose there are only prerelease versions. Notice there are no package that has IsLatestVersion as true. - - Version | Prerelease | IsLatestVersion | IsAbsoluteLatestVersion - 8 - ------------|------------|-----------------|------------------------.0.1-beta1 | true | false | false - 9.0.2-beta1 | true | false | true - - - - - - Only select the latest stable version of a package per package ID. Given the server supports - , a package that is should never be - prerelease. Also, it does not make sense to look for a package when also - including prerelease. - - - - - Only select the absolute latest version of a package per package ID. It does not make sense to look for a - when excluding prerelease. - - - - - Order the resulting packages by package ID. - - - - - Cache control settings for the V3 disk cache. - - - - - Path of temp folder if requested by GeneratedTempFolder - - - - - Default amount of time to cache version lists. - - - - - Clones the current SourceCacheContext. - - - - - Clones the current cache context and does the following: - 1. Sets MaxAge to Now - 2. RefreshMemoryCache to true - - - - - If set, the global disk cache will not be written to or read from. Instead, a temporary directory will be - used. - - - - - If set, the global disk cache will not be written to. - - - - - Package version lists or packages from the server older than this date will be fetched from the server. - - This will be ignored if is true. - If the value is null the default expiration will be used. - - - - Force the in-memory cache to reload. This avoids allowing other calls to populate - the memory cache again from cached files on disk using a different source context. - This should only be used for retries. - - - - - Package version lists from the server older than this time span - will be fetched from the server. - - - - - True if the package is listed and shown in search. - - This property only applies to online sources. - - - - Source repository the dependency information was retrieved from. - - - - - The HTTP, UNC, or local file URI to the package nupkg. - - Optional - - - - Package hash - - Optional - - - - Represents a Server endpoint. Exposes methods to get a specific resource such as Search, Metrics service - and so on for the given server endpoint. - - - - - Source Repository - - source url - Resource providers - - - - Source Repository - - source url - Resource providers - - - - Source Repository - - source url - Resource providers - Restrict the source to this feed type. - - - - Internal default constructor - - - - - Find the FeedType of the source. If overridden FeedTypeOverride is returned. - - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Returns a resource from the SourceRepository if it exists. - - Expected resource type - Null if the resource does not exist - - - - Initialize provider cache - - - - - - - - - Get the feed type from the package source. - - - - - Pre-determined feed type. - - - - - Package source - - - - - SourceRepositoryProvider is the high level source for repository objects representing package sources. - - - - - Non-MEF constructor - - - - - Retrieve repositories - - - - - - - Create a repository for one time use. - - - - - Create a repository for one time use. - - - - - Set user agent string on HttpClient to the static string. - - Http client - - - - Compares two enumberables for equality, ordered according to the specified key and optional comparer. Handles null values gracefully. - - The type of the list - The type of the sorting key - This list - The other list - The function to extract the key from each item in the list - An optional comparer for comparing keys - An optional comparer for sequences - - - - Compares two sequence for equality, allowing either sequence to be null. If one is null, both have to be - null for equality. - - - - - Hash code creator, based on the original NuGet hash code combiner/ASP hash code combiner implementations - - - - - Create a unique hash code for the given set of items - - - - - Return the enumerable as a List of T, copying if required. Optimized for common case where it is an List of T. - Avoid mutating the return value. - - https://aspnetwebstack.codeplex.com/SourceControl/latest#src/Common/CollectionExtensions.cs - - - - The floating subset of a version range. - - - - - Create a floating range. - - Section to float. - - - - Create a floating range. - - Section to float. - Min version of the range. - - - - FloatRange - - Section to float. - Min version of the range. - The original release label. Invalid labels are allowed here. - - - - True if the given version falls into the floating range. - - - - - Parse a floating version into a FloatRange - - - - - Parse a floating version into a FloatRange - - - - - Create a floating version string in the format: 1.0.0-alpha-* - - - - - Equals - - - - - Hash code - - - - - True if a min range exists. - - - - - The minimum version of the float range. This is null for cases such as * - - - - - Defined float behavior - - - - - An item that exposes a NuGetVersion - - - - - NuGet semantic version - - - - - IVersionComparer represents a version comparer capable of sorting and determining the equality of - SemanticVersion objects. - - - - - Version range comparer - - - - - A hybrid implementation of SemVer that supports semantic versioning as described at http://semver.org while - not strictly enforcing it to - allow older 4-digit versioning schemes to continue working. - - - - - Creates a NuGetVersion using NuGetVersion.Parse(string) - - Version string - - - - Creates a NuGetVersion from an existing NuGetVersion - - - - - Creates a NuGetVersion from a .NET Version - - Version numbers - Prerelease label - Build metadata - - - - Creates a NuGetVersion X.Y.Z - - X.y.z - x.Y.z - x.y.Z - - - - Creates a NuGetVersion X.Y.Z-alpha - - X.y.z - x.Y.z - x.y.Z - Prerelease label - - - - Creates a NuGetVersion X.Y.Z-alpha#build01 - - X.y.z - x.Y.z - x.y.Z - Prerelease label - Build metadata - - - - Creates a NuGetVersion X.Y.Z-alpha.1.2#build01 - - X.y.z - x.Y.z - x.y.Z - Prerelease labels - Build metadata - - - - Creates a NuGetVersion W.X.Y.Z - - W.x.y.z - w.X.y.z - w.x.Y.z - w.x.y.Z - - - - Creates a NuGetVersion W.X.Y.Z-alpha#build01 - - W.x.y.z - w.X.y.z - w.x.Y.z - w.x.y.Z - Prerelease label - Build metadata - - - - Creates a NuGetVersion W.X.Y.Z-alpha.1#build01 - - W.x.y.z - w.X.y.z - w.x.Y.z - w.x.y.Z - Prerelease labels - Build metadata - - - - Creates a NuGetVersion from a .NET Version with additional release labels, build metadata, and a - non-normalized version string. - - Version numbers - prerelease labels - Build metadata - Non-normalized original version string - - - - Returns the version string. - - This method includes legacy behavior. Use ToNormalizedString() instead. - Versions with SemVer 2.0.0 components are automatically normalized. - - - - Creates a NuGetVersion from a string representing the semantic version. - - - - - Parses a version string using loose semantic versioning rules that allows 2-4 version components followed - by an optional special version. - - - - - Parses a version string using strict SemVer rules. - - - - - Creates a legacy version string using System.Version - - - - - A System.Version representation of the version without metadata or release labels. - - - - - True if the NuGetVersion is using legacy behavior. - - - - - Revision version R (x.y.z.R) - - - - - Returns true if version is a SemVer 2.0.0 version - - - - - Returns the original, non-normalized version string. - - - - - Specifies the floating behavior type. - - - - - Lowest version, no float - - - - - Highest matching pre-release label - - - - - x.y.z.* - - - - - x.y.* - - - - - x.* - - - - - * - - - - - Float major and pre-release - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to Value cannot be null or an empty string.. - - - - - Looks up a localized string similar to '{0}' is not a valid version string.. - - - - - A strict SemVer implementation - - - A base version operations - - - - - Creates a SemanticVersion from an existing SemanticVersion - - Version to clone. - - - - Creates a SemanticVersion X.Y.Z - - X.y.z - x.Y.z - x.y.Z - - - - Creates a NuGetVersion X.Y.Z-alpha - - X.y.z - x.Y.z - x.y.Z - Prerelease label - - - - Creates a NuGetVersion X.Y.Z-alpha#build01 - - X.y.z - x.Y.z - x.y.Z - Prerelease label - Build metadata - - - - Creates a NuGetVersion X.Y.Z-alpha.1.2#build01 - - X.y.z - x.Y.z - x.y.Z - Release labels that have been split by the dot separator - Build metadata - - - - Internal constructor. - - Version - Full release label - Build metadata - - - - Internal constructor. - - X.y.z - x.Y.z - x.y.Z - x.y.z.R - Prerelease label - Build metadata - - - - Internal constructor. - - - - - - - - - - - - - - - - - Internal constructor. - - Version - Release labels - Build metadata - - - - Gives a normalized representation of the version. - This string is unique to the identity of the version and does not contain metadata. - - - - - Gives a full representation of the version include metadata. - This string is not unique to the identity of the version. Other versions - that differ on metadata will have a different full string representation. - - - - - Get the normalized string. - - - - - Custom string format. - - - - - Internal string formatter. - - - - - Hash code - - - - - Object compare. - - - - - Compare to another SemanticVersion. - - - - - Equals - - - - - Equals - - - - - True if the VersionBase objects are equal based on the given comparison mode. - - - - - Compares NuGetVersion objects using the given comparison mode. - - - - - Equals - - - - - Not equal - - - - - Less than - - - - - Less than or equal - - - - - Greater than - - - - - Greater than or equal - - - - - Parses a SemVer string using strict SemVer rules. - - - - - Parse a version string - - false if the version is not a strict semver - - - - Parse the version string into version/release/build - The goal of this code is to take the most direct and optimized path - to parsing and validating a semver. Regex would be much cleaner, but - due to the number of versions created in NuGet Regex is too slow. - - - - - Major version X (X.y.z) - - - - - Minor version Y (x.Y.z) - - - - - Patch version Z (x.y.Z) - - - - - A collection of pre-release labels attached to the version. - - - - - The full pre-release label for the version. - - - - - True if pre-release labels exist for the version. - - - - - True if metadata exists for the version. - - - - - Build metadata attached to the version. - - - - - An IVersionComparer for NuGetVersion and NuGetVersion types. - - - - - A default comparer that compares metadata as strings. - - - - - A comparer that uses only the version numbers. - - - - - Compares versions without comparing the metadata. - - - - - A version comparer that follows SemVer 2.0.0 rules. - - - - - Creates a VersionComparer using the default mode. - - - - - Creates a VersionComparer that respects the given comparison mode. - - comparison mode - - - - Determines if both versions are equal. - - - - - Compares the given versions using the VersionComparison mode. - - - - - Gives a hash code based on the normalized version string. - - - - - Compare versions. - - - - - Compares the 4th digit of the version number. - - - - - Compares sets of release labels. - - - - - Release labels are compared as numbers if they are numeric, otherwise they will be compared - as strings. - - - - - Version comparison modes. - - - - - Semantic version 2.0.1-rc comparison with additional compares for extra NuGetVersion fields. - - - - - Compares only the version numbers. - - - - - Include Version number and Release labels in the compare. - - - - - Include all metadata during the compare. - - - - - Version extension methods. - - - - - Find the version that best matches the VersionRange and the floating behavior. - - - - - Find the version that best matches the VersionRange and the floating behavior. - - - - - Custom formatter for NuGet versions. - - - - - A static instance of the VersionFormatter class. - - - - - Format a version string. - - - - - Get version format type. - - - - - Create a normalized version string. This string is unique for each version 'identity' - and does not include leading zeros or metadata. - - - - - Create the full version string including metadata. This is primarily for display purposes. - - - - - Represents a range of versions and a preferred order. - - - Static factory methods for creating version range objects. - - - - - A range that accepts all versions, prerelease and stable. - - - - - A range that accepts all versions, prerelease and stable, and floats to the highest. - - - - - A range that accepts all stable versions - - - - - A range that accepts all versions, prerelease and stable, and floats to the highest. - - - - - A range that rejects all versions - - - - - Creates a range that is greater than or equal to the minVersion. - - Lower bound of the version range. - - - - Creates a range that is greater than or equal to the minVersion with the given float behavior. - - Lower bound of the version range. - Floating behavior. - - - - Clones a version range and applies a new float range. - - - - - Creates a VersionRange with the given min and max. - - Lower bound of the version range. - True if minVersion satisfies the condition. - Upper bound of the version range. - True if maxVersion satisfies the condition. - The floating range subset used to find the best version match. - The original string being parsed to this object. - - - - Normalized range string. - - - - - Normalized range string. - - - - - A legacy version range compatible with NuGet 2.8.3 - - - - - A short legacy version range compatible with NuGet 2.8.3. - Ex: 1.0.0 - - - - - Format the version range with an IFormatProvider - - - - - Format the range - - - - - Format the version range in Pretty Print format. - - - - - Return the version that best matches the range. - - - - - Determines if a given version is better suited to the range than a current version. - - - - - Removes the floating snapshot part of the minimum version if it exists. - Ex: 1.0.0-* -> 1.0.0 - - - - - Remove the snapshot version section of a version - - - - - ToLegacyShortString that also includes floating ranges - - - - - The version string is either a simple version or an arithmetic range - e.g. - 1.0 --> 1.0 ≤ x - (,1.0] --> x ≤ 1.0 - (,1.0) --> x < 1.0 - [1.0] --> x == 1.0 - (1.0,) --> 1.0 < x - (1.0, 2.0) --> 1.0 < x < 2.0 - [1.0, 2.0] --> 1.0 ≤ x ≤ 2.0 - - - - - Direct parse - - - - - Parses a VersionRange from its string representation. - - - - - Parses a VersionRange from its string representation. - - - - - Returns the smallest range that includes all given versions. - - - - - Returns the smallest range that includes all given versions. - - - - - Returns the smallest range that includes all given ranges. - - - - - Returns the smallest range that includes all given ranges. - - - - - Returns the greatest common range that satisfies all given ranges. - - - - - Returns the greatest common range that satisfies all given ranges. - - - - - Verify the range has an actual width. - Ex: no version can satisfy (3.0.0, 3.0.0) - - - - - True if the range has a floating version above the min version. - - - - - Optional floating range used to determine the best version match. - - - - - Original string being parsed to this object. - - - - - A base version range that handles ranges only and not any of the preferred version logic. - - - - - Creates a VersionRange with the given min and max. - - Lower bound of the version range. - True if minVersion satisfies the condition. - Upper bound of the version range. - True if maxVersion satisfies the condition. - - - - Determines if an NuGetVersion meets the requirements. - - SemVer to compare - True if the given version meets the version requirements. - - - - Determines if an NuGetVersion meets the requirements using the given mode. - - SemVer to compare - VersionComparison mode used to determine the version range. - True if the given version meets the version requirements. - - - - Determines if an NuGetVersion meets the requirements using the version comparer. - - SemVer to compare. - Version comparer used to determine if the version criteria is met. - True if the given version meets the version requirements. - - - - Compares the object as a VersionRange with the default comparer - - - - - Returns the hash code using the default comparer. - - - - - Default compare - - - - - Use the VersionRangeComparer for equality checks - - - - - Use a specific VersionComparison for comparison - - - - - Use a specific IVersionComparer for comparison - - - - - SubSet check - - - - - SubSet check - - - - - True if MinVersion exists; - - - - - True if MaxVersion exists. - - - - - True if both MinVersion and MaxVersion exist. - - - - - True if MinVersion exists and is included in the range. - - - - - True if MaxVersion exists and is included in the range. - - - - - Maximum version allowed by this range. - - - - - Minimum version allowed by this range. - - - - - Infer if the range should allow prerelease versions based on if the lower or upper bounds - contain prerelease labels. - - - - - A version range comparer capable of using different VersionComparers to check if ranges are equivalent. - - - - - Default version range comparer. - - - - - Compare versions with a specific VersionComparison - - - - - Compare versions with a specific IVersionComparer - - - - - Checks if two version ranges are equivalent. This follows the rules of the version comparer - when checking the bounds. - - - - - Creates a hash code based on all properties of the range. This follows the rules of the - version comparer when comparing the version bounds. - - - - - Default Version comparer - - - - - Compare versions using the Version and Release - - - - - VersionRange formatter - - - - - Custom version range format provider. - - - - - Format a version range string. - - - - - Format type. - - - - - Builds a normalized string with no short hand - - - - - Builds a string to represent the VersionRange. This string can include short hand notations. - - - - - Creates a legacy short string that is compatible with NuGet 2.8.3 - - - - - Creates a legacy string that is compatible with NuGet 2.8.3 - - - - - A pretty print representation of the VersionRange. - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets b/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets deleted file mode 100755 index 35d6d57c..00000000 --- a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets +++ /dev/null @@ -1,360 +0,0 @@ - - - - - ..\CoreCLR\NuGet.Build.Tasks.Pack.dll - ..\Desktop\NuGet.Build.Tasks.Pack.dll - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - $(AssemblyName) - $(Version) - true - _LoadPackInputItems; _WalkEachTargetPerFramework; _GetPackageFiles; $(GenerateNuspecDependsOn) - Package Description - false - true - true - tools - lib - content;contentFiles - GenerateNuspec; $(PackDependsOn) - true - true - DeterminePortableBuildCapabilities - false - - - $(GenerateNuspecDependsOn) - - - Build;$(GenerateNuspecDependsOn) - - - - <_TargetFrameworks Condition="'$(TargetFramework)' == ''" Include="$(TargetFrameworks.Split(';'))"/> - <_TargetFrameworks Condition="'$(TargetFramework)' != ''" Include="$(TargetFramework)"/> - - - - $(TargetFramework) - - - None - - - - - - - - - - <_PackageFilesToDelete Include="$(PackageOutputPath)*.nupkg"/> - <_PackageFilesToDelete Include="$(BaseIntermediateOutputPath)*.nuspec"/> - - - - - - - false - - - $(OutputPath) - $(BaseIntermediateOutputPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - $(MSBuildProjectFullPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(TargetFramework) - - - - - - - - - - - - - - - - <_TargetPathsToSymbolsWithTfm Include="@(DebugSymbolsProjectOutputGroupOutput)"> - $(TargetFramework) - - - - - - - - <_PathToPriFile Include="$(ProjectPriFullPath)"> - $(ProjectPriFullPath) - $(ProjectPriFileName) - - - - - - - - <_PackageFilesToExclude Include="@(Content)" Condition="'%(Content.Pack)' == 'false'"/> - - - - <_PackageFiles Include="@(Content)" Condition=" %(Content.Pack) != 'false' "> - Content - - <_PackageFiles Include="@(Compile)" Condition=" %(Compile.Pack) == 'true' "> - Compile - - <_PackageFiles Include="@(None)" Condition=" %(None.Pack) == 'true' "> - None - - <_PackageFiles Include="@(EmbeddedResource)" Condition=" %(EmbeddedResource.Pack) == 'true' "> - EmbeddedResource - - <_PackageFiles Include="@(ApplicationDefinition)" Condition=" %(ApplicationDefinition.Pack) == 'true' "> - ApplicationDefinition - - <_PackageFiles Include="@(Page)" Condition=" %(Page.Pack) == 'true' "> - Page - - <_PackageFiles Include="@(Resource)" Condition=" %(Resource.Pack) == 'true' "> - Resource - - <_PackageFiles Include="@(SplashScreen)" Condition=" %(SplashScreen.Pack) == 'true' "> - SplashScreen - - <_PackageFiles Include="@(DesignData)" Condition=" %(DesignData.Pack) == 'true' "> - DesignData - - <_PackageFiles Include="@(DesignDataWithDesignTimeCreatableTypes)" Condition=" %(DesignDataWithDesignTimeCreatableTypes.Pack) == 'true' "> - DesignDataWithDesignTimeCreatableTypes - - <_PackageFiles Include="@(CodeAnalysisDictionary)" Condition=" %(CodeAnalysisDictionary.Pack) == 'true' "> - CodeAnalysisDictionary - - <_PackageFiles Include="@(AndroidAsset)" Condition=" %(AndroidAsset.Pack) == 'true' "> - AndroidAsset - - <_PackageFiles Include="@(AndroidResource)" Condition=" %(AndroidResource.Pack) == 'true' "> - AndroidResource - - <_PackageFiles Include="@(BundleResource)" Condition=" %(BundleResource.Pack) == 'true' "> - BundleResource - - - - diff --git a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets b/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets deleted file mode 100755 index 35d6d57c..00000000 --- a/dotnet/sdk/2.0.0/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets +++ /dev/null @@ -1,360 +0,0 @@ - - - - - ..\CoreCLR\NuGet.Build.Tasks.Pack.dll - ..\Desktop\NuGet.Build.Tasks.Pack.dll - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - $(AssemblyName) - $(Version) - true - _LoadPackInputItems; _WalkEachTargetPerFramework; _GetPackageFiles; $(GenerateNuspecDependsOn) - Package Description - false - true - true - tools - lib - content;contentFiles - GenerateNuspec; $(PackDependsOn) - true - true - DeterminePortableBuildCapabilities - false - - - $(GenerateNuspecDependsOn) - - - Build;$(GenerateNuspecDependsOn) - - - - <_TargetFrameworks Condition="'$(TargetFramework)' == ''" Include="$(TargetFrameworks.Split(';'))"/> - <_TargetFrameworks Condition="'$(TargetFramework)' != ''" Include="$(TargetFramework)"/> - - - - $(TargetFramework) - - - None - - - - - - - - - - <_PackageFilesToDelete Include="$(PackageOutputPath)*.nupkg"/> - <_PackageFilesToDelete Include="$(BaseIntermediateOutputPath)*.nuspec"/> - - - - - - - false - - - $(OutputPath) - $(BaseIntermediateOutputPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - $(MSBuildProjectFullPath) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(TargetFramework) - - - - - - - - - - - - - - - - <_TargetPathsToSymbolsWithTfm Include="@(DebugSymbolsProjectOutputGroupOutput)"> - $(TargetFramework) - - - - - - - - <_PathToPriFile Include="$(ProjectPriFullPath)"> - $(ProjectPriFullPath) - $(ProjectPriFileName) - - - - - - - - <_PackageFilesToExclude Include="@(Content)" Condition="'%(Content.Pack)' == 'false'"/> - - - - <_PackageFiles Include="@(Content)" Condition=" %(Content.Pack) != 'false' "> - Content - - <_PackageFiles Include="@(Compile)" Condition=" %(Compile.Pack) == 'true' "> - Compile - - <_PackageFiles Include="@(None)" Condition=" %(None.Pack) == 'true' "> - None - - <_PackageFiles Include="@(EmbeddedResource)" Condition=" %(EmbeddedResource.Pack) == 'true' "> - EmbeddedResource - - <_PackageFiles Include="@(ApplicationDefinition)" Condition=" %(ApplicationDefinition.Pack) == 'true' "> - ApplicationDefinition - - <_PackageFiles Include="@(Page)" Condition=" %(Page.Pack) == 'true' "> - Page - - <_PackageFiles Include="@(Resource)" Condition=" %(Resource.Pack) == 'true' "> - Resource - - <_PackageFiles Include="@(SplashScreen)" Condition=" %(SplashScreen.Pack) == 'true' "> - SplashScreen - - <_PackageFiles Include="@(DesignData)" Condition=" %(DesignData.Pack) == 'true' "> - DesignData - - <_PackageFiles Include="@(DesignDataWithDesignTimeCreatableTypes)" Condition=" %(DesignDataWithDesignTimeCreatableTypes.Pack) == 'true' "> - DesignDataWithDesignTimeCreatableTypes - - <_PackageFiles Include="@(CodeAnalysisDictionary)" Condition=" %(CodeAnalysisDictionary.Pack) == 'true' "> - CodeAnalysisDictionary - - <_PackageFiles Include="@(AndroidAsset)" Condition=" %(AndroidAsset.Pack) == 'true' "> - AndroidAsset - - <_PackageFiles Include="@(AndroidResource)" Condition=" %(AndroidResource.Pack) == 'true' "> - AndroidResource - - <_PackageFiles Include="@(BundleResource)" Condition=" %(BundleResource.Pack) == 'true' "> - BundleResource - - - - diff --git a/dotnet/sdk/2.0.0/System.Xml.XPath.XmlDocument.dll b/dotnet/sdk/2.0.0/System.Xml.XPath.XmlDocument.dll deleted file mode 100644 index 8150dde7..00000000 Binary files a/dotnet/sdk/2.0.0/System.Xml.XPath.XmlDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170803-303.nupkg b/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170803-303.nupkg deleted file mode 100644 index 6d0e4a58..00000000 Binary files a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170803-303.nupkg and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg b/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg deleted file mode 100644 index f47d7d6b..00000000 Binary files a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg b/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg deleted file mode 100644 index 6066befa..00000000 Binary files a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.itemtemplates.1.0.0-beta2-20170803-303.nupkg b/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.itemtemplates.1.0.0-beta2-20170803-303.nupkg deleted file mode 100644 index fac0927b..00000000 Binary files a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.itemtemplates.1.0.0-beta2-20170803-303.nupkg and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg b/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg deleted file mode 100644 index f9096d65..00000000 Binary files a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170803-303.nupkg and /dev/null differ diff --git a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.spa.projecttemplates.1.0.417.nupkg b/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.spa.projecttemplates.1.0.417.nupkg deleted file mode 100644 index 7b130fca..00000000 Binary files a/dotnet/sdk/2.0.0/Templates/microsoft.dotnet.web.spa.projecttemplates.1.0.417.nupkg and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index 41dee032..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CoreUtilities.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index a4eae6c7..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index 76b8442d..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index 8f244d3c..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.Utilities.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index 56ae6b6f..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index 6d05055f..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/dotnet/sdk/2.0.0/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index dc32bbe6..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0/TestHost/Newtonsoft.Json.dll deleted file mode 100644 index b7ef414f..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/System.Collections.Immutable.dll b/dotnet/sdk/2.0.0/TestHost/System.Collections.Immutable.dll deleted file mode 100644 index e9f8f6a4..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/System.Collections.Immutable.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/System.Reflection.Metadata.dll b/dotnet/sdk/2.0.0/TestHost/System.Reflection.Metadata.dll deleted file mode 100644 index accf84dd..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/System.Reflection.Metadata.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 360e92aa..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/System.Xml.XmlDocument.dll b/dotnet/sdk/2.0.0/TestHost/System.Xml.XmlDocument.dll deleted file mode 100644 index cf138d38..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/TestPlatform.ObjectModel.manifest b/dotnet/sdk/2.0.0/TestHost/TestPlatform.ObjectModel.manifest deleted file mode 100644 index 64886be3..00000000 --- a/dotnet/sdk/2.0.0/TestHost/TestPlatform.ObjectModel.manifest +++ /dev/null @@ -1,10 +0,0 @@ - - - - Visual Studio Automation - - - - - - diff --git a/dotnet/sdk/2.0.0/TestHost/TestPlatform.ObjectModel.x86.manifest b/dotnet/sdk/2.0.0/TestHost/TestPlatform.ObjectModel.x86.manifest deleted file mode 100644 index 46273440..00000000 --- a/dotnet/sdk/2.0.0/TestHost/TestPlatform.ObjectModel.x86.manifest +++ /dev/null @@ -1,10 +0,0 @@ - - - - Visual Studio Automation - - - - - - diff --git a/dotnet/sdk/2.0.0/TestHost/datacollector.exe b/dotnet/sdk/2.0.0/TestHost/datacollector.exe deleted file mode 100644 index f82164f7..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/datacollector.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/datacollector.exe.config b/dotnet/sdk/2.0.0/TestHost/datacollector.exe.config deleted file mode 100644 index 07ad0050..00000000 --- a/dotnet/sdk/2.0.0/TestHost/datacollector.exe.config +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/TestHost/datacollector.runtimeconfig.json b/dotnet/sdk/2.0.0/TestHost/datacollector.runtimeconfig.json deleted file mode 100644 index a2882f9c..00000000 --- a/dotnet/sdk/2.0.0/TestHost/datacollector.runtimeconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "runtimeOptions": {} -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/TestHost/testhost.exe b/dotnet/sdk/2.0.0/TestHost/testhost.exe deleted file mode 100644 index 491eb6b9..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/testhost.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/testhost.exe.config b/dotnet/sdk/2.0.0/TestHost/testhost.exe.config deleted file mode 100644 index 1c1a57b7..00000000 --- a/dotnet/sdk/2.0.0/TestHost/testhost.exe.config +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/TestHost/testhost.runtimeconfig.json b/dotnet/sdk/2.0.0/TestHost/testhost.runtimeconfig.json deleted file mode 100644 index a2882f9c..00000000 --- a/dotnet/sdk/2.0.0/TestHost/testhost.runtimeconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "runtimeOptions": {} -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/TestHost/testhost.x86.exe b/dotnet/sdk/2.0.0/TestHost/testhost.x86.exe deleted file mode 100644 index d66b3bf1..00000000 Binary files a/dotnet/sdk/2.0.0/TestHost/testhost.x86.exe and /dev/null differ diff --git a/dotnet/sdk/2.0.0/TestHost/testhost.x86.exe.config b/dotnet/sdk/2.0.0/TestHost/testhost.x86.exe.config deleted file mode 100644 index b3ac5ba9..00000000 --- a/dotnet/sdk/2.0.0/TestHost/testhost.x86.exe.config +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dotnet/sdk/2.0.0/TestHost/testhost.x86.runtimeconfig.json b/dotnet/sdk/2.0.0/TestHost/testhost.x86.runtimeconfig.json deleted file mode 100644 index a2882f9c..00000000 --- a/dotnet/sdk/2.0.0/TestHost/testhost.x86.runtimeconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "runtimeOptions": {} -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/datacollector.deps.json b/dotnet/sdk/2.0.0/datacollector.deps.json deleted file mode 100644 index 93191b79..00000000 --- a/dotnet/sdk/2.0.0/datacollector.deps.json +++ /dev/null @@ -1,1521 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "9c4e4f47d79b0b6022e3cbc19a53b7bd28d93b47" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "datacollector/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CrossPlatEngine": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.Reflection": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "datacollector.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.EventBasedAsync/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} - } - }, - "Microsoft.TestPlatform.CommunicationUtilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "Newtonsoft.Json": "9.0.1", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.CommunicationUtilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.CoreUtilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.PlatformAbstractions": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.TestPlatform.CoreUtilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.CrossPlatEngine/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.Utilities": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.Diagnostics.Process": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.CrossPlatEngine.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.ObjectModel/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "System.ComponentModel.EventBasedAsync": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Runtime.Serialization.Json": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "dependencies": { - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.PlatformAbstractions.dll": {} - } - }, - "Microsoft.TestPlatform.Utilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.TestPlatform.Utilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.TestPlatform.Common/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "System.Runtime.Loader": "4.3.0" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.Common.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - } - } - }, - "libraries": { - "datacollector/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", - "path": "system.collections.immutable/1.2.0", - "hashPath": "system.collections.immutable.1.2.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.EventBasedAsync/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==", - "path": "system.componentmodel.eventbasedasync/4.3.0", - "hashPath": "system.componentmodel.eventbasedasync.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==", - "path": "system.linq.expressions/4.1.0", - "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==", - "path": "system.objectmodel/4.0.12", - "hashPath": "system.objectmodel.4.0.12.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", - "path": "system.reflection.metadata/1.3.0", - "hashPath": "system.reflection.metadata.1.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==", - "path": "system.runtime.serialization.json/4.3.0", - "hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", - "path": "system.xml.xpath/4.0.1", - "hashPath": "system.xml.xpath.4.0.1.nupkg.sha512" - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", - "path": "system.xml.xpath.xmldocument/4.0.1", - "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.CommunicationUtilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.CoreUtilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.CrossPlatEngine/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.ObjectModel/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.Utilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.Common/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/datacollector.dll b/dotnet/sdk/2.0.0/datacollector.dll deleted file mode 100644 index cfc967f7..00000000 Binary files a/dotnet/sdk/2.0.0/datacollector.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/datacollector.dll.config b/dotnet/sdk/2.0.0/datacollector.dll.config deleted file mode 100644 index 467739ce..00000000 --- a/dotnet/sdk/2.0.0/datacollector.dll.config +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/datacollector.runtimeconfig.json b/dotnet/sdk/2.0.0/datacollector.runtimeconfig.json deleted file mode 100644 index 0ccb3636..00000000 --- a/dotnet/sdk/2.0.0/datacollector.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0-beta-001737-00" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/dotnet.deps.json b/dotnet/sdk/2.0.0/dotnet.deps.json deleted file mode 100644 index ac48320a..00000000 --- a/dotnet/sdk/2.0.0/dotnet.deps.json +++ /dev/null @@ -1,3371 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "d893e7fc302784a1cd27a9d03bbda076ab4dba3b" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "dotnet.deps.json/2.0.0-preview3-fnl-006918": { - "dependencies": { - "Microsoft.Build.Runtime": "15.3.409", - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.DotNet.TestFramework": "2.0.0-preview3-fnl", - "Microsoft.TestPlatform.Build": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CLI": "15.3.0-preview-20170628-02", - "NuGet.Build.Tasks": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "dotnet": "2.0.0", - "tool_msbuild": "2.0.0-preview3-fnl", - "tool_nuget": "2.0.0-preview3-fnl" - }, - "runtime": {} - }, - "Microsoft.ApplicationInsights/2.0.0": { - "runtime": { - "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} - } - }, - "Microsoft.Build/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Contracts": "4.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.IO.Pipes": "4.0.0", - "System.Linq": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Dataflow": "4.6.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.Build.dll": {} - } - }, - "Microsoft.Build.Framework/15.3.409": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Framework.dll": {} - } - }, - "Microsoft.Build.Localization/15.3.409": { - "resources": { - "lib/netstandard1.3/cs/MSBuild.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/cs/Microsoft.Build.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.3/de/MSBuild.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/de/Microsoft.Build.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.3/en/MSBuild.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/en/Microsoft.Build.resources.dll": { - "locale": "en" - }, - "lib/netstandard1.3/es/MSBuild.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/es/Microsoft.Build.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.3/fr/MSBuild.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/fr/Microsoft.Build.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.3/it/MSBuild.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/it/Microsoft.Build.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.3/ja/MSBuild.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ja/Microsoft.Build.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.3/ko/MSBuild.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/ko/Microsoft.Build.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.3/pl/MSBuild.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pl/Microsoft.Build.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.3/pt-BR/MSBuild.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/pt-BR/Microsoft.Build.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.3/ru/MSBuild.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/ru/Microsoft.Build.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.3/tr/MSBuild.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/tr/Microsoft.Build.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.3/zh-Hans/MSBuild.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hans/Microsoft.Build.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.3/zh-Hant/MSBuild.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.Tasks.Core.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.Utilities.Core.resources.dll": { - "locale": "zh-Hant" - }, - "lib/netstandard1.3/zh-Hant/Microsoft.Build.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Build.Runtime/15.3.409": { - "dependencies": { - "Microsoft.Build": "15.3.409", - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Tasks.Core": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "System.Text.Encoding.CodePages": "4.3.0" - } - }, - "Microsoft.Build.Tasks.Core/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Parallel": "4.0.1", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Resources.Writer": "4.0.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Runtime.Serialization.Xml": "4.1.1", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Tasks.Core.dll": {} - } - }, - "Microsoft.Build.Utilities.Core/15.3.409": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.Reader": "4.0.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Runtime.Serialization.Xml": "4.1.1", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Build.Utilities.Core.dll": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": {}, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "1.1.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.FileVersionInfo": "4.3.0", - "System.Diagnostics.StackTrace": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Parallel": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.ValueTuple": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} - } - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "2.3.2-beta1-61921-05" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.DotNet.Cli.CommandLine/0.1.1-alpha-167": { - "runtime": { - "lib/netstandard1.5/Microsoft.DotNet.Cli.CommandLine.dll": {} - } - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.0": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.DotNet.ProjectJsonMigration/1.2.1-alpha-002133": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "2.3.2-beta1-61921-05", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "NuGet.Packaging.Core": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "System.Collections.Specialized": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.ProjectJsonMigration.dll": {} - } - }, - "Microsoft.DotNet.Tools.MigrateCommand/1.2.1-alpha-002133": { - "dependencies": { - "Microsoft.DotNet.ProjectJsonMigration": "1.2.1-alpha-002133" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.DotNet.Tools.MigrateCommand.dll": {} - } - }, - "Microsoft.Extensions.CommandLineUtils/1.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Console": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/2.0.0": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.TemplateEngine.Abstractions/1.0.0-beta2-20170719-291": { - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Abstractions.dll": {} - } - }, - "Microsoft.TemplateEngine.Cli/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.DotNet.Cli.CommandLine": "0.1.1-alpha-167", - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Edge": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.TemplateEngine.Cli.dll": {} - } - }, - "Microsoft.TemplateEngine.Cli.Localization/1.0.0-beta2-20170719-291": { - "resources": { - "lib/netstandard1.5/cs/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.5/de/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.5/es/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.5/fr/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.5/it/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.5/ja/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.5/ko/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.5/pl/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.5/pt-BR/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.5/ru/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.5/tr/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.5/zh-Hans/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.5/zh-Hant/Microsoft.TemplateEngine.Cli.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TemplateEngine.Core/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Core.dll": {} - } - }, - "Microsoft.TemplateEngine.Core.Contracts/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Core.Contracts.dll": {} - } - }, - "Microsoft.TemplateEngine.Edge/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1", - "System.IO.Compression": "4.3.0", - "System.Runtime.Loader": "4.3.0" - }, - "runtime": { - "lib/netstandard1.5/Microsoft.TemplateEngine.Edge.dll": {} - } - }, - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Newtonsoft.Json": "9.0.1" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll": {} - } - }, - "Microsoft.TemplateEngine.Utils/1.0.0-beta2-20170719-291": { - "dependencies": { - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.TemplateEngine.Utils.dll": {} - } - }, - "Microsoft.TestPlatform.Build/15.3.0-preview-20170628-02": { - "runtime": { - "lib/netstandard1.3/Microsoft.TestPlatform.Build.dll": {} - }, - "runtimeTargets": {} - }, - "Microsoft.TestPlatform.CLI/15.3.0-preview-20170628-02": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "NuGet.Build.Tasks/4.3.0-rtm-4324": { - "dependencies": { - "Microsoft.Build.Framework": "15.3.409", - "Microsoft.Build.Tasks.Core": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "NuGet.Commands": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Build.Tasks.dll": {} - }, - "runtimeTargets": {} - }, - "NuGet.CommandLine.XPlat/4.3.0-rtm-4324": { - "dependencies": { - "Microsoft.Build.Runtime": "15.3.409", - "Microsoft.Extensions.CommandLineUtils": "1.0.1", - "NuGet.Commands": "4.3.0-rtm-4324", - "System.Collections.Immutable": "1.3.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "lib/netcoreapp1.0/NuGet.CommandLine.XPlat.dll": {} - } - }, - "NuGet.Commands/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Configuration": "4.3.0-rtm-4324", - "NuGet.DependencyResolver.Core": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Commands.dll": {} - } - }, - "NuGet.Common/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Frameworks": "4.3.0-rtm-4324", - "System.Diagnostics.Process": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Common.dll": {} - } - }, - "NuGet.Configuration/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "System.Security.Cryptography.ProtectedData": "4.0.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Configuration.dll": {} - } - }, - "NuGet.DependencyResolver.Core/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.LibraryModel": "4.3.0-rtm-4324", - "NuGet.Protocol": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} - } - }, - "NuGet.Frameworks/4.3.0-rtm-4324": { - "runtime": { - "lib/netstandard1.3/NuGet.Frameworks.dll": {} - } - }, - "NuGet.LibraryModel/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324" - }, - "runtime": { - "lib/netstandard1.3/NuGet.LibraryModel.dll": {} - } - }, - "NuGet.Packaging/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Packaging.Core": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.ObjectModel": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.dll": {} - } - }, - "NuGet.Packaging.Core/4.3.0-rtm-4324": { - "dependencies": { - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} - } - }, - "NuGet.ProjectModel/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.DependencyResolver.Core": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.ProjectModel.dll": {} - } - }, - "NuGet.Protocol/4.3.0-rtm-4324": { - "dependencies": { - "Newtonsoft.Json": "9.0.1", - "NuGet.Configuration": "4.3.0-rtm-4324", - "NuGet.Packaging": "4.3.0-rtm-4324", - "System.Dynamic.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/NuGet.Protocol.dll": {} - } - }, - "NuGet.Versioning/4.3.0-rtm-4324": { - "runtime": { - "lib/netstandard1.0/NuGet.Versioning.dll": {} - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/debian.8-x64/native/_._": { - "rid": "debian.8-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.23-x64/native/_._": { - "rid": "fedora.23-x64", - "assetType": "native" - } - } - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/fedora.24-x64/native/_._": { - "rid": "fedora.24-x64", - "assetType": "native" - } - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.13.2-x64/native/_._": { - "rid": "opensuse.13.2-x64", - "assetType": "native" - } - } - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/opensuse.42.1-x64/native/_._": { - "rid": "opensuse.42.1-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/osx.10.10-x64/native/_._": { - "rid": "osx.10.10-x64", - "assetType": "native" - } - } - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/rhel.7-x64/native/_._": { - "rid": "rhel.7-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.14.04-x64/native/_._": { - "rid": "ubuntu.14.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.04-x64/native/_._": { - "rid": "ubuntu.16.04-x64", - "assetType": "native" - } - } - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "runtimeTargets": { - "runtime/ubuntu.16.10-x64/native/_._": { - "rid": "ubuntu.16.10-x64", - "assetType": "native" - } - } - }, - "System.AppContext/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.3.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Contracts/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.StackTrace/4.3.0": { - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.2", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Pipes/4.0.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Parallel/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.Primitives/4.0.11": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets/4.1.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.0.11", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.4.2": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.3.1", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Reader/4.0.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.Writer/4.0.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Numerics/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Xml/4.1.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Csp/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.0.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Security.Principal/4.0.1": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "unix", - "assetType": "runtime" - }, - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Overlapped/4.0.1": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "dependencies": { - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer/4.0.1": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XDocument/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XPath": "4.3.0" - } - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} - } - }, - "dotnet/2.0.0": { - "dependencies": { - "Microsoft.ApplicationInsights": "2.0.0", - "Microsoft.Build": "15.3.409", - "Microsoft.DotNet.Archive": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.CommandLine": "0.1.1-alpha-167", - "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "Microsoft.DotNet.Configurer": "2.0.0-preview3-fnl", - "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta", - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Microsoft.DotNet.ProjectJsonMigration": "1.2.1-alpha-002133", - "Microsoft.DotNet.Tools.MigrateCommand": "1.2.1-alpha-002133", - "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Cli": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Cli.Localization": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects": "1.0.0-beta2-20170719-291", - "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170719-291", - "Microsoft.Win32.Registry": "4.3.0", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding.CodePages": "4.3.0" - }, - "runtime": { - "dotnet.dll": {} - }, - "resources": { - "de/dotnet.resources.dll": { - "locale": "de" - }, - "ja/dotnet.resources.dll": { - "locale": "ja" - }, - "tr/dotnet.resources.dll": { - "locale": "tr" - }, - "ko/dotnet.resources.dll": { - "locale": "ko" - }, - "zh-Hant/dotnet.resources.dll": { - "locale": "zh-Hant" - }, - "fr/dotnet.resources.dll": { - "locale": "fr" - }, - "cs/dotnet.resources.dll": { - "locale": "cs" - }, - "pt-BR/dotnet.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/dotnet.resources.dll": { - "locale": "zh-Hans" - }, - "ru/dotnet.resources.dll": { - "locale": "ru" - }, - "it/dotnet.resources.dll": { - "locale": "it" - }, - "pl/dotnet.resources.dll": { - "locale": "pl" - }, - "es/dotnet.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Archive/2.0.0-preview3-fnl": { - "dependencies": { - "System.Linq.Parallel": "4.0.1" - }, - "runtime": { - "Microsoft.DotNet.Archive.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Archive.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Archive.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Archive.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Archive.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Archive.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Archive.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Archive.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Archive.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Archive.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Archive.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Archive.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Cli.Sln.Internal/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "System.Collections.Specialized": "4.3.0", - "System.Text.RegularExpressions": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.Cli.Sln.Internal.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Cli.Sln.Internal.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Cli.Utils/2.0.0": { - "dependencies": { - "Microsoft.Build": "15.3.409", - "Microsoft.Build.Utilities.Core": "15.3.409", - "Microsoft.DotNet.PlatformAbstractions": "2.0.0", - "Microsoft.Extensions.DependencyModel": "2.0.0", - "NuGet.Frameworks": "4.3.0-rtm-4324", - "NuGet.Packaging": "4.3.0-rtm-4324", - "NuGet.ProjectModel": "4.3.0-rtm-4324", - "NuGet.Versioning": "4.3.0-rtm-4324", - "System.Diagnostics.Process": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.Cli.Utils.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Cli.Utils.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.Configurer/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Archive": "2.0.0-preview3-fnl", - "Microsoft.DotNet.Cli.Utils": "2.0.0", - "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta", - "NuGet.Common": "4.3.0-rtm-4324", - "NuGet.Configuration": "4.3.0-rtm-4324" - }, - "runtime": { - "Microsoft.DotNet.Configurer.dll": {} - }, - "resources": { - "de/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "de" - }, - "ja/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ja" - }, - "tr/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "tr" - }, - "ko/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ko" - }, - "zh-Hant/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "zh-Hant" - }, - "fr/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "fr" - }, - "cs/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "cs" - }, - "pt-BR/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "pt-BR" - }, - "zh-Hans/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "zh-Hans" - }, - "ru/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "ru" - }, - "it/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "it" - }, - "pl/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "pl" - }, - "es/Microsoft.DotNet.Configurer.resources.dll": { - "locale": "es" - } - } - }, - "Microsoft.DotNet.InternalAbstractions/2.0.0-beta": { - "dependencies": { - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "Microsoft.DotNet.InternalAbstractions.dll": {} - } - }, - "Microsoft.DotNet.TestFramework/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "2.0.0" - }, - "runtime": { - "Microsoft.DotNet.TestFramework.dll": {} - } - }, - "tool_msbuild/2.0.0-preview3-fnl": { - "dependencies": { - "Microsoft.Build.Localization": "15.3.409", - "Microsoft.Build.Runtime": "15.3.409" - }, - "runtime": {} - }, - "tool_nuget/2.0.0-preview3-fnl": { - "dependencies": { - "NuGet.CommandLine.XPlat": "4.3.0-rtm-4324" - }, - "runtime": {} - } - } - }, - "libraries": { - "dotnet.deps.json/2.0.0-preview3-fnl-006918": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.ApplicationInsights/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0fHI0623ruqUzsxOGBGgWvLKTCKNzpLFT1lWUs759hsnn1vIDdbLeRoyeKwfUkQI4AusHcuuX8jZfGlM2TOnVg==", - "path": "microsoft.applicationinsights/2.0.0", - "hashPath": "microsoft.applicationinsights.2.0.0.nupkg.sha512" - }, - "Microsoft.Build/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3KKicaatkADf3bBN+bNsKNsedyZq4UwnhX/Lgj7mqAiANRA+nunAvsoapHVXXCYf9QtTJGisfBvgdq0TyEtRUg==", - "path": "microsoft.build/15.3.409", - "hashPath": "microsoft.build.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Framework/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+H11umzkkq46gMtgzmQ1JAVHEmZKmtMiPvi4YZiRPtmaGJC9xv8czMs8lHAL/W/wEnsv7SxD0UFNtNSdbpyvFA==", - "path": "microsoft.build.framework/15.3.409", - "hashPath": "microsoft.build.framework.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Localization/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v0vKo3y/OesSqCyFIWcWg2wjrm05F56mWJsfWjzeipaZbV3wKYsuVuyT8G1T5JFbQiX4/PlPlAhbsFo+T9ITKA==", - "path": "microsoft.build.localization/15.3.409", - "hashPath": "microsoft.build.localization.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Runtime/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xkJEP1sgBl9XSghyx+y7onn10A+I6drxg61sz9VL8abA8va5oA4KvjKV9gAhN3ypttm9utPBayjWpk7M5e3RbA==", - "path": "microsoft.build.runtime/15.3.409", - "hashPath": "microsoft.build.runtime.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Tasks.Core/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oeDWCxx7AluZAe7zXKWHQMrkKuhLUff0TXOBarE8aSgOtuGmuoiyxs3lVzJTi79pxZxsjV31pb2jnPEQPK2GDw==", - "path": "microsoft.build.tasks.core/15.3.409", - "hashPath": "microsoft.build.tasks.core.15.3.409.nupkg.sha512" - }, - "Microsoft.Build.Utilities.Core/15.3.409": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UVntU9ObJxbrPoycTTtt6cZHiSRTowXRMvjNLGzFECRU81p0NCEvguVt3A7tQEF2mOTvyUh/T21oaNhaWKtndQ==", - "path": "microsoft.build.utilities.core/15.3.409", - "hashPath": "microsoft.build.utilities.core.15.3.409.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HS3iRWZKcUw/8eZ/08GXKY2Bn7xNzQPzf8gRPHGSowX7u7XXu9i9YEaBeBNKUXWfI7qjvT2zXtLUvbN0hds8vg==", - "path": "microsoft.codeanalysis.analyzers/1.1.0", - "hashPath": "microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YlcxIy1VuJFlqBolK1hc+7MwBctEl7HZlgvvQzjzuaGVXGSlZRKYRMoZzhWprxatD9igSYQOjA3Sbw1r1d/p1g==", - "path": "microsoft.codeanalysis.common/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.common.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/2.3.2-beta1-61921-05": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dsimRad07XWcK1RyqR6LtxJ7gT4YIAnrtCk/O/o4XF6zKjBL3N4PSXHaBXvK8taEmCakkuWOnTeFzuqd4HrzKA==", - "path": "microsoft.codeanalysis.csharp/2.3.2-beta1-61921-05", - "hashPath": "microsoft.codeanalysis.csharp.2.3.2-beta1-61921-05.nupkg.sha512" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.Cli.CommandLine/0.1.1-alpha-167": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSIUf4B/yzRvtsf/38z9po8JyZYQY1xNKJbjGTwlQQFRU7Q50xfdGffQchiJ0wge0RegMAMrL5z32V0S7h58Ig==", - "path": "microsoft.dotnet.cli.commandline/0.1.1-alpha-167", - "hashPath": "microsoft.dotnet.cli.commandline.0.1.1-alpha-167.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l5tDOSom+qpx4pDEoIcqMHnGC7jJ4Uq1DiJ6St/bn0rb5xIh/q4u7OQTIcE1k+1o7E0lYnJA4ZluzS6HGFr4zw==", - "path": "microsoft.dotnet.platformabstractions/2.0.0", - "hashPath": "microsoft.dotnet.platformabstractions.2.0.0.nupkg.sha512" - }, - "Microsoft.DotNet.ProjectJsonMigration/1.2.1-alpha-002133": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2g2OieosHaNoLMWuIQ9N2MiScKIPjT7sYFenXO/kq9Fg7bntHXhQ7uehKBgasZzFQp2Jq8eXl4Rh6E9EpKqq5Q==", - "path": "microsoft.dotnet.projectjsonmigration/1.2.1-alpha-002133", - "hashPath": "microsoft.dotnet.projectjsonmigration.1.2.1-alpha-002133.nupkg.sha512" - }, - "Microsoft.DotNet.Tools.MigrateCommand/1.2.1-alpha-002133": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YcZJxW1koJ4o1MroTTHnN7MHpcMiSC882U8DSBEGuldryGGxnf8dyv+W41nFjkvwk8XClcOVl6G2dkDZHzt3mA==", - "path": "microsoft.dotnet.tools.migratecommand/1.2.1-alpha-002133", - "hashPath": "microsoft.dotnet.tools.migratecommand.1.2.1-alpha-002133.nupkg.sha512" - }, - "Microsoft.Extensions.CommandLineUtils/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wTk8JFNIBF94m8gzbkjinkgdtD2SfZe8yu8847x8YsqDYYsHOT4siGZeFot3/061RfMm2W2QopRKyNkzz16V2A==", - "path": "microsoft.extensions.commandlineutils/1.0.1", - "hashPath": "microsoft.extensions.commandlineutils.1.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DyZ/Ibv/SZRMpYhaDCj0nlA+Qe52NyEL51onxAL94bUPauX0jxrK6jyxXN5DI8NVbzE5sOUWZYjTduNqUdbB+g==", - "path": "microsoft.extensions.dependencymodel/2.0.0", - "hashPath": "microsoft.extensions.dependencymodel.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Abstractions/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dVG10jtGzJxXMc72xqvizaqNsTnSqrG5j4ch6uhtKvF/gftCfCjwzdAhST+jm/a3qr27CN6aDWYEBkXe8Ja1cQ==", - "path": "microsoft.templateengine.abstractions/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.abstractions.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Cli/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-roPD0noxnjV0eN9L26tYr5rcqUHUnQYH3aizkequ5sPuYxxV6iteVyMqseU12uAJpjCTZHLzRC6hu6I7y1h+Qg==", - "path": "microsoft.templateengine.cli/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.cli.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Cli.Localization/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zTwIywfd4pWAqne790JmgiE0S7kvoKH/QKdDd9ZfsJqwvrvg0u/8bPk+bv1+uYNApdWor6lQuW03aywhT0bXMw==", - "path": "microsoft.templateengine.cli.localization/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.cli.localization.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Core/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gnymf2AMMFenCcypw3DJHQSqFCq29wW0cZzkeFtLUdbP+4Nnt+gg/vaJRT6it3IDDvH97thV7s0zmaL1X9T/Ig==", - "path": "microsoft.templateengine.core/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.core.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Core.Contracts/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jJR//4mY+BBokRJsY/hXEfwEbqo73GkaxAcPBxIS10KOnpT/bNK1wVdm6xH4tuIh/hyua9ZC2SskJjAlvhuV6w==", - "path": "microsoft.templateengine.core.contracts/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.core.contracts.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Edge/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/rFUbTImo1yHqplrurk7+pS8YmZzk2QluUU7qx+6g8LeFTWVDaujOg+upevE3QxNaThwREwwFVm9QctJfggaNA==", - "path": "microsoft.templateengine.edge/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.edge.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Orchestrator.RunnableProjects/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rKRgFSSZsahV/8LUKyKUG8WtIVkNW7RI1yglsMDAy4n5KKaA+MN4pnsioCQfHzaGCD7Nz25wmURHHdXyN4YnxA==", - "path": "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.orchestrator.runnableprojects.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TemplateEngine.Utils/1.0.0-beta2-20170719-291": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVnag6DKJsT4vtYR1U741/AGwbkeDGR29RBFZkVMDblxfVAt1r8+oLG2OHgwFcvACB4QkTu9JJ0+haTALYfcZg==", - "path": "microsoft.templateengine.utils/1.0.0-beta2-20170719-291", - "hashPath": "microsoft.templateengine.utils.1.0.0-beta2-20170719-291.nupkg.sha512" - }, - "Microsoft.TestPlatform.Build/15.3.0-preview-20170628-02": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3rIO1rIE/4meMlohRppgFMaDHuGInzbr8wEFNlvCVdmRBYxiAqAnRTTvjR6KI/n+unInfbTZ3oxUmhPi8f6Viw==", - "path": "microsoft.testplatform.build/15.3.0-preview-20170628-02", - "hashPath": "microsoft.testplatform.build.15.3.0-preview-20170628-02.nupkg.sha512" - }, - "Microsoft.TestPlatform.CLI/15.3.0-preview-20170628-02": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fIyVTDgnA+SclJ34XXr5QGQDa202MmPKjCszoNd4WBEqe0phAcXvQCoAFX+lhMmuK1EayJTmgHh39wn23fC6Eg==", - "path": "microsoft.testplatform.cli/15.3.0-preview-20170628-02", - "hashPath": "microsoft.testplatform.cli.15.3.0-preview-20170628-02.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "NuGet.Build.Tasks/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CVxTc7GGmYd28WuxOojxFED2xyD+9H03rRDHp6ycco/c5melfbgCr/PpsFMe/6ES6andS14UDxOTOSXcGm1vXg==", - "path": "nuget.build.tasks/4.3.0-rtm-4324", - "hashPath": "nuget.build.tasks.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.CommandLine.XPlat/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zngjgj0hhBUJOzfNh3CDZmyKTn7O1TEZ6BrpqL2IGZvGHiTv6r5NDPOAZaD9Gxkw+0JrjeGDQoNDSzs2AUx9uA==", - "path": "nuget.commandline.xplat/4.3.0-rtm-4324", - "hashPath": "nuget.commandline.xplat.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Commands/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KWgciwdbSjaPOmRFUxU4zj4ZDYz3+mRC98LHmGtpiilcoWgfSihs1ACiIN9xIgAdfiC7gzjSMuSxXqF0MqtIKQ==", - "path": "nuget.commands/4.3.0-rtm-4324", - "hashPath": "nuget.commands.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Common/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c0VwJa7C0bWrBCYlQlaRqpIySbcBOYiD5L5tMtXCFoA+6wMSFc71FonW9kS7jjkZ88TWacQIXMx+8H3trhcmmA==", - "path": "nuget.common/4.3.0-rtm-4324", - "hashPath": "nuget.common.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Configuration/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z0/JWQZocY2qE4Xvz++vk2mW/8J8dKz15hIKAf5U8ifHfXZdf5vOZM7PhLdNDxK2oFaf6b4H39RoCrRZDLSdLA==", - "path": "nuget.configuration/4.3.0-rtm-4324", - "hashPath": "nuget.configuration.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.DependencyResolver.Core/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTaralCQmRmciaFx4ON43Jo69KZYW78/SnH6EtxyZaX6rLULTVYn75ONCn2V9NJO+bhyoXQbOiAIJuXSBx4eFg==", - "path": "nuget.dependencyresolver.core/4.3.0-rtm-4324", - "hashPath": "nuget.dependencyresolver.core.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Frameworks/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0ebM2OWSLPuePBuRwvek0VmBJeAsDN5/EEdb+jtfgWo8EO27zF63hLTgbzaEdAayuPLgoVQgIuBjuBEijsY/QQ==", - "path": "nuget.frameworks/4.3.0-rtm-4324", - "hashPath": "nuget.frameworks.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.LibraryModel/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jfjnwrUvqpuoLiLQ5/Z9Y0cqNxbj0IuWCDCgm5qPwRBhIhBqtFtBMrxcxFyz5Qprd+IUp91EGaPzrim0pBbb1g==", - "path": "nuget.librarymodel/4.3.0-rtm-4324", - "hashPath": "nuget.librarymodel.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Packaging/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fs2kBp/KzXBzoPUrJ/GStZoncTx/+biZQy2Ejd8ckFiGk/0XKPSSjYngcRHhn/QijDJeMXaZ9ADMnE8G/VzqcQ==", - "path": "nuget.packaging/4.3.0-rtm-4324", - "hashPath": "nuget.packaging.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Packaging.Core/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VRM7+SvToNrosKT1UaCOiUVrqHRZkBvsd/v94zvT6rsJsKgsrmMInr4kMajA7tuI8zGKHPMZ/zPQq7TP8eOizw==", - "path": "nuget.packaging.core/4.3.0-rtm-4324", - "hashPath": "nuget.packaging.core.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.ProjectModel/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rpoeorfBPMY8d4CukSkmRhnCmXDXlNh2RgguLw5lZPX0EfGNa7CLHcE6NRcHTI93bi8QSHqRPcYoDvFAzWnRQ==", - "path": "nuget.projectmodel/4.3.0-rtm-4324", - "hashPath": "nuget.projectmodel.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Protocol/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ekKxNWJc53M11hNypC+XILxWbcIQDikTBZbx1weygjvjsdphQyW9R+nZgGL9O/Thz7TlmdRmTO7j8u78TIccfA==", - "path": "nuget.protocol/4.3.0-rtm-4324", - "hashPath": "nuget.protocol.4.3.0-rtm-4324.nupkg.sha512" - }, - "NuGet.Versioning/4.3.0-rtm-4324": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ckhFNFFoAV5N9ygeQ3cnIr3vsaLi5OJrRMdU9CBLWoEXNxfvqammDNhtHhwV2mSxku3GxmuJNVQTCosJPAM02Q==", - "path": "nuget.versioning/4.3.0-rtm-4324", - "hashPath": "nuget.versioning.4.3.0-rtm-4324.nupkg.sha512" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", - "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", - "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", - "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "path": "runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "path": "runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", - "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", - "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", - "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", - "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", - "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", - "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", - "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", - "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" - }, - "System.Buffers/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==", - "path": "system.collections.immutable/1.3.1", - "hashPath": "system.collections.immutable.1.3.1.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HvQQjy712vnlpPxaloZYkuE78Gn353L0SJLJVeLcNASeg9c4qla2a1Xq8I7B3jZoDzKPtHTkyVO7AZ5tpeQGuA==", - "path": "system.diagnostics.contracts/4.0.1", - "hashPath": "system.diagnostics.contracts.4.0.1.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.FileVersionInfo/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", - "path": "system.diagnostics.fileversioninfo/4.3.0", - "hashPath": "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.StackTrace/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", - "path": "system.diagnostics.stacktrace/4.3.0", - "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jYFWHdyp1XPPoRCqOwffYVNM4o+r6n5nZgn+DFZQWV2VIL5DgTFn5tI/xw1+3Uf8WmyjOj4Eyu3+BGOpZuowjA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "path": "system.dynamic.runtime/4.3.0", - "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.IO.Pipes/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==", - "path": "system.io.pipes/4.0.0", - "hashPath": "system.io.pipes.4.0.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, - "System.Linq.Parallel/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", - "path": "system.linq.parallel/4.0.1", - "hashPath": "system.linq.parallel.4.0.1.nupkg.sha512" - }, - "System.Net.Primitives/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" - }, - "System.Net.Sockets/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==", - "path": "system.net.sockets/4.1.0", - "hashPath": "system.net.sockets.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KYPNMDrLB2R+G5JJiJ2fjBpihtktKVIjsirmyyv+VDo5rQkIR9BWeCYM1wDSzbQatWNZ/NQfPsQyTB1Ui3qBfQ==", - "path": "system.reflection.metadata/1.4.2", - "hashPath": "system.reflection.metadata.1.4.2.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.Reader/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==", - "path": "system.resources.reader/4.0.0", - "hashPath": "system.resources.reader.4.0.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Resources.Writer/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Hz+ZS81dVSNy93YyJhhL3GwzmMhfcQ8FbUooAt9MO4joIe0vPM4gclv0C82ko1tuN/Kw6CvZFLYkgk6n9xvEkg==", - "path": "system.resources.writer/4.0.0", - "hashPath": "system.resources.writer.4.0.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Numerics/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "path": "system.runtime.numerics/4.3.0", - "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Xml/4.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==", - "path": "system.runtime.serialization.xml/4.1.1", - "hashPath": "system.runtime.serialization.xml.4.1.1.nupkg.sha512" - }, - "System.Security.Cryptography.Algorithms/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "path": "system.security.cryptography.algorithms/4.3.0", - "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Csp/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "path": "system.security.cryptography.csp/4.3.0", - "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "path": "system.security.cryptography.encoding/4.3.0", - "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "path": "system.security.cryptography.primitives/4.3.0", - "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-glbkgV1ridcd6No8gYKU93QeXqJHaQvIve/jI0QUOxiD69JpG5pLVXSneMjuhX5SfjdILeOAuFh9PnCkTZ/aaA==", - "path": "system.security.cryptography.protecteddata/4.0.0", - "hashPath": "system.security.cryptography.protecteddata.4.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "path": "system.security.principal/4.0.1", - "hashPath": "system.security.principal.4.0.1.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", - "path": "system.text.encoding.codepages/4.3.0", - "hashPath": "system.text.encoding.codepages.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Overlapped/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", - "path": "system.threading.overlapped/4.0.1", - "hashPath": "system.threading.overlapped.4.0.1.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Dataflow/4.6.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", - "path": "system.threading.tasks.dataflow/4.6.0", - "hashPath": "system.threading.tasks.dataflow.4.6.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Parallel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==", - "path": "system.threading.tasks.parallel/4.3.0", - "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Threading.Timer/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==", - "path": "system.threading.timer/4.0.1", - "hashPath": "system.threading.timer.4.0.1.nupkg.sha512" - }, - "System.ValueTuple/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gjT1ws/t9hnaEItQfQnuAdM/Iz2sOKNpiCgzn58f1MkYffs0tPq0jm4tpSehkDsHRErxV1/ZMcEunUHYQzxnnA==", - "path": "system.valuetuple/4.3.0", - "hashPath": "system.valuetuple.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==", - "path": "system.xml.xpath.xdocument/4.3.0", - "hashPath": "system.xml.xpath.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", - "path": "system.xml.xpath.xmldocument/4.0.1", - "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" - }, - "dotnet/2.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Archive/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Sln.Internal/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Cli.Utils/2.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.Configurer/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.InternalAbstractions/2.0.0-beta": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.DotNet.TestFramework/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "tool_msbuild/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "tool_nuget/2.0.0-preview3-fnl": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/dotnet.dll b/dotnet/sdk/2.0.0/dotnet.dll deleted file mode 100644 index 5010a5b2..00000000 Binary files a/dotnet/sdk/2.0.0/dotnet.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/dotnet.runtimeconfig.json b/dotnet/sdk/2.0.0/dotnet.runtimeconfig.json deleted file mode 100644 index 7539019b..00000000 --- a/dotnet/sdk/2.0.0/dotnet.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/minimumMSBuildVersion b/dotnet/sdk/2.0.0/minimumMSBuildVersion deleted file mode 100644 index 7ed6fef8..00000000 --- a/dotnet/sdk/2.0.0/minimumMSBuildVersion +++ /dev/null @@ -1 +0,0 @@ -15.3.0 \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/nuGetPackagesArchive.lzma b/dotnet/sdk/2.0.0/nuGetPackagesArchive.lzma deleted file mode 100644 index 466ac69e..00000000 Binary files a/dotnet/sdk/2.0.0/nuGetPackagesArchive.lzma and /dev/null differ diff --git a/dotnet/sdk/2.0.0/package.deps.json b/dotnet/sdk/2.0.0/package.deps.json deleted file mode 100644 index 4a0e2ef1..00000000 --- a/dotnet/sdk/2.0.0/package.deps.json +++ /dev/null @@ -1,1952 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "8f6df95a1159242a038e0ec3d1af967b93f394a0" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "package/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CrossPlatEngine": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.TestHostRuntimeProvider": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.Utilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.VsTestConsole.TranslationLayer": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Client": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger": "15.3.0-preview-20170628-02", - "vstest.console": "15.3.0-preview-20170628-02" - }, - "runtime": { - "package.dll": {} - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.DotNet.PlatformAbstractions/1.0.3": { - "dependencies": { - "System.AppContext": "4.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyModel/1.0.3": { - "dependencies": { - "Microsoft.DotNet.PlatformAbstractions": "1.0.3", - "Newtonsoft.Json": "9.0.1", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Linq": "4.3.0" - }, - "runtime": { - "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.AppContext/4.1.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.EventBasedAsync/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Principal/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} - } - }, - "Microsoft.TestPlatform.CommunicationUtilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "Newtonsoft.Json": "9.0.1", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.CommunicationUtilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.CoreUtilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.PlatformAbstractions": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.TestPlatform.CoreUtilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.CrossPlatEngine/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.Utilities": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.Diagnostics.Process": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.CrossPlatEngine.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.ObjectModel/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "System.ComponentModel.EventBasedAsync": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Runtime.Serialization.Json": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "dependencies": { - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.PlatformAbstractions.dll": {} - } - }, - "Microsoft.TestPlatform.TestHostRuntimeProvider/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.Extensions.DependencyModel": "1.0.3", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.PlatformAbstractions": "15.3.0-preview-20170628-02", - "System.Diagnostics.Process": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.TestHostRuntimeProvider.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.Utilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.TestPlatform.Utilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.VsTestConsole.TranslationLayer/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1" - }, - "runtime": { - "Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.TestPlatform.Client/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CrossPlatEngine": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.Client.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.TestPlatform.Common/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "System.Runtime.Loader": "4.3.0" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.Common.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.Security.Principal.Windows": "4.3.0" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "vstest.console/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CrossPlatEngine": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.Utilities": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Client": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "vstest.console.dll": {} - }, - "resources": { - "cs/vstest.console.resources.dll": { - "locale": "cs" - }, - "de/vstest.console.resources.dll": { - "locale": "de" - }, - "es/vstest.console.resources.dll": { - "locale": "es" - }, - "fr/vstest.console.resources.dll": { - "locale": "fr" - }, - "it/vstest.console.resources.dll": { - "locale": "it" - }, - "ja/vstest.console.resources.dll": { - "locale": "ja" - }, - "ko/vstest.console.resources.dll": { - "locale": "ko" - }, - "pl/vstest.console.resources.dll": { - "locale": "pl" - }, - "pt-BR/vstest.console.resources.dll": { - "locale": "pt-BR" - }, - "ru/vstest.console.resources.dll": { - "locale": "ru" - }, - "tr/vstest.console.resources.dll": { - "locale": "tr" - }, - "zh-Hans/vstest.console.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/vstest.console.resources.dll": { - "locale": "zh-Hant" - } - } - } - } - }, - "libraries": { - "package/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.DotNet.PlatformAbstractions/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rF92Gp5L2asYrFNf0cKNBxzzGLh1krHuj6TRDk9wdjN2qdvJLaNYOn1s9oYkMlptYX436KiEFqxhLB+I5veXvQ==", - "path": "microsoft.dotnet.platformabstractions/1.0.3", - "hashPath": "microsoft.dotnet.platformabstractions.1.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/1.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z3o19EnheuegmvgpCzwoSlnCWxYA6qIUhvKJ7ifKHHvU7U+oYR/gliLiL3LVYOOeGMEEzkpJ5W67sOcXizGtlw==", - "path": "microsoft.extensions.dependencymodel/1.0.3", - "hashPath": "microsoft.extensions.dependencymodel.1.0.3.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "System.AppContext/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==", - "path": "system.appcontext/4.1.0", - "hashPath": "system.appcontext.4.1.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", - "path": "system.collections.immutable/1.2.0", - "hashPath": "system.collections.immutable.1.2.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.EventBasedAsync/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==", - "path": "system.componentmodel.eventbasedasync/4.3.0", - "hashPath": "system.componentmodel.eventbasedasync.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==", - "path": "system.linq.expressions/4.1.0", - "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==", - "path": "system.objectmodel/4.0.12", - "hashPath": "system.objectmodel.4.0.12.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", - "path": "system.reflection.metadata/1.3.0", - "hashPath": "system.reflection.metadata.1.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==", - "path": "system.runtime.serialization.json/4.3.0", - "hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Security.Claims/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" - }, - "System.Security.Principal/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "path": "system.security.principal.windows/4.3.0", - "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", - "path": "system.xml.xpath.xmldocument/4.0.1", - "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.CommunicationUtilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.CoreUtilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.CrossPlatEngine/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.ObjectModel/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.TestHostRuntimeProvider/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.Utilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.VsTestConsole.TranslationLayer/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.Client/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.Common/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "vstest.console/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll b/dotnet/sdk/2.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 47c4b0c9..00000000 Binary files a/dotnet/sdk/2.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 160e8a2f..00000000 Binary files a/dotnet/sdk/2.0.0/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll b/dotnet/sdk/2.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 5cdd248b..00000000 Binary files a/dotnet/sdk/2.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 32a6e2c4..00000000 Binary files a/dotnet/sdk/2.0.0/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/vstest.console.deps.json b/dotnet/sdk/2.0.0/vstest.console.deps.json deleted file mode 100644 index 25369d68..00000000 --- a/dotnet/sdk/2.0.0/vstest.console.deps.json +++ /dev/null @@ -1,1634 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0", - "signature": "0f5aa8cefed4645f7cf200a87f9a7b29f35de8fa" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": { - "vstest.console/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CrossPlatEngine": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.Utilities": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Client": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.Xml.XPath": "4.3.0" - }, - "runtime": { - "vstest.console.dll": {} - }, - "resources": { - "cs/vstest.console.resources.dll": { - "locale": "cs" - }, - "de/vstest.console.resources.dll": { - "locale": "de" - }, - "es/vstest.console.resources.dll": { - "locale": "es" - }, - "fr/vstest.console.resources.dll": { - "locale": "fr" - }, - "it/vstest.console.resources.dll": { - "locale": "it" - }, - "ja/vstest.console.resources.dll": { - "locale": "ja" - }, - "ko/vstest.console.resources.dll": { - "locale": "ko" - }, - "pl/vstest.console.resources.dll": { - "locale": "pl" - }, - "pt-BR/vstest.console.resources.dll": { - "locale": "pt-BR" - }, - "ru/vstest.console.resources.dll": { - "locale": "ru" - }, - "tr/vstest.console.resources.dll": { - "locale": "tr" - }, - "zh-Hans/vstest.console.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/vstest.console.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CSharp/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.Win32.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "Newtonsoft.Json/9.0.1": { - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": {} - } - }, - "runtime.native.System/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Collections/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable/1.2.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections.Specialized/4.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ComponentModel/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.EventBasedAsync/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ComponentModel.Primitives/4.3.0": { - "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.NonGeneric": "4.3.0", - "System.Collections.Specialized": "4.3.0", - "System.ComponentModel": "4.3.0", - "System.ComponentModel.Primitives": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Contracts/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Debug/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Process/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "Microsoft.Win32.Registry": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Thread": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/linux/lib/_._": { - "rid": "linux", - "assetType": "runtime" - }, - "runtime/osx/lib/_._": { - "rid": "osx", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "dependencies": { - "System.Diagnostics.TraceSource": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Diagnostics.Tracing/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime/4.0.11": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.IO/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions/4.1.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.ObjectModel/4.0.12": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.DataContractSerialization/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "4.3.0" - } - }, - "System.Reflection/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata/1.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - }, - "runtimeTargets": { - "runtime/unix/lib/_._": { - "rid": "unix", - "assetType": "runtime" - }, - "runtime/win/lib/_._": { - "rid": "win", - "assetType": "runtime" - } - } - }, - "System.Runtime.Loader/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Json/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.RegularExpressions/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Thread/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool/4.3.0": { - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Xml.ReaderWriter/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XmlSerializer/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - } - }, - "System.Xml.XPath/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XPath": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" - }, - "runtime": { - "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} - } - }, - "Microsoft.TestPlatform.CommunicationUtilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "Newtonsoft.Json": "9.0.1", - "System.Runtime.Serialization.Primitives": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.CommunicationUtilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.CoreUtilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.PlatformAbstractions": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.TestPlatform.CoreUtilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.CrossPlatEngine/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.Utilities": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02", - "System.Diagnostics.Process": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.CrossPlatEngine.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.ObjectModel/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "System.ComponentModel.EventBasedAsync": "4.3.0", - "System.ComponentModel.TypeConverter": "4.3.0", - "System.Diagnostics.Process": "4.3.0", - "System.Reflection.Metadata": "1.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Loader": "4.3.0", - "System.Runtime.Serialization.Json": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Xml.XPath.XmlDocument": "4.0.1" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "dependencies": { - "System.Diagnostics.Process": "4.3.0", - "System.Diagnostics.TextWriterTraceListener": "4.3.0", - "System.Diagnostics.TraceSource": "4.3.0", - "System.Threading.Thread": "4.3.0" - }, - "runtime": { - "Microsoft.TestPlatform.PlatformAbstractions.dll": {} - } - }, - "Microsoft.TestPlatform.Utilities/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.TestPlatform.Utilities.dll": {} - }, - "resources": { - "cs/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "de" - }, - "es/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.TestPlatform.Client/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CommunicationUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.CrossPlatEngine": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "Microsoft.VisualStudio.TestPlatform.Common": "15.3.0-preview-20170628-02" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.Client.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.TestPlatform.Common/15.3.0-preview-20170628-02": { - "dependencies": { - "Microsoft.TestPlatform.CoreUtilities": "15.3.0-preview-20170628-02", - "Microsoft.TestPlatform.ObjectModel": "15.3.0-preview-20170628-02", - "System.Runtime.Loader": "4.3.0" - }, - "runtime": { - "Microsoft.VisualStudio.TestPlatform.Common.dll": {} - }, - "resources": { - "cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - } - } - }, - "libraries": { - "vstest.console/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CSharp/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "path": "microsoft.win32.primitives/4.3.0", - "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", - "path": "microsoft.win32.registry/4.3.0", - "hashPath": "microsoft.win32.registry.4.3.0.nupkg.sha512" - }, - "Newtonsoft.Json/9.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", - "path": "newtonsoft.json/9.0.1", - "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" - }, - "runtime.native.System/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "path": "runtime.native.system/4.3.0", - "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" - }, - "System.Collections/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "path": "system.collections/4.3.0", - "hashPath": "system.collections.4.3.0.nupkg.sha512" - }, - "System.Collections.Concurrent/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "path": "system.collections.concurrent/4.3.0", - "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" - }, - "System.Collections.Immutable/1.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", - "path": "system.collections.immutable/1.2.0", - "hashPath": "system.collections.immutable.1.2.0.nupkg.sha512" - }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.ComponentModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", - "path": "system.componentmodel/4.3.0", - "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.EventBasedAsync/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==", - "path": "system.componentmodel.eventbasedasync/4.3.0", - "hashPath": "system.componentmodel.eventbasedasync.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", - "path": "system.componentmodel.primitives/4.3.0", - "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" - }, - "System.ComponentModel.TypeConverter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", - "path": "system.componentmodel.typeconverter/4.3.0", - "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Debug/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "path": "system.diagnostics.debug/4.3.0", - "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Process/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==", - "path": "system.diagnostics.process/4.3.0", - "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TextWriterTraceListener/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==", - "path": "system.diagnostics.textwritertracelistener/4.3.0", - "hashPath": "system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.TraceSource/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", - "path": "system.diagnostics.tracesource/4.3.0", - "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Tracing/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "path": "system.diagnostics.tracing/4.3.0", - "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" - }, - "System.Dynamic.Runtime/4.0.11": { - "type": "package", - "serviceable": true, - "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "path": "system.dynamic.runtime/4.0.11", - "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" - }, - "System.Globalization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "path": "system.globalization/4.3.0", - "hashPath": "system.globalization.4.3.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IO/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "path": "system.io/4.3.0", - "hashPath": "system.io.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "path": "system.io.filesystem/4.3.0", - "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" - }, - "System.IO.FileSystem.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "path": "system.io.filesystem.primitives/4.3.0", - "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" - }, - "System.Linq/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "path": "system.linq/4.3.0", - "hashPath": "system.linq.4.3.0.nupkg.sha512" - }, - "System.Linq.Expressions/4.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==", - "path": "system.linq.expressions/4.1.0", - "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512" - }, - "System.ObjectModel/4.0.12": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==", - "path": "system.objectmodel/4.0.12", - "hashPath": "system.objectmodel.4.0.12.nupkg.sha512" - }, - "System.Private.DataContractSerialization/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" - }, - "System.Reflection/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "path": "system.reflection/4.3.0", - "hashPath": "system.reflection.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, - "System.Reflection.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "path": "system.reflection.extensions/4.3.0", - "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" - }, - "System.Reflection.Metadata/1.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", - "path": "system.reflection.metadata/1.3.0", - "hashPath": "system.reflection.metadata.1.3.0.nupkg.sha512" - }, - "System.Reflection.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "path": "system.reflection.primitives/4.3.0", - "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" - }, - "System.Reflection.TypeExtensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" - }, - "System.Resources.ResourceManager/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "path": "system.resources.resourcemanager/4.3.0", - "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "path": "system.runtime.extensions/4.3.0", - "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" - }, - "System.Runtime.Handles/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "path": "system.runtime.handles/4.3.0", - "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "path": "system.runtime.interopservices/4.3.0", - "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" - }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "path": "system.runtime.interopservices.runtimeinformation/4.3.0", - "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" - }, - "System.Runtime.Loader/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", - "path": "system.runtime.loader/4.3.0", - "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Json/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==", - "path": "system.runtime.serialization.json/4.3.0", - "hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512" - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "path": "system.text.encoding.extensions/4.3.0", - "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" - }, - "System.Text.RegularExpressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "path": "system.text.regularexpressions/4.3.0", - "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" - }, - "System.Threading/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "path": "system.threading/4.3.0", - "hashPath": "system.threading.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "path": "system.threading.tasks/4.3.0", - "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" - }, - "System.Threading.Thread/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "path": "system.threading.thread/4.3.0", - "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" - }, - "System.Threading.ThreadPool/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "path": "system.threading.threadpool/4.3.0", - "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" - }, - "System.Xml.ReaderWriter/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "path": "system.xml.readerwriter/4.3.0", - "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" - }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", - "path": "system.xml.xmldocument/4.3.0", - "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" - }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==", - "path": "system.xml.xpath/4.3.0", - "hashPath": "system.xml.xpath.4.3.0.nupkg.sha512" - }, - "System.Xml.XPath.XmlDocument/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", - "path": "system.xml.xpath.xmldocument/4.0.1", - "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.CommunicationUtilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.CoreUtilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.CrossPlatEngine/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.ObjectModel/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.PlatformAbstractions/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.TestPlatform.Utilities/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.Client/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.VisualStudio.TestPlatform.Common/15.3.0-preview-20170628-02": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/vstest.console.dll b/dotnet/sdk/2.0.0/vstest.console.dll deleted file mode 100644 index 0aa467ec..00000000 Binary files a/dotnet/sdk/2.0.0/vstest.console.dll and /dev/null differ diff --git a/dotnet/sdk/2.0.0/vstest.console.dll.config b/dotnet/sdk/2.0.0/vstest.console.dll.config deleted file mode 100644 index 467739ce..00000000 --- a/dotnet/sdk/2.0.0/vstest.console.dll.config +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dotnet/sdk/2.0.0/vstest.console.runtimeconfig.json b/dotnet/sdk/2.0.0/vstest.console.runtimeconfig.json deleted file mode 100644 index 12473a57..00000000 --- a/dotnet/sdk/2.0.0/vstest.console.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "netcoreapp2.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "2.0.0" - } - } -} \ No newline at end of file diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/.version b/dotnet/shared/Microsoft.NETCore.App/2.0.0/.version deleted file mode 100644 index a79481a7..00000000 --- a/dotnet/shared/Microsoft.NETCore.App/2.0.0/.version +++ /dev/null @@ -1,2 +0,0 @@ -e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d -2.0.0 diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.CSharp.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.CSharp.dll deleted file mode 100644 index 030036c9..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.CSharp.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.NETCore.App.deps.json b/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.NETCore.App.deps.json deleted file mode 100644 index afb97009..00000000 --- a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.NETCore.App.deps.json +++ /dev/null @@ -1,2866 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v2.0/linux-x64", - "signature": "f4ad079d250ce3a815b7f777efb9770fb42a1a67" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v2.0": {}, - ".NETCoreApp,Version=v2.0/linux-x64": { - "Microsoft.NETCore.App/2.0.0": { - "dependencies": { - "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", - "Microsoft.NETCore.Platforms": "2.0.0", - "NETStandard.Library": "2.0.0", - "runtime.linux-x64.Microsoft.NETCore.App": "2.0.0" - } - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "dependencies": { - "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy": "2.0.0" - } - }, - "Microsoft.NETCore.Platforms/2.0.0": {}, - "NETStandard.Library/2.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" - } - }, - "runtime.linux-x64.Microsoft.NETCore.App/2.0.0": { - "runtime": { - "runtimes/linux-x64/lib/netcoreapp2.0/Microsoft.CSharp.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/SOS.NETCore.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.AppContext.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Buffers.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Collections.Concurrent.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Collections.Immutable.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Collections.Specialized.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Collections.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ComponentModel.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Configuration.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Console.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Core.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Data.Common.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Data.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.Process.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Drawing.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Drawing.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Globalization.Calendars.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Globalization.Extensions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Globalization.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.Compression.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.FileSystem.AccessControl.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.FileSystem.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.Pipes.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.IO.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Linq.Expressions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Linq.Parallel.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Linq.Queryable.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Linq.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Http.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.HttpListener.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Mail.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.NameResolution.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Ping.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Requests.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Security.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.ServicePoint.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.Sockets.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.WebClient.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.WebProxy.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.WebSockets.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Net.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Numerics.Vectors.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Numerics.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ObjectModel.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Private.DataContractSerialization.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Private.Uri.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Private.Xml.Linq.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Private.Xml.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.Emit.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.Extensions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.Metadata.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Reflection.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Resources.Reader.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Resources.Writer.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Extensions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Handles.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Loader.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Numerics.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.Serialization.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Runtime.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.AccessControl.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Claims.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.OpenSsl.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.Principal.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.SecureString.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Security.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ServiceModel.Web.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ServiceProcess.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Text.Encoding.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Overlapped.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Tasks.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Thread.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.Timer.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Threading.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Transactions.Local.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Transactions.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.ValueTuple.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Web.HttpUtility.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Web.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Windows.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.Linq.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.Serialization.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.XDocument.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.XPath.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.Xml.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/System.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/WindowsBase.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/mscorlib.dll": {}, - "runtimes/linux-x64/lib/netcoreapp2.0/netstandard.dll": {} - }, - "native": { - "runtimes/linux-x64/native/System.Globalization.Native.so": {}, - "runtimes/linux-x64/native/System.IO.Compression.Native.so": {}, - "runtimes/linux-x64/native/System.Native.a": {}, - "runtimes/linux-x64/native/System.Native.so": {}, - "runtimes/linux-x64/native/System.Net.Http.Native.so": {}, - "runtimes/linux-x64/native/System.Net.Security.Native.so": {}, - "runtimes/linux-x64/native/System.Private.CoreLib.dll": {}, - "runtimes/linux-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}, - "runtimes/linux-x64/native/createdump": {}, - "runtimes/linux-x64/native/libclrjit.so": {}, - "runtimes/linux-x64/native/libcoreclr.so": {}, - "runtimes/linux-x64/native/libcoreclrtraceptprovider.so": {}, - "runtimes/linux-x64/native/libdbgshim.so": {}, - "runtimes/linux-x64/native/libmscordaccore.so": {}, - "runtimes/linux-x64/native/libmscordbi.so": {}, - "runtimes/linux-x64/native/libsos.so": {}, - "runtimes/linux-x64/native/libsosplugin.so": {}, - "runtimes/linux-x64/native/sosdocsunix.txt": {} - } - }, - "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "native": { - "runtimes/linux-x64/native/libhostpolicy.so": {} - } - } - } - }, - "libraries": { - "Microsoft.NETCore.App/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cCwSnusNKhyN1J6galdF0F0jtdHsrE8iTrhH/lQbL97BJHOMKPaX18UeVIQnB6YecumiHh9nnkv7IQZOI9BURw==", - "path": "microsoft.netcore.app/2.0.0", - "hashPath": "microsoft.netcore.app.2.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0lna6iTYYuWQ9iapebICvI0OAVbqzV0rjuzXvirle/Kya76Ij6lzjOe2Pzqr1q1+6i+Z7lm+2q4/aJLrQBA27Q==" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "path": "netstandard.library/2.0.0", - "hashPath": "netstandard.library.2.0.0.nupkg.sha512" - }, - "runtime.linux-x64.Microsoft.NETCore.App/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TIOakbBmt8RwnJaY0MARsPu7wqvqJXYWEwWpL9bPDF91KQubpsi06OXHZsZG5rTweOTI1sinmGBF2LIjhVvftQ==", - "path": "runtime.linux-x64.microsoft.netcore.app/2.0.0", - "hashPath": "runtime.linux-x64.microsoft.netcore.app.2.0.0.nupkg.sha512" - }, - "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JDVVeDUWGn2E8yyA8oULTfJfo8Ej8gB5/NiIPYttf1zqU1T1UJzN4XsQyLyNgKgakCIIxXcAsiGXYYj3n8mtqg==" - } - }, - "runtimes": { - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-x64": [ - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "tizen.4.0.0-armel": [ - "tizen.4.0.0", - "tizen-armel", - "tizen", - "linux-armel", - "linux", - "unix-armel", - "unix", - "any", - "base" - ], - "linux": [ - "unix", - "any", - "base" - ], - "linux-x86": [ - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "linux-armel": [ - "linux", - "unix-armel", - "unix", - "any", - "base" - ], - "linux-arm64": [ - "linux", - "unix-arm64", - "unix", - "any", - "base" - ], - "rhel": [ - "linux", - "unix", - "any", - "base" - ], - "rhel-x64": [ - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7": [ - "rhel", - "linux", - "unix", - "any", - "base" - ], - "rhel.7-x64": [ - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.0": [ - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "rhel.7.0-x64": [ - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.1": [ - "rhel.7.0", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "rhel.7.1-x64": [ - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.2": [ - "rhel.7.1", - "rhel.7.0", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "rhel.7.2-x64": [ - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.3": [ - "rhel.7.2", - "rhel.7.1", - "rhel.7.0", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "rhel.7.3-x64": [ - "rhel.7.3", - "rhel.7.2-x64", - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.4": [ - "rhel.7.3", - "rhel.7.2", - "rhel.7.1", - "rhel.7.0", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "rhel.7.4-x64": [ - "rhel.7.4", - "rhel.7.3-x64", - "rhel.7.3", - "rhel.7.2-x64", - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol": [ - "rhel", - "linux", - "unix", - "any", - "base" - ], - "ol-x64": [ - "ol", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7": [ - "ol", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "ol.7-x64": [ - "ol.7", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.0": [ - "ol.7", - "rhel.7.0", - "ol", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "ol.7.0-x64": [ - "ol.7.0", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.1": [ - "ol.7.0", - "rhel.7.1", - "ol.7", - "rhel.7.0", - "ol", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "ol.7.1-x64": [ - "ol.7.1", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.2": [ - "ol.7.1", - "rhel.7.2", - "ol.7.0", - "rhel.7.1", - "ol.7", - "rhel.7.0", - "ol", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "ol.7.2-x64": [ - "ol.7.2", - "ol.7.1-x64", - "rhel.7.2-x64", - "ol.7.1", - "rhel.7.2", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "centos": [ - "rhel", - "linux", - "unix", - "any", - "base" - ], - "centos-x64": [ - "centos", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "centos.7": [ - "centos", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "centos.7-x64": [ - "centos.7", - "centos-x64", - "rhel.7-x64", - "centos", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian": [ - "linux", - "unix", - "any", - "base" - ], - "debian-x64": [ - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian-x86": [ - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-armel": [ - "debian", - "linux-armel", - "linux", - "unix-armel", - "unix", - "any", - "base" - ], - "debian-arm64": [ - "debian", - "linux-arm64", - "linux", - "unix-arm64", - "unix", - "any", - "base" - ], - "debian.8": [ - "debian", - "linux", - "unix", - "any", - "base" - ], - "debian.8-x64": [ - "debian.8", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian.8-x86": [ - "debian.8", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-armel": [ - "debian.8", - "debian-armel", - "debian", - "linux-armel", - "linux", - "unix-armel", - "unix", - "any", - "base" - ], - "debian.8-arm64": [ - "debian.8", - "debian-arm64", - "debian", - "linux-arm64", - "linux", - "unix-arm64", - "unix", - "any", - "base" - ], - "tizen": [ - "linux", - "unix", - "any", - "base" - ], - "tizen-armel": [ - "tizen", - "linux-armel", - "linux", - "unix-armel", - "unix", - "any", - "base" - ], - "ubuntu": [ - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu-x64": [ - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu-x86": [ - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm64": [ - "ubuntu", - "debian-arm64", - "debian", - "linux-arm64", - "linux", - "unix-arm64", - "unix", - "any", - "base" - ], - "ubuntu.14.04": [ - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu.14.04-x64": [ - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.14.04-x86": [ - "ubuntu.14.04", - "ubuntu-x86", - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10": [ - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu.14.10-x64": [ - "ubuntu.14.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.14.10-x86": [ - "ubuntu.14.10", - "ubuntu-x86", - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04": [ - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu.15.04-x64": [ - "ubuntu.15.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.15.04-x86": [ - "ubuntu.15.04", - "ubuntu-x86", - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10": [ - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu.15.10-x64": [ - "ubuntu.15.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.15.10-x86": [ - "ubuntu.15.10", - "ubuntu-x86", - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04": [ - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu.16.04-x64": [ - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.16.04-x86": [ - "ubuntu.16.04", - "ubuntu-x86", - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm64": [ - "ubuntu.16.04", - "ubuntu-arm64", - "ubuntu", - "debian-arm64", - "debian", - "linux-arm64", - "linux", - "unix-arm64", - "unix", - "any", - "base" - ], - "ubuntu.16.10": [ - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "ubuntu.16.10-x64": [ - "ubuntu.16.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.16.10-x86": [ - "ubuntu.16.10", - "ubuntu-x86", - "ubuntu", - "debian-x86", - "debian", - "linux-x86", - "linux", - "unix-x86", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm64": [ - "ubuntu.16.10", - "ubuntu-arm64", - "ubuntu", - "debian-arm64", - "debian", - "linux-arm64", - "linux", - "unix-arm64", - "unix", - "any", - "base" - ], - "linuxmint.17": [ - "ubuntu.14.04", - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "linuxmint.17-x64": [ - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17.1": [ - "linuxmint.17", - "ubuntu.14.04", - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "linuxmint.17.1-x64": [ - "linuxmint.17.1", - "linuxmint.17-x64", - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17.2": [ - "linuxmint.17.1", - "linuxmint.17", - "ubuntu.14.04", - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "linuxmint.17.2-x64": [ - "linuxmint.17.2", - "linuxmint.17.1-x64", - "linuxmint.17.1", - "linuxmint.17-x64", - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17.3": [ - "linuxmint.17.2", - "linuxmint.17.1", - "linuxmint.17", - "ubuntu.14.04", - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "linuxmint.17.3-x64": [ - "linuxmint.17.3", - "linuxmint.17.2-x64", - "linuxmint.17.2", - "linuxmint.17.1-x64", - "linuxmint.17.1", - "linuxmint.17-x64", - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.18": [ - "ubuntu.16.04", - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "linuxmint.18-x64": [ - "linuxmint.18", - "ubuntu.16.04-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.18.1": [ - "linuxmint.18", - "ubuntu.16.04", - "ubuntu", - "debian", - "linux", - "unix", - "any", - "base" - ], - "linuxmint.18.1-x64": [ - "linuxmint.18.1", - "linuxmint.18-x64", - "linuxmint.18", - "ubuntu.16.04-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora": [ - "linux", - "unix", - "any", - "base" - ], - "fedora-x64": [ - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.23": [ - "fedora", - "linux", - "unix", - "any", - "base" - ], - "fedora.23-x64": [ - "fedora.23", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.24": [ - "fedora", - "linux", - "unix", - "any", - "base" - ], - "fedora.24-x64": [ - "fedora.24", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.25": [ - "fedora", - "linux", - "unix", - "any", - "base" - ], - "fedora.25-x64": [ - "fedora.25", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.26": [ - "fedora", - "linux", - "unix", - "any", - "base" - ], - "fedora.26-x64": [ - "fedora.26", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse": [ - "linux", - "unix", - "any", - "base" - ], - "opensuse-x64": [ - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.13.2": [ - "opensuse", - "linux", - "unix", - "any", - "base" - ], - "opensuse.13.2-x64": [ - "opensuse.13.2", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.42.1": [ - "opensuse", - "linux", - "unix", - "any", - "base" - ], - "opensuse.42.1-x64": [ - "opensuse.42.1", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linux-corert": [ - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "linux-x64-corert": [ - "linux-corert", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "linux-arm-corert": [ - "linux-corert", - "linux-arm", - "corert", - "linux", - "unix-corert", - "unix-arm", - "any", - "unix", - "base" - ], - "linux-arm64-corert": [ - "linux-corert", - "linux-arm64", - "corert", - "linux", - "unix-corert", - "unix-arm64", - "any", - "unix", - "base" - ], - "rhel-corert": [ - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "rhel-x64-corert": [ - "rhel-corert", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "rhel.7-corert": [ - "rhel-corert", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "rhel.7-x64-corert": [ - "rhel.7-corert", - "rhel-x64-corert", - "rhel.7-x64", - "rhel-corert", - "rhel.7", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "rhel.7.0-corert": [ - "rhel.7-corert", - "rhel.7.0", - "rhel-corert", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "rhel.7.0-x64-corert": [ - "rhel.7.0-corert", - "rhel.7-x64-corert", - "rhel.7.0-x64", - "rhel.7-corert", - "rhel.7.0", - "rhel-x64-corert", - "rhel.7-x64", - "rhel-corert", - "rhel.7", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "rhel.7.1-corert": [ - "rhel.7.0-corert", - "rhel.7.1", - "rhel.7-corert", - "rhel.7.0", - "rhel-corert", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "rhel.7.1-x64-corert": [ - "rhel.7.1-corert", - "rhel.7.0-x64-corert", - "rhel.7.1-x64", - "rhel.7.0-corert", - "rhel.7.1", - "rhel.7-x64-corert", - "rhel.7.0-x64", - "rhel.7-corert", - "rhel.7.0", - "rhel-x64-corert", - "rhel.7-x64", - "rhel-corert", - "rhel.7", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "rhel.7.2-corert": [ - "rhel.7.1-corert", - "rhel.7.2", - "rhel.7.0-corert", - "rhel.7.1", - "rhel.7-corert", - "rhel.7.0", - "rhel-corert", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "rhel.7.2-x64-corert": [ - "rhel.7.2-corert", - "rhel.7.1-x64-corert", - "rhel.7.2-x64", - "rhel.7.1-corert", - "rhel.7.2", - "rhel.7.0-x64-corert", - "rhel.7.1-x64", - "rhel.7.0-corert", - "rhel.7.1", - "rhel.7-x64-corert", - "rhel.7.0-x64", - "rhel.7-corert", - "rhel.7.0", - "rhel-x64-corert", - "rhel.7-x64", - "rhel-corert", - "rhel.7", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "ol-corert": [ - "rhel-corert", - "ol", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "ol-x64-corert": [ - "ol-corert", - "rhel-x64-corert", - "ol-x64", - "rhel-corert", - "ol", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "ol.7-corert": [ - "ol-corert", - "ol.7", - "rhel-corert", - "ol", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "ol.7-x64-corert": [ - "ol.7-corert", - "rhel.7-x64-corert", - "ol.7-x64", - "ol-corert", - "ol.7", - "rhel.7-corert", - "rhel-x64-corert", - "rhel.7-x64", - "ol-x64", - "rhel-corert", - "ol", - "rhel.7", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "ol.7.0-corert": [ - "ol.7-corert", - "ol.7.0", - "ol-corert", - "ol.7", - "rhel.7.0", - "rhel-corert", - "ol", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "ol.7.0-x64-corert": [ - "ol.7.0-corert", - "rhel.7.0-corert", - "ol.7.0-x64", - "ol.7-corert", - "ol.7.0", - "rhel.7-corert", - "rhel.7.0", - "ol.7-x64", - "rhel.7.0-x64", - "ol-corert", - "ol.7", - "rhel-corert", - "rhel.7", - "ol-x64", - "rhel.7-x64", - "ol", - "corert", - "rhel", - "rhel-x64", - "any", - "linux", - "linux-x64", - "base", - "unix", - "unix-x64" - ], - "ol.7.1-corert": [ - "ol.7.0-corert", - "ol.7.1", - "ol.7-corert", - "ol.7.0", - "rhel.7.1", - "ol-corert", - "ol.7", - "rhel.7.0", - "rhel-corert", - "ol", - "rhel.7", - "corert", - "rhel", - "any", - "linux", - "base", - "unix" - ], - "ol.7.1-x64-corert": [ - "ol.7.1-corert", - "rhel.7.1-x64-corert", - "ol.7.1-x64", - "ol.7.0-corert", - "ol.7.1", - "rhel.7.1-corert", - "rhel.7.0-x64-corert", - "rhel.7.1-x64", - "ol.7.0-x64", - "ol.7-corert", - "ol.7.0", - "rhel.7.1", - "rhel.7.0-corert", - "rhel.7-x64-corert", - "rhel.7.0-x64", - "ol.7-x64", - "ol-corert", - "ol.7", - "rhel.7.0", - "rhel.7-corert", - "rhel-x64-corert", - "rhel.7-x64", - "ol-x64", - "rhel-corert", - "ol", - "rhel.7", - "linux-x64-corert", - "rhel-x64", - "corert", - "rhel", - "linux-corert", - "linux-x64", - "any", - "linux", - "unix-corert", - "unix-x64", - "base", - "unix" - ], - "centos-corert": [ - "rel-corert", - "centos", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "centos-x64-corert": [ - "centos-corert", - "rhel-x64-corert", - "centos-x64", - "rel-corert", - "centos", - "rhel-corert", - "linux-x64-corert", - "rhel-x64", - "rhel", - "corert", - "linux-corert", - "linux-x64", - "linux", - "any", - "unix-corert", - "unix-x64", - "unix", - "base" - ], - "centos.7-corert": [ - "centos-corert", - "centos.7", - "rel-corert", - "centos", - "rhel.7", - "rhel", - "linux", - "unix", - "any", - "base" - ], - "centos.7-x64-corert": [ - "centos.7-corert", - "centos-x64-corert", - "centos.7-x64", - "centos-corert", - "centos.7", - "rhel-x64-corert", - "centos-x64", - "rhel.7-x64", - "rel-corert", - "centos", - "rhel.7", - "rhel-corert", - "linux-x64-corert", - "rhel-x64", - "rhel", - "corert", - "linux-corert", - "linux-x64", - "linux", - "any", - "unix-corert", - "unix-x64", - "unix", - "base" - ], - "debian-corert": [ - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "debian-x64-corert": [ - "debian-corert", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "debian-arm-corert": [ - "debian-corert", - "debian-arm", - "linux-corert", - "debian", - "linux-arm", - "corert", - "linux", - "unix-corert", - "unix-arm", - "any", - "unix", - "base" - ], - "debian-arm64-corert": [ - "debian-corert", - "debian-arm64", - "linux-corert", - "debian", - "linux-arm64", - "corert", - "linux", - "unix-corert", - "unix-arm64", - "any", - "unix", - "base" - ], - "debian.8-corert": [ - "debian-corert", - "debian.8", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "debian.8-x64-corert": [ - "debian.8-corert", - "debian-x64-corert", - "debian.8-x64", - "debian-corert", - "debian.8", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "debian.8-arm-corert": [ - "debian.8-corert", - "debian-arm-corert", - "debian.8-arm", - "debian-corert", - "debian.8", - "debian-arm", - "linux-corert", - "debian", - "linux-arm", - "corert", - "linux", - "unix-corert", - "unix-arm", - "any", - "unix", - "base" - ], - "debian.8-arm64-corert": [ - "debian.8-corert", - "debian-arm64-corert", - "debian.8-arm64", - "debian-corert", - "debian.8", - "debian-arm64", - "linux-corert", - "debian", - "linux-arm64", - "corert", - "linux", - "unix-corert", - "unix-arm64", - "any", - "unix", - "base" - ], - "ubuntu-corert": [ - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "ubuntu-x64-corert": [ - "ubuntu-corert", - "debian-x64-corert", - "ubuntu-x64", - "debian-corert", - "ubuntu", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "ubuntu.14.04-corert": [ - "ubuntu-corert", - "ubuntu.14.06", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "ubuntu.14.04-x64-corert": [ - "ubuntu.14.04-corert", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu-corert", - "ubuntu.14.06", - "debian-x64-corert", - "ubuntu-x64", - "debian-corert", - "ubuntu", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "ubuntu.14.10-corert": [ - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-corert", - "ubuntu.14.06", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "ubuntu.14.10-x64-corert": [ - "ubuntu.14.10-corert", - "ubuntu.14.04-x64-corert", - "ubuntu.14.10-x64", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.10", - "ubuntu-x64", - "ubuntu-corert", - "ubuntu.14.06", - "debian-x64-corert", - "ubuntu", - "debian-x64", - "debian-corert", - "linux-x64-corert", - "debian", - "linux-x64", - "linux-corert", - "linux", - "unix-x64", - "corert", - "unix-corert", - "unix", - "any", - "base" - ], - "ubuntu.15.04-corert": [ - "ubuntu.14.10-corert", - "ubuntu-15.04", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-corert", - "ubuntu.14.06", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "ubuntu.15.04-x64-corert": [ - "ubuntu.15.04-corert", - "ubuntu.14.10-x64-corert", - "ubuntu.15.04-x64", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "ubuntu.14.04-x64-corert", - "ubuntu.14.10-x64", - "ubuntu.15.04", - "ubuntu-x64", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.10", - "ubuntu", - "debian-x64", - "ubuntu-corert", - "ubuntu.14.06", - "debian-x64-corert", - "debian", - "linux-x64", - "debian-corert", - "linux-x64-corert", - "linux", - "unix-x64", - "linux-corert", - "unix", - "corert", - "unix-corert", - "any", - "base" - ], - "ubuntu.15.10-corert": [ - "ubuntu.15.04-corert", - "ubuntu-15.10", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-corert", - "ubuntu.14.06", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "ubuntu.15.10-x64-corert": [ - "ubuntu.15.10-corert", - "ubuntu.15.04-x64-corert", - "ubuntu.15.10-x64", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "ubuntu.14.10-x64-corert", - "ubuntu.15.04-x64", - "ubuntu.15.10", - "ubuntu-x64", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "ubuntu.14.04-x64-corert", - "ubuntu.14.10-x64", - "ubuntu.15.04", - "ubuntu", - "debian-x64", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.10", - "debian", - "linux-x64", - "ubuntu-corert", - "ubuntu.14.06", - "debian-x64-corert", - "linux", - "unix-x64", - "debian-corert", - "linux-x64-corert", - "unix", - "linux-corert", - "any", - "corert", - "unix-corert", - "base" - ], - "ubuntu.16.04-corert": [ - "ubuntu.15.10-corert", - "ubuntu-16.04", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-corert", - "ubuntu.14.06", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "ubuntu.16.04-x64-corert": [ - "ubuntu.16.04-corert", - "ubuntu.15.10-x64-corert", - "ubuntu.16.04-x64", - "ubuntu.15.10-corert", - "ubuntu-16.04", - "ubuntu.15.04-x64-corert", - "ubuntu.15.10-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "ubuntu.14.10-x64-corert", - "ubuntu.15.04-x64", - "ubuntu.15.10", - "ubuntu", - "debian-x64", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "ubuntu.14.04-x64-corert", - "ubuntu.14.10-x64", - "ubuntu.15.04", - "debian", - "linux-x64", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.10", - "linux", - "unix-x64", - "ubuntu-corert", - "ubuntu.14.06", - "debian-x64-corert", - "unix", - "debian-corert", - "linux-x64-corert", - "any", - "linux-corert", - "base", - "corert", - "unix-corert" - ], - "ubuntu.16.10-corert": [ - "ubuntu.16.04-corert", - "ubuntu.16.10", - "ubuntu.15.10-corert", - "ubuntu-16.04", - "ubuntu", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "debian", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "linux", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "unix", - "ubuntu-corert", - "ubuntu.14.06", - "any", - "debian-corert", - "base", - "linux-corert", - "corert", - "unix-corert" - ], - "ubuntu.16.10-x64-corert": [ - "ubuntu.16.10-corert", - "ubuntu.16.04-x64-corert", - "ubuntu.16.10-x64", - "ubuntu.16.04-corert", - "ubuntu.16.10", - "ubuntu.15.10-x64-corert", - "ubuntu.16.04-x64", - "ubuntu-x64", - "ubuntu.15.10-corert", - "ubuntu-16.04", - "ubuntu", - "ubuntu.15.04-x64-corert", - "ubuntu.15.10-x64", - "ubuntu.16.04", - "debian-x64", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "debian", - "ubuntu.14.10-x64-corert", - "ubuntu.15.04-x64", - "ubuntu.15.10", - "linux-x64", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "linux", - "ubuntu.14.04-x64-corert", - "ubuntu.14.10-x64", - "ubuntu.15.04", - "unix-x64", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "unix", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.10", - "ubuntu-corert", - "ubuntu.14.06", - "any", - "debian-x64-corert", - "debian-corert", - "base", - "linux-x64-corert", - "linux-corert", - "corert", - "unix-corert" - ], - "linuxmint.17-corert": [ - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "linuxmint.17-x64-corert": [ - "linuxmint.17-corert", - "ubuntu.14.04-x64-corert", - "linuxmint.17-x64", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.04-x64", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-x64-corert", - "ubuntu-x64", - "debian-corert", - "ubuntu", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "linuxmint.17.1-corert": [ - "linuxmint.17-corert", - "linuxmint.17.1", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "linuxmint.17.1-x64-corert": [ - "linuxmint.17.1-corert", - "linuxmint.17-x64-corert", - "linuxmint.17.1-x64", - "linuxmint.17-corert", - "linuxmint.17.1", - "ubuntu.14.04-x64-corert", - "linuxmint.17-x64", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.04-x64", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-x64-corert", - "ubuntu-x64", - "debian-corert", - "ubuntu", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "linuxmint.17.2-corert": [ - "linuxmint.17.1-corert", - "linuxmint.17.2", - "linuxmint.17-corert", - "linuxmint.17.1", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "linuxmint.17.2-x64-corert": [ - "linuxmint.17.2-corert", - "linuxmint.17.1-x64-corert", - "linuxmint.17.2-x64", - "linuxmint.17.1-corert", - "linuxmint.17.2", - "linuxmint.17-x64-corert", - "linuxmint.17.1-x64", - "linuxmint.17-corert", - "linuxmint.17.1", - "ubuntu.14.04-x64-corert", - "linuxmint.17-x64", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.04-x64", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-x64-corert", - "ubuntu-x64", - "debian-corert", - "ubuntu", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "linuxmint.17.3-corert": [ - "linuxmint.17.2-corert", - "linuxmint.17.3", - "linuxmint.17.1-corert", - "linuxmint.17.2", - "linuxmint.17-corert", - "linuxmint.17.1", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-corert", - "ubuntu", - "linux-corert", - "debian", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "linuxmint.17.3-x64-corert": [ - "linuxmint.17.3-corert", - "linuxmint.17.2-x64-corert", - "linuxmint.17.3-x64", - "linuxmint.17.2-corert", - "linuxmint.17.3", - "linuxmint.17.1-x64-corert", - "linuxmint.17.2-x64", - "linuxmint.17.1-corert", - "linuxmint.17.2", - "linuxmint.17-x64-corert", - "linuxmint.17.1-x64", - "linuxmint.17-corert", - "linuxmint.17.1", - "ubuntu.14.04-x64-corert", - "linuxmint.17-x64", - "ubuntu.14.04-corert", - "linuxmint.17", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.04-x64", - "ubuntu-corert", - "ubuntu.14.06", - "ubuntu.14.04", - "debian-x64-corert", - "ubuntu-x64", - "debian-corert", - "ubuntu", - "linux-x64-corert", - "debian-x64", - "linux-corert", - "debian", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "linuxmint.18-corert": [ - "ubuntu.16.04-corert", - "linuxmint.18", - "ubuntu.15.10-corert", - "ubuntu-16.04", - "ubuntu.16.04", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "ubuntu", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "debian", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "linux", - "ubuntu-corert", - "ubuntu.14.06", - "unix", - "debian-corert", - "any", - "linux-corert", - "base", - "corert", - "unix-corert" - ], - "linuxmint.18-x64-corert": [ - "linuxmint.18-corert", - "ubuntu.16.04-x64-corert", - "linuxmint.18-x64", - "ubuntu.16.04-corert", - "linuxmint.18", - "ubuntu.15.10-x64-corert", - "ubuntu.16.04-x64", - "ubuntu.15.10-corert", - "ubuntu-16.04", - "ubuntu.16.04", - "ubuntu.15.04-x64-corert", - "ubuntu.15.10-x64", - "ubuntu-x64", - "ubuntu.15.04-corert", - "ubuntu-15.10", - "ubuntu", - "ubuntu.14.10-x64-corert", - "ubuntu.15.04-x64", - "ubuntu.15.10", - "debian-x64", - "ubuntu.14.10-corert", - "ubuntu-15.04", - "debian", - "ubuntu.14.04-x64-corert", - "ubuntu.14.10-x64", - "ubuntu.15.04", - "linux-x64", - "ubuntu.14.04-corert", - "ubuntu-14.10", - "linux", - "ubuntu-x64-corert", - "ubuntu-14.04-x64", - "ubuntu.14.10", - "unix-x64", - "ubuntu-corert", - "ubuntu.14.06", - "unix", - "debian-x64-corert", - "debian-corert", - "any", - "linux-x64-corert", - "linux-corert", - "base", - "corert", - "unix-corert" - ], - "fedora-corert": [ - "linux-corert", - "fedora", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "fedora-x64-corert": [ - "fedora-corert", - "linux-x64-corert", - "fedora-x64", - "linux-corert", - "fedora", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "fedora.23-corert": [ - "fedora-corert", - "fedora.23", - "linux-corert", - "fedora", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "fedora.23-x64-corert": [ - "fedora.23-corert", - "fedora-x64-corert", - "fedora.23-x64", - "fedora-corert", - "fedora.23", - "linux-x64-corert", - "fedora-x64", - "linux-corert", - "fedora", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "fedora.24-corert": [ - "fedora.23-corert", - "fedora.24", - "fedora-corert", - "fedora.23", - "fedora", - "linux-corert", - "linux", - "corert", - "unix-corert", - "unix", - "any", - "base" - ], - "fedora.24-x64-corert": [ - "fedora.24-corert", - "fedora.23-x64-corert", - "fedora.24-x64", - "fedora.23-corert", - "fedora.24", - "fedora-x64-corert", - "fedora.23-x64", - "fedora-x64", - "fedora-corert", - "fedora.23", - "fedora", - "linux-x64-corert", - "linux-x64", - "linux-corert", - "linux", - "unix-x64", - "corert", - "unix-corert", - "unix", - "any", - "base" - ], - "opensuse-corert": [ - "linux-corert", - "opensuse", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "opensuse-x64-corert": [ - "opensuse-corert", - "linux-x64-corert", - "opensuste-x64", - "linux-corert", - "opensuse", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "opensuse.13.2-corert": [ - "opensuse-corert", - "opensuse.13.2", - "linux-corert", - "opensuse", - "corert", - "linux", - "unix-corert", - "any", - "unix", - "base" - ], - "opensuse.13.2-x64-corert": [ - "opensuse.13.2-corert", - "opensuse-x64-corert", - "opensuse.13.2-x64", - "opensuse-corert", - "opensuse.13.2", - "linux-x64-corert", - "opensuste-x64", - "opensuse-x64", - "linux-corert", - "opensuse", - "linux-x64", - "corert", - "linux", - "unix-corert", - "unix-x64", - "any", - "unix", - "base" - ], - "opensuse.42.1-corert": [ - "opensuse.13.2-corert", - "opensuse.42.1", - "opensuse-corert", - "opensuse.13.2", - "opensuse", - "linux-corert", - "linux", - "corert", - "unix-corert", - "unix", - "any", - "base" - ], - "opensuse.42.1-x64-corert": [ - "opensuse.42.1-corert", - "opensuse.13.2-x64-corert", - "opensuse.42.1-x64", - "opensuse.13.2-corert", - "opensuse.42.1", - "opensuse-x64-corert", - "opensuse.13.2-x64", - "opensuse-x64", - "opensuse-corert", - "opensuse.13.2", - "opensuse", - "linux-x64-corert", - "opensuste-x64", - "linux-x64", - "linux-corert", - "linux", - "unix-x64", - "corert", - "unix-corert", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.VisualBasic.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.VisualBasic.dll deleted file mode 100644 index 2fc7da44..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.Win32.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 81985ca6..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.Win32.Registry.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.Win32.Registry.dll deleted file mode 100644 index d0448ca5..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/SOS.NETCore.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/SOS.NETCore.dll deleted file mode 100644 index d40d27bf..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/SOS.NETCore.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.AppContext.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.AppContext.dll deleted file mode 100644 index f3815b20..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.AppContext.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Buffers.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Buffers.dll deleted file mode 100644 index 14046f61..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Buffers.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Concurrent.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Concurrent.dll deleted file mode 100644 index 5d846f17..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Concurrent.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Immutable.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Immutable.dll deleted file mode 100644 index 59b5811b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Immutable.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.NonGeneric.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.NonGeneric.dll deleted file mode 100644 index a04134db..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Specialized.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Specialized.dll deleted file mode 100644 index e769f568..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Specialized.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll deleted file mode 100644 index b86674e8..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Annotations.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Annotations.dll deleted file mode 100644 index 0b002a09..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Composition.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Composition.dll deleted file mode 100644 index 754ec0bf..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Composition.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.DataAnnotations.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index 84e51dce..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.EventBasedAsync.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 4ab6c814..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Primitives.dll deleted file mode 100644 index 1d5b15d9..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.TypeConverter.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 519b6a49..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.dll deleted file mode 100644 index 8f082215..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ComponentModel.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Configuration.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Configuration.dll deleted file mode 100644 index 2ea68975..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Configuration.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Console.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Console.dll deleted file mode 100644 index 08671ec8..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Console.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Core.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Core.dll deleted file mode 100644 index 98a9c007..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Core.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Data.Common.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Data.Common.dll deleted file mode 100644 index 80149489..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Data.Common.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Data.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Data.dll deleted file mode 100644 index 097acf73..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Data.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Contracts.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Contracts.dll deleted file mode 100644 index df2c661c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Debug.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Debug.dll deleted file mode 100644 index 669cbd68..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.DiagnosticSource.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index f2c2a8da..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.FileVersionInfo.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 952cf239..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Process.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Process.dll deleted file mode 100644 index cf51ec6f..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Process.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.StackTrace.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.StackTrace.dll deleted file mode 100644 index d51391ad..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.TextWriterTraceListener.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index 28c1b1c2..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Tools.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Tools.dll deleted file mode 100644 index 0659a784..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.TraceSource.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 6195f1d1..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Tracing.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Tracing.dll deleted file mode 100644 index 65d23752..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Drawing.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Drawing.Primitives.dll deleted file mode 100644 index 290e659b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Drawing.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Drawing.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Drawing.dll deleted file mode 100644 index e073f575..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Drawing.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Dynamic.Runtime.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Dynamic.Runtime.dll deleted file mode 100644 index c10a83b4..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Calendars.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Calendars.dll deleted file mode 100644 index b5c8d384..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Calendars.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Extensions.dll deleted file mode 100644 index 9bbcb262..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Extensions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Native.so deleted file mode 100755 index 20921877..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.Native.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.dll deleted file mode 100644 index 35e705fe..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Globalization.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.FileSystem.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.FileSystem.dll deleted file mode 100644 index b2e92a05..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.Native.so deleted file mode 100755 index 64bb7d6b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.Native.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.ZipFile.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.ZipFile.dll deleted file mode 100644 index a0193141..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.dll deleted file mode 100644 index 04808db9..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Compression.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.AccessControl.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index e7d1a6cf..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.DriveInfo.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 90894a0b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index ce8f923b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.Watcher.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index 4332741e..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll deleted file mode 100644 index 985dc174..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.IsolatedStorage.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.IsolatedStorage.dll deleted file mode 100644 index 88b16f3a..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.MemoryMappedFiles.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 6fbee64e..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Pipes.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Pipes.dll deleted file mode 100644 index 7dd1f00b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.Pipes.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.UnmanagedMemoryStream.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index ff98329b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.dll deleted file mode 100644 index 08e23c15..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll deleted file mode 100644 index 3f252545..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Parallel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Parallel.dll deleted file mode 100644 index 3f1e8d5a..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Parallel.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Queryable.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Queryable.dll deleted file mode 100644 index 949cafe2..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Queryable.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll deleted file mode 100644 index d7638940..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Native.a b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Native.a deleted file mode 100644 index 7e5fe556..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Native.a and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Native.so deleted file mode 100755 index 94b319fa..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Native.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Http.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Http.Native.so deleted file mode 100755 index 5468a452..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Http.Native.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Http.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Http.dll deleted file mode 100644 index 9e4668ca..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Http.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.HttpListener.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.HttpListener.dll deleted file mode 100644 index e10cfc3b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.HttpListener.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Mail.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Mail.dll deleted file mode 100644 index b537e3df..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Mail.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.NameResolution.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.NameResolution.dll deleted file mode 100644 index f2c87834..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.NameResolution.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.NetworkInformation.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.NetworkInformation.dll deleted file mode 100644 index 73a7f7d3..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Ping.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Ping.dll deleted file mode 100644 index 0fd3e2ca..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Ping.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Primitives.dll deleted file mode 100644 index a2ab434b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Requests.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Requests.dll deleted file mode 100644 index 3ff543f1..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Requests.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Security.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Security.Native.so deleted file mode 100755 index 62bbc42c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Security.Native.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Security.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Security.dll deleted file mode 100644 index 87fd8a81..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Security.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.ServicePoint.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.ServicePoint.dll deleted file mode 100644 index 8ed70c4d..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.ServicePoint.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Sockets.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Sockets.dll deleted file mode 100644 index 7e240a80..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.Sockets.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebClient.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebClient.dll deleted file mode 100644 index 6777cef2..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebClient.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebHeaderCollection.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebHeaderCollection.dll deleted file mode 100644 index 79535a78..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebProxy.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebProxy.dll deleted file mode 100644 index 89be498c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebProxy.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebSockets.Client.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebSockets.Client.dll deleted file mode 100644 index 865a44a1..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebSockets.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebSockets.dll deleted file mode 100644 index a961d933..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.WebSockets.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.dll deleted file mode 100644 index 09b52525..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Net.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Numerics.Vectors.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Numerics.Vectors.dll deleted file mode 100644 index 9aff0ec3..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Numerics.Vectors.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Numerics.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Numerics.dll deleted file mode 100644 index ec4fd9db..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Numerics.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll deleted file mode 100644 index ab3d11b0..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.CoreLib.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.CoreLib.dll deleted file mode 100644 index 39614ab1..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.CoreLib.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll deleted file mode 100644 index 38c054f0..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll deleted file mode 100644 index 59204f8d..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.Linq.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.Linq.dll deleted file mode 100644 index 81723ddf..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll deleted file mode 100644 index 409eb951..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.DispatchProxy.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.DispatchProxy.dll deleted file mode 100644 index 5b4d3188..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.ILGeneration.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index 713b1687..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.Lightweight.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index 4a22e877..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.dll deleted file mode 100644 index b92bcd23..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Emit.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Extensions.dll deleted file mode 100644 index 5a44cf45..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Extensions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll deleted file mode 100644 index 6c9021db..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Primitives.dll deleted file mode 100644 index fecaacb9..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.TypeExtensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 674d62b9..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.dll deleted file mode 100644 index 479a4cca..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.Reader.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.Reader.dll deleted file mode 100644 index b845d227..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.Reader.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.ResourceManager.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.ResourceManager.dll deleted file mode 100644 index 2b2ff578..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.Writer.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.Writer.dll deleted file mode 100644 index 2737649b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Resources.Writer.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.CompilerServices.VisualC.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index 4b2d0efb..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Extensions.dll deleted file mode 100644 index 2b00698f..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Extensions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Handles.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Handles.dll deleted file mode 100644 index ec79189c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Handles.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 0bf5acc9..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll deleted file mode 100644 index 72997ce6..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.dll deleted file mode 100644 index 535e1334..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Loader.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Loader.dll deleted file mode 100644 index d5566bfe..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Loader.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Numerics.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Numerics.dll deleted file mode 100644 index b802710e..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Numerics.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Formatters.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index bdfc3f35..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Json.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 3522a776..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index 2576dd20..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Xml.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index 3241dc10..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.dll deleted file mode 100644 index 714f77d3..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Serialization.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.dll deleted file mode 100644 index c66b657c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.AccessControl.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.AccessControl.dll deleted file mode 100644 index eb33fd57..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.AccessControl.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Claims.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Claims.dll deleted file mode 100644 index 8cb627f4..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Claims.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Algorithms.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 8d42993e..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Cng.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Cng.dll deleted file mode 100644 index 55036515..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Csp.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 9190142b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Encoding.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 71d4e567..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Native.OpenSsl.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Native.OpenSsl.so deleted file mode 100755 index 677d3d1a..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Native.OpenSsl.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.OpenSsl.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index 8de742fe..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index f2e81227..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.X509Certificates.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index c664fba2..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Principal.Windows.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Principal.Windows.dll deleted file mode 100644 index 5a18ecdd..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Principal.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Principal.dll deleted file mode 100644 index 2df87541..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Principal.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.SecureString.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.SecureString.dll deleted file mode 100644 index 750c04d5..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.SecureString.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.dll deleted file mode 100644 index 3377c6d7..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ServiceModel.Web.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ServiceModel.Web.dll deleted file mode 100644 index 65a4b328..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ServiceModel.Web.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ServiceProcess.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ServiceProcess.dll deleted file mode 100644 index 99883829..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ServiceProcess.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Encoding.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 4365a25c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Encoding.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Encoding.dll deleted file mode 100644 index ddc4a7be..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.Encoding.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll deleted file mode 100644 index 38d7e8f7..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Overlapped.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Overlapped.dll deleted file mode 100644 index 1546b4c8..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Overlapped.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Dataflow.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index 772d7c50..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index a258c328..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Parallel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index 5432c5eb..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.dll deleted file mode 100644 index 1079437a..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Thread.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Thread.dll deleted file mode 100644 index 56c7afe3..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Thread.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.ThreadPool.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.ThreadPool.dll deleted file mode 100644 index 7e806546..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Timer.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Timer.dll deleted file mode 100644 index 114afa32..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Timer.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.dll deleted file mode 100644 index 52d16889..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Transactions.Local.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Transactions.Local.dll deleted file mode 100644 index 7d08e6b1..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Transactions.Local.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Transactions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Transactions.dll deleted file mode 100644 index c325631b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Transactions.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ValueTuple.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ValueTuple.dll deleted file mode 100644 index 0969f542..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ValueTuple.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Web.HttpUtility.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Web.HttpUtility.dll deleted file mode 100644 index 836ad6a8..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Web.HttpUtility.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Web.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Web.dll deleted file mode 100644 index 6564f8a7..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Web.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Windows.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Windows.dll deleted file mode 100644 index 0f67218f..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Windows.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.Linq.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.Linq.dll deleted file mode 100644 index c00d03a2..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.Linq.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.ReaderWriter.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.ReaderWriter.dll deleted file mode 100644 index ad1e1f41..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.Serialization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.Serialization.dll deleted file mode 100644 index 2a64d118..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.Serialization.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XDocument.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XDocument.dll deleted file mode 100644 index 0728d050..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XDocument.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XPath.XDocument.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 34affa7c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XPath.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XPath.dll deleted file mode 100644 index ce682912..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XPath.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XmlDocument.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XmlDocument.dll deleted file mode 100644 index c7807f76..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XmlSerializer.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XmlSerializer.dll deleted file mode 100644 index e9e68b7c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.dll deleted file mode 100644 index 7f9b51ea..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Xml.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.dll deleted file mode 100644 index b1b73f56..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/WindowsBase.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/WindowsBase.dll deleted file mode 100644 index 319163a1..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/WindowsBase.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/createdump b/dotnet/shared/Microsoft.NETCore.App/2.0.0/createdump deleted file mode 100755 index 6b3eb2be..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/createdump and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libclrjit.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libclrjit.so deleted file mode 100755 index 723f895c..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libclrjit.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libcoreclr.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libcoreclr.so deleted file mode 100755 index 8f360f27..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libcoreclr.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libcoreclrtraceptprovider.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libcoreclrtraceptprovider.so deleted file mode 100755 index 85103b2a..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libcoreclrtraceptprovider.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libdbgshim.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libdbgshim.so deleted file mode 100755 index cb7f4dc3..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libdbgshim.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libhostpolicy.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libhostpolicy.so deleted file mode 100755 index 847f8b24..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libhostpolicy.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libmscordaccore.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libmscordaccore.so deleted file mode 100755 index a357669b..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libmscordaccore.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libmscordbi.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libmscordbi.so deleted file mode 100755 index 4f06b59a..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libmscordbi.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libsos.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libsos.so deleted file mode 100755 index 586bdad0..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libsos.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libsosplugin.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0/libsosplugin.so deleted file mode 100755 index 0a2fda30..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/libsosplugin.so and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/mscorlib.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/mscorlib.dll deleted file mode 100644 index 670f5624..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/mscorlib.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/netstandard.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0/netstandard.dll deleted file mode 100644 index a010c323..00000000 Binary files a/dotnet/shared/Microsoft.NETCore.App/2.0.0/netstandard.dll and /dev/null differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0/sosdocsunix.txt b/dotnet/shared/Microsoft.NETCore.App/2.0.0/sosdocsunix.txt deleted file mode 100644 index e9fd59cd..00000000 --- a/dotnet/shared/Microsoft.NETCore.App/2.0.0/sosdocsunix.txt +++ /dev/null @@ -1,1726 +0,0 @@ -------------------------------------------------------------------------------- -NOTE: THIS FILE CONTAINS SOS DOCUMENTATION. THE FORMAT OF THE FILE IS: - - -COMMAND: - -\\ - - - -The first command is "contents" which is the general help screen. The rest -correspond to SOS command names. This file is embedded as a resource in the SOS -binary. Be sure to list any new commands here. -------------------------------------------------------------------------------- - - - -COMMAND: contents. -SOS is a debugger extension DLL designed to aid in the debugging of managed -programs. Functions are listed by category, then roughly in order of -importance. Shortcut names for popular functions are listed in parenthesis. -Type "soshelp " for detailed info on that function. - -Object Inspection Examining code and stacks ------------------------------ ----------------------------- -DumpObj (dumpobj) Threads (clrthreads) -DumpArray ThreadState -DumpStackObjects (dso) IP2MD (ip2md) -DumpHeap (dumpheap) u (clru) -DumpVC DumpStack (dumpstack) -GCRoot (gcroot) EEStack (eestack) -PrintException (pe) ClrStack (clrstack) - GCInfo - EHInfo - bpmd (bpmd) - -Examining CLR data structures Diagnostic Utilities ------------------------------ ----------------------------- -DumpDomain VerifyHeap -EEHeap (eeheap) FindAppDomain -Name2EE (name2ee) DumpLog (dumplog) -DumpMT (dumpmt) -DumpClass (dumpclass) -DumpMD (dumpmd) -Token2EE -DumpModule (dumpmodule) -DumpAssembly -DumpRuntimeTypes -DumpIL (dumpil) -DumpSig -DumpSigElem - -Examining the GC history Other ------------------------------ ----------------------------- -HistInit (histinit) FAQ -HistRoot (histroot) CreateDump (createdump) -HistObj (histobj) Help (soshelp) -HistObjFind (histobjfind) -HistClear (histclear) -\\ - -COMMAND: faq. ->> Where can I get the right version of SOS for my build? - -If you are running a xplat version of coreclr, the sos module (exact name -is platform dependent) is installed in the same directory as the main coreclr -module. There is also an lldb sos plugin command that allows the path where -the sos, dac and dbi modules are loaded: - - "setsospath /home/user/coreclr/bin/Product/Linux.x64.Debug"" - -If you are using a dump file created on another machine, it is a little bit -more complex. You need to make sure the dac module that came with that install -is in the directory set with the above command. - ->> I have a chicken and egg problem. I want to use SOS commands, but the CLR - isn't loaded yet. What can I do? - -TBD - ->> I got the following error message. Now what? - - - (lldb) sos DumpStackObjects - The coreclr module is not loaded yet in the target process - (lldb) - -This means that the clr is not loaded yet, or has been unloaded. You need to -wait until your managed program is running in order to use these commands. If -you have just started the program a good way to do this is to type - - breakpoint set coreclr`EEStartup - -in the debugger, and let it run. After the function EEStartup is finished, -there will be a minimal managed environment for executing SOS commands. - -\\ - -COMMAND: dumpobj. -DumpObj [-nofields] - -This command allows you to examine the fields of an object, as well as learn -important properties of the object such as the EEClass, the MethodTable, and -the size. - -You might find an object pointer by running DumpStackObjects and choosing -from the resultant list. Here is a simple object: - - (lldb) dumpobj a79d40 - Name: Customer - MethodTable: 009038ec - EEClass: 03ee1b84 - Size: 20(0x14) bytes - (/home/user/pub/unittest) - Fields: - MT Field Offset Type VT Attr Value Name - 009038ec 4000008 4 Customer 0 instance 00a79ce4 name - 009038ec 4000009 8 Bank 0 instance 00a79d2c bank - -Note that fields of type Customer and Bank are themselves objects, and you can -run DumpObj on them too. You could look at the field directly in memory using -the offset given. "dd a79d40+8 l1" would allow you to look at the bank field -directly. Be careful about using this to set memory breakpoints, since objects -can move around in the garbage collected heap. - -What else can you do with an object? You might run GCRoot, to determine what -roots are keeping it alive. Or you can find all objects of that type with -"dumpheap -type Customer". - -The column VT contains the value 1 if the field is a valuetype structure, and -0 if the field contains a pointer to another object. For valuetypes, you can -take the MethodTable pointer in the MT column, and the Value and pass them to -the command DumpVC. - -The arguments in detail: --nofields: do not print fields of the object, useful for objects like String -\\ - -COMMAND: dumparray. -DumpArray - [-start ] - [-length ] - [-details] - [-nofields] - - -This command allows you to examine elements of an array object. -The arguments in detail: - -start : optional, only supported for single dimension array. - Specify from which index the command shows the elements. - -length : optional, only supported for single dimension array. - Specify how many elements to show. - -details: optional. Ask the command to print out details - of the element using DumpObj and DumpVC format. - -nofields: optional, only takes effect when -details is used. Do - not print fields of the elements. Useful for arrays of - objects like String - - Example output: - - (lldb) sos DumpArray -start 2 -length 3 -details 00ad28d0 - Name: Value[] - MethodTable: 03e41044 - EEClass: 03e40fc0 - Size: 132(0x84) bytes - Array: Rank 1, Number of elements 10, Type VALUETYPE - Element Type: Value - [2] 00ad28f0 - Name: Value - MethodTable 03e40f4c - EEClass: 03ef1698 - Size: 20(0x14) bytes - (/home/user/bugs/225271/arraytest) - Fields: - MT Field Offset Type Attr Value Name - 5b9a628c 4000001 0 System.Int32 instance 2 x - 5b9a628c 4000002 4 System.Int32 instance 4 y - 5b9a628c 4000003 8 System.Int32 instance 6 z - [3] 00ad28fc - Name: Value - MethodTable 03e40f4c - EEClass: 03ef1698 - Size: 20(0x14) bytes - (/home/user/bugs/225271/arraytest) - Fields: - MT Field Offset Type Attr Value Name - 5b9a628c 4000001 0 System.Int32 instance 3 x - 5b9a628c 4000002 4 System.Int32 instance 6 y - 5b9a628c 4000003 8 System.Int32 instance 9 z - [4] 00ad2908 - Name: Value - MethodTable 03e40f4c - EEClass: 03ef1698 - Size: 20(0x14) bytes - (/home/user/bugs/225271/arraytest.exe) - Fields: - MT Field Offset Type Attr Value Name - 5b9a628c 4000001 0 System.Int32 instance 4 x - 5b9a628c 4000002 4 System.Int32 instance 8 y - 5b9a628c 4000003 8 System.Int32 instance 12 z - - -\\ - -COMMAND: dumpstackobjects. -DumpStackObjects [-verify] [top stack [bottom stack]] - -This command will display any managed objects it finds within the bounds of -the current stack. Combined with the stack tracing commands like K and -CLRStack, it is a good aid to determining the values of locals and -parameters. - -If you use the -verify option, each non-static CLASS field of an object -candidate is validated. This helps to eliminate false positives. It is not -on by default because very often in a debugging scenario, you are -interested in objects with invalid fields. - -The abbreviation dso can be used for brevity. -\\ - -COMMAND: dumpheap. -DumpHeap [-stat] - [-strings] - [-short] - [-min ] - [-max ] - [-live] - [-dead] - [-thinlock] - [-startAtLowerBound] - [-mt ] - [-type ] - [start [end]] - -DumpHeap is a powerful command that traverses the garbage collected heap, -collection statistics about objects. With it's various options, it can look for -particular types, restrict to a range, or look for ThinLocks (see SyncBlk -documentation). Finally, it will provide a warning if it detects excessive -fragmentation in the GC heap. - -When called without options, the output is first a list of objects in the heap, -followed by a report listing all the types found, their size and number: - - (lldb) dumpheap - Address MT Size - 00a71000 0015cde8 12 Free - 00a7100c 0015cde8 12 Free - 00a71018 0015cde8 12 Free - 00a71024 5ba58328 68 - 00a71068 5ba58380 68 - 00a710ac 5ba58430 68 - 00a710f0 5ba5dba4 68 - ... - total 619 objects - Statistics: - MT Count TotalSize Class Name - 5ba7607c 1 12 System.Security.Permissions.HostProtectionResource - 5ba75d54 1 12 System.Security.Permissions.SecurityPermissionFlag - 5ba61f18 1 12 System.Collections.CaseInsensitiveComparer - ... - 0015cde8 6 10260 Free - 5ba57bf8 318 18136 System.String - ... - -"Free" objects are simply regions of space the garbage collector can use later. -If 30% or more of the heap contains "Free" objects, the process may suffer from -heap fragmentation. This is usually caused by pinning objects for a long time -combined with a high rate of allocation. Here is example output where DumpHeap -provides a warning about fragmentation: - - - Fragmented blocks larger than 1MB: - Addr Size Followed by - 00a780c0 1.5MB 00bec800 System.Byte[] - 00da4e38 1.2MB 00ed2c00 System.Byte[] - 00f16df0 1.2MB 01044338 System.Byte[] - -The arguments in detail: - --stat Restrict the output to the statistical type summary --strings Restrict the output to a statistical string value summary --short Limits output to just the address of each object. This allows you - to easily pipe output from the command to another debugger - command for automation. --min Ignore objects less than the size given in bytes --max Ignore objects larger than the size given in bytes --live Only print live objects --dead Only print dead objects (objects which will be collected in the - next full GC) --thinlock Report on any ThinLocks (an efficient locking scheme, see SyncBlk - documentation for more info) --startAtLowerBound - Force heap walk to begin at lower bound of a supplied address range. - (During plan phase, the heap is often not walkable because objects - are being moved. In this case, DumpHeap may report spurious errors, - in particular bad objects. It may be possible to traverse more of - the heap after the reported bad object. Even if you specify an - address range, DumpHeap will start its walk from the beginning of - the heap by default. If it finds a bad object before the specified - range, it will stop before displaying the part of the heap in which - you are interested. This switch will force DumpHeap to begin its - walk at the specified lower bound. You must supply the address of a - good object as the lower bound for this to work. Display memory at - the address of the bad object to manually find the next method - table (use DumpMT to verify). If the GC is currently in a call to - memcopy, You may also be able to find the next object's address by - adding the size to the start address given as parameters.) --mt List only those objects with the MethodTable given --type List only those objects whose type name is a substring match of the - string provided. -start Begin listing from this address -end Stop listing at this address - -A special note about -type: Often, you'd like to find not only Strings, but -System.Object arrays that are constrained to contain Strings. ("new -String[100]" actually creates a System.Object array, but it can only hold -System.String object pointers). You can use -type in a special way to find -these arrays. Just pass "-type System.String[]" and those Object arrays will -be returned. More generally, "-type []". - -The start/end parameters can be obtained from the output of eeheap -gc. For -example, if you only want to list objects in the large heap segment: - - (lldb) eeheap -gc - Number of GC Heaps: 1 - generation 0 starts at 0x00c32754 - generation 1 starts at 0x00c32748 - generation 2 starts at 0x00a71000 - segment begin allocated size - 00a70000 00a71000 010443a8 005d33a8(6108072) - Large object heap starts at 0x01a71000 - segment begin allocated size - 01a70000 01a71000 01a75000 0x00004000(16384) - Total Size 0x5d73a8(6124456) - ------------------------------ - GC Heap Size 0x5d73a8(6124456) - - (lldb) dumpheap 1a71000 1a75000 - Address MT Size - 01a71000 5ba88bd8 2064 - 01a71810 0019fe48 2032 Free - 01a72000 5ba88bd8 4096 - 01a73000 0019fe48 4096 Free - 01a74000 5ba88bd8 4096 - total 5 objects - Statistics: - MT Count TotalSize Class Name - 0019fe48 2 6128 Free - 5ba88bd8 3 10256 System.Object[] - Total 5 objects - -Finally, if GC heap corruption is present, you may see an error like this: - - (lldb) dumpheap -stat - object 00a73d24: does not have valid MT - curr_object : 00a73d24 - Last good object: 00a73d14 - ---------------- - -That indicates a serious problem. See the help for VerifyHeap for more -information on diagnosing the cause. -\\ - -COMMAND: dumpvc. -DumpVC
- -DumpVC allows you to examine the fields of a value class. In C#, this is a -struct, and lives on the stack or within an Object on the GC heap. You need -to know the MethodTable address to tell SOS how to interpret the fields, as -a value class is not a first-class object with it's own MethodTable as the -first field. For example: - - (lldb) sos DumpObj a79d98 - Name: Mainy - MethodTable: 009032d8 - EEClass: 03ee1424 - Size: 28(0x1c) bytes - (/home/user/pub/unittest) - Fields: - MT Field Offset Type Attr Value Name - 0090320c 4000010 4 VALUETYPE instance 00a79d9c m_valuetype - 009032d8 400000f 4 CLASS static 00a79d54 m_sExcep - -m_valuetype is a value type. The value in the MT column (0090320c) is the -MethodTable for it, and the Value column provides the start address: - - (lldb) sos DumpVC 0090320c 00a79d9c - Name: Funny - MethodTable 0090320c - EEClass: 03ee14b8 - Size: 28(0x1c) bytes - (/home/user/pub/unittest) - Fields: - MT Field Offset Type Attr Value Name - 0090320c 4000001 0 CLASS instance 00a743d8 signature - 0090320c 4000002 8 System.Int32 instance 2345 m1 - 0090320c 4000003 10 System.Boolean instance 1 b1 - 0090320c 4000004 c System.Int32 instance 1234 m2 - 0090320c 4000005 4 CLASS instance 00a79d98 backpointer - -DumpVC is quite a specialized function. Some managed programs make heavy use -of value classes, while others do not. -\\ - -COMMAND: gcroot. -GCRoot [-nostacks] - -GCRoot looks for references (or roots) to an object. These can exist in four -places: - - 1. On the stack - 2. Within a GC Handle - 3. In an object ready for finalization - 4. As a member of an object found in 1, 2 or 3 above. - -First, all stacks will be searched for roots, then handle tables, and finally -the freachable queue of the finalizer. Some caution about the stack roots: -GCRoot doesn't attempt to determine if a stack root it encountered is valid -or is old (discarded) data. You would have to use CLRStack and U to -disassemble the frame that the local or argument value belongs to in order to -determine if it is still in use. - -Because people often want to restrict the search to gc handles and freachable -objects, there is a -nostacks option. -\\ - -COMMAND: pe. -COMMAND: printexception. -PrintException [-nested] [-lines] [-ccw] [] [] - -This will format fields of any object derived from System.Exception. One of the -more useful aspects is that it will format the _stackTrace field, which is a -binary array. If _stackTraceString field is not filled in, that can be helpful -for debugging. You can of course use DumpObj on the same exception object to -explore more fields. - -If called with no parameters, PrintException will look for the last outstanding -exception on the current thread and print it. This will be the same exception -that shows up in a run of clrthreads. - -PrintException will notify you if there are any nested exceptions on the -current managed thread. (A nested exception occurs when you throw another -exception within a catch handler already being called for another exception). -If there are nested exceptions, you can re-run PrintException with the -"-nested" option to get full details on the nested exception objects. The -clrthreads command will also tell you which threads have nested exceptions. - -PrintException can display source information if available, by specifying the --lines command line argument. - -PrintException prints the exception object corresponding to a given CCW pointer, -which can be specified using the -ccw option. - -The abbreviation 'pe' can be used for brevity. -\\ - -COMMAND: threadstate. -ThreadState value - -The clrthreads command outputs, among other things, the state of the thread. -This is a bit field which corresponds to various states the thread is in. -To check the state of the thread, simply pass that bit field from the -output of clrthreads into ThreadState. - -Example: - (lldb) clrthreads - ThreadCount: 2 - UnstartedThread: 0 - BackgroundThread: 1 - PendingThread: 0 - DeadThread: 0 - Hosted Runtime: no - PreEmptive GC Alloc Lock - ID OSID ThreadOBJ State GC Context Domain Count APT Exception - 0 1 250 0019b068 a020 Disabled 02349668:02349fe8 0015def0 0 MTA - 2 2 944 001a6020 b220 Enabled 00000000:00000000 0015def0 0 MTA (Finalizer) - 0:003> sos ThreadState b220 - Legal to Join - Background - CLR Owns - CoInitialized - In Multi Threaded Apartment - -Possible thread states: - Thread Abort Requested - GC Suspend Pending - User Suspend Pending - Debug Suspend Pending - GC On Transitions - Legal to Join - Yield Requested - Hijacked by the GC - Blocking GC for Stack Overflow - Background - Unstarted - Dead - CLR Owns - CoInitialized - In Single Threaded Apartment - In Multi Threaded Apartment - Reported Dead - Fully initialized - Task Reset - Sync Suspended - Debug Will Sync - Stack Crawl Needed - Suspend Unstarted - Aborted - Thread Pool Worker Thread - Interruptible - Interrupted - Completion Port Thread - Abort Initiated - Finalized - Failed to Start - Detached -\\ -COMMAND: threads. -COMMAND: clrthreads. -Threads [-live] [-special] - -Threads (clrthreads) lists all the mananaged threads in the process. - --live: optional. Only print threads associated with a live thread. --special: optional. With this switch, the command will display all the special - threads created by CLR. Those threads might not be managed threads - so they might not be shown in the first part of the command's - output. Example of special threads include: GC threads (in - concurrent GC and server GC), Debugger helper threads, Finalizer - threads, AppDomain Unload threads, and Threadpool timer threads. - -Each thread has many attributes, many of which can be ignored. The important -ones are discussed below: - -There are three ID columns: - -1) The debugger shorthand ID (When the runtime is hosted this column might - display the special string "<<<<" when this internal thread object is not - associated with any physical thread - this may happen when the host reuses - the runtime internal thread object) -2) The CLR Thread ID -3) The OS thread ID. - -If PreEmptiveGC is enabled for a thread, then a garbage collection -can occur while that thread is running. For example, if you break in while -a managed thread is making a PInvoke call to a Win32 function, that thread -will be in PreEmptive GC mode. - -The Domain column indicates what AppDomain the thread is currently executing -in. You can pass this value to DumpDomain to find out more. - -The APT column gives the COM apartment mode. - -Exception will list the last thrown exception (if any) for the thread. More -details can be obtained by passing the pointer value to PrintException. If -you get the notation "(nested exceptions)", you can get details on those -exceptions by switching to the thread in question, and running -"PrintException -nested". -\\ - -COMMAND: clrstack. -CLRStack [-a] [-l] [-p] [-n] [-f] -CLRStack [-a] [-l] [-p] [-i] [variable name] [frame] - -CLRStack attempts to provide a true stack trace for managed code only. It is -handy for clean, simple traces when debugging straightforward managed -programs. The -p parameter will show arguments to the managed function. The --l parameter can be used to show information on local variables in a frame. -SOS can't retrieve local names at this time, so the output for locals is in -the format = . The -a (all) parameter is a short-cut -for -l and -p combined. - -The -f option (full mode) displays the native frames intermixing them with -the managed frames and the assembly name and function offset for the managed -frames. - -If the debugger has the option SYMOPT_LOAD_LINES specified (either by the -.lines or .symopt commands), SOS will look up the symbols for every managed -frame and if successful will display the corresponding source file name and -line number. The -n (No line numbers) parameter can be specified to disable -this behavior. - -When you see methods with the name "[Frame:...", that indicates a transition -between managed and unmanaged code. You could run IP2MD on the return -addresses in the call stack to get more information on each managed method. - -On x64 platforms, Transition Frames are not displayed at this time. To avoid -heavy optimization of parameters and locals one can request the JIT compiler -to not optimize functions in the managed app by creating a file myapp.ini -(if your program is myapp.exe) in the same directory. Put the following lines -in myapp.ini and re-run: - -[.NET Framework Debugging Control] -GenerateTrackingInfo=1 -AllowOptimize=0 - -The -i option is a new EXPERIMENTAL addition to CLRStack and will use the ICorDebug -interfaces to display the managed stack and variables. With this option you can also -view and expand arrays and fields for managed variables. If a stack frame number is -specified in the command line, CLRStack will show you the parameters and/or locals -only for that frame (provided you specify -l or -p or -a of course). If a variable -name and a stack frame number are specified in the command line, CLRStack will show -you the parameters and/or locals for that frame, and will also show you the fields -for that variable name you specified. Here are some examples: - clrstack -i -a : This will show you all parameters and locals for all frames - clrstack -i -a 3 : This will show you all parameters and locals, for frame 3 - clrstack -i var1 0 : This will show you the fields of 'var1' for frame 0 - clrstack -i var1.abc 2 : This will show you the fields of 'var1', and expand - 'var1.abc' to show you the fields of the 'abc' field, - for frame 2. - clrstack -i var1.[basetype] 0 : This will show you the fields of 'var1', and - expand the base type of 'var1' to show you its - fields. - clrstack -i var1.[6] 0 : If 'var1' is an array, this will show you the element - at index 6 in the array, along with its fields -The -i options uses DML output for a better debugging experience, so typically you -should only need to execute "clrstack -i", and from there, click on the DML -hyperlinks to inspect the different managed stack frames and managed variables. -\\ - -COMMAND: createdump. -createdump [options] [dumpFileName] --n - create minidump. --h - create minidump with heap (default). --t - create triage minidump. --f - create full core dump (everything). --d - enable diagnostic messages. - -Creates a platform (ELF core on Linux, etc.) minidump. The pid can be placed in the dump -file name with %d. The default is '/tmp/coredump.%d'. -\\ - -COMMAND: ip2md. -IP2MD - -Given an address in managed JITTED code, IP2MD attempts to find the MethodDesc -associated with it. For example, this output from K: - - (lldb) bt - ... - frame #9: 0x00007fffffffbf60 0x00007ffff61c6d89 libcoreclr.so`MethodDesc::DoPrestub(this=0x00007ffff041f870, pDispatchingMT=0x0000000000000000) + 3001 at prestub.cpp:1490 - frame #10: 0x00007fffffffc140 0x00007ffff61c5f17 libcoreclr.so`::PreStubWorker(pTransitionBlock=0x00007fffffffc9a8, pMD=0x00007ffff041f870) + 1399 at prestub.cpp:1037 - frame #11: 0x00007fffffffc920 0x00007ffff5f5238c libcoreclr.so`ThePreStub + 92 at theprestubamd64.S:800 - frame #12: 0x00007fffffffca10 0x00007ffff04981cc - frame #13: 0x00007fffffffca30 0x00007ffff049773c - frame #14: 0x00007fffffffca80 0x00007ffff04975ad - ... - frame #22: 0x00007fffffffcc90 0x00007ffff5f51a0f libcoreclr.so`CallDescrWorkerInternal + 124 at calldescrworkeramd64.S:863 - frame #23: 0x00007fffffffccb0 0x00007ffff5d6d6dc libcoreclr.so`CallDescrWorkerWithHandler(pCallDescrData=0x00007fffffffce80, fCriticalCall=0) + 476 at callhelpers.cpp:88 - frame #24: 0x00007fffffffcd00 0x00007ffff5d6eb38 libcoreclr.so`MethodDescCallSite::CallTargetWorker(this=0x00007fffffffd0c8, pArguments=0x00007fffffffd048) + 2504 at callhelpers.cpp:633 - - (lldb) ip2md 0x00007ffff049773c - MethodDesc: 00007ffff7f71920 - Method Name: Microsoft.Win32.SafeHandles.SafeFileHandle.Open(System.Func`1) - Class: 00007ffff0494bf8 - MethodTable: 00007ffff7f71a58 - mdToken: 0000000006000008 - Module: 00007ffff7f6b938 - IsJitted: yes - CodeAddr: 00007ffff04976c0 - Transparency: Critical - -We have taken a return address into Mainy.Main, and discovered information -about that method. You could run U, DumpMT, DumpClass, DumpMD, or -DumpModule on the fields listed to learn more. - -The "Source line" output will only be present if the debugger can find the -symbols for the managed module containing the given , and if the -debugger is configured to load line number information. -\\ - -COMMAND: clru. -COMMAND: u. -U [-gcinfo] [-ehinfo] [-n] [-o] | - -Presents an annotated disassembly of a managed method when given a MethodDesc -pointer for the method, or a code address within the method body. Unlike the -debugger "U" function, the entire method from start to finish is printed, -with annotations that convert metadata tokens to names. - - - ... - 03ef015d b901000000 mov ecx,0x1 - 03ef0162 ff156477a25b call dword ptr [mscorlib_dll+0x3c7764 (5ba27764)] (System.Console.InitializeStdOutError(Boolean), mdToken: 06000713) - 03ef0168 a17c20a701 mov eax,[01a7207c] (Object: SyncTextWriter) - 03ef016d 89442414 mov [esp+0x14],eax - -If you pass the -gcinfo flag, you'll get inline display of the GCInfo for -the method. You can also obtain this information with the GCInfo command. - -If you pass the -ehinfo flag, you'll get inline display of exception info -for the method. (Beginning and end of try/finally/catch handlers, etc.). -You can also obtain this information with the EHInfo command. - -If you pass the -o flag, the byte offset of each instruction from the -beginning of the method will be printed in addition to the absolute address of -the instruction. - -If the debugger has the option SYMOPT_LOAD_LINES specified (either by the -.lines or .symopt commands), and if symbols are available for the managed -module containing the method being examined, the output of the command will -include the source file name and line number corresponding to the -disassembly. The -n (No line numbers) flag can be specified to disable this -behavior. - - - ... - c:\Code\prj.mini\exc.cs @ 38: - 001b00b0 8b0d3020ab03 mov ecx,dword ptr ds:[3AB2030h] ("Break in debugger. When done type to continue: ") - 001b00b6 e8d5355951 call mscorlib_ni+0x8b3690 (51743690) (System.Console.Write(System.String), mdToken: 0600091b) - 001b00bb 90 nop - - c:\Code\prj.mini\exc.cs @ 39: - 001b00bc e863cdc651 call mscorlib_ni+0xf8ce24 (51e1ce24) (System.Console.ReadLine(), mdToken: 060008f6) - >>> 001b00c1 90 nop - ... -\\ - -COMMAND: dumpstack. -DumpStack [-EE] [-n] [top stack [bottom stack]] - -[x86 and x64 documentation] - -This command provides a verbose stack trace obtained by "scraping." Therefore -the output is very noisy and potentially confusing. The command is good for -viewing the complete call stack when "kb" gets confused. For best results, -make sure you have valid symbols. - --EE will only show managed functions. - -If the debugger has the option SYMOPT_LOAD_LINES specified (either by the -.lines or .symopt commands), SOS will look up the symbols for every managed -frame and if successful will display the corresponding source file name and -line number. The -n (No line numbers) parameter can be specified to disable -this behavior. - -You can also pass a stack range to limit the output. -\\ - -COMMAND: eestack. -EEStack [-short] [-EE] - -This command runs DumpStack on all threads in the process. The -EE option is -passed directly to DumpStack. The -short option tries to narrow down the -output to "interesting" threads only, which is defined by - -1) The thread has taken a lock. -2) The thread has been "hijacked" in order to allow a garbage collection. -3) The thread is currently in managed code. - -See the documentation for DumpStack for more info. -\\ - -COMMAND: ehinfo. -EHInfo ( | ) - -EHInfo shows the exception handling blocks in a jitted method. For each -handler, it shows the type, including code addresses and offsets for the clause -block and the handler block. For a TYPED handler, this would be the "try" and -"catch" blocks respectively. - -Sample output: - - (lldb) sos EHInfo 33bbd3a - MethodDesc: 03310f68 - Method Name: MainClass.Main() - Class: 03571358 - MethodTable: 0331121c - mdToken: 0600000b - Module: 001e2fd8 - IsJitted: yes - CodeAddr: 033bbca0 - Transparency: Critical - - EHHandler 0: TYPED catch(System.IO.FileNotFoundException) - Clause: [033bbd2b, 033bbd3c] [8b, 9c] - Handler: [033bbd3c, 033bbd50] [9c, b0] - - EHHandler 1: FINALLY - Clause: [033bbd83, 033bbda3] [e3, 103] - Handler: [033bbda3, 033bbdc5] [103, 125] - - EHHandler 2: TYPED catch(System.Exception) - Clause: [033bbd7a, 033bbdc5] [da, 125] - Handler: [033bbdc5, 033bbdd6] [125, 136] - -\\ - -COMMAND: gcinfo. -GCInfo ( | ) - -GCInfo is especially useful for CLR Devs who are trying to determine if there -is a bug in the JIT Compiler. It parses the GCEncoding for a method, which is a -compressed stream of data indicating when registers or stack locations contain -managed objects. It is important to keep track of this information, because if -a garbage collection occurs, the collector needs to know where roots are so it -can update them with new object pointer values. - -Here is sample output where you can see the change in register state. Normally -you would print this output out and read it alongside a disassembly of the -method. For example, the notation "reg EDI becoming live" at offset 0x11 of the -method might correspond to a "mov edi,ecx" statement. - - (lldb) sos GCInfo 5b68dbb8 (5b68dbb8 is the start of a JITTED method) - entry point 5b68dbb8 - preJIT generated code - GC info 5b9f2f09 - Method info block: - method size = 0036 - prolog size = 19 - epilog size = 8 - epilog count = 1 - epilog end = yes - saved reg. mask = 000B - ebp frame = yes - fully interruptible=yes - double align = no - security check = no - exception handlers = no - local alloc = no - edit & continue = no - varargs = no - argument count = 4 - stack frame size = 1 - untracked count = 5 - var ptr tab count = 0 - epilog at 002E - 36 D4 8C C7 AA | - 93 F3 40 05 | - - Pointer table: - 14 | [EBP+14H] an untracked local - 10 | [EBP+10H] an untracked local - 0C | [EBP+0CH] an untracked local - 08 | [EBP+08H] an untracked local - 44 | [EBP-04H] an untracked local - F1 79 | 0011 reg EDI becoming live - 72 | 0013 reg ESI becoming live - 83 | 0016 push ptr 0 - 8B | 0019 push ptr 1 - 93 | 001C push ptr 2 - 9B | 001F push ptr 3 - 56 | 0025 reg EDX becoming live - 4A | 0027 reg ECX becoming live - 0E | 002D reg ECX becoming dead - 10 | 002D reg EDX becoming dead - E0 | 002D pop 4 ptrs - F0 31 | 0036 reg ESI becoming dead - 38 | 0036 reg EDI becoming dead - FF | - -This function is important for CLR Devs, but very difficult for anyone else to -make sense of it. You would usually come to use it if you suspect a gc heap -corruption bug caused by invalid GCEncoding for a particular method. -\\ - -COMMAND: bpmd. -bpmd [-nofuturemodule] [] -bpmd : -bpmd -md -bpmd -list -bpmd -clear -bpmd -clearall - -bpmd provides managed breakpoint support. If it can resolve the method name -to a loaded, jitted or ngen'd function it will create a breakpoint with "bp". -If not then either the module that contains the method hasn't been loaded yet -or the module is loaded, but the function is not jitted yet. In these cases, -bpmd asks the Windows Debugger to receive CLR Notifications, and waits to -receive news of module loads and JITs, at which time it will try to resolve -the function to a breakpoint. -nofuturemodule can be used to suppress -creating a breakpoint against a module that has not yet been loaded. - -Management of the list of pending breakpoints can be done via bpmd -list, -bpmd -clear, and bpmd -clearall commands. bpmd -list generates a list of -all of the pending breakpoints. If the pending breakpoint has a non-zero -module id, then that pending breakpoint is specific to function in that -particular loaded module. If the pending breakpoint has a zero module id, then -the breakpoint applies to modules that have not yet been loaded. Use -bpmd -clear or bpmd -clearall to remove pending breakpoints from the list. - -This brings up a good question: "I want to set a breakpoint on the main -method of my application. How can I do this?" - - 1) Stop after coreclr is loaded - TBD - - 2) Add the breakpoint with command such as: - bpmd myapp.exe MyApp.Main - 3) g - 4) You will stop at the start of MyApp.Main. If you type "bl" you will - see the breakpoint listed. - -To correctly specify explicitly implemented methods make sure to retrieve the -method name from the metadata, or from the output of the "dumpmt -md" command. -For example: - - public interface I1 - { - void M1(); - } - public class ExplicitItfImpl : I1 - { - ... - void I1.M1() // this method's name is 'I1.M1' - { ... } - } - - bpmd myapp.exe ExplicitItfImpl.I1.M1 - - -bpmd works equally well with generic types. Adding a breakpoint on a generic -type sets breakpoints on all already JIT-ted generic methods and sets a pending -breakpoint for any instantiation that will be JIT-ted in the future. - -Example for generics: - Given the following two classes: - - class G3 - { - ... - public void F(T1 p1, T2 p2, T3 p3) - { ... } - } - - public class G1 { - // static method - static public void G(W w) - { ... } - } - - One would issue the following commands to set breapoints on G3.F() and - G1.G(): - - bpmd myapp.exe G3`3.F - bpmd myapp.exe G1`1.G - -And for explicitly implemented methods on generic interfaces: - public interface IT1 - { - void M1(T t); - } - - public class ExplicitItfImpl : IT1 - { - ... - void IT1.M1(U u) // this method's name is 'IT1.M1' - { ... } - } - - bpmd bpmd.exe ExplicitItfImpl`1.IT1.M1 - -Additional examples: - If IT1 and ExplicitItfImpl are types declared inside another class, - Outer, the bpmd command would become: - - bpmd bpmd.exe Outer+ExplicitItfImpl`1.Outer.IT1.M1 - - (note that the fully qualified type name for ExplicitItfImpl became - Outer+ExplicitItfImpl, using the '+' separator, while the method name - is Outer.IT1.M1, using a '.' as the separator) - - Furthermore, if the Outer class resides in a namespace, NS, the bpmd - command to use becomes: - - bpmd bpmd.exe NS.Outer+ExplicitItfImpl`1.NS.Outer.IT1.M1 - -bpmd does not accept offsets nor parameters in the method name. You can add -an IL offset as an optional parameter seperate from the name. If there are overloaded -methods, bpmd will set a breakpoint for all of them. - -In the case of hosted environments such as SQL, the module name may be -complex, like 'price, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. -For this case, just be sure to surround the module name with single quotes, -like: - -bpmd 'price, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Price.M2 - -\\ - -COMMAND: dumpdomain. -DumpDomain [] - -When called with no parameters, DumpDomain will list all the AppDomains in the -process. It enumerates each Assembly loaded into those AppDomains as well. -In addition to your application domain, and any domains it might create, there -are two special domains: the Shared Domain and the System Domain. - -Any Assembly pointer in the output can be passed to DumpAssembly. Any Module -pointer in the output can be passed to DumpModule. Any AppDomain pointer can -be passed to DumpDomain to limit output only to that AppDomain. Other -functions provide an AppDomain pointer as well, such as clrthreads where it lists -the current AppDomain for each thread. -\\ - -COMMAND: eeheap. -EEHeap [-gc] [-loader] - -EEHeap enumerates process memory consumed by internal CLR data structures. You -can limit the output by passing "-gc" or "-loader". All information will be -displayed otherwise. - -The information for the Garbage Collector lists the ranges of each Segment in -the managed heap. This can be useful if you believe you have an object pointer. -If the pointer falls within a segment range given by "eeheap -gc", then you do -have an object pointer, and can attempt to run "dumpobj" on it. - -Here is output for a simple program: - - (lldb) eeheap -gc - Number of GC Heaps: 1 - generation 0 starts at 0x00a71018 - generation 1 starts at 0x00a7100c - generation 2 starts at 0x00a71000 - segment begin allocated size - 00a70000 00a71000 00a7e01c 0000d01c(53276) - Large object heap starts at 0x01a71000 - segment begin allocated size - 01a70000 01a71000 01a76000 0x00005000(20480) - Total Size 0x1201c(73756) - ------------------------------ - GC Heap Size 0x1201c(73756) - -So the total size of the GC Heap is only 72K. On a large web server, with -multiple processors, you can expect to see a GC Heap of 400MB or more. The -Garbage Collector attempts to collect and reclaim memory only when required to -by memory pressure for better performance. You can also see the notion of -"generations," wherein the youngest objects live in generation 0, and -long-lived objects eventually get "promoted" to generation 2. - -The loader output lists various private heaps associated with AppDomains. It -also lists heaps associated with the JIT compiler, and heaps associated with -Modules. For example: - - (lldb) eeheap -loader - Loader Heap: - -------------------------------------- - System Domain: 5e0662a0 - LowFrequencyHeap:008f0000(00002000:00001000) Size: 0x00001000 bytes. - HighFrequencyHeap:008f2000(00008000:00001000) Size: 0x00001000 bytes. - StubHeap:008fa000(00002000:00001000) Size: 0x00001000 bytes. - Total size: 0x3000(12288)bytes - -------------------------------------- - Shared Domain: 5e066970 - LowFrequencyHeap:00920000(00002000:00001000) 03e30000(00010000:00003000) Size: 0x00004000 bytes. - Wasted: 0x00001000 bytes. - HighFrequencyHeap:00922000(00008000:00001000) Size: 0x00001000 bytes. - StubHeap:0092a000(00002000:00001000) Size: 0x00001000 bytes. - Total size: 0x6000(24576)bytes - -------------------------------------- - Domain 1: 14f000 - LowFrequencyHeap:00900000(00002000:00001000) 03ee0000(00010000:00003000) Size: 0x00004000 bytes. - Wasted: 0x00001000 bytes. - HighFrequencyHeap:00902000(00008000:00003000) Size: 0x00003000 bytes. - StubHeap:0090a000(00002000:00001000) Size: 0x00001000 bytes. - Total size: 0x8000(32768)bytes - -------------------------------------- - Jit code heap: - Normal JIT:03ef0000(00010000:00002000) Size: 0x00002000 bytes. - Total size: 0x2000(8192)bytes - -------------------------------------- - Module Thunk heaps: - Module 5ba22410: Size: 0x00000000 bytes. - Module 001c1320: Size: 0x00000000 bytes. - Module 001c03f0: Size: 0x00000000 bytes. - Module 001caa38: Size: 0x00000000 bytes. - Total size: 0x0(0)bytes - -------------------------------------- - Module Lookup Table heaps: - Module 5ba22410:Size: 0x00000000 bytes. - Module 001c1320:Size: 0x00000000 bytes. - Module 001c03f0:Size: 0x00000000 bytes. - Module 001caa38:03ec0000(00010000:00002000) Size: 0x00002000 bytes. - Total size: 0x2000(8192)bytes - -------------------------------------- - Total LoaderHeap size: 0x15000(86016)bytes - ======================================= - -By using eeheap to keep track of the growth of these private heaps, we are -able to rule out or include them as a source of a memory leak. -\\ - -COMMAND: name2ee. -Name2EE -Name2EE ! - -This function allows you to turn a class name into a MethodTable and EEClass. -It turns a method name into a MethodDesc. Here is an example for a method: - - (lldb) name2ee unittest.exe MainClass.Main - Module: 001caa38 - Token: 0x0600000d - MethodDesc: 00902f40 - Name: MainClass.Main() - JITTED Code Address: 03ef00b8 - -and for a class: - - (lldb) name2ee unittest!MainClass - Module: 001caa38 - Token: 0x02000005 - MethodTable: 009032d8 - EEClass: 03ee1424 - Name: MainClass - -The module you are "browsing" with Name2EE needs to be loaded in the process. -To get a type name exactly right, first browse the module with ILDASM. You -can also pass * as the to search all loaded managed modules. - can also be the debugger's name for a module, such as -mscorlib or image00400000. - -The ! syntax is also supported. You can use an asterisk on the -left of the !, but the type on the right side needs to be fully qualified. - -If you are looking for a way to display a static field of a class (and you -don't have an instance of the class, so dumpobj won't help you), note that -once you have the EEClass, you can run DumpClass, which will display the -value of all static fields. - -There is yet one more way to specify a module name. In the case of modules -loaded from an assembly store (such as a SQL db) rather than disk, the -module name will look like this: - -price, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - -For this kind of module, simply use price as the module name: - - 0:044> name2ee price Price - Module: 10f028b0 (price, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null) - Token: 0x02000002 - MethodTable: 11a47ae0 - EEClass: 11a538c8 - Name: Price - -Where are we getting these module names from? Run DumpDomain to see a list of -all loaded modules in all domains. And remember that you can browse all the -types in a module with DumpModule -mt . -\\ - -COMMAND: dumpmt. -DumpMT [-MD] - -Examine a MethodTable. Each managed object has a MethodTable pointer at the -start. If you pass the "-MD" flag, you'll also see a list of all the methods -defined on the object. -\\ - -COMMAND: dumpclass. -DumpClass - -The EEClass is a data structure associated with an object type. DumpClass -will show attributes, as well as list the fields of the type. The output is -similar to DumpObj. Although static field values will be displayed, -non-static values won't because you need an instance of an object for that. - -You can get an EEClass to look at from DumpMT, DumpObj, Name2EE, and -Token2EE among others. -\\ - -COMMAND: dumpmd. -DumpMD - -This command lists information about a MethodDesc. You can use ip2md to turn -a code address in a managed function into a MethodDesc: - - (lldb) dumpmd 902f40 - Method Name: Mainy.Main() - Class: 03ee1424 - MethodTable: 009032d8 - mdToken: 0600000d - Module: 001caa78 - IsJitted: yes - CodeAddr: 03ef00b8 - -If IsJitted is "yes," you can run U on the CodeAddr pointer to see a -disassembly of the JITTED code. You can call also DumpClass, DumpMT, -DumpModule on the Class, MethodTable and Module fields above. -\\ - -COMMAND: token2ee. -Token2EE - -This function allows you to turn a metadata token into a MethodTable or -MethodDesc. Here is an example showing class tokens being resolved: - - (lldb) sos Token2EE unittest.exe 02000003 - Module: 001caa38 - Token: 0x02000003 - MethodTable: 0090375c - EEClass: 03ee1ae0 - Name: Bank - (lldb) sos Token2EE image00400000 02000004 - Module: 001caa38 - Token: 0x02000004 - MethodTable: 009038ec - EEClass: 03ee1b84 - Name: Customer - -The module you are "browsing" with Token2EE needs to be loaded in the process. -This function doesn't see much use, especially since a tool like ILDASM can -show the mapping between metadata tokens and types/methods in a friendlier way. -But it could be handy sometimes. - -You can pass "*" for to find what that token maps to in every -loaded managed module. can also be the debugger's name for a -module, such as mscorlib or image00400000. -\\ - -COMMAND: dumpmodule. -DumpModule [-mt] - -You can get a Module address from DumpDomain, DumpAssembly and other -functions. Here is sample output: - - (lldb) sos DumpModule 1caa50 - Name: /home/user/pub/unittest - Attributes: PEFile - Assembly: 001ca248 - LoaderHeap: 001cab3c - TypeDefToMethodTableMap: 03ec0010 - TypeRefToMethodTableMap: 03ec0024 - MethodDefToDescMap: 03ec0064 - FieldDefToDescMap: 03ec00a4 - MemberRefToDescMap: 03ec00e8 - FileReferencesMap: 03ec0128 - AssemblyReferencesMap: 03ec012c - MetaData start address: 00402230 (1888 bytes) - -The Maps listed map metadata tokens to CLR data structures. Without going into -too much detail, you can examine memory at those addresses to find the -appropriate structures. For example, the TypeDefToMethodTableMap above can be -examined: - - (lldb) dd 3ec0010 - 03ec0010 00000000 00000000 0090320c 0090375c - 03ec0020 009038ec ... - -This means TypeDef token 2 maps to a MethodTable with the value 0090320c. You -can run DumpMT to verify that. The MethodDefToDescMap takes a MethodDef token -and maps it to a MethodDesc, which can be passed to dumpmd. - -There is a new option "-mt", which will display the types defined in a module, -and the types referenced by the module. For example: - - (lldb) sos DumpModule -mt 1aa580 - Name: /home/user/pub/unittest - ...... - MetaData start address: 0040220c (1696 bytes) - - Types defined in this module - - MT TypeDef Name - -------------------------------------------------------------------------- - 030d115c 0x02000002 Funny - 030d1228 0x02000003 Mainy - - Types referenced in this module - - MT TypeRef Name - -------------------------------------------------------------------------- - 030b6420 0x01000001 System.ValueType - 030b5cb0 0x01000002 System.Object - 030fceb4 0x01000003 System.Exception - 0334e374 0x0100000c System.Console - 03167a50 0x0100000e System.Runtime.InteropServices.GCHandle - 0336a048 0x0100000f System.GC - -\\ - -COMMAND: dumpassembly. -DumpAssembly - -Example output: - - (lldb) sos DumpAssembly 1ca248 - Parent Domain: 0014f000 - Name: /home/user/pub/unittest - ClassLoader: 001ca060 - Module Name - 001caa50 /home/user/pub/unittest - -An assembly can consist of multiple modules, and those will be listed. You can -get an Assembly address from the output of DumpDomain. -\\ - -COMMAND: dumpruntimetypes. -DumpRuntimeTypes - -DumpRuntimeTypes finds all System.RuntimeType objects in the gc heap and -prints the type name and MethodTable they refer too. Sample output: - - Address Domain MT Type Name - ------------------------------------------------------------------------------ - a515f4 14a740 5baf8d28 System.TypedReference - a51608 14a740 5bb05764 System.Globalization.BaseInfoTable - a51958 14a740 5bb05b24 System.Globalization.CultureInfo - a51a44 14a740 5bb06298 System.Globalization.GlobalizationAssembly - a51de0 14a740 5bb069c8 System.Globalization.TextInfo - a56b98 14a740 5bb12d28 System.Security.Permissions.HostProtectionResource - a56bbc 14a740 5baf7248 System.Int32 - a56bd0 14a740 5baf3fdc System.String - a56cfc 14a740 5baf36a4 System.ValueType - ... - -This command will print a "?" in the domain column if the type is loaded into multiple -AppDomains. For example: - - (lldb) sos DumpRuntimeTypes - Address Domain MT Type Name - ------------------------------------------------------------------------------ - 28435a0 ? 3f6a8c System.TypedReference - 28435b4 ? 214d6c System.ValueType - 28435c8 ? 216314 System.Enum - 28435dc ? 2147cc System.Object - 284365c ? 3cd57c System.IntPtr - 2843670 ? 3feaac System.Byte - 2843684 ? 23a544c System.IEquatable`1[[System.IntPtr, mscorlib]] - 2843784 ? 3c999c System.Int32 - 2843798 ? 3caa04 System.IEquatable`1[[System.Int32, mscorlib]] -\\ - -COMMAND: dumpsig. -DumpSig - -This command dumps the signature of a method or field given by . This is -useful when you are debugging parts of the runtime which returns a raw PCCOR_SIGNATURE -structure and need to know what its contents are. - -Sample output for a method: - 0:000> sos DumpSig 0x000007fe`ec20879d 0x000007fe`eabd1000 - [DEFAULT] [hasThis] Void (Boolean,String,String) - -The first section of the output is the calling convention. This includes, but is not -limited to, "[DEFAULT]", "[C]", "[STDCALL]", "[THISCALL]", and so on. The second -portion of the output is either "[hasThis]" or "[explicit]" for whether the method -is an instance method or a static method respectively. The third portion of the -output is the return value (in this case a "void"). Finally, the method's arguments -are printed as the final portion of the output. - -Sample output for a field: - 0:000> sos DumpSig 0x000007fe`eb7fd8cd 0x000007fe`eabd1000 - [FIELD] ValueClass System.RuntimeTypeHandle - -DumpSig will also work with generics. Here is the output for the following -function: - public A Test(IEnumerable n) - - 0:000> sos DumpSig 00000000`00bc2437 000007ff00043178 - [DEFAULT] [hasThis] __Canon (Class System.Collections.Generic.IEnumerable`1<__Canon>) -\\ - -COMMAND: dumpsigelem. -DumpSigElem - -This command dumps a single element of a signature object. For most circumstances, -you should use DumpSig to look at individual signature objects, but if you find a -signature that has been corrupted in some manner you can use DumpSigElem to read out -the valid portions of it. - -If we look at a valid signature object for a method we see the following: - 0:000> dumpsig 0x000007fe`ec20879d 0x000007fe`eabd1000 - [DEFAULT] [hasThis] Void (Boolean,String,String) - -We can look at the individual elements of this object by adding the offsets into the -object which correspond to the return value and parameters: - 0:000> sos DumpSigElem 0x000007fe`ec20879d+2 0x000007fe`eabd1000 - Void - 0:000> sos DumpSigElem 0x000007fe`ec20879d+3 0x000007fe`eabd1000 - Boolean - 0:000> sos DumpSigElem 0x000007fe`ec20879d+4 0x000007fe`eabd1000 - String - 0:000> sos DumpSigElem 0x000007fe`ec20879d+5 0x000007fe`eabd1000 - String - -We can do something similar for fields. Here is the full signature of a field: - 0:000> dumpsig 0x000007fe`eb7fd8cd 0x000007fe`eabd1000 - [FIELD] ValueClass System.RuntimeTypeHandle - -Using DumpSigElem we can find the type of the field by adding the offset of it (1) to -the address of the signature: - 0:000> sos DumpSigElem 0x000007fe`eb7fd8cd+1 0x000007fe`eabd1000 - ValueClass System.RuntimeTypeHandle - -DumpSigElem will also work with generics. Let a function be defined as follows: - public A Test(IEnumerable n) - -The elements of this signature can be obtained by adding offsets into the signature -when calling DumpSigElem: - - 0:000> sos DumpSigElem 00000000`00bc2437+2 000007ff00043178 - __Canon - 0:000> sos DumpSigElem 00000000`00bc2437+4 000007ff00043178 - Class System.Collections.Generic.IEnumerable`1<__Canon> - -The actual offsets that you should add are determined by the contents of the -signature itself. By trial and error you should be able to find various elements -of the signature. -\\ - -COMMAND: dumpil. -DumpIL | - | - | - /i - -DumpIL prints the IL code associated with a managed method. We added this -function specifically to debug DynamicMethod code which was constructed on -the fly. Happily it works for non-dynamic code as well. - -You can use it in four ways: - - 1) If you have a System.Reflection.Emit.DynamicMethod object, just pass - the pointer as the first argument. - 2) If you have a DynamicMethodDesc pointer you can use that to print the - IL associated with the dynamic method. - 3) If you have an ordinary MethodDesc, you can see the IL for that as well, - just pass it as the first argument. - 4) If you have a pointer directly to the IL, specify /i followed by the - the IL address. This is useful for writers of profilers that instrument - IL. - - -Note that dynamic IL is constructed a bit differently. Rather than referring -to metadata tokens, the IL points to objects in a managed object array. Here -is a simple example of the output for a dynamic method: - - 0:000> sos DumpIL b741dc - This is dynamic IL. Exception info is not reported at this time. - If a token is unresolved, run "sos DumpObj " on the addr given - in parenthesis. You can also look at the token table yourself, by - running "DumpArray 00b77388". - - IL_0000: ldstr 70000002 "Inside invoked method " - IL_0005: call 6000003 System.Console.WriteLine(System.String) - IL_000a: ldc.i4.1 - IL_000b: newarr 2000004 "System.Int32" - IL_0010: stloc.0 - IL_0011: ldloc.0 - IL_0012: ret -\\ - -COMMAND: verifyheap. -VerifyHeap - -VerifyHeap is a diagnostic tool that checks the garbage collected heap for -signs of corruption. It walks objects one by one in a pattern like this: - - o = firstobject; - while(o != endobject) - { - o.ValidateAllFields(); - o = (Object *) o + o.Size(); - } - -If an error is found, VerifyHeap will report it. I'll take a perfectly good -object and corrupt it: - - (lldb) dumpobj a79d40 - Name: Customer - MethodTable: 009038ec - EEClass: 03ee1b84 - Size: 20(0x14) bytes - (/home/user/pub/unittest) - Fields: - MT Field Offset Type Attr Value Name - 009038ec 4000008 4 CLASS instance 00a79ce4 name - 009038ec 4000009 8 CLASS instance 00a79d2c bank - 009038ec 400000a c System.Boolean instance 1 valid - - (lldb) ed a79d40+4 01 (change the name field to the bogus pointer value 1) - (lldb) sos VerifyHeap - object 01ee60dc: bad member 00000003 at 01EE6168 - Last good object: 01EE60C4. - -If this gc heap corruption exists, there is a serious bug in your own code or -in the CLR. In user code, an error in constructing PInvoke calls can cause -this problem, and running with Managed Debugging Assistants is advised. If that -possibility is eliminated, consider contacting Microsoft Product Support for -help. -\\ - -COMMAND: dumplog. -DumpLog [-addr ] [] - -To aid in diagnosing hard-to-reproduce stress failures, the CLR team added an -in-memory log capability. The idea was to avoid using locks or I/O which could -disturb a fragile repro environment. The DumpLog function allows you to write -that log out to a file. If no Filename is specified, the file "Stresslog.txt" -in the current directory is created. - -The optional argument addr allows one to specify a stress log other then the -default one. - - (lldb) dumplog - Attempting to dump Stress log to file 'StressLog.txt' - ................. - SUCCESS: Stress log dumped - -To turn on the stress log, set the following registry keys under -HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework: - - -(DWORD) StressLog = 1 -(DWORD) LogFacility = 0xffffffbf (this is a bit mask, almost all logging is on. - This is also the default value if the key - isn't specified) -(DWORD) StressLogSize = 65536 (this is the default value if the key isn't - specified) -(DWORD) LogLevel = 6 (this is the default value if the key isn't - specified. The higher the number the more - detailed logs are generated. The maximum - value is decimal 10) - -StressLogSize is the size in bytes of the in-memory log allocated for each -thread in the process. In the case above, each thread gets a 64K log. You -could increase this to get more logging, but more memory will be required for -this log in the process. For example, 20 threads with 524288 bytes per thread -has a memory demand of 10 Megabytes. The stress log is circular so new entries -will replace older ones on threads which have reached their buffer limit. - -The log facilities are defined as follows: - GC 0x00000001 - GCINFO 0x00000002 - STUBS 0x00000004 - JIT 0x00000008 - LOADER 0x00000010 - METADATA 0x00000020 - SYNC 0x00000040 - EEMEM 0x00000080 - GCALLOC 0x00000100 - CORDB 0x00000200 - CLASSLOADER 0x00000400 - CORPROF 0x00000800 - REMOTING 0x00001000 - DBGALLOC 0x00002000 - EH 0x00004000 - ENC 0x00008000 - ASSERT 0x00010000 - VERIFIER 0x00020000 - THREADPOOL 0x00040000 - GCROOTS 0x00080000 - INTEROP 0x00100000 - MARSHALER 0x00200000 - IJW 0x00400000 - ZAP 0x00800000 - STARTUP 0x01000000 - APPDOMAIN 0x02000000 - CODESHARING 0x04000000 - STORE 0x08000000 - SECURITY 0x10000000 - LOCKS 0x20000000 - BCL 0x40000000 - -Here is some sample output: - - 3560 9.981137099 : `SYNC` RareEnablePremptiveGC: entering. - Thread state = a030 - - 3560 9.981135033 : `GC`GCALLOC`GCROOTS` ========== ENDGC 4194 (gen = 2, - collect_classes = 0) ==========={ - - 3560 9.981125826 : `GC` Segment mem 00C61000 alloc - = 00D071F0 used 00D09254 committed 00D17000 - - 3560 9.981125726 : `GC` Generation 0 [00CED07C, 00000000 - ] cur = 00000000 - - 3560 9.981125529 : `GC` Generation 1 [00CED070, 00000000 - ] cur = 00000000 - - 3560 9.981125103 : `GC` Generation 2 [00C61000, 00000000 - ] cur = 00000000 - - 3560 9.981124963 : `GC` GC Heap 00000000 - - 3560 9.980618994 : `GC`GCROOTS` GcScanHandles (Promotion Phase = 0) - -The first column is the OS thread ID for the thread appending to the log, -the second column is the timestamp, the third is the facility category for the -log entry, and the fourth contains the log message. The facility field is -expressed as `facility1`facility2`facility3`. This facilitates the creation of -filters for displaying only specific message categories. To make sense of this -log, you would probably want the Shared Source CLI to find out exactly where -the log comes from. -\\ - -COMMAND: findappdomain. -FindAppDomain - -FindAppDomain will attempt to resolve the AppDomain of an object. For example, -using an Object Pointer from the output of DumpStackObjects: - - (lldb) sos FindAppDomain 00a79d98 - AppDomain: 0014f000 - Name: unittest.exe - ID: 1 - -You can find out more about the AppDomain with the DumpDomain command. Not -every object has enough clues about it's origin to determine the AppDomain. -Objects with Finalizers are the easiest case, as the CLR needs to be able to -call those when an AppDomain shuts down. -\\ - -COMMAND: histinit. -HistInit - -Before running any of the Hist - family commands you need to initialize the SOS -structures from the stress log saved in the debuggee. This is achieved by the -HistInit command. - -Sample output: - - (lldb) histinit - Attempting to read Stress log - STRESS LOG: - facilitiesToLog = 0xffffffff - levelToLog = 6 - MaxLogSizePerThread = 0x10000 (65536) - MaxTotalLogSize = 0x1000000 (16777216) - CurrentTotalLogChunk = 9 - ThreadsWithLogs = 3 - Clock frequency = 3.392 GHz - Start time 15:26:31 - Last message time 15:26:56 - Total elapsed time 25.077 sec - ..................................... - ---------------------------- 2407 total entries ----------------------------- - - - SUCCESS: GCHist structures initialized - -\\ - -COMMAND: histobjfind. -HistObjFind - -To examine log entries related to an object whose present address is known one -would use this command. The output of this command contains all entries that -reference the object: - - (lldb) histobjfind 028970d4 - GCCount Object Message - --------------------------------------------------------- - 2296 028970d4 Promotion for root 01e411b8 (MT = 5b6c5cd8) - 2296 028970d4 Relocation NEWVALUE for root 00223fc4 - 2296 028970d4 Relocation NEWVALUE for root 01e411b8 - ... - 2295 028970d4 Promotion for root 01e411b8 (MT = 5b6c5cd8) - 2295 028970d4 Relocation NEWVALUE for root 00223fc4 - 2295 028970d4 Relocation NEWVALUE for root 01e411b8 - ... - -\\ - -COMMAND: histroot. -HistRoot - -The root value obtained from !HistObjFind can be used to track the movement of -an object through the GCs. - -HistRoot provides information related to both promotions and relocations of the -root specified as the argument. - - (lldb) histroot 01e411b8 - GCCount Value MT Promoted? Notes - --------------------------------------------------------- - 2296 028970d4 5b6c5cd8 yes - 2295 028970d4 5b6c5cd8 yes - 2294 028970d4 5b6c5cd8 yes - 2293 028970d4 5b6c5cd8 yes - 2292 028970d4 5b6c5cd8 yes - 2291 028970d4 5b6c5cd8 yes - 2290 028970d4 5b6c5cd8 yes - 2289 028970d4 5b6c5cd8 yes - 2288 028970d4 5b6c5cd8 yes - 2287 028970d4 5b6c5cd8 yes - 2286 028970d4 5b6c5cd8 yes - 2285 028970d4 5b6c5cd8 yes - 322 028970e8 5b6c5cd8 yes Duplicate promote/relocs - ... - -\\ - -COMMAND: histobj. -HistObj - -This command examines all stress log relocation records and displays the chain -of GC relocations that may have led to the address passed in as an argument. -Conceptually the output is: - - GenN obj_address root1, root2, root3, - GenN-1 prev_obj_addr root1, root2, - GenN-2 prev_prev_oa root1, root4, - ... - -Sample output: - (lldb) histobj 028970d4 - GCCount Object Roots - --------------------------------------------------------- - 2296 028970d4 00223fc4, 01e411b8, - 2295 028970d4 00223fc4, 01e411b8, - 2294 028970d4 00223fc4, 01e411b8, - 2293 028970d4 00223fc4, 01e411b8, - 2292 028970d4 00223fc4, 01e411b8, - 2291 028970d4 00223fc4, 01e411b8, - 2290 028970d4 00223fc4, 01e411b8, - 2289 028970d4 00223fc4, 01e411b8, - 2288 028970d4 00223fc4, 01e411b8, - 2287 028970d4 00223fc4, 01e411b8, - 2286 028970d4 00223fc4, 01e411b8, - 2285 028970d4 00223fc4, 01e411b8, - 322 028970d4 01e411b8, - 0 028970d4 - -\\ - -COMMAND: histclear. -HistClear - -This command releases any resources used by the Hist-family of commands. -Generally there's no need to call this explicitly, as each HistInit will first -cleanup the previous resources. - - (lldb) histclear - Completed successfully. - -\\ diff --git a/dotnet/store/x64/netcoreapp2.0/libuv/1.10.0/runtimes/linux-x64/native/libuv.so b/dotnet/store/x64/netcoreapp2.0/libuv/1.10.0/runtimes/linux-x64/native/libuv.so deleted file mode 100755 index 273b87b1..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/libuv/1.10.0/runtimes/linux-x64/native/libuv.so and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll deleted file mode 100755 index bca2fa53..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights.aspnetcore/2.1.1/lib/netstandard1.6/Microsoft.ApplicationInsights.AspNetCore.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll deleted file mode 100755 index 19dd3327..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights.dependencycollector/2.4.1/lib/netstandard1.6/Microsoft.AI.DependencyCollector.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.dll deleted file mode 100755 index 1e36e0cf..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.applicationinsights/2.4.0/lib/netstandard1.3/Microsoft.ApplicationInsights.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll deleted file mode 100755 index cbd140e9..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.antiforgery/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Antiforgery.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll deleted file mode 100755 index 090c827f..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.applicationinsights.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll deleted file mode 100755 index f4029df7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll deleted file mode 100755 index 225e5159..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.cookies/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll deleted file mode 100755 index d218278c..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll deleted file mode 100755 index c9ea5655..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.facebook/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Facebook.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll deleted file mode 100755 index a498b10a..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.google/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Google.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted file mode 100755 index 4e4783fb..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.jwtbearer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll deleted file mode 100755 index 68bf51fd..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.microsoftaccount/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.MicrosoftAccount.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll deleted file mode 100755 index 139f0b9e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.oauth/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OAuth.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll deleted file mode 100755 index 276a00e2..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.openidconnect/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll deleted file mode 100755 index d7dbce46..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication.twitter/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Twitter.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll deleted file mode 100755 index 41be8d98..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authentication/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll deleted file mode 100755 index 3a7913f6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization.policy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.Policy.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll deleted file mode 100755 index 0fd85032..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.authorization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll deleted file mode 100755 index 1e22e695..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservices.hostingstartup/2.0.0/lib/netcoreapp2.0/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll deleted file mode 100755 index 9332ed83..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.azureappservicesintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.AzureAppServicesIntegration.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll deleted file mode 100755 index 17171b47..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cookiepolicy/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.CookiePolicy.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll deleted file mode 100755 index ce456b87..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cors.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll deleted file mode 100755 index 6dce8099..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.internal/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll deleted file mode 100755 index 005f543b..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.cryptography.keyderivation/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll deleted file mode 100755 index 04d52eac..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll deleted file mode 100755 index 83d4104d..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.azurestorage/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.AzureStorage.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll deleted file mode 100755 index f3704176..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Extensions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll deleted file mode 100755 index 481395fb..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.dataprotection/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll deleted file mode 100755 index ac31faab..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll deleted file mode 100755 index 2de6db69..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll deleted file mode 100755 index 8c2f77d4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.diagnostics/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Diagnostics.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll deleted file mode 100755 index 59a0f938..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll deleted file mode 100755 index 47d6b26d..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting.server.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll deleted file mode 100755 index 8268b1a8..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.hosting/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Hosting.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.html.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.html.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll deleted file mode 100755 index 8c3edfe8..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.html.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Html.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll deleted file mode 100755 index 69a96419..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll deleted file mode 100755 index a7cfe9a0..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll deleted file mode 100755 index af042666..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http.features/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll deleted file mode 100755 index f06afb89..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.http/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Http.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll deleted file mode 100755 index c8f20137..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.httpoverrides/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.HttpOverrides.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll deleted file mode 100755 index 5e546982..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll deleted file mode 100755 index f80214d8..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.identity/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.jsonpatch/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.jsonpatch/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100755 index 2d891455..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.jsonpatch/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll deleted file mode 100755 index a8ead8fc..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.Routing.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll deleted file mode 100755 index e4d0f0e5..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Localization.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll deleted file mode 100755 index f39c005f..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.middlewareanalysis/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.MiddlewareAnalysis.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll deleted file mode 100755 index 17534f10..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll deleted file mode 100755 index c5691456..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.apiexplorer/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll deleted file mode 100755 index 881eca46..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Core.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll deleted file mode 100755 index ab69925b..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.cors/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Cors.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll deleted file mode 100755 index 808271a6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.dataannotations/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll deleted file mode 100755 index 490dbf6f..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.json/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll deleted file mode 100755 index d21de5f7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.formatters.xml/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll deleted file mode 100755 index 17247121..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.localization/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Localization.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll deleted file mode 100755 index c1931d37..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor.extensions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll deleted file mode 100755 index dbdea2b5..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.Razor.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll deleted file mode 100755 index 6778868e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.razorpages/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.RazorPages.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll deleted file mode 100755 index e4eded07..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.taghelpers/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll deleted file mode 100755 index 6a36b0eb..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc.viewfeatures/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll deleted file mode 100755 index fe42eb76..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.mvc/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Mvc.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll deleted file mode 100755 index 724438a5..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.nodeservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.NodeServices.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll deleted file mode 100755 index f92a3f74..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.owin/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Owin.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll deleted file mode 100755 index 0eb36766..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.language/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll deleted file mode 100755 index 14be19e6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor.runtime/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.Runtime.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll deleted file mode 100755 index 4f190c03..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.razor/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll deleted file mode 100755 index 7d86c117..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll deleted file mode 100755 index f9970630..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecaching/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCaching.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll deleted file mode 100755 index 4fda9db4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.responsecompression/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.ResponseCompression.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll deleted file mode 100755 index 36a33b81..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.rewrite/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Rewrite.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll deleted file mode 100755 index 46d74678..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll deleted file mode 100755 index 4b392513..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.routing/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Routing.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll deleted file mode 100755 index 032efa4b..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.httpsys/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.HttpSys.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll deleted file mode 100755 index 8f79b8bc..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.iisintegration/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.IISIntegration.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll deleted file mode 100755 index 1bc1fd8c..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.core/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll deleted file mode 100755 index 6dc3e9ae..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.https/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll deleted file mode 100755 index bc3900ee..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll deleted file mode 100755 index edb45123..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel.transport.libuv/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll deleted file mode 100755 index d1475ab8..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.server.kestrel/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll deleted file mode 100755 index f628cf58..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.session/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.Session.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll deleted file mode 100755 index 3fc66115..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.spaservices/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.SpaServices.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll deleted file mode 100755 index fa03d4e6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.staticfiles/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.StaticFiles.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll deleted file mode 100755 index 62e68cac..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.websockets/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebSockets.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll deleted file mode 100755 index 679b53e3..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore.webutilities/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.dll deleted file mode 100755 index d50b930f..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.aspnetcore/2.0.0/lib/netstandard2.0/Microsoft.AspNetCore.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll deleted file mode 100755 index e6fbcbb7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.azure.keyvault.webkey/2.0.7/lib/netstandard1.4/Microsoft.Azure.KeyVault.WebKey.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.dll deleted file mode 100755 index 06111a76..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.azure.keyvault/2.3.2/lib/netstandard1.4/Microsoft.Azure.KeyVault.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.dll deleted file mode 100755 index a1ccc069..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100755 index 32ffc243..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll deleted file mode 100755 index df2dd042..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.codeanalysis.razor/2.0.0/lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.dll deleted file mode 100755 index 53863080..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.data.edm/5.8.2/lib/netstandard1.1/Microsoft.Data.Edm.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.dll deleted file mode 100755 index 2bebc8a8..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.data.odata/5.8.2/lib/netstandard1.1/Microsoft.Data.OData.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.data.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.data.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll deleted file mode 100755 index 60b77c9e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.data.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.Data.Sqlite.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.dotnet.platformabstractions/2.0.0/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.dotnet.platformabstractions/2.0.0/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll deleted file mode 100755 index 0e66ac4d..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.dotnet.platformabstractions/2.0.0/lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll deleted file mode 100755 index 69b46072..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.design/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll deleted file mode 100755 index e6e6022a..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.inmemory/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.InMemory.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100755 index 56ea8e4e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.relational/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll deleted file mode 100755 index cb0e75b9..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlite.core/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.Sqlite.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll deleted file mode 100755 index 1a1a364b..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index 96fc29c0..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.entityframeworkcore/2.0.0/lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100755 index a7624b19..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.memory/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.memory/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100755 index 316cd612..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.memory/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.redis/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.redis/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll deleted file mode 100755 index cb9be359..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.redis/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.Redis.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll deleted file mode 100755 index 37984ed4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.caching.sqlserver/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Caching.SqlServer.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100755 index d8f64bfc..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.azurekeyvault/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.azurekeyvault/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll deleted file mode 100755 index 014a93a6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.azurekeyvault/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.AzureKeyVault.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.binder/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.binder/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll deleted file mode 100755 index b6c54ff4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.binder/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.commandline/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.commandline/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll deleted file mode 100755 index dea1d655..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.commandline/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.environmentvariables/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.environmentvariables/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll deleted file mode 100755 index 60e67657..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.environmentvariables/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.fileextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.fileextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100755 index 47c08e77..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.fileextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.ini/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.ini/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll deleted file mode 100755 index 92f5b7d9..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.ini/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.json/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.json/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100755 index 96b64f64..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.json/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.usersecrets/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.usersecrets/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll deleted file mode 100755 index d7735f21..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.usersecrets/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.xml/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.xml/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll deleted file mode 100755 index 1e307fde..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration.xml/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.Xml.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll deleted file mode 100755 index 73099cf6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100755 index 3ea7651b..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100755 index ce7115ec..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencyinjection/2.0.0/lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencymodel/2.0.0/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencymodel/2.0.0/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll deleted file mode 100755 index 664b0d93..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.dependencymodel/2.0.0/lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.diagnosticadapter/2.0.0/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.diagnosticadapter/2.0.0/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll deleted file mode 100755 index 08f7cf41..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.diagnosticadapter/2.0.0/lib/netcoreapp2.0/Microsoft.Extensions.DiagnosticAdapter.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100755 index 4e17669d..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.composite/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.composite/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll deleted file mode 100755 index 437122a7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.composite/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Composite.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.embedded/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.embedded/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll deleted file mode 100755 index d2b423ef..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.embedded/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Embedded.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.physical/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.physical/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100755 index 1ef318ce..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.fileproviders.physical/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.filesystemglobbing/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.filesystemglobbing/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100755 index b19b2c31..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.filesystemglobbing/2.0.0/lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll deleted file mode 100755 index de73532d..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.hosting.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll deleted file mode 100755 index 6366f586..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.identity.core/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll deleted file mode 100755 index 41dd11c4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.identity.stores/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Identity.Stores.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll deleted file mode 100755 index 3ac45fc6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.localization.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.dll deleted file mode 100755 index d84d2296..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.localization/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Localization.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100755 index 3c2dec43..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.abstractions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.azureappservices/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.azureappservices/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll deleted file mode 100755 index 6d3f4647..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.azureappservices/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.AzureAppServices.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll deleted file mode 100755 index 509acd8a..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.configuration/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.console/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.console/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll deleted file mode 100755 index ab04a83c..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.console/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.debug/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.debug/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll deleted file mode 100755 index d7112abc..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.debug/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.eventsource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.eventsource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll deleted file mode 100755 index 59331e88..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.eventsource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.tracesource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.tracesource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll deleted file mode 100755 index ad26bbc8..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging.tracesource/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.TraceSource.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.dll deleted file mode 100755 index bab51203..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.logging/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.objectpool/2.0.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.objectpool/2.0.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll deleted file mode 100755 index 20ce06ea..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.objectpool/2.0.0/lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.options.configurationextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.options.configurationextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll deleted file mode 100755 index 31c7cac1..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.options.configurationextensions/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.options/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.options/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.dll deleted file mode 100755 index 648f0c3e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.options/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll deleted file mode 100755 index faa6c67e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.platformabstractions/1.1.0/lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.primitives/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.primitives/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll deleted file mode 100755 index bb9d7f74..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.primitives/2.0.0/lib/netstandard2.0/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.webencoders/2.0.0/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.webencoders/2.0.0/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll deleted file mode 100755 index ce7c3ba7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.extensions.webencoders/2.0.0/lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll deleted file mode 100755 index fbdbb36e..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll deleted file mode 100755 index c7bf2727..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.clients.activedirectory/3.14.1/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.logging/1.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.logging/1.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll deleted file mode 100755 index ae2fee95..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.logging/1.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100755 index fd4a4c24..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols.openidconnect/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll deleted file mode 100755 index 114480c4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.protocols/2.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.tokens/5.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.tokens/5.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll deleted file mode 100755 index 3cd867a4..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.identitymodel.tokens/5.1.4/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.0/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.0/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll deleted file mode 100755 index a3c16ca0..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.net.http.headers/2.0.0/lib/netstandard2.0/Microsoft.Net.Http.Headers.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll deleted file mode 100755 index 81ca5efd..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.rest.clientruntime.azure/3.3.7/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.Azure.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll deleted file mode 100755 index 81f91a73..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.rest.clientruntime/2.3.8/lib/netstandard1.4/Microsoft.Rest.ClientRuntime.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.0/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll b/dotnet/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.0/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll deleted file mode 100755 index d8035373..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/microsoft.visualstudio.web.browserlink/2.0.0/lib/netstandard2.0/Microsoft.VisualStudio.Web.BrowserLink.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.dll b/dotnet/store/x64/netcoreapp2.0/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.dll deleted file mode 100755 index 54f12ac7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/newtonsoft.json.bson/1.0.1/lib/netstandard1.3/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/newtonsoft.json/10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll b/dotnet/store/x64/netcoreapp2.0/newtonsoft.json/10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll deleted file mode 100755 index fd8957ac..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/newtonsoft.json/10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.dll b/dotnet/store/x64/netcoreapp2.0/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.dll deleted file mode 100755 index de7af758..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/remotion.linq/2.1.1/lib/netstandard1.0/Remotion.Linq.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_green.dll b/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_green.dll deleted file mode 100755 index eb6ccb8a..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_green.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll b/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll deleted file mode 100755 index 4e3e8719..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.bundle_green/1.1.7/lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.core/1.1.7/lib/netstandard1.1/SQLitePCLRaw.core.dll b/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.core/1.1.7/lib/netstandard1.1/SQLitePCLRaw.core.dll deleted file mode 100755 index ae8dca70..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.core/1.1.7/lib/netstandard1.1/SQLitePCLRaw.core.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/runtimes/linux-x64/native/libe_sqlite3.so b/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/runtimes/linux-x64/native/libe_sqlite3.so deleted file mode 100755 index cb881ec3..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.lib.e_sqlite3.linux/1.1.7/runtimes/linux-x64/native/libe_sqlite3.so and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll b/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll deleted file mode 100755 index c9c54b79..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.7/lib/netstandard1.1/SQLitePCLRaw.provider.e_sqlite3.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/stackexchange.redis.strongname/1.2.4/lib/netstandard1.5/StackExchange.Redis.StrongName.dll b/dotnet/store/x64/netcoreapp2.0/stackexchange.redis.strongname/1.2.4/lib/netstandard1.5/StackExchange.Redis.StrongName.dll deleted file mode 100755 index ceacde2c..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/stackexchange.redis.strongname/1.2.4/lib/netstandard1.5/StackExchange.Redis.StrongName.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.data.sqlclient/4.4.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll b/dotnet/store/x64/netcoreapp2.0/system.data.sqlclient/4.4.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll deleted file mode 100755 index 10d683d7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.data.sqlclient/4.4.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.identitymodel.tokens.jwt/5.1.4/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll b/dotnet/store/x64/netcoreapp2.0/system.identitymodel.tokens.jwt/5.1.4/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100755 index 27c8a1f7..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.identitymodel.tokens.jwt/5.1.4/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.interactive.async/3.1.1/lib/netstandard1.3/System.Interactive.Async.dll b/dotnet/store/x64/netcoreapp2.0/system.interactive.async/3.1.1/lib/netstandard1.3/System.Interactive.Async.dll deleted file mode 100755 index 5a7ef77f..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.interactive.async/3.1.1/lib/netstandard1.3/System.Interactive.Async.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll b/dotnet/store/x64/netcoreapp2.0/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 6a504fed..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.runtime.compilerservices.unsafe/4.4.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.security.cryptography.xml/4.4.0/lib/netstandard2.0/System.Security.Cryptography.Xml.dll b/dotnet/store/x64/netcoreapp2.0/system.security.cryptography.xml/4.4.0/lib/netstandard2.0/System.Security.Cryptography.Xml.dll deleted file mode 100755 index fe8095da..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.security.cryptography.xml/4.4.0/lib/netstandard2.0/System.Security.Cryptography.Xml.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.dll b/dotnet/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.dll deleted file mode 100755 index 459dfff6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.spatial/5.8.2/lib/netstandard1.1/System.Spatial.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.text.encoding.codepages/4.4.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll b/dotnet/store/x64/netcoreapp2.0/system.text.encoding.codepages/4.4.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll deleted file mode 100755 index 45dde938..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.text.encoding.codepages/4.4.0/lib/netstandard2.0/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/system.text.encodings.web/4.4.0/lib/netstandard2.0/System.Text.Encodings.Web.dll b/dotnet/store/x64/netcoreapp2.0/system.text.encodings.web/4.4.0/lib/netstandard2.0/System.Text.Encodings.Web.dll deleted file mode 100755 index 597edb82..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/system.text.encodings.web/4.4.0/lib/netstandard2.0/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/dotnet/store/x64/netcoreapp2.0/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll b/dotnet/store/x64/netcoreapp2.0/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll deleted file mode 100755 index 49d8a4a6..00000000 Binary files a/dotnet/store/x64/netcoreapp2.0/windowsazure.storage/8.1.4/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll and /dev/null differ diff --git a/overrides/Microsoft.Build.Tasks.Core.dll b/overrides/Microsoft.Build.Tasks.Core.dll new file mode 100644 index 00000000..e80a185a Binary files /dev/null and b/overrides/Microsoft.Build.Tasks.Core.dll differ diff --git a/packaging/deps.tar.gz b/packaging/deps.tar.gz new file mode 100644 index 00000000..ac784647 Binary files /dev/null and b/packaging/deps.tar.gz differ diff --git a/packaging/dotnet-build-tools.spec b/packaging/dotnet-build-tools.spec index d1295b19..6629c31c 100644 --- a/packaging/dotnet-build-tools.spec +++ b/packaging/dotnet-build-tools.spec @@ -3,13 +3,15 @@ Name: dotnet-build-tools Summary: Tools for building C# API projects -Version: 2.0.0 +Version: 2.1.500 Release: 1 Group: Development/Libraries License: MIT and Apache-2.0 URL: https://www.tizen.org Source0: %{name}-%{version}.tar.gz Source1: macros.dotnet-build-tools +Source21: dotnet-sdk-2.1.500-linux-x64.tar.gz +Source22: deps.tar.gz AutoReqProv: no @@ -17,8 +19,6 @@ BuildRequires: patchelf Requires: corefx-managed-ref -Requires: xmlstarlet - %description Build target files (.Targets) and Tools (including NuGet.exe) for building C# Deivce API with xbuild in GBS environment. @@ -29,6 +29,10 @@ C# Deivce API with xbuild in GBS environment. %prep %setup -q +mkdir -p dotnet/deps +tar xvfz %{SOURCE21} -C dotnet +tar xvfz %{SOURCE22} -C dotnet/deps + %build # Prepare dotnet-cli for file in $( find ./dotnet -name "dotnet" -type f ) @@ -41,6 +45,9 @@ do patchelf --set-rpath %{CLI_PATH}/deps/ ${file} done +# overrides +cp -f overrides/Microsoft.Build.Tasks.Core.dll dotnet/sdk/*/Microsoft.Build.Tasks.Core.dll + %install # RPM Macros @@ -52,7 +59,7 @@ mkdir -p %{buildroot}%{TOOLS_PATH} install -p -m 755 Tools/* %{buildroot}%{TOOLS_PATH} ln -s %{TOOLS_PATH}/dotnet-build.sh %{buildroot}%{_bindir}/dotnet-build -# dotnet-cli +# .NETCore SDK mkdir -p %{buildroot}%{CLI_PATH} cp -fr ./dotnet/* %{buildroot}%{CLI_PATH} ln -s %{CLI_PATH}/dotnet %{buildroot}%{_bindir}/dotnet diff --git a/packaging/dotnet-sdk-2.1.500-linux-x64.tar.gz b/packaging/dotnet-sdk-2.1.500-linux-x64.tar.gz new file mode 100644 index 00000000..87f370ff Binary files /dev/null and b/packaging/dotnet-sdk-2.1.500-linux-x64.tar.gz differ