From: WonYoung Choi Date: Wed, 19 Apr 2017 01:58:20 +0000 (+0900) Subject: Unpack dotnet sdk zipfile and add documentation file to nupkg X-Git-Tag: accepted/tizen/unified/20170419.164650^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e84ef81790ac506e1a4f88b44e87f4624d6be5a;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Unpack dotnet sdk zipfile and add documentation file to nupkg Change-Id: I97b94b9d3610b069515ab5baf5369b4bd98c8382 --- diff --git a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets index f446b2f..8483016 100644 --- a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets +++ b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets @@ -1,5 +1,50 @@ - + + + false + true + + + + + $(OutputPath)$(AssemblyName).xml + + + + + <_ShortTargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">netstandard + <_ShortTargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == 'Tizen'">tizen + <_TargetFrameworkVersionWithoutV Condition="$(TargetFrameworkVersion.StartsWith('v'))">$(TargetFrameworkVersion.Substring(1)) + $(_ShortTargetFrameworkIdentifier)$(_TargetFrameworkVersionWithoutV) + + + + + $(MSBuildProjectDirectory)/$(AssemblyName).nuspec + + + + + + + + + + + __AppendNuGetFiles; + $(BuildDependsOn); + __CleanUpIntemediate; + + + + + + + + + + + diff --git a/Tools/dotnet-build.sh b/Tools/dotnet-build.sh index a0ee4b5..6f864ed 100755 --- a/Tools/dotnet-build.sh +++ b/Tools/dotnet-build.sh @@ -130,6 +130,21 @@ cmd_install() { fi } +cmd_nuspec_addfile() { + local SRC=$1; shift + local TARGET=$1; shift + + CHK_FILES=$(xmlstarlet sel -t -v "count(/package/files)" $PROJECT) + if [ $CHK_FILES -eq 0 ]; then + xmlstarlet ed -L -s "/package" -t elem -n "files" -v "" $PROJECT + fi + + xmlstarlet ed -L -s "/package/files" -t elem -n "file" -v "" \ + -i "/package/files/file[last()]" -t attr -n "src" -v "$SRC" \ + -i "/package/files/file[last()]" -t attr -n "target" -v "$TARGET" \ + $PROJECT +} + ######################################################################### # Parse arguments @@ -211,5 +226,6 @@ case $CMD in build) cmd_build $@ ;; pack) cmd_pack $@ ;; install) cmd_install $@ ;; + nuspec_addfile) cmd_nuspec_addfile $@ ;; *) usage; exit 1 ;; esac diff --git a/dotnet/LICENSE.txt b/dotnet/LICENSE.txt new file mode 100644 index 0000000..8302ac2 --- /dev/null +++ b/dotnet/LICENSE.txt @@ -0,0 +1,64 @@ +MICROSOFT SOFTWARE LICENSE TERMS +MICROSOFT .NET LIBRARY +These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft + * updates, + * supplements, + * Internet-based services, and + * support services +for this software, unless other terms accompany those items. If so, those terms apply. +BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. +IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW. +1. INSTALLATION AND USE RIGHTS. + a. Installation and Use. You may install and use any number of copies of the software to design, develop and test your programs. + b. Third Party Programs. The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only. +2. DATA. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to improve our products and services. You can learn more about data collection and use in the help documentation and the privacy statement at http://go.microsoft.com/fwlink/?LinkId=528096.Your use of the software operates as your consent to these practices. +3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. + a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. "Distributable Code" is code that you are permitted to distribute in programs you develop if you comply with the terms below. + i. Right to Use and Distribute. + * You may copy and distribute the object code form of the software. + * Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs. + ii. Distribution Requirements. For any Distributable Code you distribute, you must + * add significant primary functionality to it in your programs; + * require distributors and external end users to agree to terms that protect it at least as much as this agreement; + * display your valid copyright notice on your programs; and + * indemnify, defend, and hold harmless Microsoft from any claims, including attorneys' fees, related to the distribution or use of your programs. + iii. Distribution Restrictions. You may not + * alter any copyright, trademark or patent notice in the Distributable Code; + * use Microsoft's trademarks in your programs' names or in a way that suggests your programs come from or are endorsed by Microsoft; + * include Distributable Code in malicious, deceptive or unlawful programs; or + * modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that + * the code be disclosed or distributed in source code form; or + * others have the right to modify it. +4. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not + * work around any technical limitations in the software; + * reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation; + * publish the software for others to copy; + * rent, lease or lend the software; + * transfer the software or this agreement to any third party; or + * use the software for commercial software hosting services. +5. BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the software. +6. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes. +7. EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting. +8. SUPPORT SERVICES. Because this software is "as is," we may not provide support services for it. +9. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. +10. APPLICABLE LAW. + a. United States. If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort. + b. Outside the United States. If you acquired the software in any other country, the laws of that country apply. +11. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so. +12. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED "AS-IS." YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. +FOR AUSTRALIA - YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS. +13. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. +This limitation applies to + * anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and + * claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. +It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages. +Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French. +Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français. +EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n'accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d'adéquation à un usage particulier et d'absence de contrefaçon sont exclues. +LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices. +Cette limitation concerne : + * tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et + * les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d'une autre faute dans la limite autorisée par la loi en vigueur. +Elle s'applique également, même si Microsoft connaissait ou devrait connaître l'éventualité d'un tel dommage. Si votre pays n'autorise pas l'exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l'exclusion ci-dessus ne s'appliquera pas à votre égard. +EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d'autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas. + diff --git a/dotnet/TIZEN.txt b/dotnet/TIZEN.txt new file mode 100644 index 0000000..d471992 --- /dev/null +++ b/dotnet/TIZEN.txt @@ -0,0 +1,12 @@ +The following files added to this dotnet-cli for building Tizen stuff. + +- .NETPortable targets +sdk/*/Microsoft/Portable/* + +- Symlink Microsoft.CSharp.Targets +sdk/*/Microsoft.CSharp.Targets -> sdk/*/Microsoft.CSharp.targets + +- Dependent libraries for x86-64 +deps/* + + diff --git a/dotnet/ThirdPartyNotices.txt b/dotnet/ThirdPartyNotices.txt new file mode 100644 index 0000000..30f0241 --- /dev/null +++ b/dotnet/ThirdPartyNotices.txt @@ -0,0 +1,183 @@ +.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/deps/engines/lib4758cca.so b/dotnet/deps/engines/lib4758cca.so new file mode 100755 index 0000000..ae0b87c Binary files /dev/null and b/dotnet/deps/engines/lib4758cca.so differ diff --git a/dotnet/deps/engines/libaep.so b/dotnet/deps/engines/libaep.so new file mode 100755 index 0000000..078234e Binary files /dev/null and b/dotnet/deps/engines/libaep.so differ diff --git a/dotnet/deps/engines/libatalla.so b/dotnet/deps/engines/libatalla.so new file mode 100755 index 0000000..1e18dfe Binary files /dev/null and b/dotnet/deps/engines/libatalla.so differ diff --git a/dotnet/deps/engines/libcapi.so b/dotnet/deps/engines/libcapi.so new file mode 100755 index 0000000..4e1ce27 Binary files /dev/null and b/dotnet/deps/engines/libcapi.so differ diff --git a/dotnet/deps/engines/libchil.so b/dotnet/deps/engines/libchil.so new file mode 100755 index 0000000..62c59b8 Binary files /dev/null and b/dotnet/deps/engines/libchil.so differ diff --git a/dotnet/deps/engines/libcswift.so b/dotnet/deps/engines/libcswift.so new file mode 100755 index 0000000..42d0ea7 Binary files /dev/null and b/dotnet/deps/engines/libcswift.so differ diff --git a/dotnet/deps/engines/libgmp.so b/dotnet/deps/engines/libgmp.so new file mode 100755 index 0000000..0415a58 Binary files /dev/null and b/dotnet/deps/engines/libgmp.so differ diff --git a/dotnet/deps/engines/libgost.so b/dotnet/deps/engines/libgost.so new file mode 100755 index 0000000..57aeffb Binary files /dev/null and b/dotnet/deps/engines/libgost.so differ diff --git a/dotnet/deps/engines/libnuron.so b/dotnet/deps/engines/libnuron.so new file mode 100755 index 0000000..787aa78 Binary files /dev/null and b/dotnet/deps/engines/libnuron.so differ diff --git a/dotnet/deps/engines/libpadlock.so b/dotnet/deps/engines/libpadlock.so new file mode 100755 index 0000000..b04b2fe Binary files /dev/null and b/dotnet/deps/engines/libpadlock.so differ diff --git a/dotnet/deps/engines/libsureware.so b/dotnet/deps/engines/libsureware.so new file mode 100755 index 0000000..f9d14d6 Binary files /dev/null and b/dotnet/deps/engines/libsureware.so differ diff --git a/dotnet/deps/engines/libubsec.so b/dotnet/deps/engines/libubsec.so new file mode 100755 index 0000000..cf27207 Binary files /dev/null and b/dotnet/deps/engines/libubsec.so differ diff --git a/dotnet/deps/ld-2.20-2014.11.so b/dotnet/deps/ld-2.20-2014.11.so new file mode 100755 index 0000000..ec7342f Binary files /dev/null and b/dotnet/deps/ld-2.20-2014.11.so differ diff --git a/dotnet/deps/ld-linux-x86-64.so.2 b/dotnet/deps/ld-linux-x86-64.so.2 new file mode 120000 index 0000000..76c5382 --- /dev/null +++ b/dotnet/deps/ld-linux-x86-64.so.2 @@ -0,0 +1 @@ +ld-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libBrokenLocale-2.20-2014.11.so b/dotnet/deps/libBrokenLocale-2.20-2014.11.so new file mode 100755 index 0000000..9ff8d21 Binary files /dev/null and b/dotnet/deps/libBrokenLocale-2.20-2014.11.so differ diff --git a/dotnet/deps/libBrokenLocale.so.1 b/dotnet/deps/libBrokenLocale.so.1 new file mode 120000 index 0000000..847f875 --- /dev/null +++ b/dotnet/deps/libBrokenLocale.so.1 @@ -0,0 +1 @@ +libBrokenLocale-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libanl-2.20-2014.11.so b/dotnet/deps/libanl-2.20-2014.11.so new file mode 100755 index 0000000..404f7f9 Binary files /dev/null and b/dotnet/deps/libanl-2.20-2014.11.so differ diff --git a/dotnet/deps/libanl.so.1 b/dotnet/deps/libanl.so.1 new file mode 120000 index 0000000..03ab370 --- /dev/null +++ b/dotnet/deps/libanl.so.1 @@ -0,0 +1 @@ +libanl-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libc-2.20-2014.11.so b/dotnet/deps/libc-2.20-2014.11.so new file mode 100755 index 0000000..d2b20a8 Binary files /dev/null and b/dotnet/deps/libc-2.20-2014.11.so differ diff --git a/dotnet/deps/libc.so.6 b/dotnet/deps/libc.so.6 new file mode 120000 index 0000000..44c8f8d --- /dev/null +++ b/dotnet/deps/libc.so.6 @@ -0,0 +1 @@ +libc-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libcidn-2.20-2014.11.so b/dotnet/deps/libcidn-2.20-2014.11.so new file mode 100755 index 0000000..6847808 Binary files /dev/null and b/dotnet/deps/libcidn-2.20-2014.11.so differ diff --git a/dotnet/deps/libcidn.so.1 b/dotnet/deps/libcidn.so.1 new file mode 120000 index 0000000..5c0f717 --- /dev/null +++ b/dotnet/deps/libcidn.so.1 @@ -0,0 +1 @@ +libcidn-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libcrypt-2.20-2014.11.so b/dotnet/deps/libcrypt-2.20-2014.11.so new file mode 100755 index 0000000..bc15f0a Binary files /dev/null and b/dotnet/deps/libcrypt-2.20-2014.11.so differ diff --git a/dotnet/deps/libcrypt.so.1 b/dotnet/deps/libcrypt.so.1 new file mode 120000 index 0000000..4f552b5 --- /dev/null +++ b/dotnet/deps/libcrypt.so.1 @@ -0,0 +1 @@ +libcrypt-2.20-2014.11.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 new file mode 100755 index 0000000..ae57776 Binary files /dev/null and b/dotnet/deps/libcrypto.so.1.0.0 differ diff --git a/dotnet/deps/libdl-2.20-2014.11.so b/dotnet/deps/libdl-2.20-2014.11.so new file mode 100755 index 0000000..6145384 Binary files /dev/null and b/dotnet/deps/libdl-2.20-2014.11.so differ diff --git a/dotnet/deps/libdl.so.2 b/dotnet/deps/libdl.so.2 new file mode 120000 index 0000000..e8deff2 --- /dev/null +++ b/dotnet/deps/libdl.so.2 @@ -0,0 +1 @@ +libdl-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libgcc_s.so.1 b/dotnet/deps/libgcc_s.so.1 new file mode 100644 index 0000000..3e11e6f Binary files /dev/null and b/dotnet/deps/libgcc_s.so.1 differ diff --git a/dotnet/deps/libicudata.so b/dotnet/deps/libicudata.so new file mode 120000 index 0000000..447a0ba --- /dev/null +++ b/dotnet/deps/libicudata.so @@ -0,0 +1 @@ +libicudata.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicudata.so.57 b/dotnet/deps/libicudata.so.57 new file mode 120000 index 0000000..447a0ba --- /dev/null +++ b/dotnet/deps/libicudata.so.57 @@ -0,0 +1 @@ +libicudata.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicudata.so.57.1 b/dotnet/deps/libicudata.so.57.1 new file mode 100755 index 0000000..0955167 Binary files /dev/null and b/dotnet/deps/libicudata.so.57.1 differ diff --git a/dotnet/deps/libicui18n.so b/dotnet/deps/libicui18n.so new file mode 120000 index 0000000..b7d036e --- /dev/null +++ b/dotnet/deps/libicui18n.so @@ -0,0 +1 @@ +libicui18n.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicui18n.so.57 b/dotnet/deps/libicui18n.so.57 new file mode 120000 index 0000000..b7d036e --- /dev/null +++ b/dotnet/deps/libicui18n.so.57 @@ -0,0 +1 @@ +libicui18n.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicui18n.so.57.1 b/dotnet/deps/libicui18n.so.57.1 new file mode 100755 index 0000000..657e6f6 Binary files /dev/null and b/dotnet/deps/libicui18n.so.57.1 differ diff --git a/dotnet/deps/libicuio.so b/dotnet/deps/libicuio.so new file mode 120000 index 0000000..3fca164 --- /dev/null +++ b/dotnet/deps/libicuio.so @@ -0,0 +1 @@ +libicuio.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicuio.so.57 b/dotnet/deps/libicuio.so.57 new file mode 120000 index 0000000..3fca164 --- /dev/null +++ b/dotnet/deps/libicuio.so.57 @@ -0,0 +1 @@ +libicuio.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicuio.so.57.1 b/dotnet/deps/libicuio.so.57.1 new file mode 100755 index 0000000..0145d7b Binary files /dev/null and b/dotnet/deps/libicuio.so.57.1 differ diff --git a/dotnet/deps/libicule.so b/dotnet/deps/libicule.so new file mode 120000 index 0000000..11d6bac --- /dev/null +++ b/dotnet/deps/libicule.so @@ -0,0 +1 @@ +libicule.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicule.so.57 b/dotnet/deps/libicule.so.57 new file mode 120000 index 0000000..11d6bac --- /dev/null +++ b/dotnet/deps/libicule.so.57 @@ -0,0 +1 @@ +libicule.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicule.so.57.1 b/dotnet/deps/libicule.so.57.1 new file mode 100755 index 0000000..75abaea Binary files /dev/null and b/dotnet/deps/libicule.so.57.1 differ diff --git a/dotnet/deps/libiculx.so b/dotnet/deps/libiculx.so new file mode 120000 index 0000000..780ce17 --- /dev/null +++ b/dotnet/deps/libiculx.so @@ -0,0 +1 @@ +libiculx.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libiculx.so.57 b/dotnet/deps/libiculx.so.57 new file mode 120000 index 0000000..780ce17 --- /dev/null +++ b/dotnet/deps/libiculx.so.57 @@ -0,0 +1 @@ +libiculx.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libiculx.so.57.1 b/dotnet/deps/libiculx.so.57.1 new file mode 100755 index 0000000..6b25056 Binary files /dev/null and b/dotnet/deps/libiculx.so.57.1 differ diff --git a/dotnet/deps/libicutest.so b/dotnet/deps/libicutest.so new file mode 120000 index 0000000..5d954ae --- /dev/null +++ b/dotnet/deps/libicutest.so @@ -0,0 +1 @@ +libicutest.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicutest.so.57 b/dotnet/deps/libicutest.so.57 new file mode 120000 index 0000000..5d954ae --- /dev/null +++ b/dotnet/deps/libicutest.so.57 @@ -0,0 +1 @@ +libicutest.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicutest.so.57.1 b/dotnet/deps/libicutest.so.57.1 new file mode 100755 index 0000000..8c3fe50 Binary files /dev/null and b/dotnet/deps/libicutest.so.57.1 differ diff --git a/dotnet/deps/libicutu.so b/dotnet/deps/libicutu.so new file mode 120000 index 0000000..4c52ef1 --- /dev/null +++ b/dotnet/deps/libicutu.so @@ -0,0 +1 @@ +libicutu.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicutu.so.57 b/dotnet/deps/libicutu.so.57 new file mode 120000 index 0000000..4c52ef1 --- /dev/null +++ b/dotnet/deps/libicutu.so.57 @@ -0,0 +1 @@ +libicutu.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicutu.so.57.1 b/dotnet/deps/libicutu.so.57.1 new file mode 100755 index 0000000..f2a5ee4 Binary files /dev/null and b/dotnet/deps/libicutu.so.57.1 differ diff --git a/dotnet/deps/libicuuc.so b/dotnet/deps/libicuuc.so new file mode 120000 index 0000000..de45690 --- /dev/null +++ b/dotnet/deps/libicuuc.so @@ -0,0 +1 @@ +libicuuc.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicuuc.so.57 b/dotnet/deps/libicuuc.so.57 new file mode 120000 index 0000000..de45690 --- /dev/null +++ b/dotnet/deps/libicuuc.so.57 @@ -0,0 +1 @@ +libicuuc.so.57.1 \ No newline at end of file diff --git a/dotnet/deps/libicuuc.so.57.1 b/dotnet/deps/libicuuc.so.57.1 new file mode 100755 index 0000000..c5e2d65 Binary files /dev/null and b/dotnet/deps/libicuuc.so.57.1 differ diff --git a/dotnet/deps/libm-2.20-2014.11.so b/dotnet/deps/libm-2.20-2014.11.so new file mode 100755 index 0000000..ef55b11 Binary files /dev/null and b/dotnet/deps/libm-2.20-2014.11.so differ diff --git a/dotnet/deps/libm.so.6 b/dotnet/deps/libm.so.6 new file mode 120000 index 0000000..6020614 --- /dev/null +++ b/dotnet/deps/libm.so.6 @@ -0,0 +1 @@ +libm-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnsl-2.20-2014.11.so b/dotnet/deps/libnsl-2.20-2014.11.so new file mode 100755 index 0000000..6d9e3af Binary files /dev/null and b/dotnet/deps/libnsl-2.20-2014.11.so differ diff --git a/dotnet/deps/libnsl.so.1 b/dotnet/deps/libnsl.so.1 new file mode 120000 index 0000000..94de5a4 --- /dev/null +++ b/dotnet/deps/libnsl.so.1 @@ -0,0 +1 @@ +libnsl-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_compat-2.20-2014.11.so b/dotnet/deps/libnss_compat-2.20-2014.11.so new file mode 100755 index 0000000..7b94364 Binary files /dev/null and b/dotnet/deps/libnss_compat-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_compat.so.2 b/dotnet/deps/libnss_compat.so.2 new file mode 120000 index 0000000..d9d5dca --- /dev/null +++ b/dotnet/deps/libnss_compat.so.2 @@ -0,0 +1 @@ +libnss_compat-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_db-2.20-2014.11.so b/dotnet/deps/libnss_db-2.20-2014.11.so new file mode 100755 index 0000000..82da577 Binary files /dev/null and b/dotnet/deps/libnss_db-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_db.so.2 b/dotnet/deps/libnss_db.so.2 new file mode 120000 index 0000000..c1f1706 --- /dev/null +++ b/dotnet/deps/libnss_db.so.2 @@ -0,0 +1 @@ +libnss_db-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_dns-2.20-2014.11.so b/dotnet/deps/libnss_dns-2.20-2014.11.so new file mode 100755 index 0000000..da1443f Binary files /dev/null and b/dotnet/deps/libnss_dns-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_dns.so.2 b/dotnet/deps/libnss_dns.so.2 new file mode 120000 index 0000000..e7bb88f --- /dev/null +++ b/dotnet/deps/libnss_dns.so.2 @@ -0,0 +1 @@ +libnss_dns-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_files-2.20-2014.11.so b/dotnet/deps/libnss_files-2.20-2014.11.so new file mode 100755 index 0000000..c3abc57 Binary files /dev/null and b/dotnet/deps/libnss_files-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_files.so.2 b/dotnet/deps/libnss_files.so.2 new file mode 120000 index 0000000..29382db --- /dev/null +++ b/dotnet/deps/libnss_files.so.2 @@ -0,0 +1 @@ +libnss_files-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_hesiod-2.20-2014.11.so b/dotnet/deps/libnss_hesiod-2.20-2014.11.so new file mode 100755 index 0000000..9726124 Binary files /dev/null and b/dotnet/deps/libnss_hesiod-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_hesiod.so.2 b/dotnet/deps/libnss_hesiod.so.2 new file mode 120000 index 0000000..00bc84b --- /dev/null +++ b/dotnet/deps/libnss_hesiod.so.2 @@ -0,0 +1 @@ +libnss_hesiod-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_nis-2.20-2014.11.so b/dotnet/deps/libnss_nis-2.20-2014.11.so new file mode 100755 index 0000000..8ec44ac Binary files /dev/null and b/dotnet/deps/libnss_nis-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_nis.so.2 b/dotnet/deps/libnss_nis.so.2 new file mode 120000 index 0000000..c687f5c --- /dev/null +++ b/dotnet/deps/libnss_nis.so.2 @@ -0,0 +1 @@ +libnss_nis-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libnss_nisplus-2.20-2014.11.so b/dotnet/deps/libnss_nisplus-2.20-2014.11.so new file mode 100755 index 0000000..7461e3f Binary files /dev/null and b/dotnet/deps/libnss_nisplus-2.20-2014.11.so differ diff --git a/dotnet/deps/libnss_nisplus.so.2 b/dotnet/deps/libnss_nisplus.so.2 new file mode 120000 index 0000000..9016ab0 --- /dev/null +++ b/dotnet/deps/libnss_nisplus.so.2 @@ -0,0 +1 @@ +libnss_nisplus-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libpthread-2.20-2014.11.so b/dotnet/deps/libpthread-2.20-2014.11.so new file mode 100755 index 0000000..aa3ea76 Binary files /dev/null and b/dotnet/deps/libpthread-2.20-2014.11.so differ diff --git a/dotnet/deps/libpthread.so.0 b/dotnet/deps/libpthread.so.0 new file mode 120000 index 0000000..1c0b3b9 --- /dev/null +++ b/dotnet/deps/libpthread.so.0 @@ -0,0 +1 @@ +libpthread-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libresolv-2.20-2014.11.so b/dotnet/deps/libresolv-2.20-2014.11.so new file mode 100755 index 0000000..e89a8e5 Binary files /dev/null and b/dotnet/deps/libresolv-2.20-2014.11.so differ diff --git a/dotnet/deps/libresolv.so.2 b/dotnet/deps/libresolv.so.2 new file mode 120000 index 0000000..f701485 --- /dev/null +++ b/dotnet/deps/libresolv.so.2 @@ -0,0 +1 @@ +libresolv-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/librt-2.20-2014.11.so b/dotnet/deps/librt-2.20-2014.11.so new file mode 100755 index 0000000..ef7a1e7 Binary files /dev/null and b/dotnet/deps/librt-2.20-2014.11.so differ diff --git a/dotnet/deps/librt.so.1 b/dotnet/deps/librt.so.1 new file mode 120000 index 0000000..bb648d4 --- /dev/null +++ b/dotnet/deps/librt.so.1 @@ -0,0 +1 @@ +librt-2.20-2014.11.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 new file mode 100755 index 0000000..9933635 Binary files /dev/null and b/dotnet/deps/libssl.so.1.0.0 differ diff --git a/dotnet/deps/libstdc++.so.6 b/dotnet/deps/libstdc++.so.6 new file mode 120000 index 0000000..db90f97 --- /dev/null +++ b/dotnet/deps/libstdc++.so.6 @@ -0,0 +1 @@ +libstdc++.so.6.0.20 \ No newline at end of file diff --git a/dotnet/deps/libstdc++.so.6.0.20 b/dotnet/deps/libstdc++.so.6.0.20 new file mode 100755 index 0000000..0f00358 Binary files /dev/null and b/dotnet/deps/libstdc++.so.6.0.20 differ diff --git a/dotnet/deps/libthread_db-1.0.so b/dotnet/deps/libthread_db-1.0.so new file mode 100755 index 0000000..46e8036 Binary files /dev/null and b/dotnet/deps/libthread_db-1.0.so differ diff --git a/dotnet/deps/libthread_db.so.1 b/dotnet/deps/libthread_db.so.1 new file mode 120000 index 0000000..bc52514 --- /dev/null +++ b/dotnet/deps/libthread_db.so.1 @@ -0,0 +1 @@ +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 new file mode 120000 index 0000000..afbba64 --- /dev/null +++ b/dotnet/deps/libunwind-coredump.so @@ -0,0 +1 @@ +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 new file mode 120000 index 0000000..afbba64 --- /dev/null +++ b/dotnet/deps/libunwind-coredump.so.0 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..40434d4 Binary files /dev/null and b/dotnet/deps/libunwind-coredump.so.0.0.0 differ diff --git a/dotnet/deps/libunwind-generic.so b/dotnet/deps/libunwind-generic.so new file mode 120000 index 0000000..363f8d9 --- /dev/null +++ b/dotnet/deps/libunwind-generic.so @@ -0,0 +1 @@ +libunwind-x86_64.so \ No newline at end of file diff --git a/dotnet/deps/libunwind-ptrace.so b/dotnet/deps/libunwind-ptrace.so new file mode 120000 index 0000000..744c922 --- /dev/null +++ b/dotnet/deps/libunwind-ptrace.so @@ -0,0 +1 @@ +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 new file mode 120000 index 0000000..744c922 --- /dev/null +++ b/dotnet/deps/libunwind-ptrace.so.0 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..200ebbe Binary files /dev/null and b/dotnet/deps/libunwind-ptrace.so.0.0.0 differ diff --git a/dotnet/deps/libunwind-setjmp.so b/dotnet/deps/libunwind-setjmp.so new file mode 120000 index 0000000..d12fc12 --- /dev/null +++ b/dotnet/deps/libunwind-setjmp.so @@ -0,0 +1 @@ +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 new file mode 120000 index 0000000..d12fc12 --- /dev/null +++ b/dotnet/deps/libunwind-setjmp.so.0 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..19bc817 Binary files /dev/null and b/dotnet/deps/libunwind-setjmp.so.0.0.0 differ diff --git a/dotnet/deps/libunwind-x86_64.so b/dotnet/deps/libunwind-x86_64.so new file mode 120000 index 0000000..e4758f8 --- /dev/null +++ b/dotnet/deps/libunwind-x86_64.so @@ -0,0 +1 @@ +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 new file mode 120000 index 0000000..e4758f8 --- /dev/null +++ b/dotnet/deps/libunwind-x86_64.so.8 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..533d4e5 Binary files /dev/null and b/dotnet/deps/libunwind-x86_64.so.8.0.1 differ diff --git a/dotnet/deps/libunwind.so b/dotnet/deps/libunwind.so new file mode 120000 index 0000000..4ec4435 --- /dev/null +++ b/dotnet/deps/libunwind.so @@ -0,0 +1 @@ +libunwind.so.8 \ No newline at end of file diff --git a/dotnet/deps/libunwind.so.8 b/dotnet/deps/libunwind.so.8 new file mode 120000 index 0000000..6261e5c --- /dev/null +++ b/dotnet/deps/libunwind.so.8 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..84cb1d3 Binary files /dev/null and b/dotnet/deps/libunwind.so.8.0.1 differ diff --git a/dotnet/deps/libutil-2.20-2014.11.so b/dotnet/deps/libutil-2.20-2014.11.so new file mode 100755 index 0000000..7dbbc02 Binary files /dev/null and b/dotnet/deps/libutil-2.20-2014.11.so differ diff --git a/dotnet/deps/libutil.so.1 b/dotnet/deps/libutil.so.1 new file mode 120000 index 0000000..efb5eeb --- /dev/null +++ b/dotnet/deps/libutil.so.1 @@ -0,0 +1 @@ +libutil-2.20-2014.11.so \ No newline at end of file diff --git a/dotnet/deps/libuuid.so.1 b/dotnet/deps/libuuid.so.1 new file mode 120000 index 0000000..774fbfe --- /dev/null +++ b/dotnet/deps/libuuid.so.1 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..104d00e Binary files /dev/null and b/dotnet/deps/libuuid.so.1.3.0 differ diff --git a/dotnet/deps/libz.so.1 b/dotnet/deps/libz.so.1 new file mode 120000 index 0000000..2bfad1b --- /dev/null +++ b/dotnet/deps/libz.so.1 @@ -0,0 +1 @@ +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 new file mode 100755 index 0000000..c025885 Binary files /dev/null and b/dotnet/deps/libz.so.1.2.8 differ diff --git a/dotnet/dotnet b/dotnet/dotnet new file mode 100755 index 0000000..a862419 Binary files /dev/null and b/dotnet/dotnet differ diff --git a/dotnet/host/fxr/2.0.0-preview1-001907-00/libhostfxr.so b/dotnet/host/fxr/2.0.0-preview1-001907-00/libhostfxr.so new file mode 100755 index 0000000..01cee50 Binary files /dev/null and b/dotnet/host/fxr/2.0.0-preview1-001907-00/libhostfxr.so differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/.version b/dotnet/sdk/2.0.0-preview1-005700/.version new file mode 100644 index 0000000..4f3856a --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/.version @@ -0,0 +1,3 @@ +b207165c67a059b49912d467c64340f243d30873 +2.0.0-preview1-005700 +linux-x64 diff --git a/dotnet/sdk/2.0.0-preview1-005700/15.0/Imports/Microsoft.Common.props/ImportBefore/Microsoft.NETCoreSdk.BundledVersions.props b/dotnet/sdk/2.0.0-preview1-005700/15.0/Imports/Microsoft.Common.props/ImportBefore/Microsoft.NETCoreSdk.BundledVersions.props new file mode 100644 index 0000000..f79a698 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/15.0/Imports/Microsoft.Common.props/ImportBefore/Microsoft.NETCoreSdk.BundledVersions.props @@ -0,0 +1,19 @@ + + + + 2.0 + 2.0.0-preview1-001907-00 + 2.0 + 2.0.0-preview1-25203-01 + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets new file mode 100644 index 0000000..0b49165 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets @@ -0,0 +1,84 @@ + + + + $(MSBuildExtensionsPath)\Microsoft.TestPlatform.Build.dll + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + <_TargetFramework Include="$(TargetFrameworks)" /> + + + + + + + + + + + + + + + + + + + + + + VSTest + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.props b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.props new file mode 100644 index 0000000..3a57423 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.props @@ -0,0 +1,164 @@ + + + + + true + true + true + true + true + + + + + <_DirectoryBuildPropsFile Condition="'$(_DirectoryBuildPropsFile)' == ''">Directory.Build.props + <_DirectoryBuildPropsBasePath Condition="'$(_DirectoryBuildPropsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildPropsFile)')) + $([System.IO.Path]::Combine('$(_DirectoryBuildPropsBasePath)', '$(_DirectoryBuildPropsFile)')) + + + + + + + + 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-preview1-005700/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets new file mode 100644 index 0000000..433922a --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets @@ -0,0 +1,18 @@ + + + + + $(MSBuildExtensionsPath)\NuGet.targets + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets new file mode 100644 index 0000000..d157202 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets @@ -0,0 +1,20 @@ + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + $(MSBuildExtensionsPath)\Microsoft.TestPlatform.targets + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets b/dotnet/sdk/2.0.0-preview1-005700/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets new file mode 100644 index 0000000..433922a --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/15.0/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets @@ -0,0 +1,18 @@ + + + + + $(MSBuildExtensionsPath)\NuGet.targets + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.dll b/dotnet/sdk/2.0.0-preview1-005700/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.dll new file mode 100644 index 0000000..c0cb40a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/MSBuild.deps.json b/dotnet/sdk/2.0.0-preview1-005700/MSBuild.deps.json new file mode 100644 index 0000000..3f8bb5d --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/MSBuild.deps.json @@ -0,0 +1,2953 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "915b0575634b828e1e6326a5cda531e6c022bc42" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "MSBuild.deps.json/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02", + "Microsoft.DotNet.TestFramework": "2.0.0-preview1-preview1-005700", + "Microsoft.TestPlatform.Build": "15.1.0-preview-20170316-05", + "Microsoft.TestPlatform.CLI": "15.1.0-preview-20170316-05", + "NuGet.Build.Tasks": "4.3.0-beta1-2418", + "dotnet": "2.0.0-preview1-005700", + "tool_msbuild": "2.0.0-preview1-preview1-005700", + "tool_nuget": "2.0.0-preview1-preview1-005700" + }, + "runtime": {} + }, + "microsoft.applicationinsights/2.0.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.Http": "4.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "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.XDocument": "4.3.0" + }, + "runtime": { + "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} + } + }, + "microsoft.build/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.1", + "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.1.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.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.0.10", + "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.2.0-preview-000047-02": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "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.runtime/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Tasks.Core": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02" + } + }, + "microsoft.build.tasks.core/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Process": "4.1.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.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.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.NonGeneric": "4.0.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Process": "4.1.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.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.0.0-rc4-61325-08": { + "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.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08" + }, + "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.0-alpha-132": { + "runtime": { + "lib/netstandard1.5/Microsoft.DotNet.Cli.CommandLine.dll": {} + } + }, + "microsoft.dotnet.platformabstractions/1.0.3": { + "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.extensions.commandlineutils/1.1.0": { + "runtime": { + "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.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.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-20170328-177": { + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Abstractions.dll": {} + } + }, + "microsoft.templateengine.cli/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.Extensions.CommandLineUtils": "1.1.0", + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Edge": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "Newtonsoft.Json": "9.0.1" + }, + "runtime": { + "lib/netstandard1.5/Microsoft.TemplateEngine.Cli.dll": {} + } + }, + "microsoft.templateengine.core/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Core.dll": {} + } + }, + "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Core.Contracts.dll": {} + } + }, + "microsoft.templateengine.edge/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "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-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "Newtonsoft.Json": "9.0.1" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll": {} + } + }, + "microsoft.templateengine.utils/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Utils.dll": {} + } + }, + "microsoft.testplatform.build/15.1.0-preview-20170316-05": { + "runtime": { + "lib/netstandard1.3/Microsoft.TestPlatform.Build.dll": {} + }, + "runtimeTargets": {} + }, + "microsoft.testplatform.cli/15.1.0-preview-20170316-05": {}, + "microsoft.win32.primitives/4.0.1": { + "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-beta1-2418": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Tasks.Core": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "NuGet.Commands": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Build.Tasks.dll": {} + }, + "runtimeTargets": {} + }, + "nuget.client/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.ContentModel": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.Repositories": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Client.dll": {} + } + }, + "nuget.commandline.xplat/4.3.0-beta1-2418": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02", + "Microsoft.Extensions.CommandLineUtils": "1.1.0", + "NuGet.Commands": "4.3.0-beta1-2418", + "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-beta1-2418": { + "dependencies": { + "NuGet.Client": "4.3.0-beta1-2418", + "NuGet.Configuration": "4.3.0-beta1-2418", + "NuGet.ContentModel": "4.3.0-beta1-2418", + "NuGet.DependencyResolver.Core": "4.3.0-beta1-2418", + "NuGet.ProjectModel": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Commands.dll": {} + } + }, + "nuget.common/4.3.0-beta1-2418": { + "dependencies": { + "System.Diagnostics.Process": "4.1.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-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "System.Security.Cryptography.ProtectedData": "4.0.0", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Configuration.dll": {} + } + }, + "nuget.contentmodel/4.3.0-beta1-2418": { + "dependencies": { + "System.ObjectModel": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.ContentModel.dll": {} + } + }, + "nuget.dependencyresolver.core/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.LibraryModel": "4.3.0-beta1-2418", + "NuGet.Protocol.Core.v3": "4.3.0-beta1-2418", + "NuGet.Repositories": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} + } + }, + "nuget.frameworks/4.3.0-beta1-2418": { + "runtime": { + "lib/netstandard1.3/NuGet.Frameworks.dll": {} + } + }, + "nuget.librarymodel/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.LibraryModel.dll": {} + } + }, + "nuget.packaging/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging.Core": "4.3.0-beta1-2418", + "System.IO.Compression": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.dll": {} + } + }, + "nuget.packaging.core/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging.Core.Types": "4.3.0-beta1-2418", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} + } + }, + "nuget.packaging.core.types/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} + } + }, + "nuget.projectmodel/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.DependencyResolver.Core": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0", + "System.Threading.Thread": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.ProjectModel.dll": {} + } + }, + "nuget.protocol.core.types/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Configuration": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "System.Net.Http": "4.1.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} + } + }, + "nuget.protocol.core.v3/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.Protocol.Core.Types": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} + } + }, + "nuget.repositories/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Packaging": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Repositories.dll": {} + } + }, + "nuget.runtimemodel/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0", + "System.ObjectModel": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.RuntimeModel.dll": {} + } + }, + "nuget.versioning/4.3.0-beta1-2418": { + "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/4.0.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.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.diagnosticsource/4.0.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "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.1.0": { + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.10", + "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.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.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.http/4.1.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.0.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.0.11", + "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.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "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.Net.Http": "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.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.0.10": { + "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" + }, + "runtime": { + "lib/netstandard1.0/System.ValueTuple.dll": {} + } + }, + "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-preview1-005700": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.0.0", + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.DotNet.Archive": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.CommandLine": "0.1.0-alpha-132", + "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.DotNet.Configurer": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta-preview1-005700", + "Microsoft.DotNet.PlatformAbstractions": "1.0.3", + "Microsoft.DotNet.ProjectJsonMigration": "2.0.0-preview1-preview1-005700", + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Cli": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Orchestrator.RunnableProjects": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "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": {} + } + }, + "microsoft.dotnet.archive/2.0.0-preview1-preview1-005700": { + "dependencies": { + "System.Linq.Parallel": "4.0.1" + }, + "runtime": { + "Microsoft.DotNet.Archive.dll": {} + } + }, + "microsoft.dotnet.cli.sln.internal/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "System.Collections.Specialized": "4.0.1", + "System.Text.RegularExpressions": "4.3.0" + }, + "runtime": { + "Microsoft.DotNet.Cli.Sln.Internal.dll": {} + } + }, + "microsoft.dotnet.cli.utils/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "Microsoft.DotNet.PlatformAbstractions": "1.0.3", + "Microsoft.Extensions.DependencyModel": "1.0.3", + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.ProjectModel": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418", + "System.Diagnostics.Process": "4.1.0" + }, + "runtime": { + "Microsoft.DotNet.Cli.Utils.dll": {} + } + }, + "microsoft.dotnet.configurer/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Archive": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.Configurer.dll": {} + } + }, + "microsoft.dotnet.internalabstractions/2.0.0-beta-preview1-005700": { + "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.projectjsonmigration/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08", + "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.ProjectJsonMigration.dll": {} + } + }, + "microsoft.dotnet.testframework/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.TestFramework.dll": {} + } + }, + "tool_msbuild/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02" + }, + "runtime": {} + }, + "tool_nuget/2.0.0-preview1-preview1-005700": { + "dependencies": { + "NuGet.CommandLine.XPlat": "4.3.0-beta1-2418" + }, + "runtime": {} + } + } + }, + "libraries": { + "MSBuild.deps.json/2.0.0-preview1-005700": { + "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.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mpEjft5Kpw4BdorvbFDGodKt2ACPRHks4LzwqwtYobPwyBesUHqP43A9WY8GXjPHRwj+LNpwOrGZJbCdFPHiBA==", + "path": "microsoft.build/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.framework/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ivF93w4lDk3GQFFyJCiQXvMhWIYdta6+MkqpOHbzxFEor2MhNOoV9Okgd4F61T0LESOwX0pfGz98BF3WAjYVXA==", + "path": "microsoft.build.framework/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.framework.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.runtime/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OWzRAltN74io7U/zk1ctJNfj7OTWIyrhEBrchPP29FsRJopWQCaz94Ap/8Exmtr8abI9XHqoad95OeBiwEh5Rw==", + "path": "microsoft.build.runtime/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.runtime.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.tasks.core/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RktajVgcnl5/mIQdHcgH0URm6zoB5FkuMMBfcOLGl6aaPnoobzrV3TEPxRvHAVC5pud1Lr52Ze8c0ixii7HTmQ==", + "path": "microsoft.build.tasks.core/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.tasks.core.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.utilities.core/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h2ZdX1HytYtij4wNmWdwnlrw8MH38hp4pg3vpFg0RbmHaHm9nmJFty97m1pkLE91BE9c5kC1MKmssdnl5PRVcg==", + "path": "microsoft.build.utilities.core/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.utilities.core.15.2.0-preview-000047-02.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.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UR6qFXEe2pCQyEQlxAKH78jl0kExiQXOofMG+sKEFetth2eebmR42b4tLwsmsLpJLRdi22HYBFEcUpWdPcOBJw==", + "path": "microsoft.codeanalysis.common/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.common.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhC/itFbj9nVTT7PhiReglZVk2UgQhSiOBI2N0hdwTNU3z+tfn6/K3h01kW9Mwrd2Lqj/47ojU1rjOBmjIrEYA==", + "path": "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.csharp.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.csharp/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" + }, + "microsoft.dotnet.cli.commandline/0.1.0-alpha-132": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FXrW+RnKqkdP12vvtJP0oZLMMKlz/elpssuTE6DkEftONbq/Ma07tCrFxFUAIaF5bJbYsyVxB263+7U3cMGpDQ==", + "path": "microsoft.dotnet.cli.commandline/0.1.0-alpha-132", + "hashPath": "microsoft.dotnet.cli.commandline.0.1.0-alpha-132.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.commandlineutils/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZBmdRx6aj7RsJmT8KWZnr0dP/O5C/aChLQ1fD4TC4QBDcnh7/yjucIsZc1o3bLtutkqIqJ4ODPaVEhkEaPJZDQ==", + "path": "microsoft.extensions.commandlineutils/1.1.0", + "hashPath": "microsoft.extensions.commandlineutils.1.1.0.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.templateengine.abstractions/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-s/hr2J2ukqVU5H+7ee+Ila/XQ4rsKOcu732axC1lr7rDvdrYdSvGzD8jyKBr3397kJjIOey/pWwYrPggTRf4nw==", + "path": "microsoft.templateengine.abstractions/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.abstractions.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.cli/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qeCxHz5CZYmBL0o0hyNLtuNFruG0AdJ6FPZ2ofhwyFqHo8b50Yaa8onBr38qUcZDZ7/Mm8wY8GI6XkSCktcZVQ==", + "path": "microsoft.templateengine.cli/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.cli.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.core/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P7+J1GI8ohjwAq7cK82v2ARWeA1JwQxgK1Lsx2q0u4IaSWsjbSo4J5F3R0Xo8Vw4qBHuLuEK/Ve2GVazRMq8+A==", + "path": "microsoft.templateengine.core/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.core.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-leXDnsyCFtuykHTKESITxnDxaWLQSsWdjx+WUYglur8SyV/DsOs4H5ucJLXWywTCahHPIux2R+ZeB3EwDVGF6g==", + "path": "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.core.contracts.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.edge/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/le47SOvshtQeMa5Pda9vclEB5L2XAZgiSSCAA+riSrDY0F92TwACEv2Yk7wEjKHKsm25P1vLOTSKurTUkEKUA==", + "path": "microsoft.templateengine.edge/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.edge.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eGu1cEwpOepvzEBaZT9iZivTyJs11UfIayHoLEP/9Ecejct8YwDh9ok8h1YffhMEuKJP4M0NqOUT7O8WuF6PHQ==", + "path": "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.orchestrator.runnableprojects.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.utils/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VtXsFO+TGFwsHP/boq5u/yHZI1ss6dDMhiX2P5C3I8WzzFM1SxauOagfkflnKpSSAwTaijyQfbeITK1SK8n0jw==", + "path": "microsoft.templateengine.utils/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.utils.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.testplatform.build/15.1.0-preview-20170316-05": { + "type": "package", + "serviceable": true, + "sha512": "sha512-q5c2TI/s5P3v3DANvs0sJnUiHnCFmDCo0sXZwyuSJBECVVKWkdAd7zkn6KUJCqAvb+AeKOPsWRSYUZYIf1yPig==", + "path": "microsoft.testplatform.build/15.1.0-preview-20170316-05", + "hashPath": "microsoft.testplatform.build.15.1.0-preview-20170316-05.nupkg.sha512" + }, + "microsoft.testplatform.cli/15.1.0-preview-20170316-05": { + "type": "package", + "serviceable": true, + "sha512": "sha512-llZOdBmXYZ+3KzaqSGrxzqRmBvI8jQsFaXA5T0hvAluALbj/gv2rwXe11qUXCh0z5yNaRdF24dksO6NT8vcfDw==", + "path": "microsoft.testplatform.cli/15.1.0-preview-20170316-05", + "hashPath": "microsoft.testplatform.cli.15.1.0-preview-20170316-05.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.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==" + }, + "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-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-C+EaBCDf3vb0erbsUam/m5wJe/9VShZQW9XlnInj3wtKmZU6o1GamFHfFHJm0+t6wtwI5CasbrzKfc0Sbsk5mw==", + "path": "nuget.build.tasks/4.3.0-beta1-2418", + "hashPath": "nuget.build.tasks.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.client/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iny4/5eY62n4HSS59T+dohzcKSAgeReTSrhsGlz/qCLylblPZn6Zfci6zYSFCQAqq1x7R8C0I6gBzzHnBXv6gQ==", + "path": "nuget.client/4.3.0-beta1-2418", + "hashPath": "nuget.client.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.commandline.xplat/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IDIixV8v52ZPuxIisOrAXvUFHi0BaIaFseivLdbbFP8B1HfZQVa/slQs/z0X/yU/cA1lwD2S52Xuo9sBpH7yEQ==", + "path": "nuget.commandline.xplat/4.3.0-beta1-2418", + "hashPath": "nuget.commandline.xplat.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.commands/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UVlqyvi1fgNgvywUNbdKbu3sIz+AnSthp1jLuYcDEy2Yfcf7aF9T78C6mRffpFCCtoXoK8FrkPfY0mPl+uaH8Q==", + "path": "nuget.commands/4.3.0-beta1-2418", + "hashPath": "nuget.commands.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.common/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AQQrniEgXxFFVzCXtYprpVfPhAzmTNhjP3Kr9hRbWYCjxd9LPKzw/gPIiyYXfUNWDx/uDJGajhncgyx/rlhL/A==", + "path": "nuget.common/4.3.0-beta1-2418", + "hashPath": "nuget.common.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.configuration/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bky3w4ggYsTN+MeceoKAsa3BOY4dz4+4NJ6kRAGh8V1BsMuHRtFTGKpA6Xc5vHszWLxd12l4zWMhDX1nJvYq6Q==", + "path": "nuget.configuration/4.3.0-beta1-2418", + "hashPath": "nuget.configuration.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.contentmodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BQFiQcMYItuKFikQMysOgNB7Y4LzuDzgyz2fvtuMoRmvSq+691kG96P83FhDIEW1PkdumdvjmHqk77MAXWxWkA==", + "path": "nuget.contentmodel/4.3.0-beta1-2418", + "hashPath": "nuget.contentmodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.dependencyresolver.core/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4nwDyeflJ14o6m7xkPPYajuy7zLJJVrdI34SCl3PPdD+7cfJuAOG+ctxrtQX8+OyXwkRYV5m+TOaxLGIj+EHig==", + "path": "nuget.dependencyresolver.core/4.3.0-beta1-2418", + "hashPath": "nuget.dependencyresolver.core.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.frameworks/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-erTyPyYHOnlMbOVl776e2AXWH91cLY5M98rwvHGr1Qvyn65SXwJidTIyAA2GXiIWzxCOao6stQDbqnyh8a7J2w==", + "path": "nuget.frameworks/4.3.0-beta1-2418", + "hashPath": "nuget.frameworks.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.librarymodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5oEkxTAwCeRPHMAaM/zMkB6rjNB4avuu57qeHpu82OMFkvYKz7PVgLo3V97ZygQ9TjWYTqIlSssWNmKiKEYswg==", + "path": "nuget.librarymodel/4.3.0-beta1-2418", + "hashPath": "nuget.librarymodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KsDUh+HIm9lIs3Kb//Ayk5ToxlZM9UGfNf92xkR3sg8JT9MygI5ZYgWWp90dSwf35dPRMn5e+RgUedwhheKGFg==", + "path": "nuget.packaging/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging.core/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1au8aeFhKQXpMXaqat4U/ID5n4emMh1QHSHBMZrstGNtJYLBmj2OtM64pFVjbj1n9wPgJP5dZTx7ZlJBbNRhaA==", + "path": "nuget.packaging.core/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.core.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging.core.types/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LxSre5ByxhstgktXV2eezaiOyIk6Y1iDqEhT2s4lmf+0JudzW98y6DpotgQMZ11tmJO1fMlUFsFXGynlDlgKaw==", + "path": "nuget.packaging.core.types/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.core.types.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.projectmodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gAO9ZR6pR8ZnpaaLTEtu4lL9IhXymuPDb1VuZIBvkrBcNOmz3UKBiX6p5zlvDstC4yIB3J+3mqJD5eqdjhO93g==", + "path": "nuget.projectmodel/4.3.0-beta1-2418", + "hashPath": "nuget.projectmodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.protocol.core.types/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3yJ6rOHH4elsc98S2VMZPaFPaMmdYGUvu1D1jR7fxg7Mg/cyVh4dvh3wpnAX2RvP2OBhvDTV0D1DfxjekJbiwQ==", + "path": "nuget.protocol.core.types/4.3.0-beta1-2418", + "hashPath": "nuget.protocol.core.types.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.protocol.core.v3/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eewp4TBPCGmMb/MpyjBKJB8C5u+OJZXcDyhhLaqfq4M5TThuApffOOwJ0FagA315gFUm3Pch54F7Xut533RxOg==", + "path": "nuget.protocol.core.v3/4.3.0-beta1-2418", + "hashPath": "nuget.protocol.core.v3.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.repositories/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ldc5nfsmlxKEehLNglB5gX7ReEo28sQcfycniRAYvBg3GRky/9LRBZiKIkESIWVnA9+bpwdyfKkH9v9AMObPfQ==", + "path": "nuget.repositories/4.3.0-beta1-2418", + "hashPath": "nuget.repositories.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.runtimemodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3RC0bRlAds7t3bxF2hJlu3ZAP0rhiitK/sqT4/J2C6qkY+uH3VBrv/i3pmJqAlGH+Ln4ZxvDzvbdkh2RwaTGZQ==", + "path": "nuget.runtimemodel/4.3.0-beta1-2418", + "hashPath": "nuget.runtimemodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.versioning/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vjx6zFcesbC0Db2tSWh9GrZ1dDtGRsnFLqk7witR7qdKm7yj+IM9MJSzRidujtuabJg4uCMCR0SQ48Wxr4dBnw==", + "path": "nuget.versioning/4.3.0-beta1-2418", + "hashPath": "nuget.versioning.4.3.0-beta1-2418.nupkg.sha512" + }, + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" + }, + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" + }, + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" + }, + "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/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" + }, + "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==" + }, + "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==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" + }, + "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==" + }, + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" + }, + "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==" + }, + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" + }, + "system.appcontext/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==" + }, + "system.buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==" + }, + "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==" + }, + "system.collections.immutable/1.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==" + }, + "system.collections.nongeneric/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==" + }, + "system.collections.specialized/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==" + }, + "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==" + }, + "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.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" + }, + "system.diagnostics.fileversioninfo/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==" + }, + "system.diagnostics.process/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==" + }, + "system.diagnostics.stacktrace/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==" + }, + "system.diagnostics.textwritertracelistener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.io.pipes/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==" + }, + "system.linq.parallel/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==" + }, + "system.net.http/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==" + }, + "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==" + }, + "system.private.datacontractserialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "system.resources.reader/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==" + }, + "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==" + }, + "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==" + }, + "system.runtime.loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==" + }, + "system.runtime.numerics/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==" + }, + "system.runtime.serialization.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==" + }, + "system.runtime.serialization.xml/4.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==" + }, + "system.security.cryptography.algorithms/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==" + }, + "system.security.cryptography.cng/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==" + }, + "system.security.cryptography.csp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==" + }, + "system.security.cryptography.encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==" + }, + "system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==" + }, + "system.security.cryptography.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==" + }, + "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==" + }, + "system.security.principal/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "system.threading.overlapped/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==" + }, + "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==" + }, + "system.threading.tasks.extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==" + }, + "system.threading.tasks.parallel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==" + }, + "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-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==", + "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==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xmlserializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==" + }, + "system.xml.xpath/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==" + }, + "system.xml.xpath.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==" + }, + "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-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.archive/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.cli.sln.internal/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.cli.utils/2.0.0-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.configurer/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.internalabstractions/2.0.0-beta-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.projectjsonmigration/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.testframework/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "tool_msbuild/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "tool_nuget/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/MSBuild.dll b/dotnet/sdk/2.0.0-preview1-005700/MSBuild.dll new file mode 100644 index 0000000..2f2da00 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/MSBuild.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/MSBuild.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/MSBuild.runtimeconfig.json new file mode 100644 index 0000000..fccd5c1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/MSBuild.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.0.0-preview1-001907-00" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.ApplicationInsights.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.ApplicationInsights.dll new file mode 100644 index 0000000..50a854e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.ApplicationInsights.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Framework.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Framework.dll new file mode 100644 index 0000000..f00d205 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Framework.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Tasks.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Tasks.Core.dll new file mode 100644 index 0000000..8fa120c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Tasks.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Utilities.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Utilities.Core.dll new file mode 100644 index 0000000..1bd4ad3 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.Utilities.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.dll new file mode 100644 index 0000000..3e11ffa Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Build.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.CrossTargeting.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.CrossTargeting.targets new file mode 100644 index 0000000..30bf007 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.CrossTargeting.targets @@ -0,0 +1,24 @@ + + + + + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.CurrentVersion.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.CurrentVersion.targets new file mode 100644 index 0000000..3c3c752 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.CurrentVersion.targets @@ -0,0 +1,378 @@ + + + + + + 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-preview1-005700/Microsoft.CSharp.Targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.Targets new file mode 120000 index 0000000..495bab4 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.Targets @@ -0,0 +1 @@ +Microsoft.CSharp.targets \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.targets new file mode 100644 index 0000000..59926ad --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CSharp.targets @@ -0,0 +1,199 @@ + + + + + + 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-preview1-005700/Microsoft.CodeAnalysis.CSharp.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 0000000..9adc7f0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CodeAnalysis.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CodeAnalysis.dll new file mode 100644 index 0000000..23682a4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.CodeAnalysis.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.CrossTargeting.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.CrossTargeting.targets new file mode 100644 index 0000000..5fcbc37 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.CrossTargeting.targets @@ -0,0 +1,174 @@ + + + + + true + + + + + + + + <_TargetFramework Include="$(TargetFrameworks)" /> + + + + + + + + + + + + + + + + + Build + + + + + + + + + + + + + + + + true + + + + + + + + true + + + + + + true + + + + + + true + + + + + <_DirectoryBuildTargetsFile Condition="'$(_DirectoryBuildTargetsFile)' == ''">Directory.Build.targets + <_DirectoryBuildTargetsBasePath Condition="'$(_DirectoryBuildTargetsBasePath)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), '$(_DirectoryBuildTargetsFile)')) + $([System.IO.Path]::Combine('$(_DirectoryBuildTargetsBasePath)', '$(_DirectoryBuildTargetsFile)')) + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.CurrentVersion.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.CurrentVersion.targets new file mode 100644 index 0000000..d0b6d07 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.CurrentVersion.targets @@ -0,0 +1,5740 @@ + + + + + + + + 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 + + + + + + <_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) + + + $(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) + + + + + + $(TargetPlatformMoniker) + $(TargetPlatformIdentifier) + + + + + + + $(GetTargetPathDependsOn); GetTargetPath + + + + + + + + + + %(_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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(_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 + + true + false + + + + + + + + + + + + + + <_Temporary Remove="@(_Temporary)" /> + + + + $(PlatformTargetAsMSBuildArchitecture) + + $(TargetFrameworkSDKToolsDirectory) + + + + + $(TargetFrameworkAsMSBuildRuntime) + + + CurrentRuntime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_Temporary Remove="@(_Temporary)" /> + + + + true + + + true + + + + + true + + + true + + + + + + + + + + + + + + $(PlatformTargetAsMSBuildArchitecture) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ResolveReferences; + ResolveKeySource; + SetWin32ManifestProperties; + _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-preview1-005700/Microsoft.Common.overridetasks b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.overridetasks new file mode 100644 index 0000000..7c33902 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.overridetasks @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.targets new file mode 100644 index 0000000..38909dc --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.targets @@ -0,0 +1,161 @@ + + + + + + + + + $(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)')) + + + + + + + + + + + + + + + + + $(MSBuildFrameworkToolsPath) + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.tasks b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.tasks new file mode 100644 index 0000000..42ce72f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Common.tasks @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Archive.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Archive.dll new file mode 100644 index 0000000..9ad7519 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Archive.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.CommandLine.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.CommandLine.dll new file mode 100644 index 0000000..80cc124 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.CommandLine.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.Sln.Internal.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.Sln.Internal.dll new file mode 100644 index 0000000..8b33f73 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.Sln.Internal.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.Utils.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.Utils.dll new file mode 100644 index 0000000..72f7ce7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Cli.Utils.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Configurer.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Configurer.dll new file mode 100644 index 0000000..ce607b9 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.Configurer.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.InternalAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.InternalAbstractions.dll new file mode 100644 index 0000000..7418f12 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.InternalAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.PlatformAbstractions.dll new file mode 100644 index 0000000..16cf1ed Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.PlatformAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.ProjectJsonMigration.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.ProjectJsonMigration.dll new file mode 100644 index 0000000..d244db2 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.ProjectJsonMigration.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.TestFramework.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.TestFramework.dll new file mode 100644 index 0000000..424c31a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.DotNet.TestFramework.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Extensions.CommandLineUtils.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Extensions.CommandLineUtils.dll new file mode 100644 index 0000000..17b9977 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Extensions.CommandLineUtils.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Extensions.DependencyModel.dll new file mode 100644 index 0000000..9e4da99 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.Extensions.DependencyModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.CurrentVersion.props b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.CurrentVersion.props new file mode 100644 index 0000000..e7ab9ed --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.CurrentVersion.props @@ -0,0 +1,141 @@ + + + + + + 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-preview1-005700/Microsoft.NETFramework.CurrentVersion.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.CurrentVersion.targets new file mode 100644 index 0000000..9012c07 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.CurrentVersion.targets @@ -0,0 +1,130 @@ + + + + + + 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' or '%(_ResolvedProjectReferencePaths.TargetPlatformIdentifier)' == 'Portable'">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-preview1-005700/Microsoft.NETFramework.props b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.props new file mode 100644 index 0000000..2d50efc --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.props @@ -0,0 +1,46 @@ + + + + + + + + + $(MSBuildFrameworkToolsPath)\Microsoft.NETFramework.props + + + + + $(MSBuildToolsPath)\Microsoft.NETFramework.CurrentVersion.props + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.targets new file mode 100644 index 0000000..8139bdc --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.NETFramework.targets @@ -0,0 +1,79 @@ + + + + + + + + + $(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-preview1-005700/Microsoft.TemplateEngine.Abstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Abstractions.dll new file mode 100644 index 0000000..07e7f0f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Abstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Cli.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Cli.dll new file mode 100644 index 0000000..df48dda Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Cli.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Core.Contracts.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Core.Contracts.dll new file mode 100644 index 0000000..c5ab6d2 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Core.Contracts.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Core.dll new file mode 100644 index 0000000..5fc3417 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Edge.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Edge.dll new file mode 100644 index 0000000..924c899 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Edge.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll new file mode 100644 index 0000000..d58d2eb Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Utils.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Utils.dll new file mode 100644 index 0000000..7b4e712 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TemplateEngine.Utils.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.Build.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.Build.dll new file mode 100644 index 0000000..63d8695 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.Build.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CommunicationUtilities.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CommunicationUtilities.dll new file mode 100644 index 0000000..5761f0e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CommunicationUtilities.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CoreUtilities.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CoreUtilities.dll new file mode 100644 index 0000000..ec5c50b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CoreUtilities.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CrossPlatEngine.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CrossPlatEngine.dll new file mode 100644 index 0000000..c498ee6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.CrossPlatEngine.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.PlatformAbstractions.deps.json b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.PlatformAbstractions.deps.json new file mode 100644 index 0000000..6ecd34d --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.PlatformAbstractions.deps.json @@ -0,0 +1,483 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v1.0", + "signature": "8537e3cddd35feea0007c1f105896968a91b9aac" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v1.0": { + "microsoft.testplatform.platformabstractions/15.1.0-preview-20170316-05": { + "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.1.0-preview-20170316-05": { + "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-preview1-005700/Microsoft.TestPlatform.PlatformAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.PlatformAbstractions.dll new file mode 100644 index 0000000..55904e9 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.PlatformAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.Utilities.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.Utilities.dll new file mode 100644 index 0000000..13c44e9 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.Utilities.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll new file mode 100644 index 0000000..f2df96b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml new file mode 100644 index 0000000..c829f43 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml @@ -0,0 +1,567 @@ + + + + Microsoft.TestPlatform.VsTestConsole.TranslationLayer + + + + + Class which defines additional specifiable parameters for vstest.console.exe + + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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-preview1-005700/Microsoft.TestPlatform.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.targets new file mode 100644 index 0000000..a047e6b --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.TestPlatform.targets @@ -0,0 +1,84 @@ + + + + + Microsoft.TestPlatform.Build.dll + $([System.IO.Path]::Combine($(MSBuildThisFileDirectory),"vstest.console.dll")) + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.CrossTargeting.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.CrossTargeting.targets new file mode 100644 index 0000000..7c0b52f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.CrossTargeting.targets @@ -0,0 +1,24 @@ + + + + + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.CurrentVersion.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.CurrentVersion.targets new file mode 100644 index 0000000..4994f9f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.CurrentVersion.targets @@ -0,0 +1,381 @@ + + + + + + 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-preview1-005700/Microsoft.VisualBasic.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.targets new file mode 100644 index 0000000..0443374 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualBasic.targets @@ -0,0 +1,199 @@ + + + + + + + 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-preview1-005700/Microsoft.VisualStudio.TestPlatform.Client.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.Client.dll new file mode 100644 index 0000000..98e41bf Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.Client.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.Common.dll new file mode 100644 index 0000000..a3acf3b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll new file mode 100644 index 0000000..a8a609f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v11.Common.props b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v11.Common.props new file mode 100644 index 0000000..4df68bd --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v11.Common.props @@ -0,0 +1,20 @@ + + + + + + 11.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v12.Common.props b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v12.Common.props new file mode 100644 index 0000000..971ee03 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v12.Common.props @@ -0,0 +1,20 @@ + + + + + + 12.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v14.Common.props b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v14.Common.props new file mode 100644 index 0000000..a1804fc --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft.VisualStudioVersion.v14.Common.props @@ -0,0 +1,20 @@ + + + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/Microsoft.Portable.Core.props b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/Microsoft.Portable.Core.props new file mode 100755 index 0000000..eb95ac8 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/Microsoft.Portable.Core.props @@ -0,0 +1,41 @@ + + + + + + + Portable + .NETPortable + .NET Portable Subset + + + true + + + + + + + {CandidateAssemblyFiles}; + $(ReferencePath); + {HintPathFromItem}; + {TargetFrameworkDirectory}; + {Registry:$(FrameworkRegistryBase),$(TargetFrameworkVersion),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)}; + {RawFileName}; + $(OutDir) + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/Microsoft.Portable.Core.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/Microsoft.Portable.Core.targets new file mode 100755 index 0000000..189ee3c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/Microsoft.Portable.Core.targets @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + <_FullFrameworkReferenceAssemblyPaths>$(TargetFrameworkDirectory) + + + + + + $(ResolveReferencesDependsOn); + ImplicitlyExpandTargetFramework; + + + + $(ImplicitlyExpandTargetFrameworkDependsOn); + GetReferenceAssemblyPaths + + + + + + + + + + + false + false + .NET + $(TargetFrameworkIdentifier),$(TargetFrameworkVersion) + ImplicitlyExpandTargetFramework + True + + + + + + + + + <_ResolveAssemblyReferenceResolvedFiles Include="@(ReferencePath)" + Condition="'%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandTargetFramework'"/> + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.CSharp.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.CSharp.targets new file mode 100755 index 0000000..b865501 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.CSharp.targets @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets new file mode 100755 index 0000000..a95b73d --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets @@ -0,0 +1,19 @@ + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.VisualBasic.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.VisualBasic.targets new file mode 100755 index 0000000..a24d84f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.0/Microsoft.Portable.VisualBasic.targets @@ -0,0 +1,28 @@ + + + + + + + Embed + true + Empty + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets new file mode 100755 index 0000000..e5ecdd7 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.Common.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.Common.targets new file mode 100755 index 0000000..4aa142b --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.Common.targets @@ -0,0 +1,19 @@ + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.VisualBasic.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.VisualBasic.targets new file mode 100755 index 0000000..97d9ea0 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.5/Microsoft.Portable.VisualBasic.targets @@ -0,0 +1,46 @@ + + + + + + true + Empty + + + + + + + + <_VBRuntimeSearchDirectories Include="$(TargetFrameworkDirectory)" /> + + + + <_VBRuntimeFound Condition="Exists('%(_VBRuntimeSearchDirectories.Identity)Microsoft.VisualBasic.dll')">true + + + + Embed + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.CSharp.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.CSharp.targets new file mode 100755 index 0000000..c3f76e1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.CSharp.targets @@ -0,0 +1,24 @@ + + + + + true + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.Common.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.Common.targets new file mode 100755 index 0000000..4aa142b --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.Common.targets @@ -0,0 +1,19 @@ + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.VisualBasic.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.VisualBasic.targets new file mode 100755 index 0000000..3804d78 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v4.6/Microsoft.Portable.VisualBasic.targets @@ -0,0 +1,50 @@ + + + + + + true + Empty + + + + + + + + <_VBRuntimeSearchDirectories Include="$(TargetFrameworkDirectory)" /> + + + + <_VBRuntimeFound Condition="Exists('%(_VBRuntimeSearchDirectories.Identity)Microsoft.VisualBasic.dll')">true + + + + Embed + + + + + true + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.CSharp.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.CSharp.targets new file mode 100755 index 0000000..1afd014 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.CSharp.targets @@ -0,0 +1,24 @@ + + + + + true + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.Common.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.Common.targets new file mode 100755 index 0000000..5437ec6 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.Common.targets @@ -0,0 +1,23 @@ + + + + + true + true + .NETPlatform,Version=v5.0 + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.VisualBasic.targets b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.VisualBasic.targets new file mode 100755 index 0000000..9b2d0b3 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Microsoft/Portable/v5.0/Microsoft.Portable.VisualBasic.targets @@ -0,0 +1,32 @@ + + + + + + true + Empty + + + + + + true + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Newtonsoft.Json.dll new file mode 100644 index 0000000..d744a63 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Build.Tasks.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Build.Tasks.dll new file mode 100644 index 0000000..0009aff Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Build.Tasks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Client.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Client.dll new file mode 100644 index 0000000..fa4853f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Client.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.deps.json b/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.deps.json new file mode 100644 index 0000000..3e5aa70 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.deps.json @@ -0,0 +1,2953 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "915b0575634b828e1e6326a5cda531e6c022bc42" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "NuGet.CommandLine.XPlat.deps.json/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02", + "Microsoft.DotNet.TestFramework": "2.0.0-preview1-preview1-005700", + "Microsoft.TestPlatform.Build": "15.1.0-preview-20170316-05", + "Microsoft.TestPlatform.CLI": "15.1.0-preview-20170316-05", + "NuGet.Build.Tasks": "4.3.0-beta1-2418", + "dotnet": "2.0.0-preview1-005700", + "tool_msbuild": "2.0.0-preview1-preview1-005700", + "tool_nuget": "2.0.0-preview1-preview1-005700" + }, + "runtime": {} + }, + "microsoft.applicationinsights/2.0.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.Http": "4.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "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.XDocument": "4.3.0" + }, + "runtime": { + "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} + } + }, + "microsoft.build/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.1", + "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.1.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.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.0.10", + "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.2.0-preview-000047-02": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "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.runtime/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Tasks.Core": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02" + } + }, + "microsoft.build.tasks.core/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Process": "4.1.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.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.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.NonGeneric": "4.0.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Process": "4.1.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.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.0.0-rc4-61325-08": { + "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.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08" + }, + "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.0-alpha-132": { + "runtime": { + "lib/netstandard1.5/Microsoft.DotNet.Cli.CommandLine.dll": {} + } + }, + "microsoft.dotnet.platformabstractions/1.0.3": { + "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.extensions.commandlineutils/1.1.0": { + "runtime": { + "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.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.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-20170328-177": { + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Abstractions.dll": {} + } + }, + "microsoft.templateengine.cli/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.Extensions.CommandLineUtils": "1.1.0", + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Edge": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "Newtonsoft.Json": "9.0.1" + }, + "runtime": { + "lib/netstandard1.5/Microsoft.TemplateEngine.Cli.dll": {} + } + }, + "microsoft.templateengine.core/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Core.dll": {} + } + }, + "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Core.Contracts.dll": {} + } + }, + "microsoft.templateengine.edge/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "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-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "Newtonsoft.Json": "9.0.1" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll": {} + } + }, + "microsoft.templateengine.utils/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Utils.dll": {} + } + }, + "microsoft.testplatform.build/15.1.0-preview-20170316-05": { + "runtime": { + "lib/netstandard1.3/Microsoft.TestPlatform.Build.dll": {} + }, + "runtimeTargets": {} + }, + "microsoft.testplatform.cli/15.1.0-preview-20170316-05": {}, + "microsoft.win32.primitives/4.0.1": { + "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-beta1-2418": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Tasks.Core": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "NuGet.Commands": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Build.Tasks.dll": {} + }, + "runtimeTargets": {} + }, + "nuget.client/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.ContentModel": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.Repositories": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Client.dll": {} + } + }, + "nuget.commandline.xplat/4.3.0-beta1-2418": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02", + "Microsoft.Extensions.CommandLineUtils": "1.1.0", + "NuGet.Commands": "4.3.0-beta1-2418", + "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-beta1-2418": { + "dependencies": { + "NuGet.Client": "4.3.0-beta1-2418", + "NuGet.Configuration": "4.3.0-beta1-2418", + "NuGet.ContentModel": "4.3.0-beta1-2418", + "NuGet.DependencyResolver.Core": "4.3.0-beta1-2418", + "NuGet.ProjectModel": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Commands.dll": {} + } + }, + "nuget.common/4.3.0-beta1-2418": { + "dependencies": { + "System.Diagnostics.Process": "4.1.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-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "System.Security.Cryptography.ProtectedData": "4.0.0", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Configuration.dll": {} + } + }, + "nuget.contentmodel/4.3.0-beta1-2418": { + "dependencies": { + "System.ObjectModel": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.ContentModel.dll": {} + } + }, + "nuget.dependencyresolver.core/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.LibraryModel": "4.3.0-beta1-2418", + "NuGet.Protocol.Core.v3": "4.3.0-beta1-2418", + "NuGet.Repositories": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} + } + }, + "nuget.frameworks/4.3.0-beta1-2418": { + "runtime": { + "lib/netstandard1.3/NuGet.Frameworks.dll": {} + } + }, + "nuget.librarymodel/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.LibraryModel.dll": {} + } + }, + "nuget.packaging/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging.Core": "4.3.0-beta1-2418", + "System.IO.Compression": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.dll": {} + } + }, + "nuget.packaging.core/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging.Core.Types": "4.3.0-beta1-2418", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} + } + }, + "nuget.packaging.core.types/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} + } + }, + "nuget.projectmodel/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.DependencyResolver.Core": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0", + "System.Threading.Thread": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.ProjectModel.dll": {} + } + }, + "nuget.protocol.core.types/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Configuration": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "System.Net.Http": "4.1.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} + } + }, + "nuget.protocol.core.v3/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.Protocol.Core.Types": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} + } + }, + "nuget.repositories/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Packaging": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Repositories.dll": {} + } + }, + "nuget.runtimemodel/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0", + "System.ObjectModel": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.RuntimeModel.dll": {} + } + }, + "nuget.versioning/4.3.0-beta1-2418": { + "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/4.0.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.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.diagnosticsource/4.0.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "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.1.0": { + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.10", + "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.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.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.http/4.1.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.0.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.0.11", + "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.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "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.Net.Http": "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.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.0.10": { + "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" + }, + "runtime": { + "lib/netstandard1.0/System.ValueTuple.dll": {} + } + }, + "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-preview1-005700": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.0.0", + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.DotNet.Archive": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.CommandLine": "0.1.0-alpha-132", + "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.DotNet.Configurer": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta-preview1-005700", + "Microsoft.DotNet.PlatformAbstractions": "1.0.3", + "Microsoft.DotNet.ProjectJsonMigration": "2.0.0-preview1-preview1-005700", + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Cli": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Orchestrator.RunnableProjects": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "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": {} + } + }, + "microsoft.dotnet.archive/2.0.0-preview1-preview1-005700": { + "dependencies": { + "System.Linq.Parallel": "4.0.1" + }, + "runtime": { + "Microsoft.DotNet.Archive.dll": {} + } + }, + "microsoft.dotnet.cli.sln.internal/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "System.Collections.Specialized": "4.0.1", + "System.Text.RegularExpressions": "4.3.0" + }, + "runtime": { + "Microsoft.DotNet.Cli.Sln.Internal.dll": {} + } + }, + "microsoft.dotnet.cli.utils/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "Microsoft.DotNet.PlatformAbstractions": "1.0.3", + "Microsoft.Extensions.DependencyModel": "1.0.3", + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.ProjectModel": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418", + "System.Diagnostics.Process": "4.1.0" + }, + "runtime": { + "Microsoft.DotNet.Cli.Utils.dll": {} + } + }, + "microsoft.dotnet.configurer/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Archive": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.Configurer.dll": {} + } + }, + "microsoft.dotnet.internalabstractions/2.0.0-beta-preview1-005700": { + "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.projectjsonmigration/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08", + "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.ProjectJsonMigration.dll": {} + } + }, + "microsoft.dotnet.testframework/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.TestFramework.dll": {} + } + }, + "tool_msbuild/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02" + }, + "runtime": {} + }, + "tool_nuget/2.0.0-preview1-preview1-005700": { + "dependencies": { + "NuGet.CommandLine.XPlat": "4.3.0-beta1-2418" + }, + "runtime": {} + } + } + }, + "libraries": { + "NuGet.CommandLine.XPlat.deps.json/2.0.0-preview1-005700": { + "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.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mpEjft5Kpw4BdorvbFDGodKt2ACPRHks4LzwqwtYobPwyBesUHqP43A9WY8GXjPHRwj+LNpwOrGZJbCdFPHiBA==", + "path": "microsoft.build/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.framework/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ivF93w4lDk3GQFFyJCiQXvMhWIYdta6+MkqpOHbzxFEor2MhNOoV9Okgd4F61T0LESOwX0pfGz98BF3WAjYVXA==", + "path": "microsoft.build.framework/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.framework.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.runtime/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OWzRAltN74io7U/zk1ctJNfj7OTWIyrhEBrchPP29FsRJopWQCaz94Ap/8Exmtr8abI9XHqoad95OeBiwEh5Rw==", + "path": "microsoft.build.runtime/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.runtime.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.tasks.core/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RktajVgcnl5/mIQdHcgH0URm6zoB5FkuMMBfcOLGl6aaPnoobzrV3TEPxRvHAVC5pud1Lr52Ze8c0ixii7HTmQ==", + "path": "microsoft.build.tasks.core/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.tasks.core.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.utilities.core/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h2ZdX1HytYtij4wNmWdwnlrw8MH38hp4pg3vpFg0RbmHaHm9nmJFty97m1pkLE91BE9c5kC1MKmssdnl5PRVcg==", + "path": "microsoft.build.utilities.core/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.utilities.core.15.2.0-preview-000047-02.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.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UR6qFXEe2pCQyEQlxAKH78jl0kExiQXOofMG+sKEFetth2eebmR42b4tLwsmsLpJLRdi22HYBFEcUpWdPcOBJw==", + "path": "microsoft.codeanalysis.common/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.common.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhC/itFbj9nVTT7PhiReglZVk2UgQhSiOBI2N0hdwTNU3z+tfn6/K3h01kW9Mwrd2Lqj/47ojU1rjOBmjIrEYA==", + "path": "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.csharp.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.csharp/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" + }, + "microsoft.dotnet.cli.commandline/0.1.0-alpha-132": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FXrW+RnKqkdP12vvtJP0oZLMMKlz/elpssuTE6DkEftONbq/Ma07tCrFxFUAIaF5bJbYsyVxB263+7U3cMGpDQ==", + "path": "microsoft.dotnet.cli.commandline/0.1.0-alpha-132", + "hashPath": "microsoft.dotnet.cli.commandline.0.1.0-alpha-132.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.commandlineutils/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZBmdRx6aj7RsJmT8KWZnr0dP/O5C/aChLQ1fD4TC4QBDcnh7/yjucIsZc1o3bLtutkqIqJ4ODPaVEhkEaPJZDQ==", + "path": "microsoft.extensions.commandlineutils/1.1.0", + "hashPath": "microsoft.extensions.commandlineutils.1.1.0.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.templateengine.abstractions/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-s/hr2J2ukqVU5H+7ee+Ila/XQ4rsKOcu732axC1lr7rDvdrYdSvGzD8jyKBr3397kJjIOey/pWwYrPggTRf4nw==", + "path": "microsoft.templateengine.abstractions/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.abstractions.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.cli/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qeCxHz5CZYmBL0o0hyNLtuNFruG0AdJ6FPZ2ofhwyFqHo8b50Yaa8onBr38qUcZDZ7/Mm8wY8GI6XkSCktcZVQ==", + "path": "microsoft.templateengine.cli/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.cli.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.core/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P7+J1GI8ohjwAq7cK82v2ARWeA1JwQxgK1Lsx2q0u4IaSWsjbSo4J5F3R0Xo8Vw4qBHuLuEK/Ve2GVazRMq8+A==", + "path": "microsoft.templateengine.core/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.core.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-leXDnsyCFtuykHTKESITxnDxaWLQSsWdjx+WUYglur8SyV/DsOs4H5ucJLXWywTCahHPIux2R+ZeB3EwDVGF6g==", + "path": "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.core.contracts.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.edge/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/le47SOvshtQeMa5Pda9vclEB5L2XAZgiSSCAA+riSrDY0F92TwACEv2Yk7wEjKHKsm25P1vLOTSKurTUkEKUA==", + "path": "microsoft.templateengine.edge/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.edge.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eGu1cEwpOepvzEBaZT9iZivTyJs11UfIayHoLEP/9Ecejct8YwDh9ok8h1YffhMEuKJP4M0NqOUT7O8WuF6PHQ==", + "path": "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.orchestrator.runnableprojects.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.utils/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VtXsFO+TGFwsHP/boq5u/yHZI1ss6dDMhiX2P5C3I8WzzFM1SxauOagfkflnKpSSAwTaijyQfbeITK1SK8n0jw==", + "path": "microsoft.templateengine.utils/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.utils.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.testplatform.build/15.1.0-preview-20170316-05": { + "type": "package", + "serviceable": true, + "sha512": "sha512-q5c2TI/s5P3v3DANvs0sJnUiHnCFmDCo0sXZwyuSJBECVVKWkdAd7zkn6KUJCqAvb+AeKOPsWRSYUZYIf1yPig==", + "path": "microsoft.testplatform.build/15.1.0-preview-20170316-05", + "hashPath": "microsoft.testplatform.build.15.1.0-preview-20170316-05.nupkg.sha512" + }, + "microsoft.testplatform.cli/15.1.0-preview-20170316-05": { + "type": "package", + "serviceable": true, + "sha512": "sha512-llZOdBmXYZ+3KzaqSGrxzqRmBvI8jQsFaXA5T0hvAluALbj/gv2rwXe11qUXCh0z5yNaRdF24dksO6NT8vcfDw==", + "path": "microsoft.testplatform.cli/15.1.0-preview-20170316-05", + "hashPath": "microsoft.testplatform.cli.15.1.0-preview-20170316-05.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.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==" + }, + "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-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-C+EaBCDf3vb0erbsUam/m5wJe/9VShZQW9XlnInj3wtKmZU6o1GamFHfFHJm0+t6wtwI5CasbrzKfc0Sbsk5mw==", + "path": "nuget.build.tasks/4.3.0-beta1-2418", + "hashPath": "nuget.build.tasks.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.client/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iny4/5eY62n4HSS59T+dohzcKSAgeReTSrhsGlz/qCLylblPZn6Zfci6zYSFCQAqq1x7R8C0I6gBzzHnBXv6gQ==", + "path": "nuget.client/4.3.0-beta1-2418", + "hashPath": "nuget.client.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.commandline.xplat/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IDIixV8v52ZPuxIisOrAXvUFHi0BaIaFseivLdbbFP8B1HfZQVa/slQs/z0X/yU/cA1lwD2S52Xuo9sBpH7yEQ==", + "path": "nuget.commandline.xplat/4.3.0-beta1-2418", + "hashPath": "nuget.commandline.xplat.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.commands/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UVlqyvi1fgNgvywUNbdKbu3sIz+AnSthp1jLuYcDEy2Yfcf7aF9T78C6mRffpFCCtoXoK8FrkPfY0mPl+uaH8Q==", + "path": "nuget.commands/4.3.0-beta1-2418", + "hashPath": "nuget.commands.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.common/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AQQrniEgXxFFVzCXtYprpVfPhAzmTNhjP3Kr9hRbWYCjxd9LPKzw/gPIiyYXfUNWDx/uDJGajhncgyx/rlhL/A==", + "path": "nuget.common/4.3.0-beta1-2418", + "hashPath": "nuget.common.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.configuration/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bky3w4ggYsTN+MeceoKAsa3BOY4dz4+4NJ6kRAGh8V1BsMuHRtFTGKpA6Xc5vHszWLxd12l4zWMhDX1nJvYq6Q==", + "path": "nuget.configuration/4.3.0-beta1-2418", + "hashPath": "nuget.configuration.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.contentmodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BQFiQcMYItuKFikQMysOgNB7Y4LzuDzgyz2fvtuMoRmvSq+691kG96P83FhDIEW1PkdumdvjmHqk77MAXWxWkA==", + "path": "nuget.contentmodel/4.3.0-beta1-2418", + "hashPath": "nuget.contentmodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.dependencyresolver.core/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4nwDyeflJ14o6m7xkPPYajuy7zLJJVrdI34SCl3PPdD+7cfJuAOG+ctxrtQX8+OyXwkRYV5m+TOaxLGIj+EHig==", + "path": "nuget.dependencyresolver.core/4.3.0-beta1-2418", + "hashPath": "nuget.dependencyresolver.core.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.frameworks/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-erTyPyYHOnlMbOVl776e2AXWH91cLY5M98rwvHGr1Qvyn65SXwJidTIyAA2GXiIWzxCOao6stQDbqnyh8a7J2w==", + "path": "nuget.frameworks/4.3.0-beta1-2418", + "hashPath": "nuget.frameworks.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.librarymodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5oEkxTAwCeRPHMAaM/zMkB6rjNB4avuu57qeHpu82OMFkvYKz7PVgLo3V97ZygQ9TjWYTqIlSssWNmKiKEYswg==", + "path": "nuget.librarymodel/4.3.0-beta1-2418", + "hashPath": "nuget.librarymodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KsDUh+HIm9lIs3Kb//Ayk5ToxlZM9UGfNf92xkR3sg8JT9MygI5ZYgWWp90dSwf35dPRMn5e+RgUedwhheKGFg==", + "path": "nuget.packaging/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging.core/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1au8aeFhKQXpMXaqat4U/ID5n4emMh1QHSHBMZrstGNtJYLBmj2OtM64pFVjbj1n9wPgJP5dZTx7ZlJBbNRhaA==", + "path": "nuget.packaging.core/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.core.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging.core.types/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LxSre5ByxhstgktXV2eezaiOyIk6Y1iDqEhT2s4lmf+0JudzW98y6DpotgQMZ11tmJO1fMlUFsFXGynlDlgKaw==", + "path": "nuget.packaging.core.types/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.core.types.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.projectmodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gAO9ZR6pR8ZnpaaLTEtu4lL9IhXymuPDb1VuZIBvkrBcNOmz3UKBiX6p5zlvDstC4yIB3J+3mqJD5eqdjhO93g==", + "path": "nuget.projectmodel/4.3.0-beta1-2418", + "hashPath": "nuget.projectmodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.protocol.core.types/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3yJ6rOHH4elsc98S2VMZPaFPaMmdYGUvu1D1jR7fxg7Mg/cyVh4dvh3wpnAX2RvP2OBhvDTV0D1DfxjekJbiwQ==", + "path": "nuget.protocol.core.types/4.3.0-beta1-2418", + "hashPath": "nuget.protocol.core.types.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.protocol.core.v3/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eewp4TBPCGmMb/MpyjBKJB8C5u+OJZXcDyhhLaqfq4M5TThuApffOOwJ0FagA315gFUm3Pch54F7Xut533RxOg==", + "path": "nuget.protocol.core.v3/4.3.0-beta1-2418", + "hashPath": "nuget.protocol.core.v3.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.repositories/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ldc5nfsmlxKEehLNglB5gX7ReEo28sQcfycniRAYvBg3GRky/9LRBZiKIkESIWVnA9+bpwdyfKkH9v9AMObPfQ==", + "path": "nuget.repositories/4.3.0-beta1-2418", + "hashPath": "nuget.repositories.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.runtimemodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3RC0bRlAds7t3bxF2hJlu3ZAP0rhiitK/sqT4/J2C6qkY+uH3VBrv/i3pmJqAlGH+Ln4ZxvDzvbdkh2RwaTGZQ==", + "path": "nuget.runtimemodel/4.3.0-beta1-2418", + "hashPath": "nuget.runtimemodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.versioning/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vjx6zFcesbC0Db2tSWh9GrZ1dDtGRsnFLqk7witR7qdKm7yj+IM9MJSzRidujtuabJg4uCMCR0SQ48Wxr4dBnw==", + "path": "nuget.versioning/4.3.0-beta1-2418", + "hashPath": "nuget.versioning.4.3.0-beta1-2418.nupkg.sha512" + }, + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" + }, + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" + }, + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" + }, + "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/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" + }, + "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==" + }, + "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==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" + }, + "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==" + }, + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" + }, + "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==" + }, + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" + }, + "system.appcontext/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==" + }, + "system.buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==" + }, + "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==" + }, + "system.collections.immutable/1.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==" + }, + "system.collections.nongeneric/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==" + }, + "system.collections.specialized/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==" + }, + "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==" + }, + "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.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" + }, + "system.diagnostics.fileversioninfo/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==" + }, + "system.diagnostics.process/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==" + }, + "system.diagnostics.stacktrace/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==" + }, + "system.diagnostics.textwritertracelistener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.io.pipes/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==" + }, + "system.linq.parallel/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==" + }, + "system.net.http/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==" + }, + "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==" + }, + "system.private.datacontractserialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "system.resources.reader/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==" + }, + "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==" + }, + "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==" + }, + "system.runtime.loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==" + }, + "system.runtime.numerics/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==" + }, + "system.runtime.serialization.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==" + }, + "system.runtime.serialization.xml/4.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==" + }, + "system.security.cryptography.algorithms/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==" + }, + "system.security.cryptography.cng/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==" + }, + "system.security.cryptography.csp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==" + }, + "system.security.cryptography.encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==" + }, + "system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==" + }, + "system.security.cryptography.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==" + }, + "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==" + }, + "system.security.principal/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "system.threading.overlapped/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==" + }, + "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==" + }, + "system.threading.tasks.extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==" + }, + "system.threading.tasks.parallel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==" + }, + "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-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==", + "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==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xmlserializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==" + }, + "system.xml.xpath/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==" + }, + "system.xml.xpath.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==" + }, + "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-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.archive/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.cli.sln.internal/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.cli.utils/2.0.0-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.configurer/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.internalabstractions/2.0.0-beta-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.projectjsonmigration/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.testframework/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "tool_msbuild/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "tool_nuget/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.dll new file mode 100644 index 0000000..412427c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.runtimeconfig.json new file mode 100644 index 0000000..fccd5c1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/NuGet.CommandLine.XPlat.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.0.0-preview1-001907-00" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Commands.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Commands.dll new file mode 100644 index 0000000..0cfd079 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Commands.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Common.dll new file mode 100644 index 0000000..4498ed3 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Configuration.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Configuration.dll new file mode 100644 index 0000000..710e8cf Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Configuration.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.ContentModel.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.ContentModel.dll new file mode 100644 index 0000000..8820d06 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.ContentModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.DependencyResolver.Core.dll new file mode 100644 index 0000000..e3e24e8 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.DependencyResolver.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Frameworks.dll new file mode 100644 index 0000000..2bb3e33 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Frameworks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.LibraryModel.dll new file mode 100644 index 0000000..9650540 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.LibraryModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.Core.Types.dll new file mode 100644 index 0000000..eef24d2 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.Core.dll new file mode 100644 index 0000000..7fb0479 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.dll new file mode 100644 index 0000000..677b5a5 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Packaging.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.ProjectModel.dll new file mode 100644 index 0000000..f6a4b68 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.ProjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Protocol.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Protocol.Core.Types.dll new file mode 100644 index 0000000..23a02f7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Protocol.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Protocol.Core.v3.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Protocol.Core.v3.dll new file mode 100644 index 0000000..133cf98 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Protocol.Core.v3.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Repositories.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Repositories.dll new file mode 100644 index 0000000..c4c8235 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Repositories.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.RuntimeModel.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.RuntimeModel.dll new file mode 100644 index 0000000..717a694 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.RuntimeModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.Versioning.dll b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Versioning.dll new file mode 100644 index 0000000..386a01e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/NuGet.Versioning.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/NuGet.targets b/dotnet/sdk/2.0.0-preview1-005700/NuGet.targets new file mode 100644 index 0000000..4f80ef7 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/NuGet.targets @@ -0,0 +1,732 @@ + + + + + true + + NuGet.Build.Tasks.dll + + 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)" /> + + + + + + + + + $(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) + $(RestoreSources) + $(RestoreFallbackFolders) + $(RestorePackagesPath) + $(RestoreProjectStyle) + $(RestoreOutputAbsolutePath) + @(_RestoreTargetFrameworksOutputFiltered) + $(RuntimeIdentifiers);$(RuntimeIdentifier) + $(RuntimeSupports) + $(_RestoreCrossTargeting) + $(RestoreLegacyPackagesDirectory) + $(ValidateRuntimeIdentifierCompatibility) + $(_RestoreSkipContentFileWrite) + + + + + + <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> + ProjectSpec + $(MSBuildProjectFullPath) + $(MSBuildProjectFullPath) + $(_RestoreProjectName) + $(RestoreSources) + $(RestoreFallbackFolders) + $(RestorePackagesPath) + $(RestoreFallbackFolders) + $(_CurrentProjectJsonPath) + $(RestoreProjectStyle) + + + + + + <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> + ProjectSpec + $(MSBuildProjectFullPath) + $(MSBuildProjectFullPath) + $(_RestoreProjectName) + $(RestoreProjectStyle) + @(_RestoreTargetFrameworksOutputFiltered) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_RestoreGraphEntry Include="$([System.Guid]::NewGuid())"> + TargetFrameworkInformation + $(MSBuildProjectFullPath) + $(PackageTargetFallback) + $(TargetFramework) + + + + + + + + + + + + + + <_RestoreProjectPathItems Include="$(_RestoreGraphAbsoluteProjectPaths)" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_GenerateRestoreProjectPathWalkOutputs Include="$(MSBuildProjectFullPath)" /> + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll new file mode 100644 index 0000000..fa0f2b2 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CSharp.Core.targets b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CSharp.Core.targets new file mode 100644 index 0000000..0b8ba6f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CSharp.Core.targets @@ -0,0 +1,151 @@ + + + + + + + $(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-preview1-005700/Roslyn/Microsoft.CodeAnalysis.CSharp.dll b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 0000000..c1616f8 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/packaging/deps.tar.gz b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll similarity index 57% rename from packaging/deps.tar.gz rename to dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll index 1c8159c..01d0aa1 100644 Binary files a/packaging/deps.tar.gz and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.dll b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.dll new file mode 100644 index 0000000..6ebffc0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.CodeAnalysis.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.VisualBasic.Core.targets b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.VisualBasic.Core.targets new file mode 100644 index 0000000..8d5d9e3 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/Microsoft.VisualBasic.Core.targets @@ -0,0 +1,148 @@ + + + + + + <_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-preview1-005700/Roslyn/RunCsc.cmd b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/RunCsc.cmd new file mode 100644 index 0000000..7398082 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/RunCsc.cmd @@ -0,0 +1,6 @@ +@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-preview1-005700/Roslyn/RunCsc.sh b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/RunCsc.sh new file mode 100755 index 0000000..47aed63 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/RunCsc.sh @@ -0,0 +1,17 @@ +#!/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-preview1-005700/Roslyn/System.ValueTuple.dll b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/System.ValueTuple.dll new file mode 100644 index 0000000..e628863 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/System.ValueTuple.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.deps.json b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.deps.json new file mode 100644 index 0000000..e31624c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.deps.json @@ -0,0 +1,1876 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "b29b7c5fd4081fe3210c77f32a61afaa70049213" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "tool_roslyn/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-rc4-61325-08", + "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08", + "Microsoft.DiaSymReader.Native": "1.4.1", + "Microsoft.Net.Compilers.netcore": "2.0.0-rc4-61325-08" + }, + "runtime": {} + }, + "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.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.Build": "14.3.0", + "Microsoft.Build.Tasks.Core": "14.3.0", + "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08", + "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.0.0-rc4-61325-08": { + "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.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08", + "Microsoft.CodeAnalysis.VisualBasic": "2.0.0-rc4-61325-08" + } + }, + "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} + } + }, + "microsoft.codeanalysis.visualbasic/2.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} + } + }, + "microsoft.diasymreader.native/1.4.1": { + "runtimeTargets": { + "runtime/win-x64/native/_._": { + "rid": "win-x64", + "assetType": "native" + }, + "runtime/win-x86/native/_._": { + "rid": "win-x86", + "assetType": "native" + }, + "runtime/win/native/_._": { + "rid": "win", + "assetType": "native" + }, + "runtime/win8-arm/native/_._": { + "rid": "win8-arm", + "assetType": "native" + } + } + }, + "microsoft.net.compilers.netcore/2.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.Compilers": "2.0.0-rc4-61325-08", + "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" + }, + "runtime": { + "lib/netstandard1.0/System.ValueTuple.dll": {} + } + }, + "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-preview1-005700": { + "type": "project", + "serviceable": false, + "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.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wuc4M9fwVRqt2+9y83UOnJAeSKAzzPS3+dbTJq523yVggs8xWyyantwbKLsOvqg1QjKXARz8jcbtNWE2TXlguw==", + "path": "microsoft.codeanalysis.build.tasks/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.build.tasks.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.common/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UR6qFXEe2pCQyEQlxAKH78jl0kExiQXOofMG+sKEFetth2eebmR42b4tLwsmsLpJLRdi22HYBFEcUpWdPcOBJw==", + "path": "microsoft.codeanalysis.common/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.common.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.compilers/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cA4tGF079xpx3uuoatFy7Fk8qcqZhxWyvjzA7ZWgxtNwGFYNIGdHztRSB/aUYcBpON7cOppRyGi8GHu1iii1sQ==", + "path": "microsoft.codeanalysis.compilers/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.compilers.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhC/itFbj9nVTT7PhiReglZVk2UgQhSiOBI2N0hdwTNU3z+tfn6/K3h01kW9Mwrd2Lqj/47ojU1rjOBmjIrEYA==", + "path": "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.csharp.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.visualbasic/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F5CJPT16WdBnpL7dHG3yq6Ki1tZ0EuUCM4loiw4oW2V3teqriNO3uC43E6v+AcsWe3IvfQZrj6D+irUdswLiuA==", + "path": "microsoft.codeanalysis.visualbasic/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.visualbasic.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.diasymreader.native/1.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oi9LCkKzSm7WgI0LsODDQUQdzldNdv9BU/QDoW9QMu+uN4baJXANkTWrjc2+aTqeftyhPXF1fn/m9jPo7mJ6FA==" + }, + "microsoft.net.compilers.netcore/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-O/Ptsk/nR4uH1DzzR3Vkbx2ADgbT9XF7IYQXSD6aMdEhCcon1mIzIVtMQ+a1Jarc5Tb7ufZqKl0C0KQI90oT1g==", + "path": "microsoft.net.compilers.netcore/2.0.0-rc4-61325-08", + "hashPath": "microsoft.net.compilers.netcore.2.0.0-rc4-61325-08.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==" + }, + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" + }, + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" + }, + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" + }, + "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==" + }, + "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==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" + }, + "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==" + }, + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" + }, + "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==" + }, + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" + }, + "system.appcontext/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==" + }, + "system.buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==" + }, + "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==" + }, + "system.collections.immutable/1.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==" + }, + "system.collections.nongeneric/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==" + }, + "system.collections.specialized/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==" + }, + "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==" + }, + "system.diagnostics.process/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==" + }, + "system.diagnostics.stacktrace/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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-G5mdrArPM927DRs1fYqUzMYH9JW+fjEHtdawypg05hpkoeFI0nrqDJ8mcZCQheRoD+79K68b06esyxXnt7RxhA==" + }, + "system.io.filesystem.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==" + }, + "system.io.pipes/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wpGJuACA6r8+KRckXoI6ghGTwgPRiICI6T7kgHI/m7S5eMqV/8jH37fzAUhTwIe9RwlH/j1sWwm2Q2zyXwZGHw==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==" + }, + "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==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "system.resources.reader/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==" + }, + "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==" + }, + "system.runtime.numerics/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==" + }, + "system.security.accesscontrol/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AqO2yLFGvtaTREHXTma3XR8RVlj/+nOMA2zlcWd+TGD13eCbl+JbfzCQU4chy7gLRLGJvJHNQAOk1TJc7E7JEQ==" + }, + "system.security.claims/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==" + }, + "system.security.cryptography.algorithms/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==" + }, + "system.security.cryptography.cng/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==" + }, + "system.security.cryptography.csp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==" + }, + "system.security.cryptography.encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==" + }, + "system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==" + }, + "system.security.cryptography.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==" + }, + "system.security.cryptography.x509certificates/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==" + }, + "system.security.principal/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==" + }, + "system.security.principal.windows/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "system.threading.overlapped/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==" + }, + "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==" + }, + "system.threading.tasks.parallel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==" + }, + "system.valuetuple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==", + "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==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xpath/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==" + }, + "system.xml.xpath.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.exe b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.exe new file mode 100644 index 0000000..adef0c1 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.exe differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.runtimeconfig.json new file mode 100644 index 0000000..fccd5c1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/csc.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.0.0-preview1-001907-00" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/any/native/csc.exe b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/any/native/csc.exe new file mode 100644 index 0000000..c89aadc Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/any/native/csc.exe differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..0f5ed13 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..0232739 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Roslyn/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets new file mode 100644 index 0000000..44f79b0 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets @@ -0,0 +1,9 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props new file mode 100644 index 0000000..f638d52 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props @@ -0,0 +1,7 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets new file mode 100644 index 0000000..edc1f07 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets @@ -0,0 +1,27 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + $(MSBuildThisFileDirectory)Sdk.OnRestore.targets + + + $(FSharpLanguageTargets) + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props new file mode 100644 index 0000000..3a3b184 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets new file mode 100644 index 0000000..3f8dfc1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets new file mode 100644 index 0000000..419f115 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets @@ -0,0 +1,59 @@ + + + + + + <_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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets new file mode 100644 index 0000000..9bdae58 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets @@ -0,0 +1,129 @@ + + + + + <_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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets new file mode 100644 index 0000000..ed837b8 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets @@ -0,0 +1,108 @@ + + + + + + + <_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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props new file mode 100644 index 0000000..636dc57 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.props @@ -0,0 +1,14 @@ + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets new file mode 100644 index 0000000..7382f1b --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/Microsoft.NET.Sdk.Publish.targets @@ -0,0 +1,166 @@ + + + + + + + + + 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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml new file mode 100644 index 0000000..e9076a1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/FileSystem.pubxml @@ -0,0 +1,12 @@ + + + + + FileSystem + $(OutputPath)Publish\ + False + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml new file mode 100644 index 0000000..6373b7c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeploy.pubxml @@ -0,0 +1,11 @@ + + + + MSDeploy + Release + Any CPU + True + WMSVC + True + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml new file mode 100644 index 0000000..3603faa --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishProfiles/MSDeployPackage.pubxml @@ -0,0 +1,10 @@ + + + + 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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets new file mode 100644 index 0000000..248427a --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets @@ -0,0 +1,52 @@ + + + + + + <_DotNetPublishFiles> + DockerPublish; + + + + + + + $(DockerPublishDependsOn); + _InitDockerComposeBuildSource; + DockerComposeBuild; + + + + + + + + + + $(PublishIntermediateOutputPath) + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets new file mode 100644 index 0000000..bcc573c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets @@ -0,0 +1,101 @@ + + + + + + <_DotNetPublishFiles> + FileSystemPublish; + + + + + + + $(FileSystemPublishDependsOn); + _DeleteDestinationFilesIfSpecified; + _CopyEntityFrameworkScripts; + _GatherFilesFromPublishIntermediateOutputPath; + + + + + + + + + + + + + + $(PublishUrl)\ + + + + <_DestinationFiles Include="$(PublishUrl)**\*" /> + + + + + + + + + + + + + <_PublishIntermediateOutputPathFiles Include="$(PublishIntermediateOutputPath)**\*.*" /> + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets new file mode 100644 index 0000000..048f5f5 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets @@ -0,0 +1,60 @@ + + + + + + + + + + <_DotNetPublishFiles> + KuduPublish; + + + + + + + $(KuduPublishDependsOn); + + + + + + + + + + https://{0}.scm.azurewebsites.net/api/{1} + false + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets new file mode 100644 index 0000000..e43e6c9 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + <_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) + + + + + + + + + + + + + + + + + + + + $(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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets new file mode 100644 index 0000000..91d90ee --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + <_DotNetPublishFiles> + MSDeployPackagePublish; + + + + + + + $(MSDeployPackagePublishDependsOn); + _InitMSDeployPackageLocation; + _PrepareForMsDeployPublish; + _CreateManifestFiles; + _CreateParameterFiles; + + + + + + + + + manifest + $(_MsDeploySourceManifestPath) + + Package + $(PackageLocation) + 2 + + AppPoolExtension;ContentExtension;CertificateExtension + + <_MSDeployUserAgentSource>CmdLine + <_MSDeployUserAgent>VS$(_MSDeployUserAgentSource) + + + + + + + $(MSDeployPublishSourceRoot) + + + + + $(MSDeployPublishDestinationRoot) + + + + + + + + + + + + + + + + MSDeployPackage.zip + $(DesktopBuildPackageLocation) + $(OutputPath) + $(PackageLocation)\ + $(PackageLocation)$(DefaultPackageFileName) + + + + + + + + + + <_destinationFolder Condition="'$(_destinationFolder)' == ''">$([System.IO.Path]::GetDirectoryName($(PackageLocation)))\ + <_MsDeploySourceManifestPath Condition="'$(_MsDeploySourceManifestPath)' == ''">$(_destinationFolder)$(MSBuildProjectName).SourceManifest.xml + <_MSDeployParametersFilePath Condition="'$(_MSDeployParametersFilePath)' == ''">$(_destinationFolder)$(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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets new file mode 100644 index 0000000..078bded --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/build/netstandard1.0/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets @@ -0,0 +1,127 @@ + + + + + + + + + + <_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-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll new file mode 100644 index 0000000..5718b88 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.NET.Sdk.Publish.Tasks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll new file mode 100644 index 0000000..fc6e02d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Delegation.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll new file mode 100644 index 0000000..3a8486f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Microsoft.Web.Deployment.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll new file mode 100644 index 0000000..d271a39 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US/Microsoft.Web.Delegation.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US/Microsoft.Web.Delegation.resources.dll new file mode 100644 index 0000000..fb22a83 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US/Microsoft.Web.Delegation.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US/Microsoft.Web.Deployment.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US/Microsoft.Web.Deployment.resources.dll new file mode 100644 index 0000000..d2fa01f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/net46/en-US/Microsoft.Web.Deployment.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll new file mode 100644 index 0000000..202ae8e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Microsoft.NET.Sdk.Publish.Tasks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll new file mode 100644 index 0000000..1383ca4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Publish/tools/netcoreapp1.0/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props new file mode 100644 index 0000000..6fe70d3 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets new file mode 100644 index 0000000..b175468 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props new file mode 100644 index 0000000..e220a54 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.props @@ -0,0 +1,47 @@ + + + + + $(DefaultItemExcludes);**/node_modules/** + $(DefaultItemExcludes);**/jspm_packages/** + $(DefaultItemExcludes);**/bower_components/** + Exe + true + pdbonly + true + true + false + + + + + + + + + + + + + + + + + + + <_ContentIncludedByDefault Include="@(Content)" /> + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets new file mode 100644 index 0000000..9c422a2 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/build/netstandard1.0/Microsoft.NET.Sdk.Web.ProjectSystem.targets @@ -0,0 +1,56 @@ + + + + + + + + + true + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed.Web\ + $(LangName) + en-us + + + + + + + + + + + + + + + BrowseObject + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props new file mode 100644 index 0000000..345264e --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets new file mode 100644 index 0000000..7ba24bd --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props new file mode 100644 index 0000000..8527261 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props @@ -0,0 +1,20 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets new file mode 100644 index 0000000..c71874c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets @@ -0,0 +1,55 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + true + + + + + + + $(MSBuildToolsPath)\Microsoft.CSharp.targets + $(MSBuildToolsPath)\Microsoft.VisualBasic.targets + + + $(MSBuildToolsPath)\Microsoft.Common.CurrentVersion.targets + + + + + + + + + + + $(MSBuildSDKsPath)\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets + $(MSBuildSDKsPath)\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeCache.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeCache.targets new file mode 100644 index 0000000..f4d8488 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.ComposeCache.targets @@ -0,0 +1,414 @@ + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + <_AllProjects Include="$(AdditionalProjects.Split('%3B'))"/> + <_AllProjects Include ="$(MSBuildProjectFullPath)"/> + + + + + + + + + + + + + + CachePackageName=%(PackageReference.Identity); + CachePackageVersion=%(PackageReference.Version); + ComposeWorkingDir=$(ComposeWorkingDir); + PublishDir=$(PublishDir); + CacheStagingDir=$(CacheStagingDir); + TargetFramework=$(TargetFramework); + JitPath=$(JitPath); + Crossgen=$(Crossgen); + SkipUnchangedFiles=$(SkipUnchangedFiles); + PreserveCacheLayout=$(PreserveCacheLayout) + + + + + + + + + + + + + + + + + + + + + + + + + + <_CacheArtifactContent> + +@(ListOfPackageReference) + +]]> + + + + + + + + + + + + + + <_OptimizedResolvedFileToPublish Include="$(CacheStagingDir)\**\*.*" /> + + + + + + + + + + + + + + + true + true + <_TFM Condition="'$(_TFM)' == ''">$(TargetFramework) + true + + + + + + + + $(HOME) + $(USERPROFILE) + $([System.IO.Path]::Combine($(DefaultComposeDir), '.dotnet', $(PlatformTarget), 'packages')) + $([System.IO.Path]::Combine($(ComposeDir), $(PlatformTarget))) + $(DefaultComposeDir) + $([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),"Restore.csproj")) + + $(PublishDir)\ + + + + + + + + + + + + + + +]]> + + + + + + + + + + $(CachePackageVersion.Replace('*','-')) + $([System.IO.Path]::Combine($(ComposeWorkingDir),"$(CachePackageName)_$(CachePackageVersion)")) + <_PackageProjFile>$([System.IO.Path]::Combine($(CacheWorkerWorkingDir), "Package.csproj")) + $(CacheWorkerWorkingDir)\project.assets.json + <_PackageProjContent> + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_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-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets new file mode 100644 index 0000000..26d4f07 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.CrossGen.targets @@ -0,0 +1,309 @@ + + + + + $(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($(Crossgen))) + + + + + + + + + + CrossgenExe=$(Crossgen); + CrossgenJit=$(JitPath); + CrossgenInputAssembly=%(_ManagedResolvedFilesToOptimize.Fullpath); + CrossgenOutputAssembly=$(_RuntimeOptimizedDir)$(DirectorySeparatorChar)%(FileName)%(Extension); + CrossgenSubOutputPath=%(DestinationSubPath); + _RuntimeOptimizedDir=$(_RuntimeOptimizedDir); + PublishDir=$(CacheStagingDir); + CrossgenPlatformAssembliesPath=$(_RuntimeRefDir)$(PathSeparator)$(_NetCoreRefDir); + + + + + + + + + + + + + + + $(CrossgenExe) -readytorun -in $(CrossgenInputAssembly) -out $(CrossgenOutputAssembly) -jitpath $(CrossgenJit) -platform_assemblies_paths $(CrossgenPlatformAssembliesPath) + + + + + + + + + + + + + + + + + + + + + $([System.IO.Path]::PathSeparator) + $([System.IO.Path]::DirectorySeparatorChar) + + + + + + + + + <_CrossProjFileDir>$([System.IO.Path]::Combine($(ComposeWorkingDir),"Optimize")) + <_NetCoreRefDir>$([System.IO.Path]::Combine($(_CrossProjFileDir), "netcoreapp")) + + + + + + + + + + + $(_TFM) + $(RuntimeIdentifier) + $(RuntimeFrameworkVersion) + + + +]]> + + + + + <_CrossProjFile>$([System.IO.Path]::Combine($(_CrossProjFileDir), "OptimizeCrossgen_$(RuntimeIdentifier)_$(_TFM).csproj")) + <_CrossProjAssetsFile>$([System.IO.Path]::Combine($(_CrossProjFileDir), "obj", project.assets.json)) + + + + + + + + + + + + <_RuntimeRefDir>$([System.IO.Path]::Combine($(CacheWorkerWorkingDir), "runtimeref")) + <_RuntimeOptimizedDir>$([System.IO.Path]::Combine($(CacheWorkerWorkingDir), "runtimopt")) + + + + + + + + + + + + + + + + + + <_ManagedResolvedFilesToOptimize Include="@(_ManagedResolvedFileToPublishCandidates)" Condition="!Exists('$(_NetCoreRefDir)$(DirectorySeparatorChar)%(FileName)%(Extension)')"/> + + + + + + + + <_ManagedResolvedFilesToOptimize Include="@(_ManagedResolvedFileToPublishCandidates)" /> + + + + + + + + + + + + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets new file mode 100644 index 0000000..141a59c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultAssemblyInfo.targets @@ -0,0 +1,31 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + 1.0.0 + $(VersionPrefix)-$(VersionSuffix) + $(VersionPrefix) + + + + $(AssemblyName) + $(Authors) + $(AssemblyName) + $(AssemblyName) + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets new file mode 100644 index 0000000..2cb1958 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DefaultOutputPaths.targets @@ -0,0 +1,51 @@ + + + + + + $(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-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets new file mode 100644 index 0000000..20bae4c --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.DisableStandardFrameworkResolution.targets @@ -0,0 +1,28 @@ + + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + <_TargetFrameworkDirectories /> + + + + + true + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets new file mode 100644 index 0000000..afa9ede --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.GenerateAssemblyInfo.targets @@ -0,0 +1,130 @@ + + + + + $(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) + + + + + + + + + + + + + + + + + + + + + + + $(AssemblyVersion) + $(Version) + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets new file mode 100644 index 0000000..c2c1165 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.PreserveCompilationContext.targets @@ -0,0 +1,61 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + refs + + + + + + + $(DefineConstants) + $(LangVersion) + $(PlatformTarget) + $(AllowUnsafeBlocks) + $(TreatWarningsAsErrors) + $(Optimize) + $(AssemblyOriginatorKeyFile) + $(DelaySign) + $(DelaySign) + $(DebugType) + $(OutputType) + $(GenerateDocumentationFile) + + + + + + + + + + + $(RefAssembliesFolderName)\%(Filename)%(Extension) + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets new file mode 100644 index 0000000..38c3362 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets @@ -0,0 +1,547 @@ + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + true + <_GetChildProjectCopyToPublishDirectoryItems Condition="'$(_GetChildProjectCopyToPublishDirectoryItems)' == ''">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) + + + + + + + + + + + + %(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) + + + + + + + + + true + + + + + + + + + + + + + + + + + $(PublishDir)$(ProjectRuntimeConfigFileName) + + + + + + + + + + + + + + + + + $(AssemblyName)%(Extension) + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets new file mode 100644 index 0000000..624d8b4 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.RuntimeIdentifierInference.targets @@ -0,0 +1,134 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + <_UsingDefaultRuntimeIdentifier>true + win7-x64 + win7-x86 + + + + <_UsingDefaultPlatformTarget>true + + + + + + + + + x86 + + + + + + x64 + + + + + + arm + + + + + + + AnyCPU + + + + + + + true + + + + + $(IntermediateOutputPath)$(RuntimeIdentifier)\ + $(OutputPath)$(RuntimeIdentifier)\ + + + + + + AnyCPU + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets new file mode 100644 index 0000000..5388296 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommon.targets @@ -0,0 +1,145 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + + + + + + <_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)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_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 + + + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets new file mode 100644 index 0000000..3687bf6 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets @@ -0,0 +1,17 @@ + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props new file mode 100644 index 0000000..520cb32 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.props @@ -0,0 +1,24 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + 4 + 1701;1702;1705 + + + $(DefineConstants); + $(DefineConstants)TRACE + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets new file mode 100644 index 0000000..b979e90 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.CSharp.targets @@ -0,0 +1,36 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + Properties + + + $(Configuration.ToUpperInvariant()) + + + + $(ImplicitConfigurationDefine.Replace('-', '_')) + $(ImplicitConfigurationDefine.Replace('.', '_')) + $(DefineConstants);$(ImplicitConfigurationDefine) + + + $(DefineConstants);$(ImplicitFrameworkDefine) + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets new file mode 100644 index 0000000..2711238 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets @@ -0,0 +1,81 @@ + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + $(MSBuildThisFileDirectory)..\tools\ + netcoreapp1.0 + net46 + $(MicrosoftNETBuildTasksDirectoryRoot)$(MicrosoftNETBuildTasksTFM)/ + $(MicrosoftNETBuildTasksDirectory)Microsoft.NET.Build.Tasks.dll + + + Microsoft.NETCore.App;NETStandard.Library + + + + + + + + + + + + <_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-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props new file mode 100644 index 0000000..db8e72d --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.props @@ -0,0 +1,40 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets new file mode 100644 index 0000000..9376c6f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.DefaultItems.targets @@ -0,0 +1,222 @@ + + + + + $(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.0.4 + 1.1.1 + + + $(BundledNETCoreAppPackageVersion) + + + $(_TargetFrameworkVersionWithoutV) + + + + + + + + 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-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props new file mode 100644 index 0000000..6c5a4d4 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.props @@ -0,0 +1,26 @@ + + + + + Embed + + + + true + true + + + true + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets new file mode 100644 index 0000000..bace46b --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.VisualBasic.targets @@ -0,0 +1,20 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + My Project + + + $(DefineConstants),$(ImplicitFrameworkDefine) + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props new file mode 100644 index 0000000..5414f5d --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.props @@ -0,0 +1,128 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + 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 + + + + + + + + + true + + + $(DotnetHostPath) + + + + + CurrentArchitecture + CurrentRuntime + + + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets new file mode 100644 index 0000000..b52223a --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.targets @@ -0,0 +1,468 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + + + + + + + + $(_IsNETCoreOrNETStandard) + + + + true + $(MSBuildProjectDirectory)/runtimeconfig.template.json + true + true + + + + $(AssemblyName).deps.json + $(TargetDir)$(ProjectDepsFileName) + $(AssemblyName).runtimeconfig.json + $(TargetDir)$(ProjectRuntimeConfigFileName) + $(TargetDir)$(AssemblyName).runtimeconfig.dev.json + + + + <_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) + + + + + $(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 + + + + + + + + + + + + + $(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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_HasReferenceToSystemRuntime Condition="'$(DependsOnSystemRuntime)' == 'true' or '%(_ResolvedProjectReferencePaths.TargetPlatformIdentifier)' == 'Portable'">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'" /> + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets new file mode 100644 index 0000000..1751a9f --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.TargetFrameworkInference.targets @@ -0,0 +1,126 @@ + + + + + + $(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 + + + + + + $(DefaultItemExcludes);$(OutputPath)/** + $(DefaultItemExcludes);$(IntermediateOutputPath)/** + + + + true + + + + + $(IntermediateOutputPath)$(TargetFramework)\ + $(OutputPath)$(TargetFramework)\ + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets new file mode 100644 index 0000000..038bf84 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/build/Microsoft.PackageDependencyResolution.targets @@ -0,0 +1,501 @@ + + + + + + + + $(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) + + + + + <_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' == ''">$(NuGetTargetMoniker) + <_NugetTargetMonikerAndRID Condition="'$(RuntimeIdentifier)' != ''">$(NuGetTargetMoniker)/$(RuntimeIdentifier) + + + + + + + $(ResolveAssemblyReferencesDependsOn); + ResolvePackageDependenciesForBuild; + + + + ResolvePackageDependenciesForBuild; + $(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)" /> + + + + + + + + + + + + + + + + + + + + <_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 + 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) + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets new file mode 100644 index 0000000..eaa5c06 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/buildCrossTargeting/Microsoft.NET.Sdk.targets @@ -0,0 +1,108 @@ + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + + + + + + + <_GetAllRuntimeIdentifiersTargetFrameworks Include="$(TargetFrameworks)" /> + <_AllRuntimeIdentifiers Include="$(RuntimeIdentifiers);$(RuntimeIdentifier)" /> + + + + + + + + @(_AllRuntimeIdentifiers->Distinct()) + + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll new file mode 100644 index 0000000..26d42df Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.DotNet.PlatformAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll new file mode 100644 index 0000000..edd7bfa Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.Extensions.DependencyModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll new file mode 100644 index 0000000..bd46bc7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Microsoft.NET.Build.Tasks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll new file mode 100644 index 0000000..be6558d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll new file mode 100644 index 0000000..77b09ab Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll new file mode 100644 index 0000000..7c4bf90 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Configuration.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll new file mode 100644 index 0000000..07b0619 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.DependencyResolver.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll new file mode 100644 index 0000000..cc649e5 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Frameworks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll new file mode 100644 index 0000000..c275b85 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.LibraryModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.Types.dll new file mode 100644 index 0000000..0e8f254 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll new file mode 100644 index 0000000..5eca14b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll new file mode 100644 index 0000000..4c80e10 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Packaging.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll new file mode 100644 index 0000000..a65ed5d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.ProjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.Core.Types.dll new file mode 100644 index 0000000..37b747c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.Core.v3.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.Core.v3.dll new file mode 100644 index 0000000..ad54808 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Protocol.Core.v3.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Repositories.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Repositories.dll new file mode 100644 index 0000000..1d1320c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Repositories.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.RuntimeModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.RuntimeModel.dll new file mode 100644 index 0000000..283eeff Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.RuntimeModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll new file mode 100644 index 0000000..48ed408 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/NuGet.Versioning.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/SideBySide/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/SideBySide/Newtonsoft.Json.dll new file mode 100644 index 0000000..597a1ce Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/SideBySide/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/cs/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/cs/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..0e685ab Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/cs/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/de/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/de/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..b67c0de Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/de/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/es/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/es/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..4388f9a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/es/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/fr/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/fr/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..dc1c1f1 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/fr/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/it/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/it/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..8bfdd94 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/it/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ja/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ja/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..ce8d002 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ja/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ko/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ko/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..9d26ba2 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ko/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/pl/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/pl/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..bd00379 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/pl/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/pt-BR/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/pt-BR/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..aa86d9b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/pt-BR/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ru/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ru/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..858f252 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/ru/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/tr/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/tr/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..ca3db2c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/tr/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..a55ce6b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..5bef15f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/net46/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll new file mode 100644 index 0000000..b5253c5 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.DotNet.PlatformAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll new file mode 100644 index 0000000..73ed068 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.Extensions.DependencyModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll new file mode 100644 index 0000000..62e0ae7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Microsoft.NET.Build.Tasks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll new file mode 100644 index 0000000..5f2336e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll new file mode 100644 index 0000000..4fc1c26 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll new file mode 100644 index 0000000..cca5858 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Configuration.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll new file mode 100644 index 0000000..4bee216 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.DependencyResolver.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll new file mode 100644 index 0000000..a43af68 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Frameworks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll new file mode 100644 index 0000000..8d9d55d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.LibraryModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.Types.dll new file mode 100644 index 0000000..b0ddb60 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll new file mode 100644 index 0000000..02bbdbc Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll new file mode 100644 index 0000000..6e5be28 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Packaging.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll new file mode 100644 index 0000000..93c7cf0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.ProjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.Core.Types.dll new file mode 100644 index 0000000..e9ca999 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.Core.v3.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.Core.v3.dll new file mode 100644 index 0000000..9b0bab0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Protocol.Core.v3.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Repositories.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Repositories.dll new file mode 100644 index 0000000..e8f9a55 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Repositories.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.RuntimeModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.RuntimeModel.dll new file mode 100644 index 0000000..203283f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.RuntimeModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll new file mode 100644 index 0000000..944b153 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/NuGet.Versioning.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000..7cbc843 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/System.Runtime.Serialization.Primitives.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/cs/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/cs/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..2492fc3 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/cs/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/de/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/de/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..e0fe8fa Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/de/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/es/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/es/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..11abee6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/es/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/fr/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/fr/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..ad588aa Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/fr/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/it/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/it/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..e0765e6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/it/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ja/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ja/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..a6a509d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ja/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ko/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ko/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..f1ec82c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ko/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pl/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pl/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..77c3f46 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pl/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..5130602 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ru/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ru/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..a375462 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/ru/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/tr/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/tr/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..57ac522 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/tr/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..932a9bc Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll new file mode 100644 index 0000000..8f4717e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/Microsoft.NET.Sdk/tools/netcoreapp1.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll new file mode 100644 index 0000000..9a659bc Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Client.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Client.dll new file mode 100644 index 0000000..9917863 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Client.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Commands.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Commands.dll new file mode 100644 index 0000000..2c8b25a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Commands.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Common.dll new file mode 100644 index 0000000..655291e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Configuration.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Configuration.dll new file mode 100644 index 0000000..1637be2 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Configuration.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.ContentModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.ContentModel.dll new file mode 100644 index 0000000..3f13189 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.ContentModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.DependencyResolver.Core.dll new file mode 100644 index 0000000..5174dbb Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.DependencyResolver.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Frameworks.dll new file mode 100644 index 0000000..c18f3fe Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Frameworks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.LibraryModel.dll new file mode 100644 index 0000000..f806812 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.LibraryModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.Core.Types.dll new file mode 100644 index 0000000..d5c4361 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.Core.dll new file mode 100644 index 0000000..be49e3d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.dll new file mode 100644 index 0000000..3f38c66 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Packaging.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.ProjectModel.dll new file mode 100644 index 0000000..99e6673 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.ProjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Protocol.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Protocol.Core.Types.dll new file mode 100644 index 0000000..d701634 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Protocol.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Protocol.Core.v3.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Protocol.Core.v3.dll new file mode 100644 index 0000000..f33b8f6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Protocol.Core.v3.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Repositories.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Repositories.dll new file mode 100644 index 0000000..0c36d71 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Repositories.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.RuntimeModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.RuntimeModel.dll new file mode 100644 index 0000000..7dd8c44 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.RuntimeModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Versioning.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Versioning.dll new file mode 100644 index 0000000..6d958f4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Versioning.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/Newtonsoft.Json.dll new file mode 100644 index 0000000..409cd1a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll new file mode 100644 index 0000000..53b28f7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Client.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Client.dll new file mode 100644 index 0000000..20acb2a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Client.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Commands.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Commands.dll new file mode 100644 index 0000000..46ec212 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Commands.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Common.dll new file mode 100644 index 0000000..7333b64 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Configuration.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Configuration.dll new file mode 100644 index 0000000..4ac45af Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Configuration.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.ContentModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.ContentModel.dll new file mode 100644 index 0000000..2b5e029 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.ContentModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.DependencyResolver.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.DependencyResolver.Core.dll new file mode 100644 index 0000000..5d32f58 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.DependencyResolver.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Frameworks.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Frameworks.dll new file mode 100644 index 0000000..6444042 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Frameworks.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.LibraryModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.LibraryModel.dll new file mode 100644 index 0000000..96bf388 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.LibraryModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.Core.Types.dll new file mode 100644 index 0000000..cb53cbf Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.Core.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.Core.dll new file mode 100644 index 0000000..3edd1e9 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.Core.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.dll new file mode 100644 index 0000000..e92ef51 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Packaging.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.ProjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.ProjectModel.dll new file mode 100644 index 0000000..f613b27 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.ProjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Protocol.Core.Types.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Protocol.Core.Types.dll new file mode 100644 index 0000000..a6d3887 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Protocol.Core.Types.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Protocol.Core.v3.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Protocol.Core.v3.dll new file mode 100644 index 0000000..f057265 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Protocol.Core.v3.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Repositories.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Repositories.dll new file mode 100644 index 0000000..d6515a0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Repositories.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.RuntimeModel.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.RuntimeModel.dll new file mode 100644 index 0000000..bc6a04f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.RuntimeModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Versioning.dll b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Versioning.dll new file mode 100644 index 0000000..103a343 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Versioning.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets new file mode 100644 index 0000000..9792ece --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets @@ -0,0 +1,298 @@ + + + + + ..\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 + + + $(GenerateNuspecDependsOn) + + + Build;$(GenerateNuspecDependsOn) + + + + <_TargetFrameworks Condition="'$(TargetFramework)' == ''" Include="$(TargetFrameworks.Split(';'))"/> + <_TargetFrameworks Condition="'$(TargetFramework)' != ''" Include="$(TargetFramework)"/> + + + + + + + + + <_PackageFilesToDelete Include="$(PackageOutputPath)*.nupkg"/> + <_PackageFilesToDelete Include="$(BaseIntermediateOutputPath)*.nuspec"/> + + + + + + + false + + + $(OutputPath) + $(BaseIntermediateOutputPath) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + $(ProjectFileToPack) + + + + + $(MSBuildProjectFullPath) + + + + + + + + + + + + + + + + + + + + + + + + <_PathToPriFile Include="$(ProjectPriFullPath)"> + $(ProjectPriFullPath) + + + + + + + + <_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-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets new file mode 100644 index 0000000..9792ece --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets @@ -0,0 +1,298 @@ + + + + + ..\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 + + + $(GenerateNuspecDependsOn) + + + Build;$(GenerateNuspecDependsOn) + + + + <_TargetFrameworks Condition="'$(TargetFramework)' == ''" Include="$(TargetFrameworks.Split(';'))"/> + <_TargetFrameworks Condition="'$(TargetFramework)' != ''" Include="$(TargetFramework)"/> + + + + + + + + + <_PackageFilesToDelete Include="$(PackageOutputPath)*.nupkg"/> + <_PackageFilesToDelete Include="$(BaseIntermediateOutputPath)*.nuspec"/> + + + + + + + false + + + $(OutputPath) + $(BaseIntermediateOutputPath) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + $(ProjectFileToPack) + + + + + $(MSBuildProjectFullPath) + + + + + + + + + + + + + + + + + + + + + + + + <_PathToPriFile Include="$(ProjectPriFullPath)"> + $(ProjectPriFullPath) + + + + + + + + <_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-preview1-005700/System.ValueTuple.dll b/dotnet/sdk/2.0.0-preview1-005700/System.ValueTuple.dll new file mode 100644 index 0000000..7fd55d6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/System.ValueTuple.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/System.Xml.XPath.XmlDocument.dll b/dotnet/sdk/2.0.0-preview1-005700/System.Xml.XPath.XmlDocument.dll new file mode 100644 index 0000000..5c5ed2e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/System.Xml.XPath.XmlDocument.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170328-177.nupkg b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170328-177.nupkg new file mode 100644 index 0000000..7e54301 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.common.itemtemplates.1.0.0-beta2-20170328-177.nupkg differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg new file mode 100644 index 0000000..31708d6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg new file mode 100644 index 0000000..7c86424 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg new file mode 100644 index 0000000..ecb8834 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/Templates/microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170328-177.nupkg differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.DotNet.PlatformAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.DotNet.PlatformAbstractions.dll new file mode 100644 index 0000000..26d42df Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.DotNet.PlatformAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.Extensions.DependencyModel.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.Extensions.DependencyModel.dll new file mode 100644 index 0000000..edd7bfa Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.Extensions.DependencyModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll new file mode 100644 index 0000000..c5a3a58 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CommunicationUtilities.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CoreUtilities.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CoreUtilities.dll new file mode 100644 index 0000000..241c5c4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CoreUtilities.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll new file mode 100644 index 0000000..2733fab Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.CrossPlatEngine.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll new file mode 100644 index 0000000..94852a6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.TestPlatform.PlatformAbstractions.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll new file mode 100644 index 0000000..05f1cd0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.VisualStudio.TestPlatform.Common.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll new file mode 100644 index 0000000..92fdcd4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/Newtonsoft.Json.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Newtonsoft.Json.dll new file mode 100644 index 0000000..be6558d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/Newtonsoft.Json.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..360e92a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/msdia140typelib_clr0200.dll b/dotnet/sdk/2.0.0-preview1-005700/TestHost/msdia140typelib_clr0200.dll new file mode 100644 index 0000000..f35ef49 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/msdia140typelib_clr0200.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.exe b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.exe new file mode 100644 index 0000000..a356679 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.exe differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.exe.config b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.exe.config new file mode 100644 index 0000000..65b7631 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.exe.config @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.runtimeconfig.json new file mode 100644 index 0000000..a2882f9 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.runtimeconfig.json @@ -0,0 +1,3 @@ +{ + "runtimeOptions": {} +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.exe b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.exe new file mode 100644 index 0000000..922f499 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.exe differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.exe.config b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.exe.config new file mode 100644 index 0000000..5582b23 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.exe.config @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.runtimeconfig.json new file mode 100644 index 0000000..a2882f9 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/TestHost/testhost.x86.runtimeconfig.json @@ -0,0 +1,3 @@ +{ + "runtimeOptions": {} +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestPlatform.ObjectModel.manifest b/dotnet/sdk/2.0.0-preview1-005700/TestPlatform.ObjectModel.manifest new file mode 100644 index 0000000..64886be --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/TestPlatform.ObjectModel.manifest @@ -0,0 +1,10 @@ + + + + Visual Studio Automation + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/TestPlatform.ObjectModel.x86.manifest b/dotnet/sdk/2.0.0-preview1-005700/TestPlatform.ObjectModel.x86.manifest new file mode 100644 index 0000000..4627344 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/TestPlatform.ObjectModel.x86.manifest @@ -0,0 +1,10 @@ + + + + Visual Studio Automation + + + + + + diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..7339029 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..86f2517 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..34ede90 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..3ed692d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..e8bf046 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..941aea5 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..058a788 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..0d8af69 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..7e934ee Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/cs/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/cs/vstest.console.resources.dll new file mode 100644 index 0000000..ed51407 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/cs/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/datacollector.deps.json b/dotnet/sdk/2.0.0-preview1-005700/datacollector.deps.json new file mode 100644 index 0000000..d0435a9 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/datacollector.deps.json @@ -0,0 +1,1439 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "64c8928aeea3aaf377ad6c8a70701f0717cf64ee" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "datacollector/15.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CrossPlatEngine": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.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.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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.PlatformAbstractions": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.Extensions.DependencyModel": "1.0.3", + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "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.1.0-dev": { + "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.visualstudio.testplatform.common/15.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "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.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.csharp/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.collections.immutable/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" + }, + "system.collections.nongeneric/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==" + }, + "system.collections.specialized/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==" + }, + "system.componentmodel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==" + }, + "system.componentmodel.eventbasedasync/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==" + }, + "system.componentmodel.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==" + }, + "system.componentmodel.typeconverter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==" + }, + "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==" + }, + "system.diagnostics.textwritertracelistener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==" + }, + "system.objectmodel/4.0.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==" + }, + "system.private.datacontractserialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.runtime.loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==" + }, + "system.runtime.serialization.json/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==" + }, + "system.runtime.serialization.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "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==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==" + }, + "system.xml.readerwriter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xmlserializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==" + }, + "system.xml.xpath/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==" + }, + "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.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.coreutilities/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.crossplatengine/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.objectmodel/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.platformabstractions/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.visualstudio.testplatform.common/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/datacollector.dll b/dotnet/sdk/2.0.0-preview1-005700/datacollector.dll new file mode 100644 index 0000000..f0d1369 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/datacollector.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/datacollector.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/datacollector.runtimeconfig.json new file mode 100644 index 0000000..0ccb363 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/datacollector.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "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-preview1-005700/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..8e3f087 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..48c03fd Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..4854fdd Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..ca89774 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..32ec9ac Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..bb67e43 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..39a66ec Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..2c9f341 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..a379f1e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/de/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/de/vstest.console.resources.dll new file mode 100644 index 0000000..3a5484d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/de/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/dotnet-supported-package-versions.csv b/dotnet/sdk/2.0.0-preview1-005700/dotnet-supported-package-versions.csv new file mode 100644 index 0000000..c3abe10 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/dotnet-supported-package-versions.csv @@ -0,0 +1,320 @@ +Id,LtsVersion,CurrentVersion +Microsoft.NETCore.App,1.0.4,1.1.1 +Microsoft.AspNetCore,1.0.4,1.1.1 +Microsoft.AspNetCore.Authentication,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.Cookies,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.Facebook,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.Google,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.JwtBearer,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.MicrosoftAccount,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.OAuth,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.OpenIdConnect,1.0.2,1.1.1 +Microsoft.AspNetCore.Authentication.Twitter,1.0.2,1.1.1 +Microsoft.AspNetCore.Buffering,0.1.2,0.2.1 +Microsoft.AspNetCore.CookiePolicy,1.0.2,1.1.1 +Microsoft.AspNetCore.Cors,1.0.2,1.1.1 +Microsoft.AspNetCore.DataProtection,1.0.2,1.1.1 +Microsoft.AspNetCore.DataProtection.Extensions,1.0.2,1.1.1 +Microsoft.AspNetCore.DataProtection.Redis,,0.1.1 +Microsoft.AspNetCore.DataProtection.SystemWeb,1.0.2,1.1.1 +Microsoft.AspNetCore.DataProtection.Sources,1.0.2,1.1.1 +Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore,1.0.2,1.1.1 +Microsoft.AspNetCore.Diagnostics.Elm,0.1.2,0.2.1 +Microsoft.AspNetCore.Hosting.WindowsServices,1.0.2,1.1.1 +Microsoft.AspNetCore.Html.Abstractions,1.0.2,1.1.1 +Microsoft.AspNetCore.Identity.EntityFrameworkCore,1.0.2,1.1.1 +Microsoft.AspNetCore.MiddlewareAnalysis,1.0.2,1.1.1 +Microsoft.AspNetCore.Mvc,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Abstractions,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.ApiExplorer,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Formatters.Xml,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.WebApiCompatShim,1.0.3,1.1.2 +Microsoft.AspNetCore.Owin,1.0.2,1.1.1 +Microsoft.AspNetCore.Routing,1.0.3,1.1.1 +Microsoft.AspNetCore.Routing.Abstractions,1.0.3,1.1.1 +Microsoft.AspNetCore.Routing.DecisionTree.Sources,1.0.3,1.1.1 +Microsoft.AspNetCore.Server.Kestrel.Https,1.0.3,1.1.1 +Microsoft.AspNetCore.Server.WebListener,1.0.2,1.1.1 +Microsoft.AspNetCore.Session,1.0.2,1.1.1 +Microsoft.AspNetCore.StaticFiles,1.0.2,1.1.1 +Microsoft.AspNetCore.TestHost,1.0.2,1.1.1 +Microsoft.AspNetCore.Testing,1.0.1,1.1.0-rtm-22752 +Microsoft.AspNetCore.DiagnosticsViewPage.Sources,1.0.2,1.1.1 +Microsoft.Data.Sqlite,1.0.1,1.1.0 +Microsoft.EntityFrameworkCore,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.Design,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.InMemory,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.Relational,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.Relational.Design,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.Sqlite,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.Sqlite.Design,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.SqlServer,1.0.3,1.1.1 +Microsoft.EntityFrameworkCore.SqlServer.Design,1.0.3,1.1.1 +Microsoft.Extensions.Caching.Memory,1.0.2,1.1.1 +Microsoft.Extensions.Caching.Redis,1.0.2,1.1.1 +Microsoft.Extensions.Caching.SqlServer,1.0.2,1.1.1 +Microsoft.Extensions.CommandLineUtils,1.0.1,1.1.0 +Microsoft.Extensions.Configuration,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.Binder,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.CommandLine,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.EnvironmentVariables,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.FileExtensions,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.Ini,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.Json,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.UserSecrets,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.Xml,1.0.2,1.1.1 +Microsoft.Extensions.DependencyInjection,1.0.2,1.1.0 +Microsoft.Extensions.DiagnosticAdapter,1.0.2,1.1.0 +Microsoft.Extensions.FileProviders.Composite,1.0.1,1.1.0 +Microsoft.Extensions.FileProviders.Embedded,1.0.1,1.1.0 +Microsoft.Extensions.FileProviders.Physical,1.0.1,1.1.0 +Microsoft.Extensions.FileSystemGlobbing,1.0.1,1.1.0 +Microsoft.Extensions.Globalization.CultureInfoCache,1.0.2,1.1.1 +Microsoft.Extensions.Localization,1.0.2,1.1.1 +Microsoft.Extensions.Logging,1.0.2,1.1.1 +Microsoft.Extensions.Logging.Console,1.0.2,1.1.1 +Microsoft.Extensions.Logging.Debug,1.0.2,1.1.1 +Microsoft.Extensions.Logging.Filter,1.0.2,1.1.1 +Microsoft.Extensions.Logging.TraceSource,1.0.2,1.1.1 +Microsoft.Extensions.Logging.EventLog,1.0.2,1.1.1 +Microsoft.VisualStudio.Web.BrowserLink,1.0.1,1.1.0 +Microsoft.AspNetCore.AzureAppServicesIntegration,,1.0.1 +Microsoft.AspNetCore.DataProtection.AzureStorage,,1.0.1 +Microsoft.AspNetCore.Localization.Routing,,1.1.1 +Microsoft.AspNetCore.Rewrite,,1.0.1 +Microsoft.AspNetCore.ResponseCaching,1.0.1,1.1.1 +Microsoft.AspNetCore.ResponseCompression,,1.0.1 +Microsoft.AspNetCore.WebSockets,,1.0.1 +Microsoft.Extensions.Logging.AzureAppServices,,1.0.1 +Microsoft.Extensions.Configuration.AzureKeyVault,,1.0.1 +Microsoft.Extensions.Logging.EventSource,,1.1.1 +System.ServiceModel.Duplex,4.0.1,4.3.0 +System.ServiceModel.Http,4.1.0,4.3.0 +System.ServiceModel.NetTcp,4.1.0,4.3.0 +System.ServiceModel.Security,4.0.1,4.3.0 +Libuv,1.9.1,1.9.1 +Microsoft.AspNet.WebApi.Client,5.2.2,5.2.2 +Microsoft.AspNetCore.Antiforgery,1.0.3,1.1.1 +Microsoft.AspNetCore.Authorization,1.0.2,1.1.1 +Microsoft.AspNetCore.Cryptography.Internal,1.0.2,1.1.1 +Microsoft.AspNetCore.Cryptography.KeyDerivation,1.0.2,1.1.1 +Microsoft.AspNetCore.DataProtection.Abstractions,1.0.2,1.1.1 +Microsoft.AspNetCore.Diagnostics,1.0.2,1.1.1 +Microsoft.AspNetCore.Diagnostics.Abstractions,1.0.2,1.1.1 +Microsoft.AspNetCore.Hosting,1.0.2,1.1.1 +Microsoft.AspNetCore.Hosting.Abstractions,1.0.2,1.1.1 +Microsoft.AspNetCore.Hosting.Server.Abstractions,1.0.2,1.1.1 +Microsoft.AspNetCore.Http,1.0.2,1.1.1 +Microsoft.AspNetCore.Http.Abstractions,1.0.2,1.1.1 +Microsoft.AspNetCore.Http.Extensions,1.0.2,1.1.1 +Microsoft.AspNetCore.Http.Features,1.0.2,1.1.1 +Microsoft.AspNetCore.HttpOverrides,1.0.2,1.1.1 +Microsoft.AspNetCore.Identity,1.0.2,1.1.1 +Microsoft.AspNetCore.JsonPatch,1.0.0,1.1.1 +Microsoft.AspNetCore.Localization,1.0.2,1.1.1 +Microsoft.AspNetCore.Mvc.Core,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Cors,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.DataAnnotations,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Formatters.Json,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Localization,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Razor,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.Razor.Host,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.TagHelpers,1.0.3,1.1.2 +Microsoft.AspNetCore.Mvc.ViewFeatures,1.0.3,1.1.2 +Microsoft.AspNetCore.Razor,1.0.2,1.1.1 +Microsoft.AspNetCore.Razor.Runtime,1.0.2,1.1.1 +Microsoft.AspNetCore.Server.IISIntegration,1.0.2,1.1.1 +Microsoft.AspNetCore.Server.Kestrel,1.0.3,1.1.1 +Microsoft.AspNetCore.WebUtilities,1.0.2,1.1.1 +Microsoft.Bcl,1.1.9,1.1.9 +Microsoft.Bcl.Build,1.0.14,1.0.14 +Microsoft.CodeAnalysis.Analyzers,1.1.0,1.1.0 +Microsoft.CodeAnalysis.Common,1.3.0,1.3.0 +Microsoft.CodeAnalysis.CSharp,1.3.0,1.3.0 +Microsoft.CodeAnalysis.VisualBasic,1.3.0,1.3.0 +Microsoft.CSharp,4.0.1,4.3.0 +Microsoft.DotNet.InternalAbstractions,1.0.0, +Microsoft.Extensions.Caching.Abstractions,1.0.2,1.1.1 +Microsoft.Extensions.Configuration.Abstractions,1.0.2,1.1.1 +Microsoft.Extensions.DependencyInjection.Abstractions,1.0.2,1.1.0 +Microsoft.Extensions.DependencyModel,1.0.0,1.1.0 +Microsoft.Extensions.FileProviders.Abstractions,1.0.1,1.1.0 +Microsoft.Extensions.Localization.Abstractions,1.0.2,1.1.1 +Microsoft.Extensions.Logging.Abstractions,1.0.2,1.1.1 +Microsoft.Extensions.ObjectPool,1.0.1,1.1.0 +Microsoft.Extensions.Options,1.0.2,1.1.1 +Microsoft.Extensions.Options.ConfigurationExtensions,1.0.2,1.1.1 +Microsoft.Extensions.PlatformAbstractions,1.0.0,1.1.0 +Microsoft.Extensions.Primitives,1.0.1,1.1.0 +Microsoft.Extensions.WebEncoders,1.0.2,1.1.1 +Microsoft.IdentityModel.Logging,1.0.0,1.1.0 +Microsoft.IdentityModel.Protocols,2.0.0,2.1.0 +Microsoft.IdentityModel.Protocols.OpenIdConnect,2.0.0,2.1.0 +Microsoft.IdentityModel.Tokens,5.0.0,5.1.0 +Microsoft.Net.Http,2.2.22,2.2.22 +Microsoft.Net.Http.Headers,1.0.2,1.1.1 +Microsoft.Net.Http.Server,1.0.2,1.1.1 +Microsoft.NETCore.DotNetHost,1.0.1,1.1.0 +Microsoft.NETCore.DotNetHostPolicy,1.0.3,1.1.0 +Microsoft.NETCore.DotNetHostResolver,1.0.1,1.1.0 +Microsoft.NETCore.Jit,1.0.5,1.1.0 +Microsoft.NETCore.Platforms,1.0.2,1.1.0 +Microsoft.NETCore.Runtime.CoreCLR,1.0.5,1.1.0 +Microsoft.NETCore.Targets,1.0.1,1.1.0 +Microsoft.NETCore.Windows.ApiSets,1.0.1,1.0.1 +Microsoft.VisualBasic,10.0.1,10.1.0 +Microsoft.Win32.Primitives,4.0.1,4.3.0 +Microsoft.Win32.Registry,4.0.0,4.3.0 +NETStandard.Library,1.6.0,1.6.1 +Newtonsoft.Json,9.0.1,9.0.1 +Remotion.Linq,2.1.1,2.1.1 +runtime.native.System,4.0.0,4.3.0 +runtime.native.System.Data.SqlClient.sni,4.0.0,4.3.0 +runtime.native.System.IO.Compression,4.1.0,4.3.0 +runtime.native.System.Net.Http,4.0.1,4.3.0 +runtime.native.System.Net.Security,4.0.1,4.3.0 +runtime.native.System.Security.Cryptography,4.0.0, +runtime.win7-x64.runtime.native.System.Data.SqlClient.sni,4.0.1,4.3.0 +runtime.win7-x86.runtime.native.System.Data.SqlClient.sni,4.0.1,4.3.0 +SQLite,3.13.0,3.13.0 +System.AppContext,4.1.0,4.3.0 +System.Buffers,4.0.0,4.3.0 +System.Collections,4.0.11,4.3.0 +System.Collections.Concurrent,4.0.12,4.3.0 +System.Collections.Immutable,1.2.0,1.3.0 +System.Collections.NonGeneric,4.0.1,4.3.0 +System.Collections.Specialized,4.0.1,4.3.0 +System.ComponentModel,4.0.1,4.3.0 +System.ComponentModel.Annotations,4.1.0,4.3.0 +System.ComponentModel.EventBasedAsync,4.0.11,4.3.0 +System.ComponentModel.Primitives,4.1.0,4.3.0 +System.ComponentModel.TypeConverter,4.1.0,4.3.0 +System.Console,4.0.0,4.3.0 +System.Data.Common,4.1.0,4.3.0 +System.Data.SqlClient,4.1.0,4.3.0 +System.Diagnostics.Contracts,4.0.1,4.3.0 +System.Diagnostics.Debug,4.0.11,4.3.0 +System.Diagnostics.DiagnosticSource,4.0.0,4.3.0 +System.Diagnostics.FileVersionInfo,4.0.0,4.0.0 +System.Diagnostics.Process,4.1.0,4.3.0 +System.Diagnostics.StackTrace,4.0.1,4.3.0 +System.Diagnostics.Tools,4.0.1,4.3.0 +System.Diagnostics.TraceSource,4.0.0,4.3.0 +System.Diagnostics.Tracing,4.1.0,4.3.0 +System.Dynamic.Runtime,4.0.11,4.3.0 +System.Globalization,4.0.11,4.3.0 +System.Globalization.Calendars,4.0.1,4.3.0 +System.Globalization.Extensions,4.0.1,4.3.0 +System.IdentityModel.Tokens.Jwt,5.0.0,5.1.0 +System.Interactive.Async,3.0.0,3.0.0 +System.IO,4.1.0,4.3.0 +System.IO.Compression,4.1.0,4.3.0 +System.IO.Compression.ZipFile,4.0.1,4.3.0 +System.IO.FileSystem,4.0.1,4.3.0 +System.IO.FileSystem.Primitives,4.0.1,4.3.0 +System.IO.FileSystem.Watcher,4.0.0,4.3.0 +System.IO.MemoryMappedFiles,4.0.0,4.3.0 +System.IO.Pipes,4.0.0,4.3.0 +System.IO.UnmanagedMemoryStream,4.0.1,4.3.0 +System.Linq,4.1.0,4.3.0 +System.Linq.Expressions,4.1.0,4.3.0 +System.Linq.Parallel,4.0.1,4.3.0 +System.Linq.Queryable,4.0.1,4.3.0 +System.Net.Http,4.1.1,4.3.0 +System.Net.NameResolution,4.0.0,4.3.0 +System.Net.Primitives,4.0.11,4.3.0 +System.Net.Requests,4.0.11,4.3.0 +System.Net.Security,4.0.0,4.3.0 +System.Net.Sockets,4.1.0,4.3.0 +System.Net.WebHeaderCollection,4.0.1,4.3.0 +System.Net.WebSockets,4.0.0,4.3.0 +System.Net.WebSockets.Client,4.0.0,4.3.0 +System.Numerics.Vectors,4.1.1,4.3.0 +System.ObjectModel,4.0.12,4.3.0 +System.Private.DataContractSerialization,4.1.1,4.3.0 +System.Private.ServiceModel,4.1.0,4.3.0 +System.Reflection,4.1.0,4.3.0 +System.Reflection.DispatchProxy,4.0.1,4.3.0 +System.Reflection.Emit,4.0.1,4.3.0 +System.Reflection.Emit.ILGeneration,4.0.1,4.3.0 +System.Reflection.Emit.Lightweight,4.0.1,4.3.0 +System.Reflection.Extensions,4.0.1,4.3.0 +System.Reflection.Metadata,1.3.0,1.4.1 +System.Reflection.Primitives,4.0.1,4.3.0 +System.Reflection.TypeExtensions,4.1.0,4.3.0 +System.Resources.Reader,4.0.0,4.3.0 +System.Resources.ResourceManager,4.0.1,4.3.0 +System.Runtime,4.1.0,4.3.0 +System.Runtime.Extensions,4.1.0,4.3.0 +System.Runtime.Handles,4.0.1,4.3.0 +System.Runtime.InteropServices,4.1.0,4.3.0 +System.Runtime.InteropServices.RuntimeInformation,4.0.0,4.3.0 +System.Runtime.Loader,4.0.0,4.3.0 +System.Runtime.Numerics,4.0.1,4.3.0 +System.Runtime.Serialization.Primitives,4.1.1,4.3.0 +System.Runtime.Serialization.Xml,4.1.1,4.3.0 +System.Security.Claims,4.0.1,4.3.0 +System.Security.Cryptography.Algorithms,4.2.0,4.3.0 +System.Security.Cryptography.Cng,4.2.0,4.3.0 +System.Security.Cryptography.Csp,4.0.0,4.3.0 +System.Security.Cryptography.Encoding,4.0.0,4.3.0 +System.Security.Cryptography.OpenSsl,4.0.0,4.3.0 +System.Security.Cryptography.Primitives,4.0.0,4.3.0 +System.Security.Cryptography.X509Certificates,4.1.0,4.3.0 +System.Security.Principal,4.0.1,4.3.0 +System.Security.Principal.Windows,4.0.0,4.3.0 +System.ServiceModel.Primitives,4.1.0,4.3.0 +System.Text.Encoding,4.0.11,4.3.0 +System.Text.Encoding.CodePages,4.0.1,4.3.0 +System.Text.Encoding.Extensions,4.0.11,4.3.0 +System.Text.Encodings.Web,4.0.0,4.3.0 +System.Text.RegularExpressions,4.1.0,4.3.0 +System.Threading,4.0.11,4.3.0 +System.Threading.Overlapped,4.0.1,4.3.0 +System.Threading.Tasks,4.0.11,4.3.0 +System.Threading.Tasks.Dataflow,4.6.0,4.7.0 +System.Threading.Tasks.Extensions,4.0.0,4.3.0 +System.Threading.Tasks.Parallel,4.0.1,4.3.0 +System.Threading.Thread,4.0.0,4.3.0 +System.Threading.ThreadPool,4.0.10,4.3.0 +System.Threading.Timer,4.0.1,4.3.0 +System.Xml.ReaderWriter,4.0.11,4.3.0 +System.Xml.XDocument,4.0.11,4.3.0 +System.Xml.XmlDocument,4.0.1,4.3.0 +System.Xml.XmlSerializer,4.0.11,4.3.0 +System.Xml.XPath,4.0.1,4.0.1 +System.Xml.XPath.XDocument,4.0.1,4.0.1 +Microsoft.AspNetCore.ResponseCaching.Abstractions,1.0.1,1.1.1 +Microsoft.Azure.KeyVault,,2.0.2-preview +Microsoft.Azure.KeyVault.WebKey,,2.0.0-preview +Microsoft.Data.Edm,,5.6.4 +Microsoft.Data.OData,,5.6.4 +Microsoft.Data.Services.Client,,5.6.4 +Microsoft.DiaSymReader.Native,,1.4.0 +Microsoft.DotNet.PlatformAbstractions,,1.1.0 +Microsoft.IdentityModel.Clients.ActiveDirectory,,3.13.5 +Microsoft.Rest.ClientRuntime,,2.3.2 +Microsoft.Rest.ClientRuntime.Azure,,3.3.1 +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.native.System.Security.Cryptography.Apple,,4.3.0 +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.Apple,,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 +Serilog,,2.3.0 +Serilog.Extensions.Logging,,1.0.0 +Serilog.Sinks.File,,3.1.0 +Serilog.Sinks.PeriodicBatching,,2.0.0 +Serilog.Sinks.RollingFile,,3.1.0 +StackExchange.Redis.StrongName,,1.1.605 +System.Runtime.CompilerServices.Unsafe,,4.3.0 +System.Runtime.Serialization.Json,,4.0.2 +System.Spatial,,5.6.4 +WindowsAzure.Storage,,7.2.1 \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/dotnet.deps.json b/dotnet/sdk/2.0.0-preview1-005700/dotnet.deps.json new file mode 100644 index 0000000..256d362 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/dotnet.deps.json @@ -0,0 +1,2953 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "915b0575634b828e1e6326a5cda531e6c022bc42" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "dotnet.deps.json/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02", + "Microsoft.DotNet.TestFramework": "2.0.0-preview1-preview1-005700", + "Microsoft.TestPlatform.Build": "15.1.0-preview-20170316-05", + "Microsoft.TestPlatform.CLI": "15.1.0-preview-20170316-05", + "NuGet.Build.Tasks": "4.3.0-beta1-2418", + "dotnet": "2.0.0-preview1-005700", + "tool_msbuild": "2.0.0-preview1-preview1-005700", + "tool_nuget": "2.0.0-preview1-preview1-005700" + }, + "runtime": {} + }, + "microsoft.applicationinsights/2.0.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.Http": "4.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "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.XDocument": "4.3.0" + }, + "runtime": { + "lib/dotnet5.4/Microsoft.ApplicationInsights.dll": {} + } + }, + "microsoft.build/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.1", + "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.1.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.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.0.10", + "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.2.0-preview-000047-02": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "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.runtime/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Tasks.Core": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02" + } + }, + "microsoft.build.tasks.core/15.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Process": "4.1.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.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.2.0-preview-000047-02": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Win32.Primitives": "4.0.1", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Collections.NonGeneric": "4.0.1", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Process": "4.1.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.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.0.0-rc4-61325-08": { + "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.0.0-rc4-61325-08": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "2.0.0-rc4-61325-08" + }, + "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.0-alpha-132": { + "runtime": { + "lib/netstandard1.5/Microsoft.DotNet.Cli.CommandLine.dll": {} + } + }, + "microsoft.dotnet.platformabstractions/1.0.3": { + "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.extensions.commandlineutils/1.1.0": { + "runtime": { + "lib/netstandard1.3/Microsoft.Extensions.CommandLineUtils.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.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-20170328-177": { + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Abstractions.dll": {} + } + }, + "microsoft.templateengine.cli/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.Extensions.CommandLineUtils": "1.1.0", + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Edge": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "Newtonsoft.Json": "9.0.1" + }, + "runtime": { + "lib/netstandard1.5/Microsoft.TemplateEngine.Cli.dll": {} + } + }, + "microsoft.templateengine.core/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Core.dll": {} + } + }, + "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Core.Contracts.dll": {} + } + }, + "microsoft.templateengine.edge/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "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-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Core.Contracts": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "Newtonsoft.Json": "9.0.1" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll": {} + } + }, + "microsoft.templateengine.utils/1.0.0-beta2-20170328-177": { + "dependencies": { + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Microsoft.TemplateEngine.Utils.dll": {} + } + }, + "microsoft.testplatform.build/15.1.0-preview-20170316-05": { + "runtime": { + "lib/netstandard1.3/Microsoft.TestPlatform.Build.dll": {} + }, + "runtimeTargets": {} + }, + "microsoft.testplatform.cli/15.1.0-preview-20170316-05": {}, + "microsoft.win32.primitives/4.0.1": { + "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-beta1-2418": { + "dependencies": { + "Microsoft.Build.Framework": "15.2.0-preview-000047-02", + "Microsoft.Build.Tasks.Core": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "NuGet.Commands": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Build.Tasks.dll": {} + }, + "runtimeTargets": {} + }, + "nuget.client/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.ContentModel": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.Repositories": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Client.dll": {} + } + }, + "nuget.commandline.xplat/4.3.0-beta1-2418": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02", + "Microsoft.Extensions.CommandLineUtils": "1.1.0", + "NuGet.Commands": "4.3.0-beta1-2418", + "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-beta1-2418": { + "dependencies": { + "NuGet.Client": "4.3.0-beta1-2418", + "NuGet.Configuration": "4.3.0-beta1-2418", + "NuGet.ContentModel": "4.3.0-beta1-2418", + "NuGet.DependencyResolver.Core": "4.3.0-beta1-2418", + "NuGet.ProjectModel": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Commands.dll": {} + } + }, + "nuget.common/4.3.0-beta1-2418": { + "dependencies": { + "System.Diagnostics.Process": "4.1.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-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "System.Security.Cryptography.ProtectedData": "4.0.0", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Configuration.dll": {} + } + }, + "nuget.contentmodel/4.3.0-beta1-2418": { + "dependencies": { + "System.ObjectModel": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.ContentModel.dll": {} + } + }, + "nuget.dependencyresolver.core/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.LibraryModel": "4.3.0-beta1-2418", + "NuGet.Protocol.Core.v3": "4.3.0-beta1-2418", + "NuGet.Repositories": "4.3.0-beta1-2418", + "NuGet.RuntimeModel": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} + } + }, + "nuget.frameworks/4.3.0-beta1-2418": { + "runtime": { + "lib/netstandard1.3/NuGet.Frameworks.dll": {} + } + }, + "nuget.librarymodel/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.LibraryModel.dll": {} + } + }, + "nuget.packaging/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging.Core": "4.3.0-beta1-2418", + "System.IO.Compression": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.dll": {} + } + }, + "nuget.packaging.core/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging.Core.Types": "4.3.0-beta1-2418", + "System.Xml.XDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.Core.dll": {} + } + }, + "nuget.packaging.core.types/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} + } + }, + "nuget.projectmodel/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.DependencyResolver.Core": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0", + "System.Threading.Thread": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.ProjectModel.dll": {} + } + }, + "nuget.protocol.core.types/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Configuration": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "System.Net.Http": "4.1.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} + } + }, + "nuget.protocol.core.v3/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.Common": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.Protocol.Core.Types": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} + } + }, + "nuget.repositories/4.3.0-beta1-2418": { + "dependencies": { + "NuGet.Packaging": "4.3.0-beta1-2418" + }, + "runtime": { + "lib/netstandard1.3/NuGet.Repositories.dll": {} + } + }, + "nuget.runtimemodel/4.3.0-beta1-2418": { + "dependencies": { + "Newtonsoft.Json": "9.0.1", + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418", + "System.Dynamic.Runtime": "4.3.0", + "System.ObjectModel": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/NuGet.RuntimeModel.dll": {} + } + }, + "nuget.versioning/4.3.0-beta1-2418": { + "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/4.0.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.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.diagnosticsource/4.0.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "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.1.0": { + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.1", + "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.0.10", + "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.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.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.http/4.1.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.0.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.0.11", + "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.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "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.Net.Http": "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.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.0.10": { + "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" + }, + "runtime": { + "lib/netstandard1.0/System.ValueTuple.dll": {} + } + }, + "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-preview1-005700": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.0.0", + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.DotNet.Archive": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.CommandLine": "0.1.0-alpha-132", + "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.DotNet.Configurer": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta-preview1-005700", + "Microsoft.DotNet.PlatformAbstractions": "1.0.3", + "Microsoft.DotNet.ProjectJsonMigration": "2.0.0-preview1-preview1-005700", + "Microsoft.TemplateEngine.Abstractions": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Cli": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Orchestrator.RunnableProjects": "1.0.0-beta2-20170328-177", + "Microsoft.TemplateEngine.Utils": "1.0.0-beta2-20170328-177", + "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": {} + } + }, + "microsoft.dotnet.archive/2.0.0-preview1-preview1-005700": { + "dependencies": { + "System.Linq.Parallel": "4.0.1" + }, + "runtime": { + "Microsoft.DotNet.Archive.dll": {} + } + }, + "microsoft.dotnet.cli.sln.internal/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "System.Collections.Specialized": "4.0.1", + "System.Text.RegularExpressions": "4.3.0" + }, + "runtime": { + "Microsoft.DotNet.Cli.Sln.Internal.dll": {} + } + }, + "microsoft.dotnet.cli.utils/2.0.0-preview1-005700": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.Build.Utilities.Core": "15.2.0-preview-000047-02", + "Microsoft.DotNet.PlatformAbstractions": "1.0.3", + "Microsoft.Extensions.DependencyModel": "1.0.3", + "NuGet.Frameworks": "4.3.0-beta1-2418", + "NuGet.Packaging": "4.3.0-beta1-2418", + "NuGet.ProjectModel": "4.3.0-beta1-2418", + "NuGet.Versioning": "4.3.0-beta1-2418", + "System.Diagnostics.Process": "4.1.0" + }, + "runtime": { + "Microsoft.DotNet.Cli.Utils.dll": {} + } + }, + "microsoft.dotnet.configurer/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Archive": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700", + "Microsoft.DotNet.InternalAbstractions": "2.0.0-beta-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.Configurer.dll": {} + } + }, + "microsoft.dotnet.internalabstractions/2.0.0-beta-preview1-005700": { + "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.projectjsonmigration/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.Build": "15.2.0-preview-000047-02", + "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc4-61325-08", + "Microsoft.DotNet.Cli.Sln.Internal": "2.0.0-preview1-preview1-005700", + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.ProjectJsonMigration.dll": {} + } + }, + "microsoft.dotnet.testframework/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.DotNet.Cli.Utils": "2.0.0-preview1-005700" + }, + "runtime": { + "Microsoft.DotNet.TestFramework.dll": {} + } + }, + "tool_msbuild/2.0.0-preview1-preview1-005700": { + "dependencies": { + "Microsoft.Build.Runtime": "15.2.0-preview-000047-02" + }, + "runtime": {} + }, + "tool_nuget/2.0.0-preview1-preview1-005700": { + "dependencies": { + "NuGet.CommandLine.XPlat": "4.3.0-beta1-2418" + }, + "runtime": {} + } + } + }, + "libraries": { + "dotnet.deps.json/2.0.0-preview1-005700": { + "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.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mpEjft5Kpw4BdorvbFDGodKt2ACPRHks4LzwqwtYobPwyBesUHqP43A9WY8GXjPHRwj+LNpwOrGZJbCdFPHiBA==", + "path": "microsoft.build/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.framework/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ivF93w4lDk3GQFFyJCiQXvMhWIYdta6+MkqpOHbzxFEor2MhNOoV9Okgd4F61T0LESOwX0pfGz98BF3WAjYVXA==", + "path": "microsoft.build.framework/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.framework.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.runtime/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OWzRAltN74io7U/zk1ctJNfj7OTWIyrhEBrchPP29FsRJopWQCaz94Ap/8Exmtr8abI9XHqoad95OeBiwEh5Rw==", + "path": "microsoft.build.runtime/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.runtime.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.tasks.core/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RktajVgcnl5/mIQdHcgH0URm6zoB5FkuMMBfcOLGl6aaPnoobzrV3TEPxRvHAVC5pud1Lr52Ze8c0ixii7HTmQ==", + "path": "microsoft.build.tasks.core/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.tasks.core.15.2.0-preview-000047-02.nupkg.sha512" + }, + "microsoft.build.utilities.core/15.2.0-preview-000047-02": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h2ZdX1HytYtij4wNmWdwnlrw8MH38hp4pg3vpFg0RbmHaHm9nmJFty97m1pkLE91BE9c5kC1MKmssdnl5PRVcg==", + "path": "microsoft.build.utilities.core/15.2.0-preview-000047-02", + "hashPath": "microsoft.build.utilities.core.15.2.0-preview-000047-02.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.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UR6qFXEe2pCQyEQlxAKH78jl0kExiQXOofMG+sKEFetth2eebmR42b4tLwsmsLpJLRdi22HYBFEcUpWdPcOBJw==", + "path": "microsoft.codeanalysis.common/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.common.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhC/itFbj9nVTT7PhiReglZVk2UgQhSiOBI2N0hdwTNU3z+tfn6/K3h01kW9Mwrd2Lqj/47ojU1rjOBmjIrEYA==", + "path": "microsoft.codeanalysis.csharp/2.0.0-rc4-61325-08", + "hashPath": "microsoft.codeanalysis.csharp.2.0.0-rc4-61325-08.nupkg.sha512" + }, + "microsoft.csharp/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" + }, + "microsoft.dotnet.cli.commandline/0.1.0-alpha-132": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FXrW+RnKqkdP12vvtJP0oZLMMKlz/elpssuTE6DkEftONbq/Ma07tCrFxFUAIaF5bJbYsyVxB263+7U3cMGpDQ==", + "path": "microsoft.dotnet.cli.commandline/0.1.0-alpha-132", + "hashPath": "microsoft.dotnet.cli.commandline.0.1.0-alpha-132.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.commandlineutils/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZBmdRx6aj7RsJmT8KWZnr0dP/O5C/aChLQ1fD4TC4QBDcnh7/yjucIsZc1o3bLtutkqIqJ4ODPaVEhkEaPJZDQ==", + "path": "microsoft.extensions.commandlineutils/1.1.0", + "hashPath": "microsoft.extensions.commandlineutils.1.1.0.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.templateengine.abstractions/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-s/hr2J2ukqVU5H+7ee+Ila/XQ4rsKOcu732axC1lr7rDvdrYdSvGzD8jyKBr3397kJjIOey/pWwYrPggTRf4nw==", + "path": "microsoft.templateengine.abstractions/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.abstractions.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.cli/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qeCxHz5CZYmBL0o0hyNLtuNFruG0AdJ6FPZ2ofhwyFqHo8b50Yaa8onBr38qUcZDZ7/Mm8wY8GI6XkSCktcZVQ==", + "path": "microsoft.templateengine.cli/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.cli.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.core/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P7+J1GI8ohjwAq7cK82v2ARWeA1JwQxgK1Lsx2q0u4IaSWsjbSo4J5F3R0Xo8Vw4qBHuLuEK/Ve2GVazRMq8+A==", + "path": "microsoft.templateengine.core/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.core.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-leXDnsyCFtuykHTKESITxnDxaWLQSsWdjx+WUYglur8SyV/DsOs4H5ucJLXWywTCahHPIux2R+ZeB3EwDVGF6g==", + "path": "microsoft.templateengine.core.contracts/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.core.contracts.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.edge/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/le47SOvshtQeMa5Pda9vclEB5L2XAZgiSSCAA+riSrDY0F92TwACEv2Yk7wEjKHKsm25P1vLOTSKurTUkEKUA==", + "path": "microsoft.templateengine.edge/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.edge.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eGu1cEwpOepvzEBaZT9iZivTyJs11UfIayHoLEP/9Ecejct8YwDh9ok8h1YffhMEuKJP4M0NqOUT7O8WuF6PHQ==", + "path": "microsoft.templateengine.orchestrator.runnableprojects/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.orchestrator.runnableprojects.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.templateengine.utils/1.0.0-beta2-20170328-177": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VtXsFO+TGFwsHP/boq5u/yHZI1ss6dDMhiX2P5C3I8WzzFM1SxauOagfkflnKpSSAwTaijyQfbeITK1SK8n0jw==", + "path": "microsoft.templateengine.utils/1.0.0-beta2-20170328-177", + "hashPath": "microsoft.templateengine.utils.1.0.0-beta2-20170328-177.nupkg.sha512" + }, + "microsoft.testplatform.build/15.1.0-preview-20170316-05": { + "type": "package", + "serviceable": true, + "sha512": "sha512-q5c2TI/s5P3v3DANvs0sJnUiHnCFmDCo0sXZwyuSJBECVVKWkdAd7zkn6KUJCqAvb+AeKOPsWRSYUZYIf1yPig==", + "path": "microsoft.testplatform.build/15.1.0-preview-20170316-05", + "hashPath": "microsoft.testplatform.build.15.1.0-preview-20170316-05.nupkg.sha512" + }, + "microsoft.testplatform.cli/15.1.0-preview-20170316-05": { + "type": "package", + "serviceable": true, + "sha512": "sha512-llZOdBmXYZ+3KzaqSGrxzqRmBvI8jQsFaXA5T0hvAluALbj/gv2rwXe11qUXCh0z5yNaRdF24dksO6NT8vcfDw==", + "path": "microsoft.testplatform.cli/15.1.0-preview-20170316-05", + "hashPath": "microsoft.testplatform.cli.15.1.0-preview-20170316-05.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.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==" + }, + "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-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-C+EaBCDf3vb0erbsUam/m5wJe/9VShZQW9XlnInj3wtKmZU6o1GamFHfFHJm0+t6wtwI5CasbrzKfc0Sbsk5mw==", + "path": "nuget.build.tasks/4.3.0-beta1-2418", + "hashPath": "nuget.build.tasks.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.client/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iny4/5eY62n4HSS59T+dohzcKSAgeReTSrhsGlz/qCLylblPZn6Zfci6zYSFCQAqq1x7R8C0I6gBzzHnBXv6gQ==", + "path": "nuget.client/4.3.0-beta1-2418", + "hashPath": "nuget.client.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.commandline.xplat/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IDIixV8v52ZPuxIisOrAXvUFHi0BaIaFseivLdbbFP8B1HfZQVa/slQs/z0X/yU/cA1lwD2S52Xuo9sBpH7yEQ==", + "path": "nuget.commandline.xplat/4.3.0-beta1-2418", + "hashPath": "nuget.commandline.xplat.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.commands/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UVlqyvi1fgNgvywUNbdKbu3sIz+AnSthp1jLuYcDEy2Yfcf7aF9T78C6mRffpFCCtoXoK8FrkPfY0mPl+uaH8Q==", + "path": "nuget.commands/4.3.0-beta1-2418", + "hashPath": "nuget.commands.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.common/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AQQrniEgXxFFVzCXtYprpVfPhAzmTNhjP3Kr9hRbWYCjxd9LPKzw/gPIiyYXfUNWDx/uDJGajhncgyx/rlhL/A==", + "path": "nuget.common/4.3.0-beta1-2418", + "hashPath": "nuget.common.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.configuration/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bky3w4ggYsTN+MeceoKAsa3BOY4dz4+4NJ6kRAGh8V1BsMuHRtFTGKpA6Xc5vHszWLxd12l4zWMhDX1nJvYq6Q==", + "path": "nuget.configuration/4.3.0-beta1-2418", + "hashPath": "nuget.configuration.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.contentmodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BQFiQcMYItuKFikQMysOgNB7Y4LzuDzgyz2fvtuMoRmvSq+691kG96P83FhDIEW1PkdumdvjmHqk77MAXWxWkA==", + "path": "nuget.contentmodel/4.3.0-beta1-2418", + "hashPath": "nuget.contentmodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.dependencyresolver.core/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4nwDyeflJ14o6m7xkPPYajuy7zLJJVrdI34SCl3PPdD+7cfJuAOG+ctxrtQX8+OyXwkRYV5m+TOaxLGIj+EHig==", + "path": "nuget.dependencyresolver.core/4.3.0-beta1-2418", + "hashPath": "nuget.dependencyresolver.core.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.frameworks/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-erTyPyYHOnlMbOVl776e2AXWH91cLY5M98rwvHGr1Qvyn65SXwJidTIyAA2GXiIWzxCOao6stQDbqnyh8a7J2w==", + "path": "nuget.frameworks/4.3.0-beta1-2418", + "hashPath": "nuget.frameworks.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.librarymodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5oEkxTAwCeRPHMAaM/zMkB6rjNB4avuu57qeHpu82OMFkvYKz7PVgLo3V97ZygQ9TjWYTqIlSssWNmKiKEYswg==", + "path": "nuget.librarymodel/4.3.0-beta1-2418", + "hashPath": "nuget.librarymodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KsDUh+HIm9lIs3Kb//Ayk5ToxlZM9UGfNf92xkR3sg8JT9MygI5ZYgWWp90dSwf35dPRMn5e+RgUedwhheKGFg==", + "path": "nuget.packaging/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging.core/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1au8aeFhKQXpMXaqat4U/ID5n4emMh1QHSHBMZrstGNtJYLBmj2OtM64pFVjbj1n9wPgJP5dZTx7ZlJBbNRhaA==", + "path": "nuget.packaging.core/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.core.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.packaging.core.types/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LxSre5ByxhstgktXV2eezaiOyIk6Y1iDqEhT2s4lmf+0JudzW98y6DpotgQMZ11tmJO1fMlUFsFXGynlDlgKaw==", + "path": "nuget.packaging.core.types/4.3.0-beta1-2418", + "hashPath": "nuget.packaging.core.types.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.projectmodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gAO9ZR6pR8ZnpaaLTEtu4lL9IhXymuPDb1VuZIBvkrBcNOmz3UKBiX6p5zlvDstC4yIB3J+3mqJD5eqdjhO93g==", + "path": "nuget.projectmodel/4.3.0-beta1-2418", + "hashPath": "nuget.projectmodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.protocol.core.types/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3yJ6rOHH4elsc98S2VMZPaFPaMmdYGUvu1D1jR7fxg7Mg/cyVh4dvh3wpnAX2RvP2OBhvDTV0D1DfxjekJbiwQ==", + "path": "nuget.protocol.core.types/4.3.0-beta1-2418", + "hashPath": "nuget.protocol.core.types.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.protocol.core.v3/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eewp4TBPCGmMb/MpyjBKJB8C5u+OJZXcDyhhLaqfq4M5TThuApffOOwJ0FagA315gFUm3Pch54F7Xut533RxOg==", + "path": "nuget.protocol.core.v3/4.3.0-beta1-2418", + "hashPath": "nuget.protocol.core.v3.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.repositories/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ldc5nfsmlxKEehLNglB5gX7ReEo28sQcfycniRAYvBg3GRky/9LRBZiKIkESIWVnA9+bpwdyfKkH9v9AMObPfQ==", + "path": "nuget.repositories/4.3.0-beta1-2418", + "hashPath": "nuget.repositories.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.runtimemodel/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3RC0bRlAds7t3bxF2hJlu3ZAP0rhiitK/sqT4/J2C6qkY+uH3VBrv/i3pmJqAlGH+Ln4ZxvDzvbdkh2RwaTGZQ==", + "path": "nuget.runtimemodel/4.3.0-beta1-2418", + "hashPath": "nuget.runtimemodel.4.3.0-beta1-2418.nupkg.sha512" + }, + "nuget.versioning/4.3.0-beta1-2418": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vjx6zFcesbC0Db2tSWh9GrZ1dDtGRsnFLqk7witR7qdKm7yj+IM9MJSzRidujtuabJg4uCMCR0SQ48Wxr4dBnw==", + "path": "nuget.versioning/4.3.0-beta1-2418", + "hashPath": "nuget.versioning.4.3.0-beta1-2418.nupkg.sha512" + }, + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" + }, + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" + }, + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" + }, + "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/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" + }, + "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==" + }, + "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==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" + }, + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" + }, + "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==" + }, + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" + }, + "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==" + }, + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" + }, + "system.appcontext/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==" + }, + "system.buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==" + }, + "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==" + }, + "system.collections.immutable/1.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-n+AGX7zmiZumW9aggOkXaHzUeAS3EfeTErnkKCusyONUozbTv+kMb8VE36m+ldV6kF9g57G2c641KCdgH9E0pg==" + }, + "system.collections.nongeneric/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==" + }, + "system.collections.specialized/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==" + }, + "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==" + }, + "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.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==" + }, + "system.diagnostics.fileversioninfo/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==" + }, + "system.diagnostics.process/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==" + }, + "system.diagnostics.stacktrace/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==" + }, + "system.diagnostics.textwritertracelistener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.io.pipes/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==" + }, + "system.linq.parallel/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==" + }, + "system.net.http/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==" + }, + "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==" + }, + "system.private.datacontractserialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "system.resources.reader/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VX1iHAoHxgrLZv+nq/9drCZI6Q4SSCzSVyUm1e0U60sqWdj6XhY7wvKmy3RvsSal9h+/vqSWwxxJsm0J4vn/jA==" + }, + "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==" + }, + "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==" + }, + "system.runtime.loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==" + }, + "system.runtime.numerics/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==" + }, + "system.runtime.serialization.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==" + }, + "system.runtime.serialization.xml/4.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yqfKHkWUAdI0hdDIdD9KDzluKtZ8IIqLF3O7xIZlt6UTs1bOvFRpCvRTvGQva3Ak/ZM9/nq9IHBJ1tC4Ybcrjg==" + }, + "system.security.cryptography.algorithms/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==" + }, + "system.security.cryptography.cng/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==" + }, + "system.security.cryptography.csp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==" + }, + "system.security.cryptography.encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==" + }, + "system.security.cryptography.openssl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==" + }, + "system.security.cryptography.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==" + }, + "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==" + }, + "system.security.principal/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "system.threading.overlapped/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==" + }, + "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==" + }, + "system.threading.tasks.extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==" + }, + "system.threading.tasks.parallel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==" + }, + "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-cNLEvBX3d6MMQRZe3SMFNukVbitDAEpVZO17qa0/2FHxZ7Y7PpFRpr6m2615XYM/tYYYf0B+WyHNujqIw8Luwg==", + "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==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xmlserializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==" + }, + "system.xml.xpath/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==" + }, + "system.xml.xpath.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jw9oHHEIVW53mHY9PgrQa98Xo2IZ0ZjrpdOTmtvk+Rvg4tq7dydmxdNqUvJ5YwjDqhn75mBXWttWjiKhWP53LQ==" + }, + "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-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.archive/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.cli.sln.internal/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.cli.utils/2.0.0-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.configurer/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.internalabstractions/2.0.0-beta-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.projectjsonmigration/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.dotnet.testframework/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "tool_msbuild/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "tool_nuget/2.0.0-preview1-preview1-005700": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/dotnet.dll b/dotnet/sdk/2.0.0-preview1-005700/dotnet.dll new file mode 100644 index 0000000..2fdcbee Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/dotnet.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/dotnet.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/dotnet.runtimeconfig.json new file mode 100644 index 0000000..fccd5c1 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/dotnet.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.0.0-preview1-001907-00" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..4dcca55 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..6e58766 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..eb26b06 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..782cfbe Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..cfb30f4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..fd88135 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..ce450bc Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..da1ed09 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..5da9ac7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/es/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/es/vstest.console.resources.dll new file mode 100644 index 0000000..8d7cc2d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/es/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..b1ee096 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..a3007ba Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..6884c17 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..afb37f0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..73c938b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..d3e18e3 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..35c9cff Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..c6dc225 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..5ed9a9b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/fr/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/fr/vstest.console.resources.dll new file mode 100644 index 0000000..3476040 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/fr/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..ee70bf7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..13fef74 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..e01462e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..ae45a5e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..9d1e7a0 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..9e1b996 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..390dc08 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..971f49d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..9f82052 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/it/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/it/vstest.console.resources.dll new file mode 100644 index 0000000..181fb9e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/it/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..8bf138b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..33172d4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..d64817b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..99d5a99 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..4c38538 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..0e17a49 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..7d40f9b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..879257e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..191f18b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ja/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ja/vstest.console.resources.dll new file mode 100644 index 0000000..9d4aa6e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ja/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..03bfe6e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..15ca4ff Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..503b0bd Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..53b38ce Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..43f5ff8 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..c7c2c24 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..c83d460 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..76e6ceb Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..eb74e18 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ko/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ko/vstest.console.resources.dll new file mode 100644 index 0000000..5e6518f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ko/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/nuGetPackagesArchive.lzma b/dotnet/sdk/2.0.0-preview1-005700/nuGetPackagesArchive.lzma new file mode 100644 index 0000000..6122e77 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/nuGetPackagesArchive.lzma differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/package.deps.json b/dotnet/sdk/2.0.0-preview1-005700/package.deps.json new file mode 100644 index 0000000..e3fd877 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/package.deps.json @@ -0,0 +1,1805 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "8f6df95a1159242a038e0ec3d1af967b93f394a0" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "package/15.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CrossPlatEngine": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.TestPlatform.Utilities": "15.1.0-dev", + "Microsoft.TestPlatform.VsTestConsole.TranslationLayer": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Client": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger": "15.1.0-dev", + "vstest.console": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.PlatformAbstractions": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.Extensions.DependencyModel": "1.0.3", + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "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.1.0-dev": { + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CrossPlatEngine": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "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.trxlogger/15.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "System.Collections.NonGeneric": "4.3.0", + "System.Collections.Specialized": "4.3.0", + "System.Security.Principal.Windows": "4.3.0" + }, + "runtime": { + "Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.dll": {} + }, + "resources": { + "cs/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "cs" + }, + "de/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "de" + }, + "es/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "es" + }, + "fr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "fr" + }, + "it/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "it" + }, + "ja/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "ja" + }, + "ko/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "ko" + }, + "pl/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "pl" + }, + "pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "pt-BR" + }, + "ru/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "ru" + }, + "tr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "tr" + }, + "zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "zh-Hans" + }, + "zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "vstest.console/15.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CrossPlatEngine": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.TestPlatform.Utilities": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Client": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.csharp/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.collections.immutable/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" + }, + "system.collections.nongeneric/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==" + }, + "system.collections.specialized/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==" + }, + "system.componentmodel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==" + }, + "system.componentmodel.eventbasedasync/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==" + }, + "system.componentmodel.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==" + }, + "system.componentmodel.typeconverter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==" + }, + "system.diagnostics.contracts/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==" + }, + "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==" + }, + "system.diagnostics.textwritertracelistener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==" + }, + "system.objectmodel/4.0.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==" + }, + "system.private.datacontractserialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.runtime.loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==" + }, + "system.runtime.serialization.json/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==" + }, + "system.runtime.serialization.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==" + }, + "system.security.claims/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==" + }, + "system.security.principal/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==" + }, + "system.security.principal.windows/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "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==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==" + }, + "system.xml.readerwriter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xmlserializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==" + }, + "system.xml.xpath/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==" + }, + "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.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.coreutilities/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.crossplatengine/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.objectmodel/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.platformabstractions/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.utilities/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.vstestconsole.translationlayer/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.visualstudio.testplatform.client/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.visualstudio.testplatform.common/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.visualstudio.testplatform.extensions.trxlogger/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "vstest.console/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..7ffd746 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..89b1edc Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..c5f021a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..e5fc77f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..8ed0bad Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..d9a79ef Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..c6ad582 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..fa629df Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..3b58201 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pl/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pl/vstest.console.resources.dll new file mode 100644 index 0000000..1f8779b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pl/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..6f4574e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..cf6a516 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..f30b3fd Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..daed364 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..5d1b88e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..fadca8c Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..0cb4173 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..5b2636f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..3238755 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/pt-BR/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/vstest.console.resources.dll new file mode 100644 index 0000000..3472ac3 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/pt-BR/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..3f66a49 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..eb70229 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..1c79d67 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..ae6c9ef Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..01b227f Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..b030838 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..3598d1a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..31ce0f7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..b62b122 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/ru/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/ru/vstest.console.resources.dll new file mode 100644 index 0000000..122e66d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/ru/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll b/dotnet/sdk/2.0.0-preview1-005700/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 0000000..e1beb4e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0-preview1-005700/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..ca230b8 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll b/dotnet/sdk/2.0.0-preview1-005700/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 0000000..ccade31 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll b/dotnet/sdk/2.0.0-preview1-005700/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..a4492ab Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..d1d771d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..b45dc11 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..f9bc03a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..a7aa9ab Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..8297397 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..dbdc715 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..dd31e82 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..44dd854 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..ae0feb7 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/tr/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/tr/vstest.console.resources.dll new file mode 100644 index 0000000..e947516 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/tr/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/vstest.console.deps.json b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.deps.json new file mode 100644 index 0000000..df4f206 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.deps.json @@ -0,0 +1,1605 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "54cbfa97e317844d8e09fb6a5412c0867c2176f5" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "vstest.console/15.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CrossPlatEngine": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.TestPlatform.Utilities": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Client": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.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.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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.PlatformAbstractions": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.Extensions.DependencyModel": "1.0.3", + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev", + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "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.1.0-dev": { + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CommunicationUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.CrossPlatEngine": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "Microsoft.VisualStudio.TestPlatform.Common": "15.1.0-dev" + }, + "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.1.0-dev": { + "dependencies": { + "Microsoft.TestPlatform.CoreUtilities": "15.1.0-dev", + "Microsoft.TestPlatform.ObjectModel": "15.1.0-dev", + "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.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.csharp/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.collections.immutable/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==" + }, + "system.collections.nongeneric/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==" + }, + "system.collections.specialized/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==" + }, + "system.componentmodel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==" + }, + "system.componentmodel.eventbasedasync/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==" + }, + "system.componentmodel.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==" + }, + "system.componentmodel.typeconverter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==" + }, + "system.diagnostics.contracts/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==" + }, + "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==" + }, + "system.diagnostics.textwritertracelistener/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F11kHWeiwYjFWto+kr8tt9ULMH0k8MsT1XmdCGPTLYHhWgN+2g7JsIZiXDrxlFGccSNkbjfwQy4xIS38gzUiZA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==" + }, + "system.linq.expressions/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==" + }, + "system.objectmodel/4.0.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==" + }, + "system.private.datacontractserialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==" + }, + "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==" + }, + "system.reflection.emit.ilgeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==" + }, + "system.reflection.emit.lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "system.runtime.loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==" + }, + "system.runtime.serialization.json/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==" + }, + "system.runtime.serialization.primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==" + }, + "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==" + }, + "system.threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==" + }, + "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==" + }, + "system.threading.thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==" + }, + "system.threading.threadpool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==" + }, + "system.xml.readerwriter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==" + }, + "system.xml.xdocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==" + }, + "system.xml.xmldocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==" + }, + "system.xml.xmlserializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==" + }, + "system.xml.xpath/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v1JQ5SETnQusqmS3RwStF7vwQ3L02imIzl++sewmt23VGygix04pEH+FCj1yWb+z4GDzKiljr1W7Wfvrx0YwgA==" + }, + "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.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.coreutilities/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.crossplatengine/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.objectmodel/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.platformabstractions/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.testplatform.utilities/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.visualstudio.testplatform.client/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "microsoft.visualstudio.testplatform.common/15.1.0-dev": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/vstest.console.dll b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.dll new file mode 100644 index 0000000..a18f14b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/vstest.console.dll.config b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.dll.config new file mode 100644 index 0000000..74a4101 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.dll.config @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/sdk/2.0.0-preview1-005700/vstest.console.runtimeconfig.json b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.runtimeconfig.json new file mode 100644 index 0000000..0ccb363 --- /dev/null +++ b/dotnet/sdk/2.0.0-preview1-005700/vstest.console.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "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-preview1-005700/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..9be250b Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..9c1345a Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..eebe04e Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..1a148fa Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..55fa177 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..86536cb Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..4d3fb6d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..cde9fe1 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..d1abb90 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/vstest.console.resources.dll new file mode 100644 index 0000000..c50edb5 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hans/vstest.console.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100644 index 0000000..d3f706d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100644 index 0000000..51e9b84 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100644 index 0000000..a976eb1 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll new file mode 100644 index 0000000..6bce6f5 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll new file mode 100644 index 0000000..a97355d Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll new file mode 100644 index 0000000..ad9dde4 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100644 index 0000000..7daa991 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll new file mode 100644 index 0000000..c6c72fd Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100644 index 0000000..bbcbf06 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/vstest.console.resources.dll b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/vstest.console.resources.dll new file mode 100644 index 0000000..98091f6 Binary files /dev/null and b/dotnet/sdk/2.0.0-preview1-005700/zh-Hant/vstest.console.resources.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/.version b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/.version new file mode 100644 index 0000000..bb363dd --- /dev/null +++ b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/.version @@ -0,0 +1,2 @@ +577e667715fd2f04103b91f1f79c16516971b3a3 +2.0.0-preview1-001907-00 diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.CSharp.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.CSharp.dll new file mode 100644 index 0000000..b0b53be Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.CSharp.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.NETCore.App.deps.json b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.NETCore.App.deps.json new file mode 100644 index 0000000..9df8039 --- /dev/null +++ b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.NETCore.App.deps.json @@ -0,0 +1,3074 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0/linux-x64", + "signature": "f99e93d71a9d937bf7a77ba2931dd3073be76b87" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": {}, + ".NETCoreApp,Version=v2.0/linux-x64": { + "microsoft.netcore.app/2.0.0-preview1-001907-00": { + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.0.0-preview1-001907-00", + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25203-01", + "NETStandard.Library": "2.0.0-preview1-25203-01", + "runtime.linux-x64.Microsoft.NETCore.App": "2.0.0-preview1-001907-00" + } + }, + "microsoft.netcore.dotnethostpolicy/2.0.0-preview1-001907-00": { + "dependencies": { + "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy": "2.0.0-preview1-001907-00" + } + }, + "microsoft.netcore.platforms/2.0.0-preview1-25203-01": {}, + "microsoft.packaging.tools/1.0.0-preview1-25203-01": {}, + "netstandard.library/2.0.0-preview1-25203-01": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0-preview1-25203-01", + "Microsoft.Packaging.Tools": "1.0.0-preview1-25203-01" + } + }, + "runtime.linux-x64.microsoft.netcore.app/2.0.0-preview1-001907-00": { + "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/Microsoft.XmlSerializer.Generator.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.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.CoreLib.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.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.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/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.ni.dll": {}, + "runtimes/linux-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {}, + "runtimes/linux-x64/native/System.Security.Cryptography.Native.so": {}, + "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-preview1-001907-00": { + "native": { + "runtimes/linux-x64/native/libhostpolicy.so": {} + } + } + } + }, + "libraries": { + "microsoft.netcore.app/2.0.0-preview1-001907-00": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vJuM5vb0TI3012xwiOxaFKMYCAZbSnHmHPf8/nZyJHghYwNfgGa0UuYw4laGe1SdUi1gtqTeFqTke9cGTXrNzg==" + }, + "microsoft.netcore.dotnethostpolicy/2.0.0-preview1-001907-00": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0wohcO+BNq9+ih0mLO5oRk2iUJ6gLAY4oAZwQVCA9IQ2VdLye+3gOzrlVeTaqqhZ8iu/uRTabZrF28KZKf2Veg==" + }, + "microsoft.netcore.platforms/2.0.0-preview1-25203-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yfvgdNC/i1Py/SgkF0wKf0ATKMQDfmA7DrI4N9mZgZwUGTvDzuhz4JhsG1sUPiTXv45dbqG82uv5GnJ3o2VvOg==" + }, + "microsoft.packaging.tools/1.0.0-preview1-25203-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9aRECnNG9lR3qxPWlBe4OpFA9CvhxWNUteIhvmsUKqMNHJyMGp62wVYk1VGG0Y+ZWSdGPsn+Pp10x0YTRmaUpw==" + }, + "netstandard.library/2.0.0-preview1-25203-01": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VcYYhSgBN55fwSbuI8+HeCRpHQryhuD+9soBLqxtQIHnPV2nUr341Pf429fGVvI79SvWAAJeYDzqWZDpmZHiFA==" + }, + "runtime.linux-x64.microsoft.netcore.app/2.0.0-preview1-001907-00": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xbWjD2K1oE4Seyx0GCNl+tnSOWradp0IhW85RzpW7bQGfSH1mej56JWKJEriF+M5YiZ83R4Hek1iB+kQRD9Tag==" + }, + "runtime.linux-x64.microsoft.netcore.dotnethostpolicy/2.0.0-preview1-001907-00": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gK/GZpMuVdQS1UZZZcFZ3Qbv2V9kfKxxjUi66hsOHCIaBBspZe4qwxeemSB/YEWvQ/M8pdxRabMdF6JfDRhH2A==" + } + }, + "runtimes": { + "alpine.3.4.3-x64": [ + "alpine.3.4.3", + "alpine.3-x64", + "alpine.3", + "alpine-x64", + "alpine", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-x64": [ + "linux", + "unix-x64", + "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.16.04-arm": [ + "ubuntu.16.04", + "ubuntu-arm", + "ubuntu", + "debian-arm", + "debian", + "linux-arm", + "linux", + "unix-arm", + "unix", + "any", + "base" + ], + "linux": [ + "unix", + "any", + "base" + ], + "linux-x86": [ + "linux", + "unix-x86", + "unix", + "any", + "base" + ], + "linux-arm": [ + "linux", + "unix-arm", + "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" + ], + "tizen.4.0.0-armel": [ + "tizen.4.0.0", + "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.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-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" + ], + "alpine": [ + "linux", + "unix", + "any", + "base" + ], + "alpine-x64": [ + "alpine", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine-arm": [ + "alpine", + "linux-arm", + "linux", + "unix-arm", + "unix", + "any", + "base" + ], + "alpine-arm64": [ + "alpine", + "linux-arm64", + "linux", + "unix-arm64", + "unix", + "any", + "base" + ], + "alpine.3": [ + "alpine", + "linux", + "unix", + "any", + "base" + ], + "alpine.3-x64": [ + "alpine.3", + "alpine-x64", + "alpine", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3-arm": [ + "alpine.3", + "alpine-arm", + "alpine", + "linux-arm", + "linux", + "unix-arm", + "unix", + "any", + "base" + ], + "alpine.3-arm64": [ + "alpine.3", + "alpine-arm64", + "alpine", + "linux-arm64", + "linux", + "unix-arm64", + "unix", + "any", + "base" + ], + "alpine.3.4.3": [ + "alpine.3", + "alpine", + "linux", + "unix", + "any", + "base" + ], + "alpine.3.4.3-arm": [ + "alpine.3.4.3", + "alpine.3-arm", + "alpine.3", + "alpine-arm", + "alpine", + "linux-arm", + "linux", + "unix-arm", + "unix", + "any", + "base" + ], + "alpine.3.4.3-arm64": [ + "alpine.3.4.3", + "alpine.3-arm64", + "alpine.3", + "alpine-arm64", + "alpine", + "linux-arm64", + "linux", + "unix-arm64", + "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" + ], + "alpine-corert": [ + "linux-corert", + "alpine", + "corert", + "linux", + "unix-corert", + "any", + "unix", + "base" + ], + "alpine-x64-corert": [ + "alpine-corert", + "linux-x64-corert", + "alpine-x64", + "linux-corert", + "alpine", + "linux-x64", + "corert", + "linux", + "unix-corert", + "unix-x64", + "any", + "unix", + "base" + ], + "alpine.3-corert": [ + "alpine-corert", + "alpine.3", + "linux-corert", + "alpine", + "corert", + "linux", + "unix-corert", + "any", + "unix", + "base" + ], + "alpine.3-x64-corert": [ + "alpine.3-corert", + "alpine-x64-corert", + "alpine.3-x64", + "alpine-corert", + "alpine.3", + "linux-x64-corert", + "alpine-x64", + "linux-corert", + "alpine", + "linux-x64", + "corert", + "linux", + "unix-corert", + "unix-x64", + "any", + "unix", + "base" + ], + "alpine.3.4.3-corert": [ + "alpine.3-corert", + "alpine.3.4.3", + "alpine-corert", + "alpine.3", + "linux-corert", + "alpine", + "corert", + "linux", + "unix-corert", + "any", + "unix", + "base" + ], + "alpine.3.4.3-x64-corert": [ + "alpine.3.4.3-corert", + "alpine.3-x64-corert", + "alpine.3.4.3-x64", + "alpine.3-corert", + "alpine.3.4.3", + "alpine-x64-corert", + "alpine.3-x64", + "alpine-corert", + "alpine.3", + "linux-x64-corert", + "alpine-x64", + "linux-corert", + "alpine", + "linux-x64", + "corert", + "linux", + "unix-corert", + "unix-x64", + "any", + "unix", + "base" + ] + } +} \ No newline at end of file diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.VisualBasic.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.VisualBasic.dll new file mode 100644 index 0000000..951daea Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.VisualBasic.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.Win32.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000..4552d9c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.Win32.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.Win32.Registry.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.Win32.Registry.dll new file mode 100644 index 0000000..85a9c78 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.Win32.Registry.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.XmlSerializer.Generator.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.XmlSerializer.Generator.dll new file mode 100644 index 0000000..26f42bd Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/Microsoft.XmlSerializer.Generator.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/SOS.NETCore.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/SOS.NETCore.dll new file mode 100644 index 0000000..4c46faf Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/SOS.NETCore.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.AppContext.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.AppContext.dll new file mode 100644 index 0000000..ed78f74 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.AppContext.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Buffers.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Buffers.dll new file mode 100644 index 0000000..f2f2d55 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Buffers.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Concurrent.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Concurrent.dll new file mode 100644 index 0000000..9be3d40 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Concurrent.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Immutable.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Immutable.dll new file mode 100644 index 0000000..6422800 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Immutable.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.NonGeneric.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.NonGeneric.dll new file mode 100644 index 0000000..f4129d1 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.NonGeneric.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Specialized.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Specialized.dll new file mode 100644 index 0000000..d4e2e1e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.Specialized.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.dll new file mode 100644 index 0000000..097a72f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Collections.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Annotations.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Annotations.dll new file mode 100644 index 0000000..749bea8 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Annotations.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Composition.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Composition.dll new file mode 100644 index 0000000..e532bf9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Composition.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.DataAnnotations.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.DataAnnotations.dll new file mode 100644 index 0000000..971b70c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.DataAnnotations.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.EventBasedAsync.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 0000000..8bc2801 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.EventBasedAsync.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Primitives.dll new file mode 100644 index 0000000..e47bd7e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.TypeConverter.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.TypeConverter.dll new file mode 100644 index 0000000..e68dcb8 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.TypeConverter.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.dll new file mode 100644 index 0000000..ae3054c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ComponentModel.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Console.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Console.dll new file mode 100644 index 0000000..3f7d052 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Console.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Core.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Core.dll new file mode 100644 index 0000000..efd0daf Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Core.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Data.Common.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Data.Common.dll new file mode 100644 index 0000000..635f6c8 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Data.Common.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Data.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Data.dll new file mode 100644 index 0000000..ef7068d Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Data.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Contracts.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Contracts.dll new file mode 100644 index 0000000..d2c721a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Contracts.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Debug.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Debug.dll new file mode 100644 index 0000000..7a03263 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Debug.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.DiagnosticSource.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..1c33707 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.DiagnosticSource.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.FileVersionInfo.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 0000000..0921de6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.FileVersionInfo.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Process.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Process.dll new file mode 100644 index 0000000..8ffb3ea Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Process.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.StackTrace.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.StackTrace.dll new file mode 100644 index 0000000..a092a78 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.StackTrace.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.TextWriterTraceListener.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 0000000..c380286 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Tools.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Tools.dll new file mode 100644 index 0000000..426e053 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Tools.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.TraceSource.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.TraceSource.dll new file mode 100644 index 0000000..1ddf704 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.TraceSource.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Tracing.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Tracing.dll new file mode 100644 index 0000000..f10935a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Diagnostics.Tracing.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Drawing.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Drawing.Primitives.dll new file mode 100644 index 0000000..a19fc7a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Drawing.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Drawing.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Drawing.dll new file mode 100644 index 0000000..0f97dda Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Drawing.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Dynamic.Runtime.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Dynamic.Runtime.dll new file mode 100644 index 0000000..fac101e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Dynamic.Runtime.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Calendars.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Calendars.dll new file mode 100644 index 0000000..3aa7830 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Calendars.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Extensions.dll new file mode 100644 index 0000000..bbbd100 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Extensions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Native.so new file mode 100755 index 0000000..d569e01 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.Native.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.dll new file mode 100644 index 0000000..12a90e5 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Globalization.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.FileSystem.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000..6238de7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.FileSystem.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.Native.so new file mode 100755 index 0000000..dd0a204 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.Native.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.ZipFile.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000..c61852e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.ZipFile.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.dll new file mode 100644 index 0000000..faa300a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Compression.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.AccessControl.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.AccessControl.dll new file mode 100644 index 0000000..57c8dc8 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.AccessControl.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.DriveInfo.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 0000000..14faef6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.DriveInfo.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000..40b5df6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.Watcher.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.Watcher.dll new file mode 100644 index 0000000..8fa656a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.Watcher.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.dll new file mode 100644 index 0000000..1b8544f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.FileSystem.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.IsolatedStorage.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.IsolatedStorage.dll new file mode 100644 index 0000000..a3628ed Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.IsolatedStorage.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.MemoryMappedFiles.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.MemoryMappedFiles.dll new file mode 100644 index 0000000..e9cc8c2 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.MemoryMappedFiles.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Pipes.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Pipes.dll new file mode 100644 index 0000000..b23a7c1 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.Pipes.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.UnmanagedMemoryStream.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 0000000..294492e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.UnmanagedMemoryStream.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.dll new file mode 100644 index 0000000..4a47213 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.IO.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Expressions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Expressions.dll new file mode 100644 index 0000000..2cd5646 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Expressions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Parallel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Parallel.dll new file mode 100644 index 0000000..d7f535b Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Parallel.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Queryable.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Queryable.dll new file mode 100644 index 0000000..b3cca6c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.Queryable.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.dll new file mode 100644 index 0000000..199d583 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Linq.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Native.a b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Native.a new file mode 100644 index 0000000..aa7d5d9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Native.a differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Native.so new file mode 100755 index 0000000..f1da8bc Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Native.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Http.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Http.Native.so new file mode 100755 index 0000000..e988bc7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Http.Native.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Http.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Http.dll new file mode 100644 index 0000000..ebce889 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Http.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.HttpListener.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.HttpListener.dll new file mode 100644 index 0000000..08722ef Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.HttpListener.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Mail.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Mail.dll new file mode 100644 index 0000000..c2b5e10 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Mail.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.NameResolution.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.NameResolution.dll new file mode 100644 index 0000000..4e586ad Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.NameResolution.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.NetworkInformation.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.NetworkInformation.dll new file mode 100644 index 0000000..6e775e9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.NetworkInformation.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Ping.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Ping.dll new file mode 100644 index 0000000..a774ea2 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Ping.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Primitives.dll new file mode 100644 index 0000000..b4ac46c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Requests.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Requests.dll new file mode 100644 index 0000000..aebf7c1 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Requests.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Security.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Security.Native.so new file mode 100755 index 0000000..a272000 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Security.Native.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Security.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Security.dll new file mode 100644 index 0000000..5ead038 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Security.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.ServicePoint.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.ServicePoint.dll new file mode 100644 index 0000000..00c24ab Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.ServicePoint.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Sockets.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Sockets.dll new file mode 100644 index 0000000..8be7c82 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.Sockets.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebClient.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebClient.dll new file mode 100644 index 0000000..5e9e9ac Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebClient.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebHeaderCollection.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebHeaderCollection.dll new file mode 100644 index 0000000..7c7b9ff Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebHeaderCollection.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebProxy.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebProxy.dll new file mode 100644 index 0000000..6a826cf Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebProxy.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebSockets.Client.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebSockets.Client.dll new file mode 100644 index 0000000..4604067 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebSockets.Client.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebSockets.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebSockets.dll new file mode 100644 index 0000000..3e9a74d Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.WebSockets.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.dll new file mode 100644 index 0000000..fd9feb7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Net.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Numerics.Vectors.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Numerics.Vectors.dll new file mode 100644 index 0000000..f76d36c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Numerics.Vectors.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Numerics.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Numerics.dll new file mode 100644 index 0000000..8dd3bd6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Numerics.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ObjectModel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ObjectModel.dll new file mode 100644 index 0000000..2e75547 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.ObjectModel.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.CoreLib.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.CoreLib.dll new file mode 100644 index 0000000..c1133c7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.CoreLib.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.CoreLib.ni.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.CoreLib.ni.dll new file mode 100644 index 0000000..de3e98e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.CoreLib.ni.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.DataContractSerialization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.DataContractSerialization.dll new file mode 100644 index 0000000..9fda6ec Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.DataContractSerialization.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Uri.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Uri.dll new file mode 100644 index 0000000..192f5d2 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Uri.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Xml.Linq.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Xml.Linq.dll new file mode 100644 index 0000000..a67ab74 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Xml.Linq.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Xml.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Xml.dll new file mode 100644 index 0000000..04c35b6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Private.Xml.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.DispatchProxy.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.DispatchProxy.dll new file mode 100644 index 0000000..2a4b83e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.DispatchProxy.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.ILGeneration.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.ILGeneration.dll new file mode 100644 index 0000000..35ef37f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.ILGeneration.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.Lightweight.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.Lightweight.dll new file mode 100644 index 0000000..ae16bf9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.Lightweight.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.dll new file mode 100644 index 0000000..f83b14e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Emit.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Extensions.dll new file mode 100644 index 0000000..31b8778 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Extensions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Metadata.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Metadata.dll new file mode 100644 index 0000000..1db9a4f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Metadata.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Primitives.dll new file mode 100644 index 0000000..9a845bd Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.TypeExtensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.TypeExtensions.dll new file mode 100644 index 0000000..77f61e5 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.TypeExtensions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.dll new file mode 100644 index 0000000..d6866ff Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Reflection.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.Reader.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.Reader.dll new file mode 100644 index 0000000..42fe2d7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.Reader.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.ResourceManager.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.ResourceManager.dll new file mode 100644 index 0000000..3a13173 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.ResourceManager.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.Writer.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.Writer.dll new file mode 100644 index 0000000..cc8c2e0 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Resources.Writer.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.CompilerServices.VisualC.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 0000000..63619f4 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Extensions.dll new file mode 100644 index 0000000..40eb69a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Extensions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Handles.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Handles.dll new file mode 100644 index 0000000..e4c2da9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Handles.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.RuntimeInformation.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..2974835 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.WindowsRuntime.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.WindowsRuntime.dll new file mode 100644 index 0000000..80932f2 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.WindowsRuntime.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.dll new file mode 100644 index 0000000..958166f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.InteropServices.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Loader.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Loader.dll new file mode 100644 index 0000000..ef1af3b Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Loader.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Numerics.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Numerics.dll new file mode 100644 index 0000000..08f4848 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Numerics.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Formatters.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 0000000..a7119e6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Formatters.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Json.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Json.dll new file mode 100644 index 0000000..e2ce591 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Json.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000..17bc9b8 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Xml.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Xml.dll new file mode 100644 index 0000000..01ceca9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.Xml.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.dll new file mode 100644 index 0000000..448f05f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.Serialization.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.dll new file mode 100644 index 0000000..6cc2458 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Runtime.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.AccessControl.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.AccessControl.dll new file mode 100644 index 0000000..8178bd5 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.AccessControl.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Claims.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Claims.dll new file mode 100644 index 0000000..943e684 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Claims.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Algorithms.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000..c433a8e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Algorithms.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Cng.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Cng.dll new file mode 100644 index 0000000..d2ff87b Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Cng.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Csp.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Csp.dll new file mode 100644 index 0000000..3e31c4f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Csp.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Encoding.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000..d50275a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Encoding.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Native.OpenSsl.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Native.OpenSsl.so new file mode 100755 index 0000000..524612a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Native.OpenSsl.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Native.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Native.so new file mode 100755 index 0000000..40a583e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Native.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.OpenSsl.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.OpenSsl.dll new file mode 100644 index 0000000..8942173 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.OpenSsl.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Primitives.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000..7314507 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.Primitives.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.X509Certificates.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000..4759744 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Cryptography.X509Certificates.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Principal.Windows.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Principal.Windows.dll new file mode 100644 index 0000000..1d57eef Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Principal.Windows.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Principal.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Principal.dll new file mode 100644 index 0000000..f9c1a12 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.Principal.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.SecureString.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.SecureString.dll new file mode 100644 index 0000000..81f6ec8 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Security.SecureString.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.Encoding.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.Encoding.Extensions.dll new file mode 100644 index 0000000..ce85a70 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.Encoding.Extensions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.Encoding.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.Encoding.dll new file mode 100644 index 0000000..61de1c5 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.Encoding.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.RegularExpressions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.RegularExpressions.dll new file mode 100644 index 0000000..27e9523 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Text.RegularExpressions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Overlapped.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Overlapped.dll new file mode 100644 index 0000000..de10486 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Overlapped.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Dataflow.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 0000000..ec67e0c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Dataflow.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Extensions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..4425e00 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Extensions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Parallel.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Parallel.dll new file mode 100644 index 0000000..508ea9d Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.Parallel.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.dll new file mode 100644 index 0000000..86f5859 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Tasks.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Thread.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Thread.dll new file mode 100644 index 0000000..d1c5f94 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Thread.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.ThreadPool.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.ThreadPool.dll new file mode 100644 index 0000000..611e025 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.ThreadPool.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Timer.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Timer.dll new file mode 100644 index 0000000..93c6a7a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.Timer.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.dll new file mode 100644 index 0000000..2ca13e9 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Threading.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Transactions.Local.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Transactions.Local.dll new file mode 100644 index 0000000..d99744a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Transactions.Local.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Transactions.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Transactions.dll new file mode 100644 index 0000000..92aaa11 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Transactions.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Web.HttpUtility.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Web.HttpUtility.dll new file mode 100644 index 0000000..5edd7d3 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Web.HttpUtility.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Web.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Web.dll new file mode 100644 index 0000000..0c04a45 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Web.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Windows.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Windows.dll new file mode 100644 index 0000000..c62e34a Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Windows.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.Linq.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.Linq.dll new file mode 100644 index 0000000..4a073ac Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.Linq.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.ReaderWriter.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000..edb31e0 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.ReaderWriter.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.Serialization.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.Serialization.dll new file mode 100644 index 0000000..e77baab Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.Serialization.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XDocument.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XDocument.dll new file mode 100644 index 0000000..b302fe4 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XDocument.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XPath.XDocument.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XPath.XDocument.dll new file mode 100644 index 0000000..ddcb461 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XPath.XDocument.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XPath.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XPath.dll new file mode 100644 index 0000000..1e5ada6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XPath.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XmlDocument.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XmlDocument.dll new file mode 100644 index 0000000..4897b9b Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XmlDocument.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XmlSerializer.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XmlSerializer.dll new file mode 100644 index 0000000..6d9993f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.XmlSerializer.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.dll new file mode 100644 index 0000000..fb9493f Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.Xml.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.dll new file mode 100644 index 0000000..ff297f6 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/System.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libclrjit.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libclrjit.so new file mode 100755 index 0000000..216cc12 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libclrjit.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libcoreclr.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libcoreclr.so new file mode 100755 index 0000000..e586255 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libcoreclr.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libcoreclrtraceptprovider.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libcoreclrtraceptprovider.so new file mode 100755 index 0000000..54b00bc Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libcoreclrtraceptprovider.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libdbgshim.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libdbgshim.so new file mode 100755 index 0000000..76c9c8e Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libdbgshim.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libhostfxr.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libhostfxr.so new file mode 100755 index 0000000..926664c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libhostfxr.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libhostpolicy.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libhostpolicy.so new file mode 100755 index 0000000..6a6e4c7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libhostpolicy.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libmscordaccore.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libmscordaccore.so new file mode 100755 index 0000000..43cfddf Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libmscordaccore.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libmscordbi.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libmscordbi.so new file mode 100755 index 0000000..bf1ac76 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libmscordbi.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libsos.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libsos.so new file mode 100755 index 0000000..c5257f7 Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libsos.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libsosplugin.so b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libsosplugin.so new file mode 100755 index 0000000..859108c Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/libsosplugin.so differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/mscorlib.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/mscorlib.dll new file mode 100644 index 0000000..2bbcfff Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/mscorlib.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/netstandard.dll b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/netstandard.dll new file mode 100644 index 0000000..0bad87d Binary files /dev/null and b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/netstandard.dll differ diff --git a/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/sosdocsunix.txt b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/sosdocsunix.txt new file mode 100644 index 0000000..5ab2b31 --- /dev/null +++ b/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-001907-00/sosdocsunix.txt @@ -0,0 +1,1714 @@ +------------------------------------------------------------------------------- +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) Help (soshelp) +HistObj (histobj) +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: 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/packaging/dotnet-build-tools.spec b/packaging/dotnet-build-tools.spec index 9ab6ec7..ca34cdc 100644 --- a/packaging/dotnet-build-tools.spec +++ b/packaging/dotnet-build-tools.spec @@ -3,15 +3,13 @@ Name: dotnet-build-tools Summary: Tools for building C# API projects -Version: 1.2.0 +Version: 1.2.1 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 -Source2: dotnet-dev-linux-x64.latest.tar.gz -Source3: deps.tar.gz AutoReqProv: no @@ -24,10 +22,15 @@ Requires: mono-compat Requires: mono-devel Requires: mono-compiler +Requires: xmlstarlet + %description Build target files (.Targets) and Tools (including NuGet.exe) for building C# Deivce API with xbuild in GBS environment. +%define XBuildDir /usr/lib/mono/xbuild +%define NuGetDir %{_datadir}/NuGet +%define ToolsDir %{_datadir}/dotnet-build-tools %define CLI_PATH %{_datadir}/dotnet-build-tools/cli %prep @@ -35,10 +38,6 @@ C# Deivce API with xbuild in GBS environment. %build # Prepare dotnet-cli -mkdir -p dotnet -tar xf %{SOURCE2} -C ./dotnet -tar xf %{SOURCE3} -C ./dotnet - for file in $( find ./dotnet -name "dotnet" -type f ) do patchelf --set-interpreter %{CLI_PATH}/deps/ld-linux-x86-64.so.2 ${file} @@ -50,16 +49,27 @@ do done %install -%define NuGetDir %{_datadir}/NuGet -%define XBuildDir /usr/lib/mono/xbuild -%define ToolsDir %{_datadir}/dotnet-build-tools + +# RPM Macros +install -D -p -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.dotnet-build-tools + +# BuildTools +mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{ToolsDir} +install -p -m 755 Tools/* %{buildroot}%{ToolsDir} +ln -s %{ToolsDir}/dotnet-build.sh %{buildroot}%{_bindir}/dotnet-build + +# dotnet-cli +mkdir -p %{buildroot}%{CLI_PATH} +cp -fr ./dotnet/* %{buildroot}%{CLI_PATH} +ln -s %{CLI_PATH}/dotnet %{buildroot}%{_bindir}/dotnet # Tizen.GBS.BuildTasks mkdir -p %{buildroot}%{XBuildDir}/14.0/Microsoft.Common.targets/ImportAfter install -p -m 644 Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets %{buildroot}%{XBuildDir}/14.0/Microsoft.Common.targets/ImportAfter +install -p -m 644 Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets %{buildroot}%{CLI_PATH}/sdk/*/15.0/Microsoft.Common.targets/ImportAfter # NuGet -mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{NuGetDir} install -p -m 755 NuGet/* %{buildroot}%{NuGetDir} ln -s %{NuGetDir}/nuget %{buildroot}%{_bindir}/nuget @@ -75,19 +85,6 @@ install -p -m 644 NuGet.BuildTasks/ImportBeforeAfter/Microsoft.NuGet.ImportBefor mkdir -p %{buildroot}%{XBuildDir}/14.0/Microsoft.Common.targets/ImportAfter install -p -m 644 NuGet.BuildTasks/ImportBeforeAfter/Microsoft.NuGet.ImportAfter.targets %{buildroot}%{XBuildDir}/14.0/Microsoft.Common.targets/ImportAfter -# BuildTools -mkdir -p %{buildroot}%{ToolsDir} -install -p -m 755 Tools/dotnet-build.sh %{buildroot}%{ToolsDir} -ln -s %{ToolsDir}/dotnet-build.sh %{buildroot}%{_bindir}/dotnet-build - -# RPM Macros -install -D -p -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.dotnet-build-tools - -# dotnet-cli -mkdir -p %{buildroot}%{ToolsDir}/cli -cp -fr ./dotnet/* %{buildroot}%{ToolsDir}/cli -ln -s %{ToolsDir}/cli/dotnet %{buildroot}%{_bindir}/dotnet - %files %license LICENSE.NuGet %config(noreplace) %{_sysconfdir}/rpm/macros.dotnet-build-tools diff --git a/packaging/dotnet-dev-linux-x64.latest.tar.gz b/packaging/dotnet-dev-linux-x64.latest.tar.gz deleted file mode 100644 index 9e087ee..0000000 Binary files a/packaging/dotnet-dev-linux-x64.latest.tar.gz and /dev/null differ